| 1 | [ Mar 3 04:51:32 Enabled. ] | ||
| 2 | [ Mar 3 04:51:32 Rereading configuration. ] | ||
| 3 | [ Mar 3 04:51:32 Rereading configuration. ] | ||
| 4 | [ Mar 3 04:51:34 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 | [ Mar 3 04:51:34 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.03.03 04:51:34.821375 [ 1 ] {} <Information> Application: Will watch for the process with pid 22754 | ||
| 29 | 2025.03.03 04:51:34.822046 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.03.03 04:51:34.982235 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22754 | ||
| 31 | 2025.03.03 04:51:34.982977 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.03.03 04:51:34.983657 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.03.03 04:51:35.053760 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.03.03 04:51:35.086136 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.03.03 04:51:35.086182 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.03.03 04:51:35.086194 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.03.03 04:51:35.086257 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.03.03 04:51:35.086637 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.03.03 04:51:35.088295 [ 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.03.03 04:51:35.089020 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.03.03 04:51:35.089849 [ 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.03.03 04:51:35.089872 [ 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.03.03 04:51:35.089887 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.03.03 04:51:35.090058 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.03.03 04:51:35.090973 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.03.03 04:51:35.096728 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.03.03 04:51:35.097478 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.03.03 04:51:35.098289 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.03.03 04:51:35.098353 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.03.03 04:51:35.099875 [ 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.03.03 04:51:35.100358 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.03.03 04:51:35.103670 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.03.03 04:51:35.104370 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.03.03 04:51:35.105463 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.03.03 04:51:35.105842 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.03.03 04:51:35.106273 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.03.03 04:51:35.106583 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.03.03 04:51:35.107948 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.03.03 04:51:35.107978 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.03.03 04:51:35.108056 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.03.03 04:51:35.108237 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.03.03 04:51:35.116951 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.03.03 04:51:35.116978 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000146063 sec | ||
| 68 | 2025.03.03 04:51:35.117019 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.03.03 04:51:35.117039 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.03.03 04:51:35.117662 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.03.03 04:51:35.118681 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.03.03 04:51:35.130465 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.03.03 04:51:35.130511 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.03.03 04:51:35.130533 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.03.03 04:51:35.130547 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.03.03 04:51:35.130578 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.03.03 04:51:35.130602 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.03.03 04:51:35.133243 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.03.03 04:51:35.133296 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.03.03 04:51:35.133325 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.03.03 04:51:35.133508 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.03.03 04:51:35.133529 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.03.03 04:51:35.133567 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.03.03 04:51:35.133589 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.03.03 04:51:35.133602 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.03.03 04:51:35.133630 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.03.03 04:51:35.133653 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.03.03 04:51:35.159649 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.03.03 04:51:35.161200 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.03.03 04:51:35.161230 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.9221e-05 sec | ||
| 91 | 2025.03.03 04:51:35.161244 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.03.03 04:51:35.161255 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.03.03 04:51:35.161279 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.03.03 04:51:35.161472 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.03.03 04:51:35.161514 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.03.03 04:51:35.161527 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.03.03 04:51:35.161539 [ 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.03.03 04:51:35.161551 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.03.03 04:51:35.173153 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.03.03 04:51:35.173357 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2025.03.03 04:51:35.174210 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.3081e-05 sec. | ||
| 102 | 2025.03.03 04:51:35.174594 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.03.03 04:51:35.174701 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.03.03 04:51:35.174723 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.03.03 04:51:35.268884 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53804 | ||
| 106 | 2025.03.03 04:51:35.269135 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.03.03 04:51:35.269198 [ 3 ] {} <Debug> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Authenticating user 'default' from [fd00:1122:3344:101::d]:53804 | ||
| 108 | 2025.03.03 04:51:35.269233 [ 3 ] {} <Debug> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.03.03 04:51:35.269261 [ 3 ] {} <Debug> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.03.03 04:51:35.269358 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.03.03 04:51:35.269390 [ 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.03.03 04:51:35.269419 [ 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.03.03 04:51:35.270344 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39276 | ||
| 114 | 2025.03.03 04:51:35.270362 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40179 | ||
| 115 | 2025.03.03 04:51:35.270467 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.03.03 04:51:35.270508 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.03.03 04:51:35.270518 [ 4 ] {} <Debug> TCP-Session: 96248167-d017-4503-b00f-02c06289aad1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39276 | ||
| 118 | 2025.03.03 04:51:35.270564 [ 5 ] {} <Debug> TCP-Session: 39c6011e-b5c6-4d7d-ad9c-4a296aacaa0f Authenticating user 'default' from [fd00:1122:3344:101::d]:40179 | ||
| 119 | 2025.03.03 04:51:35.270574 [ 4 ] {} <Debug> TCP-Session: 96248167-d017-4503-b00f-02c06289aad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.03.03 04:51:35.270609 [ 5 ] {} <Debug> TCP-Session: 39c6011e-b5c6-4d7d-ad9c-4a296aacaa0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.03.03 04:51:35.270632 [ 4 ] {} <Debug> TCP-Session: 96248167-d017-4503-b00f-02c06289aad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.03.03 04:51:35.270655 [ 5 ] {} <Debug> TCP-Session: 39c6011e-b5c6-4d7d-ad9c-4a296aacaa0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.03.03 04:51:35.271308 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44440 | ||
| 124 | 2025.03.03 04:51:35.271591 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.03.03 04:51:35.271622 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39459 | ||
| 126 | 2025.03.03 04:51:35.271618 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43628 | ||
| 127 | 2025.03.03 04:51:35.271645 [ 253 ] {} <Debug> TCP-Session: f72dc76d-85a5-4bf3-be18-e208af389931 Authenticating user 'default' from [fd00:1122:3344:101::d]:44440 | ||
| 128 | 2025.03.03 04:51:35.272375 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2025.03.03 04:51:35.272388 [ 253 ] {} <Debug> TCP-Session: f72dc76d-85a5-4bf3-be18-e208af389931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.03.03 04:51:35.272440 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33007 | ||
| 131 | 2025.03.03 04:51:35.272473 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 132 | 2025.03.03 04:51:35.272557 [ 253 ] {} <Debug> TCP-Session: f72dc76d-85a5-4bf3-be18-e208af389931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2025.03.03 04:51:35.272517 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 134 | 2025.03.03 04:51:35.272591 [ 254 ] {} <Debug> TCP-Session: d1e1de3e-b293-4de4-9b0a-f666c4bd7ec8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39459 | ||
| 135 | 2025.03.03 04:51:35.272577 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59144 | ||
| 136 | 2025.03.03 04:51:35.272799 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2025.03.03 04:51:35.272815 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61348 | ||
| 138 | 2025.03.03 04:51:35.272822 [ 254 ] {} <Debug> TCP-Session: d1e1de3e-b293-4de4-9b0a-f666c4bd7ec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2025.03.03 04:51:35.273022 [ 255 ] {} <Debug> TCP-Session: 6acee12c-c6e3-4eda-a563-28fb76767479 Authenticating user 'default' from [fd00:1122:3344:101::d]:43628 | ||
| 140 | 2025.03.03 04:51:35.273045 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.03.03 04:51:35.273094 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 142 | 2025.03.03 04:51:35.273122 [ 254 ] {} <Debug> TCP-Session: d1e1de3e-b293-4de4-9b0a-f666c4bd7ec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2025.03.03 04:51:35.273123 [ 256 ] {} <Debug> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Authenticating user 'default' from [fd00:1122:3344:101::d]:33007 | ||
| 144 | 2025.03.03 04:51:35.273170 [ 255 ] {} <Debug> TCP-Session: 6acee12c-c6e3-4eda-a563-28fb76767479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2025.03.03 04:51:35.273194 [ 257 ] {} <Debug> TCP-Session: 0378ee5b-6fa8-4ca2-b30f-eefab4deaa4e Authenticating user 'default' from [fd00:1122:3344:101::d]:59144 | ||
| 146 | 2025.03.03 04:51:35.273286 [ 256 ] {} <Debug> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.03.03 04:51:35.273307 [ 255 ] {} <Debug> TCP-Session: 6acee12c-c6e3-4eda-a563-28fb76767479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.03.03 04:51:35.273344 [ 258 ] {} <Debug> TCP-Session: 4be9074d-7573-4cd9-9707-12cf5e4069f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61348 | ||
| 149 | 2025.03.03 04:51:35.273364 [ 257 ] {} <Debug> TCP-Session: 0378ee5b-6fa8-4ca2-b30f-eefab4deaa4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.03.03 04:51:35.273392 [ 256 ] {} <Debug> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.03.03 04:51:35.273474 [ 257 ] {} <Debug> TCP-Session: 0378ee5b-6fa8-4ca2-b30f-eefab4deaa4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.03.03 04:51:35.273474 [ 258 ] {} <Debug> TCP-Session: 4be9074d-7573-4cd9-9707-12cf5e4069f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.03.03 04:51:35.273679 [ 258 ] {} <Debug> TCP-Session: 4be9074d-7573-4cd9-9707-12cf5e4069f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.03.03 04:51:35.275566 [ 3 ] {37c19e61-c538-4085-ba53-9af27ca15c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.03.03 04:51:35.318240 [ 3 ] {37c19e61-c538-4085-ba53-9af27ca15c33} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53804) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.03.03 04:51:35.319063 [ 3 ] {37c19e61-c538-4085-ba53-9af27ca15c33} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.03.03 04:51:35.319160 [ 3 ] {37c19e61-c538-4085-ba53-9af27ca15c33} <Debug> TCPHandler: Processed in 0.048548449 sec. | ||
| 204 | 2025.03.03 04:51:35.319546 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.03.03 04:51:35.319763 [ 256 ] {97628043-d72f-4dd0-8c0f-37e1448b2380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.03.03 04:51:35.320101 [ 256 ] {97628043-d72f-4dd0-8c0f-37e1448b2380} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33007) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.03.03 04:51:35.320227 [ 256 ] {97628043-d72f-4dd0-8c0f-37e1448b2380} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.03.03 04:51:35.320312 [ 256 ] {97628043-d72f-4dd0-8c0f-37e1448b2380} <Debug> TCPHandler: Processed in 0.00092668 sec. | ||
| 255 | 2025.03.03 04:51:35.320769 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.03.03 04:51:35.322130 [ 3 ] {1d65ec0c-3d46-4342-b542-d4539c6d99de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.03.03 04:51:35.322237 [ 3 ] {1d65ec0c-3d46-4342-b542-d4539c6d99de} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 258 | 2025.03.03 04:51:35.323701 [ 3 ] {1d65ec0c-3d46-4342-b542-d4539c6d99de} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 259 | 2025.03.03 04:51:35.323725 [ 3 ] {1d65ec0c-3d46-4342-b542-d4539c6d99de} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.9671e-05 sec | ||
| 260 | 2025.03.03 04:51:35.323741 [ 3 ] {1d65ec0c-3d46-4342-b542-d4539c6d99de} <Trace> ReferentialDeps: No tables | ||
| 261 | 2025.03.03 04:51:35.323760 [ 3 ] {1d65ec0c-3d46-4342-b542-d4539c6d99de} <Trace> LoadingDeps: No tables | ||
| 262 | 2025.03.03 04:51:35.323788 [ 3 ] {1d65ec0c-3d46-4342-b542-d4539c6d99de} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 263 | 2025.03.03 04:51:35.324394 [ 3 ] {1d65ec0c-3d46-4342-b542-d4539c6d99de} <Debug> TCPHandler: Processed in 0.0037419 sec. | ||
| 264 | 2025.03.03 04:51:35.324528 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 265 | 2025.03.03 04:51:35.324705 [ 3 ] {ebc66091-3295-4589-8c62-d200090cbff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) /* The version table contains metadata about the `oximeter` database */ | ||
| 266 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 267 | 2025.03.03 04:51:35.324748 [ 3 ] {ebc66091-3295-4589-8c62-d200090cbff9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 268 | 2025.03.03 04:51:35.332258 [ 3 ] {ebc66091-3295-4589-8c62-d200090cbff9} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 269 | 2025.03.03 04:51:35.333558 [ 3 ] {ebc66091-3295-4589-8c62-d200090cbff9} <Debug> oximeter.version (b3ed7ccd-5e50-4ae8-8820-5d97fb0f1d33): Loading data parts | ||
| 270 | 2025.03.03 04:51:35.334083 [ 3 ] {ebc66091-3295-4589-8c62-d200090cbff9} <Debug> oximeter.version (b3ed7ccd-5e50-4ae8-8820-5d97fb0f1d33): There are no data parts | ||
| 271 | 2025.03.03 04:51:35.340328 [ 3 ] {ebc66091-3295-4589-8c62-d200090cbff9} <Debug> TCPHandler: Processed in 0.01585138 sec. | ||
| 272 | 2025.03.03 04:51:35.340483 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 273 | 2025.03.03 04:51:35.340681 [ 3 ] {4ac04308-86ff-4097-8303-b8809995e918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) /* The measurement tables contain all individual samples from each timeseries. | ||
| 274 | * | ||
| 275 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 276 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 277 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 278 | * by all samples from the same timeseries. | ||
| 279 | * | ||
| 280 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 281 | * and then uses that to index quickly into the measurements tables. | ||
| 282 | */ | ||
| 283 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 284 | 2025.03.03 04:51:35.340744 [ 3 ] {4ac04308-86ff-4097-8303-b8809995e918} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 285 | 2025.03.03 04:51:35.349018 [ 3 ] {4ac04308-86ff-4097-8303-b8809995e918} <Debug> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Loading data parts | ||
| 286 | 2025.03.03 04:51:35.349289 [ 3 ] {4ac04308-86ff-4097-8303-b8809995e918} <Debug> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): There are no data parts | ||
| 287 | 2025.03.03 04:51:35.350682 [ 3 ] {4ac04308-86ff-4097-8303-b8809995e918} <Debug> TCPHandler: Processed in 0.01025502 sec. | ||
| 288 | 2025.03.03 04:51:35.350832 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 289 | 2025.03.03 04:51:35.351039 [ 3 ] {7e3dd576-b183-4f89-adc9-29dc14612e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 290 | 2025.03.03 04:51:35.351093 [ 3 ] {7e3dd576-b183-4f89-adc9-29dc14612e21} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 291 | 2025.03.03 04:51:35.352930 [ 3 ] {7e3dd576-b183-4f89-adc9-29dc14612e21} <Debug> oximeter.measurements_i8 (bc3ead26-5a9c-487e-a67f-67d3d25d37a4): Loading data parts | ||
| 292 | 2025.03.03 04:51:35.353074 [ 3 ] {7e3dd576-b183-4f89-adc9-29dc14612e21} <Debug> oximeter.measurements_i8 (bc3ead26-5a9c-487e-a67f-67d3d25d37a4): There are no data parts | ||
| 293 | 2025.03.03 04:51:35.354291 [ 3 ] {7e3dd576-b183-4f89-adc9-29dc14612e21} <Debug> TCPHandler: Processed in 0.003515445 sec. | ||
| 294 | 2025.03.03 04:51:35.354421 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 295 | 2025.03.03 04:51:35.354606 [ 3 ] {0d90a9f5-68a1-49ce-93cf-f4a5abd50194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 296 | 2025.03.03 04:51:35.354661 [ 3 ] {0d90a9f5-68a1-49ce-93cf-f4a5abd50194} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 297 | 2025.03.03 04:51:35.356481 [ 3 ] {0d90a9f5-68a1-49ce-93cf-f4a5abd50194} <Debug> oximeter.measurements_u8 (c62e7b0e-bfc6-4afc-a665-c1178d1cd483): Loading data parts | ||
| 298 | 2025.03.03 04:51:35.356656 [ 3 ] {0d90a9f5-68a1-49ce-93cf-f4a5abd50194} <Debug> oximeter.measurements_u8 (c62e7b0e-bfc6-4afc-a665-c1178d1cd483): There are no data parts | ||
| 299 | 2025.03.03 04:51:35.357865 [ 3 ] {0d90a9f5-68a1-49ce-93cf-f4a5abd50194} <Debug> TCPHandler: Processed in 0.003493744 sec. | ||
| 300 | 2025.03.03 04:51:35.357988 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 301 | 2025.03.03 04:51:35.358184 [ 3 ] {20c56df5-dca3-4a1d-9aa4-5bc33a430309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 302 | 2025.03.03 04:51:35.358229 [ 3 ] {20c56df5-dca3-4a1d-9aa4-5bc33a430309} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 303 | 2025.03.03 04:51:35.360065 [ 3 ] {20c56df5-dca3-4a1d-9aa4-5bc33a430309} <Debug> oximeter.measurements_i16 (3bbaf9cd-4422-4348-926d-b969d569d923): Loading data parts | ||
| 304 | 2025.03.03 04:51:35.360223 [ 3 ] {20c56df5-dca3-4a1d-9aa4-5bc33a430309} <Debug> oximeter.measurements_i16 (3bbaf9cd-4422-4348-926d-b969d569d923): There are no data parts | ||
| 305 | 2025.03.03 04:51:35.361337 [ 3 ] {20c56df5-dca3-4a1d-9aa4-5bc33a430309} <Debug> TCPHandler: Processed in 0.003399083 sec. | ||
| 306 | 2025.03.03 04:51:35.361467 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 307 | 2025.03.03 04:51:35.361651 [ 3 ] {aa23ee6b-4454-446c-9c8a-c8f775b83b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 308 | 2025.03.03 04:51:35.361705 [ 3 ] {aa23ee6b-4454-446c-9c8a-c8f775b83b97} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 309 | 2025.03.03 04:51:35.363769 [ 3 ] {aa23ee6b-4454-446c-9c8a-c8f775b83b97} <Debug> oximeter.measurements_u16 (894cd1f5-acbe-4027-9107-07cd1eef51a4): Loading data parts | ||
| 310 | 2025.03.03 04:51:35.363947 [ 3 ] {aa23ee6b-4454-446c-9c8a-c8f775b83b97} <Debug> oximeter.measurements_u16 (894cd1f5-acbe-4027-9107-07cd1eef51a4): There are no data parts | ||
| 311 | 2025.03.03 04:51:35.365222 [ 3 ] {aa23ee6b-4454-446c-9c8a-c8f775b83b97} <Debug> TCPHandler: Processed in 0.003804832 sec. | ||
| 312 | 2025.03.03 04:51:35.365360 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2025.03.03 04:51:35.365558 [ 3 ] {30d833de-9ae0-4477-b57c-17fa04484504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 314 | 2025.03.03 04:51:35.365603 [ 3 ] {30d833de-9ae0-4477-b57c-17fa04484504} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 315 | 2025.03.03 04:51:35.367502 [ 3 ] {30d833de-9ae0-4477-b57c-17fa04484504} <Debug> oximeter.measurements_i32 (ac0b42f4-bf1a-4be3-9a63-3e24cd5815f3): Loading data parts | ||
| 316 | 2025.03.03 04:51:35.367667 [ 3 ] {30d833de-9ae0-4477-b57c-17fa04484504} <Debug> oximeter.measurements_i32 (ac0b42f4-bf1a-4be3-9a63-3e24cd5815f3): There are no data parts | ||
| 317 | 2025.03.03 04:51:35.368979 [ 3 ] {30d833de-9ae0-4477-b57c-17fa04484504} <Debug> TCPHandler: Processed in 0.003670518 sec. | ||
| 318 | 2025.03.03 04:51:35.369128 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2025.03.03 04:51:35.369324 [ 3 ] {c18a892f-d77c-4b04-8262-068e707521da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 320 | 2025.03.03 04:51:35.369381 [ 3 ] {c18a892f-d77c-4b04-8262-068e707521da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 321 | 2025.03.03 04:51:35.372917 [ 3 ] {c18a892f-d77c-4b04-8262-068e707521da} <Debug> oximeter.measurements_u32 (45ce936f-372a-4952-abce-57b30278bbf2): Loading data parts | ||
| 322 | 2025.03.03 04:51:35.373111 [ 3 ] {c18a892f-d77c-4b04-8262-068e707521da} <Debug> oximeter.measurements_u32 (45ce936f-372a-4952-abce-57b30278bbf2): There are no data parts | ||
| 323 | 2025.03.03 04:51:35.374520 [ 3 ] {c18a892f-d77c-4b04-8262-068e707521da} <Debug> TCPHandler: Processed in 0.005443287 sec. | ||
| 324 | 2025.03.03 04:51:35.374658 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2025.03.03 04:51:35.374857 [ 3 ] {93e3afe2-bbc8-4ae8-ad9e-87811fbfe5aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 326 | 2025.03.03 04:51:35.374907 [ 3 ] {93e3afe2-bbc8-4ae8-ad9e-87811fbfe5aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 327 | 2025.03.03 04:51:35.376770 [ 3 ] {93e3afe2-bbc8-4ae8-ad9e-87811fbfe5aa} <Debug> oximeter.measurements_i64 (63c2262d-79cc-4e12-ad02-d09df0a94f3e): Loading data parts | ||
| 328 | 2025.03.03 04:51:35.376950 [ 3 ] {93e3afe2-bbc8-4ae8-ad9e-87811fbfe5aa} <Debug> oximeter.measurements_i64 (63c2262d-79cc-4e12-ad02-d09df0a94f3e): There are no data parts | ||
| 329 | 2025.03.03 04:51:35.378142 [ 3 ] {93e3afe2-bbc8-4ae8-ad9e-87811fbfe5aa} <Debug> TCPHandler: Processed in 0.003535186 sec. | ||
| 330 | 2025.03.03 04:51:35.378274 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 331 | 2025.03.03 04:51:35.378456 [ 3 ] {0f58c192-d93b-4ab7-8507-232179afedbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 332 | 2025.03.03 04:51:35.378510 [ 3 ] {0f58c192-d93b-4ab7-8507-232179afedbc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 333 | 2025.03.03 04:51:35.380339 [ 3 ] {0f58c192-d93b-4ab7-8507-232179afedbc} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Loading data parts | ||
| 334 | 2025.03.03 04:51:35.380506 [ 3 ] {0f58c192-d93b-4ab7-8507-232179afedbc} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): There are no data parts | ||
| 335 | 2025.03.03 04:51:35.381684 [ 3 ] {0f58c192-d93b-4ab7-8507-232179afedbc} <Debug> TCPHandler: Processed in 0.003460083 sec. | ||
| 336 | 2025.03.03 04:51:35.381806 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2025.03.03 04:51:35.381989 [ 3 ] {c6963cad-0e1b-48ea-aa9b-d1a538523b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 338 | 2025.03.03 04:51:35.382044 [ 3 ] {c6963cad-0e1b-48ea-aa9b-d1a538523b81} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 339 | 2025.03.03 04:51:35.383917 [ 3 ] {c6963cad-0e1b-48ea-aa9b-d1a538523b81} <Debug> oximeter.measurements_f32 (70c73f11-4640-456b-bbab-a7e353a97f14): Loading data parts | ||
| 340 | 2025.03.03 04:51:35.384073 [ 3 ] {c6963cad-0e1b-48ea-aa9b-d1a538523b81} <Debug> oximeter.measurements_f32 (70c73f11-4640-456b-bbab-a7e353a97f14): There are no data parts | ||
| 341 | 2025.03.03 04:51:35.385269 [ 3 ] {c6963cad-0e1b-48ea-aa9b-d1a538523b81} <Debug> TCPHandler: Processed in 0.003512625 sec. | ||
| 342 | 2025.03.03 04:51:35.385389 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 343 | 2025.03.03 04:51:35.385581 [ 3 ] {91affc24-14ff-4a24-b55e-245aec6e8d6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 344 | 2025.03.03 04:51:35.385635 [ 3 ] {91affc24-14ff-4a24-b55e-245aec6e8d6a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 345 | 2025.03.03 04:51:35.387372 [ 3 ] {91affc24-14ff-4a24-b55e-245aec6e8d6a} <Debug> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Loading data parts | ||
| 346 | 2025.03.03 04:51:35.387526 [ 3 ] {91affc24-14ff-4a24-b55e-245aec6e8d6a} <Debug> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): There are no data parts | ||
| 347 | 2025.03.03 04:51:35.388622 [ 3 ] {91affc24-14ff-4a24-b55e-245aec6e8d6a} <Debug> TCPHandler: Processed in 0.00328333 sec. | ||
| 348 | 2025.03.03 04:51:35.388743 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2025.03.03 04:51:35.388924 [ 3 ] {6e98e250-2601-4826-a3f5-e426b265d83e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 350 | 2025.03.03 04:51:35.388978 [ 3 ] {6e98e250-2601-4826-a3f5-e426b265d83e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 351 | 2025.03.03 04:51:35.390754 [ 3 ] {6e98e250-2601-4826-a3f5-e426b265d83e} <Debug> oximeter.measurements_string (e07899a9-4e97-434d-946f-cb1aca44e271): Loading data parts | ||
| 352 | 2025.03.03 04:51:35.390915 [ 3 ] {6e98e250-2601-4826-a3f5-e426b265d83e} <Debug> oximeter.measurements_string (e07899a9-4e97-434d-946f-cb1aca44e271): There are no data parts | ||
| 353 | 2025.03.03 04:51:35.392132 [ 3 ] {6e98e250-2601-4826-a3f5-e426b265d83e} <Debug> TCPHandler: Processed in 0.003439133 sec. | ||
| 354 | 2025.03.03 04:51:35.392283 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 355 | 2025.03.03 04:51:35.392582 [ 3 ] {a8e422a9-96fb-4d58-8725-0f6fdc91e506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 356 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 357 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 358 | * a string isn't palatable for a few reasons. | ||
| 359 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 360 | * details. | ||
| 361 | */ | ||
| 362 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 363 | 2025.03.03 04:51:35.392661 [ 3 ] {a8e422a9-96fb-4d58-8725-0f6fdc91e506} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 364 | 2025.03.03 04:51:35.394555 [ 3 ] {a8e422a9-96fb-4d58-8725-0f6fdc91e506} <Debug> oximeter.measurements_bytes (8d7863cd-d9fc-4fbe-aea8-93647d53b75c): Loading data parts | ||
| 365 | 2025.03.03 04:51:35.394729 [ 3 ] {a8e422a9-96fb-4d58-8725-0f6fdc91e506} <Debug> oximeter.measurements_bytes (8d7863cd-d9fc-4fbe-aea8-93647d53b75c): There are no data parts | ||
| 366 | 2025.03.03 04:51:35.395836 [ 3 ] {a8e422a9-96fb-4d58-8725-0f6fdc91e506} <Debug> TCPHandler: Processed in 0.003620138 sec. | ||
| 367 | 2025.03.03 04:51:35.395968 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 368 | 2025.03.03 04:51:35.396170 [ 3 ] {cd4b0a62-3bfe-43de-88b9-2eb007613ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 369 | 2025.03.03 04:51:35.396239 [ 3 ] {cd4b0a62-3bfe-43de-88b9-2eb007613ff6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 370 | 2025.03.03 04:51:35.398261 [ 3 ] {cd4b0a62-3bfe-43de-88b9-2eb007613ff6} <Debug> oximeter.measurements_cumulativei64 (a7a86f9e-37bd-444a-8ab0-f9f7220c2d57): Loading data parts | ||
| 371 | 2025.03.03 04:51:35.398431 [ 3 ] {cd4b0a62-3bfe-43de-88b9-2eb007613ff6} <Debug> oximeter.measurements_cumulativei64 (a7a86f9e-37bd-444a-8ab0-f9f7220c2d57): There are no data parts | ||
| 372 | 2025.03.03 04:51:35.399651 [ 3 ] {cd4b0a62-3bfe-43de-88b9-2eb007613ff6} <Debug> TCPHandler: Processed in 0.003734629 sec. | ||
| 373 | 2025.03.03 04:51:35.399774 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 374 | 2025.03.03 04:51:35.399990 [ 3 ] {0a842d8c-3d42-4d5e-b8e4-c2c1ecfd6a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 375 | 2025.03.03 04:51:35.400042 [ 3 ] {0a842d8c-3d42-4d5e-b8e4-c2c1ecfd6a93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 376 | 2025.03.03 04:51:35.401867 [ 3 ] {0a842d8c-3d42-4d5e-b8e4-c2c1ecfd6a93} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Loading data parts | ||
| 377 | 2025.03.03 04:51:35.402032 [ 3 ] {0a842d8c-3d42-4d5e-b8e4-c2c1ecfd6a93} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): There are no data parts | ||
| 378 | 2025.03.03 04:51:35.403232 [ 3 ] {0a842d8c-3d42-4d5e-b8e4-c2c1ecfd6a93} <Debug> TCPHandler: Processed in 0.003507855 sec. | ||
| 379 | 2025.03.03 04:51:35.403370 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 380 | 2025.03.03 04:51:35.403567 [ 3 ] {8e5c3a50-e0f0-4e1c-b0cb-3c8e9ebad30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 381 | 2025.03.03 04:51:35.403635 [ 3 ] {8e5c3a50-e0f0-4e1c-b0cb-3c8e9ebad30b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 382 | 2025.03.03 04:51:35.405505 [ 3 ] {8e5c3a50-e0f0-4e1c-b0cb-3c8e9ebad30b} <Debug> oximeter.measurements_cumulativef32 (91bad2b1-fcca-498c-9443-748cdb7b47f9): Loading data parts | ||
| 383 | 2025.03.03 04:51:35.405713 [ 3 ] {8e5c3a50-e0f0-4e1c-b0cb-3c8e9ebad30b} <Debug> oximeter.measurements_cumulativef32 (91bad2b1-fcca-498c-9443-748cdb7b47f9): There are no data parts | ||
| 384 | 2025.03.03 04:51:35.406910 [ 3 ] {8e5c3a50-e0f0-4e1c-b0cb-3c8e9ebad30b} <Debug> TCPHandler: Processed in 0.003591427 sec. | ||
| 385 | 2025.03.03 04:51:35.407057 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 386 | 2025.03.03 04:51:35.407324 [ 3 ] {481ff43e-8e83-4591-be54-e5581b10ea0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 387 | 2025.03.03 04:51:35.407399 [ 3 ] {481ff43e-8e83-4591-be54-e5581b10ea0c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 388 | 2025.03.03 04:51:35.409223 [ 3 ] {481ff43e-8e83-4591-be54-e5581b10ea0c} <Debug> oximeter.measurements_cumulativef64 (9a63fb39-ed69-40a6-8646-88630d8dba24): Loading data parts | ||
| 389 | 2025.03.03 04:51:35.409389 [ 3 ] {481ff43e-8e83-4591-be54-e5581b10ea0c} <Debug> oximeter.measurements_cumulativef64 (9a63fb39-ed69-40a6-8646-88630d8dba24): There are no data parts | ||
| 390 | 2025.03.03 04:51:35.410558 [ 3 ] {481ff43e-8e83-4591-be54-e5581b10ea0c} <Debug> TCPHandler: Processed in 0.003562676 sec. | ||
| 391 | 2025.03.03 04:51:35.410681 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 392 | 2025.03.03 04:51:35.410947 [ 3 ] {c105da68-e75e-4e63-8f61-f10ebd240177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 393 | * NOTE: Array types cannot be Nullable, see | ||
| 394 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 395 | * for more details. | ||
| 396 | * | ||
| 397 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 398 | * is unfortunate, and at this point relies on the fact that an | ||
| 399 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 400 | * to figure out another way to represent missing samples here. | ||
| 401 | */ | ||
| 402 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 403 | 2025.03.03 04:51:35.411025 [ 3 ] {c105da68-e75e-4e63-8f61-f10ebd240177} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 404 | 2025.03.03 04:51:35.413127 [ 3 ] {c105da68-e75e-4e63-8f61-f10ebd240177} <Debug> oximeter.measurements_histogrami8 (f3c5f06b-b2a9-4d2c-8895-86034d0e7bdb): Loading data parts | ||
| 405 | 2025.03.03 04:51:35.413304 [ 3 ] {c105da68-e75e-4e63-8f61-f10ebd240177} <Debug> oximeter.measurements_histogrami8 (f3c5f06b-b2a9-4d2c-8895-86034d0e7bdb): There are no data parts | ||
| 406 | 2025.03.03 04:51:35.414555 [ 3 ] {c105da68-e75e-4e63-8f61-f10ebd240177} <Debug> TCPHandler: Processed in 0.003925014 sec. | ||
| 407 | 2025.03.03 04:51:35.414685 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2025.03.03 04:51:35.414958 [ 3 ] {05d12e91-3dd8-4554-aa83-fa8a52b17fe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 409 | 2025.03.03 04:51:35.415023 [ 3 ] {05d12e91-3dd8-4554-aa83-fa8a52b17fe9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 410 | 2025.03.03 04:51:35.417101 [ 3 ] {05d12e91-3dd8-4554-aa83-fa8a52b17fe9} <Debug> oximeter.measurements_histogramu8 (7b77ebf9-24d2-40a6-8e2a-d11cc7ac70a7): Loading data parts | ||
| 411 | 2025.03.03 04:51:35.417252 [ 3 ] {05d12e91-3dd8-4554-aa83-fa8a52b17fe9} <Debug> oximeter.measurements_histogramu8 (7b77ebf9-24d2-40a6-8e2a-d11cc7ac70a7): There are no data parts | ||
| 412 | 2025.03.03 04:51:35.418428 [ 3 ] {05d12e91-3dd8-4554-aa83-fa8a52b17fe9} <Debug> TCPHandler: Processed in 0.003793571 sec. | ||
| 413 | 2025.03.03 04:51:35.418568 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2025.03.03 04:51:35.418828 [ 3 ] {8282f33c-a1f2-458b-a3f4-a1a2077de6c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 415 | 2025.03.03 04:51:35.418896 [ 3 ] {8282f33c-a1f2-458b-a3f4-a1a2077de6c8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 416 | 2025.03.03 04:51:35.420960 [ 3 ] {8282f33c-a1f2-458b-a3f4-a1a2077de6c8} <Debug> oximeter.measurements_histogrami16 (ec2800db-a8ad-4571-8e37-67c7786132c4): Loading data parts | ||
| 417 | 2025.03.03 04:51:35.421117 [ 3 ] {8282f33c-a1f2-458b-a3f4-a1a2077de6c8} <Debug> oximeter.measurements_histogrami16 (ec2800db-a8ad-4571-8e37-67c7786132c4): There are no data parts | ||
| 418 | 2025.03.03 04:51:35.422290 [ 3 ] {8282f33c-a1f2-458b-a3f4-a1a2077de6c8} <Debug> TCPHandler: Processed in 0.00377305 sec. | ||
| 419 | 2025.03.03 04:51:35.422428 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2025.03.03 04:51:35.422715 [ 3 ] {d143942b-e797-4fe0-ba11-489a0302c50a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 421 | 2025.03.03 04:51:35.422781 [ 3 ] {d143942b-e797-4fe0-ba11-489a0302c50a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 422 | 2025.03.03 04:51:35.424849 [ 3 ] {d143942b-e797-4fe0-ba11-489a0302c50a} <Debug> oximeter.measurements_histogramu16 (dc1626ec-b2b6-4420-ae0e-091c4bb45612): Loading data parts | ||
| 423 | 2025.03.03 04:51:35.425004 [ 3 ] {d143942b-e797-4fe0-ba11-489a0302c50a} <Debug> oximeter.measurements_histogramu16 (dc1626ec-b2b6-4420-ae0e-091c4bb45612): There are no data parts | ||
| 424 | 2025.03.03 04:51:35.426184 [ 3 ] {d143942b-e797-4fe0-ba11-489a0302c50a} <Debug> TCPHandler: Processed in 0.003806742 sec. | ||
| 425 | 2025.03.03 04:51:35.426317 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2025.03.03 04:51:35.426574 [ 3 ] {782e20cc-4c6e-4c97-a961-1dd0aeb75c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 427 | 2025.03.03 04:51:35.426658 [ 3 ] {782e20cc-4c6e-4c97-a961-1dd0aeb75c91} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 428 | 2025.03.03 04:51:35.428760 [ 3 ] {782e20cc-4c6e-4c97-a961-1dd0aeb75c91} <Debug> oximeter.measurements_histogrami32 (02a0a264-3cd1-4e6e-921d-b8e8031760b3): Loading data parts | ||
| 429 | 2025.03.03 04:51:35.428984 [ 3 ] {782e20cc-4c6e-4c97-a961-1dd0aeb75c91} <Debug> oximeter.measurements_histogrami32 (02a0a264-3cd1-4e6e-921d-b8e8031760b3): There are no data parts | ||
| 430 | 2025.03.03 04:51:35.430298 [ 3 ] {782e20cc-4c6e-4c97-a961-1dd0aeb75c91} <Debug> TCPHandler: Processed in 0.004031036 sec. | ||
| 431 | 2025.03.03 04:51:35.430430 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2025.03.03 04:51:35.430707 [ 3 ] {320c7fe5-9979-44f6-936f-aed568104109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 433 | 2025.03.03 04:51:35.430776 [ 3 ] {320c7fe5-9979-44f6-936f-aed568104109} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 434 | 2025.03.03 04:51:35.432881 [ 3 ] {320c7fe5-9979-44f6-936f-aed568104109} <Debug> oximeter.measurements_histogramu32 (875c6dd5-86e9-4263-8d5b-fccae6185a95): Loading data parts | ||
| 435 | 2025.03.03 04:51:35.433035 [ 3 ] {320c7fe5-9979-44f6-936f-aed568104109} <Debug> oximeter.measurements_histogramu32 (875c6dd5-86e9-4263-8d5b-fccae6185a95): There are no data parts | ||
| 436 | 2025.03.03 04:51:35.434308 [ 3 ] {320c7fe5-9979-44f6-936f-aed568104109} <Debug> TCPHandler: Processed in 0.003928675 sec. | ||
| 437 | 2025.03.03 04:51:35.434465 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2025.03.03 04:51:35.434744 [ 3 ] {acae9d31-6a0b-40f8-af07-af23599f3637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 439 | 2025.03.03 04:51:35.434820 [ 3 ] {acae9d31-6a0b-40f8-af07-af23599f3637} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 440 | 2025.03.03 04:51:35.436980 [ 3 ] {acae9d31-6a0b-40f8-af07-af23599f3637} <Debug> oximeter.measurements_histogrami64 (0e77f0fe-182d-492b-8ad9-cfb85c66e370): Loading data parts | ||
| 441 | 2025.03.03 04:51:35.437152 [ 3 ] {acae9d31-6a0b-40f8-af07-af23599f3637} <Debug> oximeter.measurements_histogrami64 (0e77f0fe-182d-492b-8ad9-cfb85c66e370): There are no data parts | ||
| 442 | 2025.03.03 04:51:35.438422 [ 3 ] {acae9d31-6a0b-40f8-af07-af23599f3637} <Debug> TCPHandler: Processed in 0.004008526 sec. | ||
| 443 | 2025.03.03 04:51:35.438567 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2025.03.03 04:51:35.438838 [ 3 ] {233aded7-f51c-4bf6-9448-09656ab6169c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 445 | 2025.03.03 04:51:35.438910 [ 3 ] {233aded7-f51c-4bf6-9448-09656ab6169c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 446 | 2025.03.03 04:51:35.441081 [ 3 ] {233aded7-f51c-4bf6-9448-09656ab6169c} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Loading data parts | ||
| 447 | 2025.03.03 04:51:35.441245 [ 3 ] {233aded7-f51c-4bf6-9448-09656ab6169c} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): There are no data parts | ||
| 448 | 2025.03.03 04:51:35.442520 [ 3 ] {233aded7-f51c-4bf6-9448-09656ab6169c} <Debug> TCPHandler: Processed in 0.004004116 sec. | ||
| 449 | 2025.03.03 04:51:35.442665 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 450 | 2025.03.03 04:51:35.442922 [ 3 ] {ffa455f3-7141-48f7-b833-f1e946562d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 451 | 2025.03.03 04:51:35.442987 [ 3 ] {ffa455f3-7141-48f7-b833-f1e946562d15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 452 | 2025.03.03 04:51:35.445193 [ 3 ] {ffa455f3-7141-48f7-b833-f1e946562d15} <Debug> oximeter.measurements_histogramf32 (3a5f473d-2102-42be-b58f-91e6575cb231): Loading data parts | ||
| 453 | 2025.03.03 04:51:35.445365 [ 3 ] {ffa455f3-7141-48f7-b833-f1e946562d15} <Debug> oximeter.measurements_histogramf32 (3a5f473d-2102-42be-b58f-91e6575cb231): There are no data parts | ||
| 454 | 2025.03.03 04:51:35.446681 [ 3 ] {ffa455f3-7141-48f7-b833-f1e946562d15} <Debug> TCPHandler: Processed in 0.004067598 sec. | ||
| 455 | 2025.03.03 04:51:35.446813 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 456 | 2025.03.03 04:51:35.447110 [ 3 ] {5df7d796-a6ce-4cbc-a5f0-464c6e34026d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 457 | 2025.03.03 04:51:35.447175 [ 3 ] {5df7d796-a6ce-4cbc-a5f0-464c6e34026d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 458 | 2025.03.03 04:51:35.449317 [ 3 ] {5df7d796-a6ce-4cbc-a5f0-464c6e34026d} <Debug> oximeter.measurements_histogramf64 (47a8a1ef-3e07-450f-98a7-e14a55cd7f3e): Loading data parts | ||
| 459 | 2025.03.03 04:51:35.449479 [ 3 ] {5df7d796-a6ce-4cbc-a5f0-464c6e34026d} <Debug> oximeter.measurements_histogramf64 (47a8a1ef-3e07-450f-98a7-e14a55cd7f3e): There are no data parts | ||
| 460 | 2025.03.03 04:51:35.450666 [ 3 ] {5df7d796-a6ce-4cbc-a5f0-464c6e34026d} <Debug> TCPHandler: Processed in 0.003905514 sec. | ||
| 461 | 2025.03.03 04:51:35.450847 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 462 | 2025.03.03 04:51:35.451053 [ 3 ] {9a97c9f3-d510-49f1-9410-fbe946c7ffe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) /* The field tables store named dimensions of each timeseries. | ||
| 463 | * | ||
| 464 | * As with the measurement tables, there is one field table for each field data | ||
| 465 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 466 | * this behavior **must not** be relied upon for query correctness. | ||
| 467 | * | ||
| 468 | * The index for the fields differs from the measurements, however. Rows are | ||
| 469 | * sorted by timeseries name, then field name, field value, and finally | ||
| 470 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 471 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 472 | * usually then used to look up measurements. | ||
| 473 | * | ||
| 474 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 475 | * timeseries name and then key, since it would improve lookups where one | ||
| 476 | * already has the key. Realistically though, these tables are quite small and | ||
| 477 | * so performance benefits will be low in absolute terms. | ||
| 478 | * | ||
| 479 | * TTL: We use a materialized column to expire old field table records. This | ||
| 480 | * column is generated automatically by the database whenever a new row is | ||
| 481 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 482 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 483 | * record will remain during a deduplication, which will have the last | ||
| 484 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 485 | * measurement tables. | ||
| 486 | */ | ||
| 487 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 488 | 2025.03.03 04:51:35.451163 [ 3 ] {9a97c9f3-d510-49f1-9410-fbe946c7ffe3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 489 | 2025.03.03 04:51:35.453264 [ 3 ] {9a97c9f3-d510-49f1-9410-fbe946c7ffe3} <Debug> oximeter.fields_bool (d4afeb71-c429-493f-83c2-849cbf0de218): Loading data parts | ||
| 490 | 2025.03.03 04:51:35.453417 [ 3 ] {9a97c9f3-d510-49f1-9410-fbe946c7ffe3} <Debug> oximeter.fields_bool (d4afeb71-c429-493f-83c2-849cbf0de218): There are no data parts | ||
| 491 | 2025.03.03 04:51:35.454693 [ 3 ] {9a97c9f3-d510-49f1-9410-fbe946c7ffe3} <Debug> TCPHandler: Processed in 0.003901143 sec. | ||
| 492 | 2025.03.03 04:51:35.454817 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 493 | 2025.03.03 04:51:35.455003 [ 3 ] {b3ff46c4-a3d0-473e-b0f7-c1cf16bbc85c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 494 | 2025.03.03 04:51:35.455064 [ 3 ] {b3ff46c4-a3d0-473e-b0f7-c1cf16bbc85c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 495 | 2025.03.03 04:51:35.457023 [ 3 ] {b3ff46c4-a3d0-473e-b0f7-c1cf16bbc85c} <Debug> oximeter.fields_i8 (4bd4e163-bbb9-45ea-8d79-a25b34518b49): Loading data parts | ||
| 496 | 2025.03.03 04:51:35.457182 [ 3 ] {b3ff46c4-a3d0-473e-b0f7-c1cf16bbc85c} <Debug> oximeter.fields_i8 (4bd4e163-bbb9-45ea-8d79-a25b34518b49): There are no data parts | ||
| 497 | 2025.03.03 04:51:35.458273 [ 3 ] {b3ff46c4-a3d0-473e-b0f7-c1cf16bbc85c} <Debug> TCPHandler: Processed in 0.003506895 sec. | ||
| 498 | 2025.03.03 04:51:35.458391 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 499 | 2025.03.03 04:51:35.458595 [ 3 ] {ab60ee59-d018-444d-9e37-861e979ba6ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 500 | 2025.03.03 04:51:35.458652 [ 3 ] {ab60ee59-d018-444d-9e37-861e979ba6ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 501 | 2025.03.03 04:51:35.460605 [ 3 ] {ab60ee59-d018-444d-9e37-861e979ba6ef} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Loading data parts | ||
| 502 | 2025.03.03 04:51:35.460746 [ 3 ] {ab60ee59-d018-444d-9e37-861e979ba6ef} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): There are no data parts | ||
| 503 | 2025.03.03 04:51:35.461938 [ 3 ] {ab60ee59-d018-444d-9e37-861e979ba6ef} <Debug> TCPHandler: Processed in 0.003596628 sec. | ||
| 504 | 2025.03.03 04:51:35.462057 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 505 | 2025.03.03 04:51:35.462240 [ 3 ] {37f7dbb4-3f68-493a-a37f-a76ebaa39e42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 506 | 2025.03.03 04:51:35.462304 [ 3 ] {37f7dbb4-3f68-493a-a37f-a76ebaa39e42} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 507 | 2025.03.03 04:51:35.464339 [ 3 ] {37f7dbb4-3f68-493a-a37f-a76ebaa39e42} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Loading data parts | ||
| 508 | 2025.03.03 04:51:35.464541 [ 3 ] {37f7dbb4-3f68-493a-a37f-a76ebaa39e42} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): There are no data parts | ||
| 509 | 2025.03.03 04:51:35.465740 [ 3 ] {37f7dbb4-3f68-493a-a37f-a76ebaa39e42} <Debug> TCPHandler: Processed in 0.00373324 sec. | ||
| 510 | 2025.03.03 04:51:35.465862 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 511 | 2025.03.03 04:51:35.466060 [ 3 ] {aead7c60-93e2-4d87-8365-c0ae24e6a541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 512 | 2025.03.03 04:51:35.466117 [ 3 ] {aead7c60-93e2-4d87-8365-c0ae24e6a541} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 513 | 2025.03.03 04:51:35.468213 [ 3 ] {aead7c60-93e2-4d87-8365-c0ae24e6a541} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Loading data parts | ||
| 514 | 2025.03.03 04:51:35.468378 [ 3 ] {aead7c60-93e2-4d87-8365-c0ae24e6a541} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): There are no data parts | ||
| 515 | 2025.03.03 04:51:35.469626 [ 3 ] {aead7c60-93e2-4d87-8365-c0ae24e6a541} <Debug> TCPHandler: Processed in 0.003816402 sec. | ||
| 516 | 2025.03.03 04:51:35.469765 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 517 | 2025.03.03 04:51:35.469957 [ 3 ] {f5d5fba5-fe20-44b9-9b31-09b9bebbbbc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 518 | 2025.03.03 04:51:35.470028 [ 3 ] {f5d5fba5-fe20-44b9-9b31-09b9bebbbbc9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 519 | 2025.03.03 04:51:35.472094 [ 3 ] {f5d5fba5-fe20-44b9-9b31-09b9bebbbbc9} <Debug> oximeter.fields_i32 (955a938a-bdf6-4729-9c01-442f18af4509): Loading data parts | ||
| 520 | 2025.03.03 04:51:35.472253 [ 3 ] {f5d5fba5-fe20-44b9-9b31-09b9bebbbbc9} <Debug> oximeter.fields_i32 (955a938a-bdf6-4729-9c01-442f18af4509): There are no data parts | ||
| 521 | 2025.03.03 04:51:35.473453 [ 3 ] {f5d5fba5-fe20-44b9-9b31-09b9bebbbbc9} <Debug> TCPHandler: Processed in 0.00374006 sec. | ||
| 522 | 2025.03.03 04:51:35.473574 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 523 | 2025.03.03 04:51:35.473790 [ 3 ] {7968532c-f386-4862-8e77-8334a75f974f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 524 | 2025.03.03 04:51:35.473851 [ 3 ] {7968532c-f386-4862-8e77-8334a75f974f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 525 | 2025.03.03 04:51:35.475927 [ 3 ] {7968532c-f386-4862-8e77-8334a75f974f} <Debug> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Loading data parts | ||
| 526 | 2025.03.03 04:51:35.476106 [ 3 ] {7968532c-f386-4862-8e77-8334a75f974f} <Debug> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): There are no data parts | ||
| 527 | 2025.03.03 04:51:35.477322 [ 3 ] {7968532c-f386-4862-8e77-8334a75f974f} <Debug> TCPHandler: Processed in 0.003798481 sec. | ||
| 528 | 2025.03.03 04:51:35.477443 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 529 | 2025.03.03 04:51:35.477628 [ 3 ] {87dda1d0-191e-4cb2-9d1d-228bc0f538d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 530 | 2025.03.03 04:51:35.477687 [ 3 ] {87dda1d0-191e-4cb2-9d1d-228bc0f538d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 531 | 2025.03.03 04:51:35.479565 [ 3 ] {87dda1d0-191e-4cb2-9d1d-228bc0f538d7} <Debug> oximeter.fields_i64 (fa670cb9-e63c-4db9-a6b9-3008e49d6017): Loading data parts | ||
| 532 | 2025.03.03 04:51:35.479733 [ 3 ] {87dda1d0-191e-4cb2-9d1d-228bc0f538d7} <Debug> oximeter.fields_i64 (fa670cb9-e63c-4db9-a6b9-3008e49d6017): There are no data parts | ||
| 533 | 2025.03.03 04:51:35.480831 [ 3 ] {87dda1d0-191e-4cb2-9d1d-228bc0f538d7} <Debug> TCPHandler: Processed in 0.003438543 sec. | ||
| 534 | 2025.03.03 04:51:35.480951 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 535 | 2025.03.03 04:51:35.481156 [ 3 ] {644ebccf-3f58-43cd-9569-8435f8324629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 536 | 2025.03.03 04:51:35.481218 [ 3 ] {644ebccf-3f58-43cd-9569-8435f8324629} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 537 | 2025.03.03 04:51:35.483061 [ 3 ] {644ebccf-3f58-43cd-9569-8435f8324629} <Debug> oximeter.fields_u64 (56f40ec9-2168-40bf-b3e0-1e1c2eeb21fb): Loading data parts | ||
| 538 | 2025.03.03 04:51:35.483223 [ 3 ] {644ebccf-3f58-43cd-9569-8435f8324629} <Debug> oximeter.fields_u64 (56f40ec9-2168-40bf-b3e0-1e1c2eeb21fb): There are no data parts | ||
| 539 | 2025.03.03 04:51:35.484348 [ 3 ] {644ebccf-3f58-43cd-9569-8435f8324629} <Debug> TCPHandler: Processed in 0.003447333 sec. | ||
| 540 | 2025.03.03 04:51:35.484469 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 541 | 2025.03.03 04:51:35.484652 [ 3 ] {b5946604-8b36-4157-808b-3c5fe6650f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 542 | 2025.03.03 04:51:35.484711 [ 3 ] {b5946604-8b36-4157-808b-3c5fe6650f82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 543 | 2025.03.03 04:51:35.486647 [ 3 ] {b5946604-8b36-4157-808b-3c5fe6650f82} <Debug> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Loading data parts | ||
| 544 | 2025.03.03 04:51:35.486806 [ 3 ] {b5946604-8b36-4157-808b-3c5fe6650f82} <Debug> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): There are no data parts | ||
| 545 | 2025.03.03 04:51:35.487901 [ 3 ] {b5946604-8b36-4157-808b-3c5fe6650f82} <Debug> TCPHandler: Processed in 0.003482995 sec. | ||
| 546 | 2025.03.03 04:51:35.488030 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 547 | 2025.03.03 04:51:35.488220 [ 3 ] {a04078e4-247c-4c69-b276-e50b20b34584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 548 | 2025.03.03 04:51:35.488277 [ 3 ] {a04078e4-247c-4c69-b276-e50b20b34584} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 549 | 2025.03.03 04:51:35.490162 [ 3 ] {a04078e4-247c-4c69-b276-e50b20b34584} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Loading data parts | ||
| 550 | 2025.03.03 04:51:35.490313 [ 3 ] {a04078e4-247c-4c69-b276-e50b20b34584} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): There are no data parts | ||
| 551 | 2025.03.03 04:51:35.491647 [ 3 ] {a04078e4-247c-4c69-b276-e50b20b34584} <Debug> TCPHandler: Processed in 0.003667179 sec. | ||
| 552 | 2025.03.03 04:51:35.491789 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 553 | 2025.03.03 04:51:35.491983 [ 3 ] {20871ebb-4de1-4a09-a619-02088e1d8aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 554 | 2025.03.03 04:51:35.492112 [ 3 ] {20871ebb-4de1-4a09-a619-02088e1d8aab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 555 | 2025.03.03 04:51:35.494049 [ 3 ] {20871ebb-4de1-4a09-a619-02088e1d8aab} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Loading data parts | ||
| 556 | 2025.03.03 04:51:35.494217 [ 3 ] {20871ebb-4de1-4a09-a619-02088e1d8aab} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): There are no data parts | ||
| 557 | 2025.03.03 04:51:35.495426 [ 3 ] {20871ebb-4de1-4a09-a619-02088e1d8aab} <Debug> TCPHandler: Processed in 0.003687869 sec. | ||
| 558 | 2025.03.03 04:51:35.495604 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 559 | 2025.03.03 04:51:35.495884 [ 3 ] {feb4b41d-0c1d-4101-9260-6ca803b6b139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) /* The timeseries schema table stores the extracted schema for the samples | ||
| 560 | * oximeter collects. | ||
| 561 | */ | ||
| 562 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 563 | 2025.03.03 04:51:35.495970 [ 3 ] {feb4b41d-0c1d-4101-9260-6ca803b6b139} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 564 | 2025.03.03 04:51:35.498090 [ 3 ] {feb4b41d-0c1d-4101-9260-6ca803b6b139} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Loading data parts | ||
| 565 | 2025.03.03 04:51:35.498282 [ 3 ] {feb4b41d-0c1d-4101-9260-6ca803b6b139} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): There are no data parts | ||
| 566 | 2025.03.03 04:51:35.499655 [ 3 ] {feb4b41d-0c1d-4101-9260-6ca803b6b139} <Debug> TCPHandler: Processed in 0.004101508 sec. | ||
| 567 | 2025.03.03 04:51:35.499881 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 568 | 2025.03.03 04:51:35.500242 [ 256 ] {3401cd95-26e4-4ff6-beca-61401127488e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 569 | 2025.03.03 04:51:35.501534 [ 256 ] {3401cd95-26e4-4ff6-beca-61401127488e} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 570 | 2025.03.03 04:51:35.510333 [ 259 ] {3401cd95-26e4-4ff6-beca-61401127488e} <Trace> oximeter.version (b3ed7ccd-5e50-4ae8-8820-5d97fb0f1d33): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 571 | 2025.03.03 04:51:35.510461 [ 259 ] {3401cd95-26e4-4ff6-beca-61401127488e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. | ||
| 572 | 2025.03.03 04:51:35.514299 [ 259 ] {3401cd95-26e4-4ff6-beca-61401127488e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 573 | 2025.03.03 04:51:35.514760 [ 259 ] {3401cd95-26e4-4ff6-beca-61401127488e} <Trace> oximeter.version (b3ed7ccd-5e50-4ae8-8820-5d97fb0f1d33): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 574 | 2025.03.03 04:51:35.515134 [ 256 ] {3401cd95-26e4-4ff6-beca-61401127488e} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.015019 sec., 66.58232904987017 rows/sec., 1.04 KiB/sec. | ||
| 575 | 2025.03.03 04:51:35.515489 [ 256 ] {3401cd95-26e4-4ff6-beca-61401127488e} <Debug> TCPHandler: Processed in 0.015711246 sec. | ||
| 576 | 2025.03.03 04:51:36.001142 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.47 MiB, peak 124.47 MiB, free memory in arenas 0.00 B, will set to 139.23 MiB (RSS), difference: 14.76 MiB | ||
| 577 | 2025.03.03 04:51:37.176411 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49702 | ||
| 578 | 2025.03.03 04:51:37.176544 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 579 | 2025.03.03 04:51:37.176605 [ 261 ] {} <Debug> TCP-Session: 9ea599fe-860a-499f-b4a0-9d260cd63faf Authenticating user 'default' from [fd00:1122:3344:101::b]:49702 | ||
| 580 | 2025.03.03 04:51:37.176649 [ 261 ] {} <Debug> TCP-Session: 9ea599fe-860a-499f-b4a0-9d260cd63faf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2025.03.03 04:51:37.176670 [ 261 ] {} <Debug> TCP-Session: 9ea599fe-860a-499f-b4a0-9d260cd63faf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 582 | 2025.03.03 04:51:37.176755 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 583 | 2025.03.03 04:51:37.176797 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 584 | 2025.03.03 04:51:37.176832 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 585 | 2025.03.03 04:51:37.177725 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40235 | ||
| 586 | 2025.03.03 04:51:37.177921 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 587 | 2025.03.03 04:51:37.177936 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36921 | ||
| 588 | 2025.03.03 04:51:37.177991 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64332 | ||
| 589 | 2025.03.03 04:51:37.178022 [ 262 ] {} <Debug> TCP-Session: e2547ad5-f633-4b13-bdfb-7f776d26fc58 Authenticating user 'default' from [fd00:1122:3344:101::b]:40235 | ||
| 590 | 2025.03.03 04:51:37.177937 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40274 | ||
| 591 | 2025.03.03 04:51:37.178333 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 592 | 2025.03.03 04:51:37.178388 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 593 | 2025.03.03 04:51:37.178081 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37579 | ||
| 594 | 2025.03.03 04:51:37.178454 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 595 | 2025.03.03 04:51:37.178333 [ 262 ] {} <Debug> TCP-Session: e2547ad5-f633-4b13-bdfb-7f776d26fc58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 596 | 2025.03.03 04:51:37.178500 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59104 | ||
| 597 | 2025.03.03 04:51:37.178521 [ 263 ] {} <Debug> TCP-Session: 632d4170-e9b5-4e9c-9943-da4cd0dd84df Authenticating user 'default' from [fd00:1122:3344:101::b]:36921 | ||
| 598 | 2025.03.03 04:51:37.178567 [ 265 ] {} <Debug> TCP-Session: 4cccf0ac-da80-4d62-ba17-3c3d14439a9a Authenticating user 'default' from [fd00:1122:3344:101::b]:64332 | ||
| 599 | 2025.03.03 04:51:37.178624 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53277 | ||
| 600 | 2025.03.03 04:51:37.178649 [ 264 ] {} <Debug> TCP-Session: 41ae9d56-37c5-4016-a1a6-a20a38eae6cf Authenticating user 'default' from [fd00:1122:3344:101::b]:40274 | ||
| 601 | 2025.03.03 04:51:37.178875 [ 263 ] {} <Debug> TCP-Session: 632d4170-e9b5-4e9c-9943-da4cd0dd84df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2025.03.03 04:51:37.178901 [ 264 ] {} <Debug> TCP-Session: 41ae9d56-37c5-4016-a1a6-a20a38eae6cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 603 | 2025.03.03 04:51:37.178920 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 604 | 2025.03.03 04:51:37.178906 [ 262 ] {} <Debug> TCP-Session: e2547ad5-f633-4b13-bdfb-7f776d26fc58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2025.03.03 04:51:37.179049 [ 263 ] {} <Debug> TCP-Session: 632d4170-e9b5-4e9c-9943-da4cd0dd84df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 606 | 2025.03.03 04:51:37.179083 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 607 | 2025.03.03 04:51:37.179205 [ 264 ] {} <Debug> TCP-Session: 41ae9d56-37c5-4016-a1a6-a20a38eae6cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2025.03.03 04:51:37.179205 [ 265 ] {} <Debug> TCP-Session: 4cccf0ac-da80-4d62-ba17-3c3d14439a9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 609 | 2025.03.03 04:51:37.179107 [ 266 ] {} <Debug> TCP-Session: 42ec0e19-c6e8-4d7a-92d7-dd83d1a6c4c6 Authenticating user 'default' from [fd00:1122:3344:101::b]:37579 | ||
| 610 | 2025.03.03 04:51:37.179233 [ 268 ] {} <Debug> TCP-Session: d8931fc2-0934-480a-9ec3-1d6c172851fb Authenticating user 'default' from [fd00:1122:3344:101::b]:53277 | ||
| 611 | 2025.03.03 04:51:37.179301 [ 265 ] {} <Debug> TCP-Session: 4cccf0ac-da80-4d62-ba17-3c3d14439a9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2025.03.03 04:51:37.179338 [ 266 ] {} <Debug> TCP-Session: 42ec0e19-c6e8-4d7a-92d7-dd83d1a6c4c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2025.03.03 04:51:37.179397 [ 268 ] {} <Debug> TCP-Session: d8931fc2-0934-480a-9ec3-1d6c172851fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 614 | 2025.03.03 04:51:37.179418 [ 266 ] {} <Debug> TCP-Session: 42ec0e19-c6e8-4d7a-92d7-dd83d1a6c4c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2025.03.03 04:51:37.179456 [ 268 ] {} <Debug> TCP-Session: d8931fc2-0934-480a-9ec3-1d6c172851fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2025.03.03 04:51:37.190844 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 617 | 2025.03.03 04:51:37.190914 [ 267 ] {} <Debug> TCP-Session: 8f622afb-5b43-4beb-be0f-18e5e697d550 Authenticating user 'default' from [fd00:1122:3344:101::b]:59104 | ||
| 618 | 2025.03.03 04:51:37.190942 [ 267 ] {} <Debug> TCP-Session: 8f622afb-5b43-4beb-be0f-18e5e697d550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2025.03.03 04:51:37.190959 [ 267 ] {} <Debug> TCP-Session: 8f622afb-5b43-4beb-be0f-18e5e697d550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2025.03.03 04:51:37.537512 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45756 | ||
| 621 | 2025.03.03 04:51:37.537665 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 622 | 2025.03.03 04:51:37.537693 [ 269 ] {} <Debug> TCP-Session: 345699ea-40b6-411b-9ea2-1de137b2068a Authenticating user 'default' from [fd00:1122:3344:101::a]:45756 | ||
| 623 | 2025.03.03 04:51:37.537817 [ 269 ] {} <Debug> TCP-Session: 345699ea-40b6-411b-9ea2-1de137b2068a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2025.03.03 04:51:37.537833 [ 269 ] {} <Debug> TCP-Session: 345699ea-40b6-411b-9ea2-1de137b2068a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2025.03.03 04:51:37.537904 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 626 | 2025.03.03 04:51:37.538004 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 627 | 2025.03.03 04:51:37.538027 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 628 | 2025.03.03 04:51:37.539063 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42349 | ||
| 629 | 2025.03.03 04:51:37.539207 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 630 | 2025.03.03 04:51:37.539220 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46407 | ||
| 631 | 2025.03.03 04:51:37.539336 [ 270 ] {} <Debug> TCP-Session: 79381e6a-2ec3-4547-a70d-ba7cdae3a7c9 Authenticating user 'default' from [fd00:1122:3344:101::a]:42349 | ||
| 632 | 2025.03.03 04:51:37.539338 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53006 | ||
| 633 | 2025.03.03 04:51:37.539368 [ 270 ] {} <Debug> TCP-Session: 79381e6a-2ec3-4547-a70d-ba7cdae3a7c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 634 | 2025.03.03 04:51:37.539484 [ 270 ] {} <Debug> TCP-Session: 79381e6a-2ec3-4547-a70d-ba7cdae3a7c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 635 | 2025.03.03 04:51:37.539621 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 636 | 2025.03.03 04:51:37.539669 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58182 | ||
| 637 | 2025.03.03 04:51:37.539491 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42897 | ||
| 638 | 2025.03.03 04:51:37.539876 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51582 | ||
| 639 | 2025.03.03 04:51:37.539966 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 640 | 2025.03.03 04:51:37.539980 [ 271 ] {} <Debug> TCP-Session: b1044694-84fe-4307-bfad-ee611983b941 Authenticating user 'default' from [fd00:1122:3344:101::a]:46407 | ||
| 641 | 2025.03.03 04:51:37.540018 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 642 | 2025.03.03 04:51:37.540235 [ 272 ] {} <Debug> TCP-Session: a2c46091-23c1-45c6-85c6-f849960d3edb Authenticating user 'default' from [fd00:1122:3344:101::a]:53006 | ||
| 643 | 2025.03.03 04:51:37.540258 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39080 | ||
| 644 | 2025.03.03 04:51:37.540278 [ 274 ] {} <Debug> TCP-Session: 8dac9e33-4c6c-4fcb-9e87-a2c1ed92130c Authenticating user 'default' from [fd00:1122:3344:101::a]:58182 | ||
| 645 | 2025.03.03 04:51:37.540294 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 646 | 2025.03.03 04:51:37.540407 [ 271 ] {} <Debug> TCP-Session: b1044694-84fe-4307-bfad-ee611983b941 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.03.03 04:51:37.540634 [ 272 ] {} <Debug> TCP-Session: a2c46091-23c1-45c6-85c6-f849960d3edb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 648 | 2025.03.03 04:51:37.540700 [ 275 ] {} <Debug> TCP-Session: a214957a-db79-485b-9acb-a3f68da8cbbf Authenticating user 'default' from [fd00:1122:3344:101::a]:51582 | ||
| 649 | 2025.03.03 04:51:37.540687 [ 271 ] {} <Debug> TCP-Session: b1044694-84fe-4307-bfad-ee611983b941 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.03.03 04:51:37.540674 [ 274 ] {} <Debug> TCP-Session: 8dac9e33-4c6c-4fcb-9e87-a2c1ed92130c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.03.03 04:51:37.540838 [ 275 ] {} <Debug> TCP-Session: a214957a-db79-485b-9acb-a3f68da8cbbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.03.03 04:51:37.540658 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 653 | 2025.03.03 04:51:37.540642 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 654 | 2025.03.03 04:51:37.540946 [ 273 ] {} <Debug> TCP-Session: a3481344-fb24-49e6-b43f-e60d2485b136 Authenticating user 'default' from [fd00:1122:3344:101::a]:42897 | ||
| 655 | 2025.03.03 04:51:37.540960 [ 275 ] {} <Debug> TCP-Session: a214957a-db79-485b-9acb-a3f68da8cbbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2025.03.03 04:51:37.540923 [ 274 ] {} <Debug> TCP-Session: 8dac9e33-4c6c-4fcb-9e87-a2c1ed92130c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.03.03 04:51:37.541052 [ 276 ] {} <Debug> TCP-Session: 357e83d4-1852-4121-bc3a-e270da40823c Authenticating user 'default' from [fd00:1122:3344:101::a]:39080 | ||
| 658 | 2025.03.03 04:51:37.541068 [ 273 ] {} <Debug> TCP-Session: a3481344-fb24-49e6-b43f-e60d2485b136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2025.03.03 04:51:37.540813 [ 272 ] {} <Debug> TCP-Session: a2c46091-23c1-45c6-85c6-f849960d3edb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2025.03.03 04:51:37.541209 [ 276 ] {} <Debug> TCP-Session: 357e83d4-1852-4121-bc3a-e270da40823c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2025.03.03 04:51:37.541226 [ 273 ] {} <Debug> TCP-Session: a3481344-fb24-49e6-b43f-e60d2485b136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.03.03 04:51:37.541346 [ 276 ] {} <Debug> TCP-Session: 357e83d4-1852-4121-bc3a-e270da40823c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2025.03.03 04:51:37.593870 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47188 | ||
| 664 | 2025.03.03 04:51:37.594097 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 665 | 2025.03.03 04:51:37.594134 [ 277 ] {} <Debug> TCP-Session: ad5be659-4f7f-4ff3-ba53-9b6e11890f42 Authenticating user 'default' from [fd00:1122:3344:101::c]:47188 | ||
| 666 | 2025.03.03 04:51:37.594163 [ 277 ] {} <Debug> TCP-Session: ad5be659-4f7f-4ff3-ba53-9b6e11890f42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2025.03.03 04:51:37.594276 [ 277 ] {} <Debug> TCP-Session: ad5be659-4f7f-4ff3-ba53-9b6e11890f42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.03.03 04:51:37.594355 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 669 | 2025.03.03 04:51:37.594387 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 670 | 2025.03.03 04:51:37.594476 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 671 | 2025.03.03 04:51:37.595656 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34570 | ||
| 672 | 2025.03.03 04:51:37.595830 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49179 | ||
| 673 | 2025.03.03 04:51:37.595953 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.03.03 04:51:37.595963 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48220 | ||
| 675 | 2025.03.03 04:51:37.596170 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39647 | ||
| 676 | 2025.03.03 04:51:37.596202 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2025.03.03 04:51:37.596451 [ 279 ] {} <Debug> TCP-Session: 960859d7-1123-4fa1-bfd8-ae3687deaa29 Authenticating user 'default' from [fd00:1122:3344:101::c]:49179 | ||
| 678 | 2025.03.03 04:51:37.596542 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2025.03.03 04:51:37.596536 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53463 | ||
| 680 | 2025.03.03 04:51:37.596563 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 681 | 2025.03.03 04:51:37.596605 [ 278 ] {} <Debug> TCP-Session: 271e9a0d-d2eb-449d-8c10-58dfe5138aed Authenticating user 'default' from [fd00:1122:3344:101::c]:34570 | ||
| 682 | 2025.03.03 04:51:37.596660 [ 279 ] {} <Debug> TCP-Session: 960859d7-1123-4fa1-bfd8-ae3687deaa29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.03.03 04:51:37.596591 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52156 | ||
| 684 | 2025.03.03 04:51:37.596704 [ 281 ] {} <Debug> TCP-Session: c977d07b-1259-4f3c-9293-f1b043b05e4d Authenticating user 'default' from [fd00:1122:3344:101::c]:39647 | ||
| 685 | 2025.03.03 04:51:37.596757 [ 278 ] {} <Debug> TCP-Session: 271e9a0d-d2eb-449d-8c10-58dfe5138aed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.03.03 04:51:37.596741 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62988 | ||
| 687 | 2025.03.03 04:51:37.597070 [ 279 ] {} <Debug> TCP-Session: 960859d7-1123-4fa1-bfd8-ae3687deaa29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2025.03.03 04:51:37.597139 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 689 | 2025.03.03 04:51:37.597125 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 690 | 2025.03.03 04:51:37.597068 [ 280 ] {} <Debug> TCP-Session: 62856b77-7cc0-479c-9f94-030df3362100 Authenticating user 'default' from [fd00:1122:3344:101::c]:48220 | ||
| 691 | 2025.03.03 04:51:37.597353 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2025.03.03 04:51:37.597430 [ 280 ] {} <Debug> TCP-Session: 62856b77-7cc0-479c-9f94-030df3362100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2025.03.03 04:51:37.597449 [ 283 ] {} <Debug> TCP-Session: bae47243-9257-466d-ba83-f5c051624243 Authenticating user 'default' from [fd00:1122:3344:101::c]:52156 | ||
| 694 | 2025.03.03 04:51:37.597403 [ 282 ] {} <Debug> TCP-Session: 22527df7-a4e3-479b-82eb-f808b8ff21ac Authenticating user 'default' from [fd00:1122:3344:101::c]:53463 | ||
| 695 | 2025.03.03 04:51:37.597542 [ 280 ] {} <Debug> TCP-Session: 62856b77-7cc0-479c-9f94-030df3362100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.03.03 04:51:37.597516 [ 284 ] {} <Debug> TCP-Session: 7da5d4f2-be5f-46ba-83b9-9424d04fb8a0 Authenticating user 'default' from [fd00:1122:3344:101::c]:62988 | ||
| 697 | 2025.03.03 04:51:37.597370 [ 281 ] {} <Debug> TCP-Session: c977d07b-1259-4f3c-9293-f1b043b05e4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.03.03 04:51:37.597530 [ 283 ] {} <Debug> TCP-Session: bae47243-9257-466d-ba83-f5c051624243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.03.03 04:51:37.597700 [ 282 ] {} <Debug> TCP-Session: 22527df7-a4e3-479b-82eb-f808b8ff21ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.03.03 04:51:37.597715 [ 281 ] {} <Debug> TCP-Session: c977d07b-1259-4f3c-9293-f1b043b05e4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.03.03 04:51:37.597726 [ 283 ] {} <Debug> TCP-Session: bae47243-9257-466d-ba83-f5c051624243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.03.03 04:51:37.597376 [ 278 ] {} <Debug> TCP-Session: 271e9a0d-d2eb-449d-8c10-58dfe5138aed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2025.03.03 04:51:37.597808 [ 284 ] {} <Debug> TCP-Session: 7da5d4f2-be5f-46ba-83b9-9424d04fb8a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.03.03 04:51:37.598031 [ 282 ] {} <Debug> TCP-Session: 22527df7-a4e3-479b-82eb-f808b8ff21ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.03.03 04:51:37.598232 [ 284 ] {} <Debug> TCP-Session: 7da5d4f2-be5f-46ba-83b9-9424d04fb8a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.03.03 04:51:38.001151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 139.47 MiB, peak 139.47 MiB, free memory in arenas 0.00 B, will set to 140.82 MiB (RSS), difference: 1.35 MiB | ||
| 707 | 2025.03.03 04:51:42.634735 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.03.03 04:51:42.634790 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 709 | 2025.03.03 04:51:42.634849 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.03.03 04:51:42.634885 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.03.03 04:51:42.641575 [ 244 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Loading data parts | ||
| 712 | 2025.03.03 04:51:42.641885 [ 244 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): There are no data parts | ||
| 713 | 2025.03.03 04:51:42.648858 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.03.03 04:51:42.649082 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 715 | 2025.03.03 04:51:42.652794 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 716 | 2025.03.03 04:51:42.653788 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): 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.03.03 04:51:42.654602 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 718 | 2025.03.03 04:51:42.661536 [ 243 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Loading data parts | ||
| 719 | 2025.03.03 04:51:42.661745 [ 243 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): There are no data parts | ||
| 720 | 2025.03.03 04:51:42.685019 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.03.03 04:51:42.685163 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 722 | 2025.03.03 04:51:42.692390 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.03.03 04:51:42.693559 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): 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.03.03 04:51:42.696114 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.03.03 04:51:43.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.81 MiB, peak 149.81 MiB, free memory in arenas 0.00 B, will set to 150.61 MiB (RSS), difference: 4.79 MiB | ||
| 726 | 2025.03.03 04:51:45.134672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.03.03 04:51:45.134844 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.03.03 04:51:45.140152 [ 242 ] {} <Debug> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Loading data parts | ||
| 729 | 2025.03.03 04:51:45.140382 [ 242 ] {} <Debug> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): There are no data parts | ||
| 730 | 2025.03.03 04:51:45.146185 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.03.03 04:51:45.146313 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 732 | 2025.03.03 04:51:45.148113 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.03.03 04:51:45.148682 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): 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.03.03 04:51:45.149251 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.03.03 04:51:46.001210 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.79 MiB, peak 154.79 MiB, free memory in arenas 0.00 B, will set to 151.07 MiB (RSS), difference: -3.72 MiB | ||
| 736 | 2025.03.03 04:51:50.109119 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.03.03 04:51:50.109176 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.03.03 04:51:50.155549 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 739 | 2025.03.03 04:51:50.156560 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.03.03 04:51:50.156608 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 741 | 2025.03.03 04:51:50.157346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.03.03 04:51:50.158057 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): 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.03.03 04:51:50.158324 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.03.03 04:51:50.197004 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.03.03 04:51:50.218859 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.03.03 04:51:50.218961 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 747 | 2025.03.03 04:51:50.225542 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.03.03 04:51:50.226696 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): 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.03.03 04:51:50.229232 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.03.03 04:51:51.001095 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.75 MiB, peak 155.75 MiB, free memory in arenas 0.00 B, will set to 153.83 MiB (RSS), difference: 2.09 MiB | ||
| 751 | 2025.03.03 04:51:55.518780 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 752 | 2025.03.03 04:51:55.519101 [ 3 ] {d16c4f67-753e-4aaf-b2a2-39100af2924f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 753 | 2025.03.03 04:51:55.519511 [ 3 ] {d16c4f67-753e-4aaf-b2a2-39100af2924f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 754 | 2025.03.03 04:51:55.519810 [ 3 ] {d16c4f67-753e-4aaf-b2a2-39100af2924f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 755 | 2025.03.03 04:51:55.522532 [ 3 ] {d16c4f67-753e-4aaf-b2a2-39100af2924f} <Debug> TCPHandler: Processed in 0.003881473 sec. | ||
| 756 | 2025.03.03 04:51:55.527548 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 757 | 2025.03.03 04:51:55.527778 [ 3 ] {d582593e-ff13-4dec-9707-00adcc12e87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 758 | 2025.03.03 04:51:55.530050 [ 3 ] {d582593e-ff13-4dec-9707-00adcc12e87c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 759 | 2025.03.03 04:51:55.530271 [ 3 ] {d582593e-ff13-4dec-9707-00adcc12e87c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 760 | 2025.03.03 04:51:55.530975 [ 3 ] {d582593e-ff13-4dec-9707-00adcc12e87c} <Debug> TCPHandler: Processed in 0.003490655 sec. | ||
| 761 | 2025.03.03 04:51:55.531294 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 762 | 2025.03.03 04:51:55.531439 [ 3 ] {093100f0-4789-42e6-a1b5-7df3e816b083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 763 | 2025.03.03 04:51:55.531802 [ 3 ] {093100f0-4789-42e6-a1b5-7df3e816b083} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 764 | 2025.03.03 04:51:55.531855 [ 3 ] {093100f0-4789-42e6-a1b5-7df3e816b083} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 765 | 2025.03.03 04:51:55.532338 [ 3 ] {093100f0-4789-42e6-a1b5-7df3e816b083} <Debug> TCPHandler: Processed in 0.001100513 sec. | ||
| 766 | 2025.03.03 04:51:55.532564 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2025.03.03 04:51:55.532703 [ 3 ] {effb650c-1168-4195-a0b0-2750e25a0279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 768 | 2025.03.03 04:51:55.533020 [ 3 ] {effb650c-1168-4195-a0b0-2750e25a0279} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 769 | 2025.03.03 04:51:55.533073 [ 3 ] {effb650c-1168-4195-a0b0-2750e25a0279} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 770 | 2025.03.03 04:51:55.533534 [ 3 ] {effb650c-1168-4195-a0b0-2750e25a0279} <Debug> TCPHandler: Processed in 0.001019862 sec. | ||
| 771 | 2025.03.03 04:51:55.533766 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 772 | 2025.03.03 04:51:55.533902 [ 3 ] {924fc2ba-808b-4816-afef-b32bd51bab0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 773 | 2025.03.03 04:51:55.534216 [ 3 ] {924fc2ba-808b-4816-afef-b32bd51bab0d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 774 | 2025.03.03 04:51:55.534268 [ 3 ] {924fc2ba-808b-4816-afef-b32bd51bab0d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 775 | 2025.03.03 04:51:55.534721 [ 3 ] {924fc2ba-808b-4816-afef-b32bd51bab0d} <Debug> TCPHandler: Processed in 0.001005501 sec. | ||
| 776 | 2025.03.03 04:51:55.534920 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 777 | 2025.03.03 04:51:55.535056 [ 3 ] {bafb2456-8638-4018-94bd-4d6645cb9cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 778 | 2025.03.03 04:51:55.535386 [ 3 ] {bafb2456-8638-4018-94bd-4d6645cb9cfa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 779 | 2025.03.03 04:51:55.535439 [ 3 ] {bafb2456-8638-4018-94bd-4d6645cb9cfa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 780 | 2025.03.03 04:51:55.535904 [ 3 ] {bafb2456-8638-4018-94bd-4d6645cb9cfa} <Debug> TCPHandler: Processed in 0.001033633 sec. | ||
| 781 | 2025.03.03 04:51:55.536102 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 782 | 2025.03.03 04:51:55.536238 [ 3 ] {39518245-32b7-432e-80f7-94fbe83d1b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 783 | 2025.03.03 04:51:55.536559 [ 3 ] {39518245-32b7-432e-80f7-94fbe83d1b77} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 784 | 2025.03.03 04:51:55.536611 [ 3 ] {39518245-32b7-432e-80f7-94fbe83d1b77} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 785 | 2025.03.03 04:51:55.537064 [ 3 ] {39518245-32b7-432e-80f7-94fbe83d1b77} <Debug> TCPHandler: Processed in 0.001012011 sec. | ||
| 786 | 2025.03.03 04:51:55.537295 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 787 | 2025.03.03 04:51:55.537435 [ 3 ] {1468a793-b054-4ee8-a23e-b10b3f9e895a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 788 | 2025.03.03 04:51:55.537766 [ 3 ] {1468a793-b054-4ee8-a23e-b10b3f9e895a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 789 | 2025.03.03 04:51:55.537819 [ 3 ] {1468a793-b054-4ee8-a23e-b10b3f9e895a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 790 | 2025.03.03 04:51:55.538270 [ 3 ] {1468a793-b054-4ee8-a23e-b10b3f9e895a} <Debug> TCPHandler: Processed in 0.001026392 sec. | ||
| 791 | 2025.03.03 04:51:55.538477 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2025.03.03 04:51:55.538613 [ 3 ] {313dd340-dc8c-426b-a149-33bf7220b995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 793 | 2025.03.03 04:51:55.538944 [ 3 ] {313dd340-dc8c-426b-a149-33bf7220b995} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 794 | 2025.03.03 04:51:55.538995 [ 3 ] {313dd340-dc8c-426b-a149-33bf7220b995} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 795 | 2025.03.03 04:51:55.539440 [ 3 ] {313dd340-dc8c-426b-a149-33bf7220b995} <Debug> TCPHandler: Processed in 0.001012811 sec. | ||
| 796 | 2025.03.03 04:51:55.539652 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 797 | 2025.03.03 04:51:55.539789 [ 3 ] {f8c5ebac-03b0-4472-ada7-b4be5e1cb842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 798 | 2025.03.03 04:51:55.540129 [ 3 ] {f8c5ebac-03b0-4472-ada7-b4be5e1cb842} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 799 | 2025.03.03 04:51:55.540179 [ 3 ] {f8c5ebac-03b0-4472-ada7-b4be5e1cb842} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 800 | 2025.03.03 04:51:55.540626 [ 3 ] {f8c5ebac-03b0-4472-ada7-b4be5e1cb842} <Debug> TCPHandler: Processed in 0.001023602 sec. | ||
| 801 | 2025.03.03 04:51:55.540843 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 802 | 2025.03.03 04:51:55.540983 [ 3 ] {7c216109-b127-4956-b4b3-c4f518b64f90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 803 | 2025.03.03 04:51:55.541311 [ 3 ] {7c216109-b127-4956-b4b3-c4f518b64f90} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 804 | 2025.03.03 04:51:55.541362 [ 3 ] {7c216109-b127-4956-b4b3-c4f518b64f90} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 805 | 2025.03.03 04:51:55.541818 [ 3 ] {7c216109-b127-4956-b4b3-c4f518b64f90} <Debug> TCPHandler: Processed in 0.001024472 sec. | ||
| 806 | 2025.03.03 04:51:55.542035 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 807 | 2025.03.03 04:51:55.542174 [ 3 ] {2f306544-7695-4410-a2ac-3cddfa44826a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 808 | 2025.03.03 04:51:55.542505 [ 3 ] {2f306544-7695-4410-a2ac-3cddfa44826a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 809 | 2025.03.03 04:51:55.542556 [ 3 ] {2f306544-7695-4410-a2ac-3cddfa44826a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 810 | 2025.03.03 04:51:55.543067 [ 3 ] {2f306544-7695-4410-a2ac-3cddfa44826a} <Debug> TCPHandler: Processed in 0.001080853 sec. | ||
| 811 | 2025.03.03 04:51:55.543308 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 812 | 2025.03.03 04:51:55.543458 [ 3 ] {e78eeaf1-22a2-449a-ab6a-2a85b94257c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 813 | 2025.03.03 04:51:55.543814 [ 3 ] {e78eeaf1-22a2-449a-ab6a-2a85b94257c0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 814 | 2025.03.03 04:51:55.543867 [ 3 ] {e78eeaf1-22a2-449a-ab6a-2a85b94257c0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 815 | 2025.03.03 04:51:55.544356 [ 3 ] {e78eeaf1-22a2-449a-ab6a-2a85b94257c0} <Debug> TCPHandler: Processed in 0.001102104 sec. | ||
| 816 | 2025.03.03 04:51:55.544717 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 817 | 2025.03.03 04:51:55.544971 [ 3 ] {e93c21d7-4943-4f90-96bc-1a39d4a8f924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 818 | 2025.03.03 04:51:55.545523 [ 3 ] {e93c21d7-4943-4f90-96bc-1a39d4a8f924} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 819 | 2025.03.03 04:51:55.545598 [ 3 ] {e93c21d7-4943-4f90-96bc-1a39d4a8f924} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 820 | 2025.03.03 04:51:55.546239 [ 3 ] {e93c21d7-4943-4f90-96bc-1a39d4a8f924} <Debug> TCPHandler: Processed in 0.001661206 sec. | ||
| 821 | 2025.03.03 04:51:55.546465 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 822 | 2025.03.03 04:51:55.546619 [ 3 ] {bd8765f9-f494-41cb-a480-13cb91431c1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 823 | 2025.03.03 04:51:55.547005 [ 3 ] {bd8765f9-f494-41cb-a480-13cb91431c1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 824 | 2025.03.03 04:51:55.547060 [ 3 ] {bd8765f9-f494-41cb-a480-13cb91431c1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 825 | 2025.03.03 04:51:55.547544 [ 3 ] {bd8765f9-f494-41cb-a480-13cb91431c1c} <Debug> TCPHandler: Processed in 0.001134265 sec. | ||
| 826 | 2025.03.03 04:51:55.547743 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 827 | 2025.03.03 04:51:55.547889 [ 3 ] {4143d807-5f6f-4a24-830d-9e6d570822a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 828 | 2025.03.03 04:51:55.548307 [ 3 ] {4143d807-5f6f-4a24-830d-9e6d570822a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 829 | 2025.03.03 04:51:55.548382 [ 3 ] {4143d807-5f6f-4a24-830d-9e6d570822a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 830 | 2025.03.03 04:51:55.548911 [ 3 ] {4143d807-5f6f-4a24-830d-9e6d570822a7} <Debug> TCPHandler: Processed in 0.001218146 sec. | ||
| 831 | 2025.03.03 04:51:55.549155 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 832 | 2025.03.03 04:51:55.549300 [ 3 ] {ef7eb0e8-7102-4b2a-b421-f539c456b441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 833 | 2025.03.03 04:51:55.549660 [ 3 ] {ef7eb0e8-7102-4b2a-b421-f539c456b441} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 834 | 2025.03.03 04:51:55.549712 [ 3 ] {ef7eb0e8-7102-4b2a-b421-f539c456b441} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 835 | 2025.03.03 04:51:55.550215 [ 3 ] {ef7eb0e8-7102-4b2a-b421-f539c456b441} <Debug> TCPHandler: Processed in 0.001111084 sec. | ||
| 836 | 2025.03.03 04:51:55.550422 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2025.03.03 04:51:55.550567 [ 3 ] {ecb539b7-37ca-4520-942e-89f9ed9cf19e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 838 | 2025.03.03 04:51:55.550922 [ 3 ] {ecb539b7-37ca-4520-942e-89f9ed9cf19e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2025.03.03 04:51:55.550972 [ 3 ] {ecb539b7-37ca-4520-942e-89f9ed9cf19e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2025.03.03 04:51:55.551448 [ 3 ] {ecb539b7-37ca-4520-942e-89f9ed9cf19e} <Debug> TCPHandler: Processed in 0.001076534 sec. | ||
| 841 | 2025.03.03 04:51:55.554471 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 842 | 2025.03.03 04:51:55.554596 [ 3 ] {ebc9d095-c19c-499a-909b-57e250c2ead0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 843 | 2025.03.03 04:51:55.554642 [ 3 ] {ebc9d095-c19c-499a-909b-57e250c2ead0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 844 | 2025.03.03 04:51:55.555334 [ 3 ] {ebc9d095-c19c-499a-909b-57e250c2ead0} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 845 | 2025.03.03 04:51:55.555385 [ 3 ] {ebc9d095-c19c-499a-909b-57e250c2ead0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 846 | 2025.03.03 04:51:55.556093 [ 3 ] {ebc9d095-c19c-499a-909b-57e250c2ead0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 847 | 2025.03.03 04:51:55.556490 [ 3 ] {ebc9d095-c19c-499a-909b-57e250c2ead0} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 848 | 2025.03.03 04:51:55.556708 [ 3 ] {ebc9d095-c19c-499a-909b-57e250c2ead0} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002148 sec., 8379.888268156425 rows/sec., 1.14 MiB/sec. | ||
| 849 | 2025.03.03 04:51:55.556762 [ 3 ] {ebc9d095-c19c-499a-909b-57e250c2ead0} <Debug> TCPHandler: Processed in 0.00234419 sec. | ||
| 850 | 2025.03.03 04:51:55.556883 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 851 | 2025.03.03 04:51:55.556993 [ 3 ] {220ab1f5-10b6-4217-9ab5-edb005d2532c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 852 | 2025.03.03 04:51:55.557040 [ 3 ] {220ab1f5-10b6-4217-9ab5-edb005d2532c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 853 | 2025.03.03 04:51:55.559029 [ 3 ] {220ab1f5-10b6-4217-9ab5-edb005d2532c} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 854 | 2025.03.03 04:51:55.559066 [ 3 ] {220ab1f5-10b6-4217-9ab5-edb005d2532c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 855 | 2025.03.03 04:51:55.559623 [ 3 ] {220ab1f5-10b6-4217-9ab5-edb005d2532c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 856 | 2025.03.03 04:51:55.560173 [ 3 ] {220ab1f5-10b6-4217-9ab5-edb005d2532c} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 857 | 2025.03.03 04:51:55.560380 [ 3 ] {220ab1f5-10b6-4217-9ab5-edb005d2532c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.003413 sec., 16407.85232932904 rows/sec., 1.25 MiB/sec. | ||
| 858 | 2025.03.03 04:51:55.560431 [ 3 ] {220ab1f5-10b6-4217-9ab5-edb005d2532c} <Debug> TCPHandler: Processed in 0.003607887 sec. | ||
| 859 | 2025.03.03 04:51:55.560574 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 860 | 2025.03.03 04:51:55.560689 [ 3 ] {e396d746-0269-4507-9f0e-366092215a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 861 | 2025.03.03 04:51:55.560736 [ 3 ] {e396d746-0269-4507-9f0e-366092215a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 862 | 2025.03.03 04:51:55.561272 [ 3 ] {e396d746-0269-4507-9f0e-366092215a98} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 863 | 2025.03.03 04:51:55.561314 [ 3 ] {e396d746-0269-4507-9f0e-366092215a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 864 | 2025.03.03 04:51:55.561825 [ 3 ] {e396d746-0269-4507-9f0e-366092215a98} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 865 | 2025.03.03 04:51:55.562327 [ 3 ] {e396d746-0269-4507-9f0e-366092215a98} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 866 | 2025.03.03 04:51:55.562527 [ 3 ] {e396d746-0269-4507-9f0e-366092215a98} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001864 sec., 34334.76394849786 rows/sec., 2.68 MiB/sec. | ||
| 867 | 2025.03.03 04:51:55.562579 [ 3 ] {e396d746-0269-4507-9f0e-366092215a98} <Debug> TCPHandler: Processed in 0.002057634 sec. | ||
| 868 | 2025.03.03 04:51:55.562689 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.03.03 04:51:55.562806 [ 3 ] {7828f2c1-c0e3-4689-a78e-504f79c7b184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 870 | 2025.03.03 04:51:55.562862 [ 3 ] {7828f2c1-c0e3-4689-a78e-504f79c7b184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 871 | 2025.03.03 04:51:55.563391 [ 3 ] {7828f2c1-c0e3-4689-a78e-504f79c7b184} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 872 | 2025.03.03 04:51:55.563426 [ 3 ] {7828f2c1-c0e3-4689-a78e-504f79c7b184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 873 | 2025.03.03 04:51:55.563996 [ 3 ] {7828f2c1-c0e3-4689-a78e-504f79c7b184} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 874 | 2025.03.03 04:51:55.564573 [ 3 ] {7828f2c1-c0e3-4689-a78e-504f79c7b184} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 875 | 2025.03.03 04:51:55.564771 [ 3 ] {7828f2c1-c0e3-4689-a78e-504f79c7b184} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.002 sec., 32000 rows/sec., 2.23 MiB/sec. | ||
| 876 | 2025.03.03 04:51:55.564821 [ 3 ] {7828f2c1-c0e3-4689-a78e-504f79c7b184} <Debug> TCPHandler: Processed in 0.002186057 sec. | ||
| 877 | 2025.03.03 04:51:55.564936 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2025.03.03 04:51:55.565044 [ 3 ] {2f517cb4-fcea-4742-b166-a48e8297a9af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 879 | 2025.03.03 04:51:55.565092 [ 3 ] {2f517cb4-fcea-4742-b166-a48e8297a9af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 880 | 2025.03.03 04:51:55.565545 [ 3 ] {2f517cb4-fcea-4742-b166-a48e8297a9af} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 881 | 2025.03.03 04:51:55.565584 [ 3 ] {2f517cb4-fcea-4742-b166-a48e8297a9af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 882 | 2025.03.03 04:51:55.566099 [ 3 ] {2f517cb4-fcea-4742-b166-a48e8297a9af} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 883 | 2025.03.03 04:51:55.566714 [ 3 ] {2f517cb4-fcea-4742-b166-a48e8297a9af} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 884 | 2025.03.03 04:51:55.566930 [ 3 ] {2f517cb4-fcea-4742-b166-a48e8297a9af} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00191 sec., 12565.445026178011 rows/sec., 867.15 KiB/sec. | ||
| 885 | 2025.03.03 04:51:55.566981 [ 3 ] {2f517cb4-fcea-4742-b166-a48e8297a9af} <Debug> TCPHandler: Processed in 0.002098485 sec. | ||
| 886 | 2025.03.03 04:51:56.001018 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.84 MiB, peak 155.75 MiB, free memory in arenas 0.00 B, will set to 155.16 MiB (RSS), difference: 4.32 MiB | ||
| 887 | 2025.03.03 04:51:57.658410 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 888 | 2025.03.03 04:51:57.659025 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2025.03.03 04:51:57.659082 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 890 | 2025.03.03 04:51:57.660011 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 891 | 2025.03.03 04:51:57.660609 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 892 | 2025.03.03 04:51:57.660883 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 893 | 2025.03.03 04:51:57.729280 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 894 | 2025.03.03 04:51:57.748929 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 895 | 2025.03.03 04:51:57.748998 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 896 | 2025.03.03 04:51:57.756160 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 897 | 2025.03.03 04:51:57.757462 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 898 | 2025.03.03 04:51:57.760728 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 899 | 2025.03.03 04:52:00.526704 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2025.03.03 04:52:00.526913 [ 3 ] {4e9418a1-9156-4569-817f-98e8d5d89a18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 901 | 2025.03.03 04:52:00.526988 [ 3 ] {4e9418a1-9156-4569-817f-98e8d5d89a18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 902 | 2025.03.03 04:52:00.527776 [ 3 ] {4e9418a1-9156-4569-817f-98e8d5d89a18} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2025.03.03 04:52:00.527829 [ 3 ] {4e9418a1-9156-4569-817f-98e8d5d89a18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 904 | 2025.03.03 04:52:00.528469 [ 3 ] {4e9418a1-9156-4569-817f-98e8d5d89a18} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 905 | 2025.03.03 04:52:00.529000 [ 3 ] {4e9418a1-9156-4569-817f-98e8d5d89a18} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 906 | 2025.03.03 04:52:00.529285 [ 3 ] {4e9418a1-9156-4569-817f-98e8d5d89a18} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00241 sec., 23236.514522821577 rows/sec., 1.77 MiB/sec. | ||
| 907 | 2025.03.03 04:52:00.529426 [ 3 ] {4e9418a1-9156-4569-817f-98e8d5d89a18} <Debug> TCPHandler: Processed in 0.002875401 sec. | ||
| 908 | 2025.03.03 04:52:00.529565 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2025.03.03 04:52:00.529680 [ 3 ] {9eae0fe1-1363-4d43-8653-1b02c05d38d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 910 | 2025.03.03 04:52:00.529728 [ 3 ] {9eae0fe1-1363-4d43-8653-1b02c05d38d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 911 | 2025.03.03 04:52:00.530289 [ 3 ] {9eae0fe1-1363-4d43-8653-1b02c05d38d8} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2025.03.03 04:52:00.530329 [ 3 ] {9eae0fe1-1363-4d43-8653-1b02c05d38d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 913 | 2025.03.03 04:52:00.530822 [ 3 ] {9eae0fe1-1363-4d43-8653-1b02c05d38d8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 914 | 2025.03.03 04:52:00.531332 [ 3 ] {9eae0fe1-1363-4d43-8653-1b02c05d38d8} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 915 | 2025.03.03 04:52:00.531552 [ 3 ] {9eae0fe1-1363-4d43-8653-1b02c05d38d8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0019 sec., 33684.21052631579 rows/sec., 2.63 MiB/sec. | ||
| 916 | 2025.03.03 04:52:00.531605 [ 3 ] {9eae0fe1-1363-4d43-8653-1b02c05d38d8} <Debug> TCPHandler: Processed in 0.002093925 sec. | ||
| 917 | 2025.03.03 04:52:00.531722 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 918 | 2025.03.03 04:52:00.531831 [ 3 ] {b8d4c414-2d6f-42b4-8e6b-c131443edfed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 919 | 2025.03.03 04:52:00.531880 [ 3 ] {b8d4c414-2d6f-42b4-8e6b-c131443edfed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 920 | 2025.03.03 04:52:00.532407 [ 3 ] {b8d4c414-2d6f-42b4-8e6b-c131443edfed} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.03.03 04:52:00.532453 [ 3 ] {b8d4c414-2d6f-42b4-8e6b-c131443edfed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 922 | 2025.03.03 04:52:00.533052 [ 3 ] {b8d4c414-2d6f-42b4-8e6b-c131443edfed} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 923 | 2025.03.03 04:52:00.533564 [ 3 ] {b8d4c414-2d6f-42b4-8e6b-c131443edfed} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 924 | 2025.03.03 04:52:00.533848 [ 3 ] {b8d4c414-2d6f-42b4-8e6b-c131443edfed} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002021 sec., 79168.72835230085 rows/sec., 5.51 MiB/sec. | ||
| 925 | 2025.03.03 04:52:00.533969 [ 3 ] {b8d4c414-2d6f-42b4-8e6b-c131443edfed} <Debug> TCPHandler: Processed in 0.00229946 sec. | ||
| 926 | 2025.03.03 04:52:00.534075 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2025.03.03 04:52:00.534178 [ 3 ] {77d9295d-5564-4a4d-8e3b-441899a57c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 928 | 2025.03.03 04:52:00.534227 [ 3 ] {77d9295d-5564-4a4d-8e3b-441899a57c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 929 | 2025.03.03 04:52:00.534686 [ 3 ] {77d9295d-5564-4a4d-8e3b-441899a57c18} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2025.03.03 04:52:00.534725 [ 3 ] {77d9295d-5564-4a4d-8e3b-441899a57c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.76 GiB. | ||
| 931 | 2025.03.03 04:52:00.535285 [ 3 ] {77d9295d-5564-4a4d-8e3b-441899a57c18} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 932 | 2025.03.03 04:52:00.535803 [ 3 ] {77d9295d-5564-4a4d-8e3b-441899a57c18} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 933 | 2025.03.03 04:52:00.536014 [ 3 ] {77d9295d-5564-4a4d-8e3b-441899a57c18} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00186 sec., 32258.06451612903 rows/sec., 2.17 MiB/sec. | ||
| 934 | 2025.03.03 04:52:00.536064 [ 3 ] {77d9295d-5564-4a4d-8e3b-441899a57c18} <Debug> TCPHandler: Processed in 0.002039553 sec. | ||
| 935 | 2025.03.03 04:52:05.109233 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 936 | 2025.03.03 04:52:05.109332 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 937 | 2025.03.03 04:52:05.150318 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 938 | 2025.03.03 04:52:05.154401 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 939 | 2025.03.03 04:52:05.154449 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 940 | 2025.03.03 04:52:05.155941 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 941 | 2025.03.03 04:52:05.156263 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 942 | 2025.03.03 04:52:05.156807 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 943 | 2025.03.03 04:52:05.161805 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 944 | 2025.03.03 04:52:05.162501 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 945 | 2025.03.03 04:52:05.162551 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 946 | 2025.03.03 04:52:05.163106 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 947 | 2025.03.03 04:52:05.163373 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 948 | 2025.03.03 04:52:05.163634 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 949 | 2025.03.03 04:52:05.261606 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 950 | 2025.03.03 04:52:05.282282 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 951 | 2025.03.03 04:52:05.282340 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 952 | 2025.03.03 04:52:05.289124 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 953 | 2025.03.03 04:52:05.289867 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 954 | 2025.03.03 04:52:05.292723 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 955 | 2025.03.03 04:52:05.523428 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 956 | 2025.03.03 04:52:05.523798 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 957 | 2025.03.03 04:52:05.524345 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 958 | 2025.03.03 04:52:05.524420 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 959 | 2025.03.03 04:52:05.524718 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 960 | 2025.03.03 04:52:05.524904 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 961 | 2025.03.03 04:52:05.525210 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 962 | 2025.03.03 04:52:05.526361 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 963 | 2025.03.03 04:52:05.526460 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 964 | 2025.03.03 04:52:05.526481 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 965 | 2025.03.03 04:52:05.528516 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 966 | 2025.03.03 04:52:05.528574 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 967 | 2025.03.03 04:52:05.544562 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.020921 sec., 860.3795229673534 rows/sec., 35.20 KiB/sec. | ||
| 968 | 2025.03.03 04:52:05.544782 [ 3 ] {0ca357dc-bc6e-42e6-9504-c52c26d15d2f} <Debug> TCPHandler: Processed in 0.02149119 sec. | ||
| 969 | 2025.03.03 04:52:05.547684 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2025.03.03 04:52:05.547887 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 971 | 2025.03.03 04:52:05.548208 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 972 | 2025.03.03 04:52:05.548249 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 973 | 2025.03.03 04:52:05.548519 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 974 | 2025.03.03 04:52:05.548585 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 975 | 2025.03.03 04:52:05.548733 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 976 | 2025.03.03 04:52:05.548766 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 977 | 2025.03.03 04:52:05.548789 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 978 | 2025.03.03 04:52:05.548807 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 979 | 2025.03.03 04:52:05.548854 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 980 | 2025.03.03 04:52:05.548876 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 981 | 2025.03.03 04:52:05.549676 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001885 sec., 9549.071618037135 rows/sec., 390.63 KiB/sec. | ||
| 982 | 2025.03.03 04:52:05.549802 [ 3 ] {0a753ce4-fed9-40a8-b1c3-ea401b3e43a9} <Debug> TCPHandler: Processed in 0.002187236 sec. | ||
| 983 | 2025.03.03 04:52:05.550659 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 984 | 2025.03.03 04:52:05.550818 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 985 | 2025.03.03 04:52:05.551090 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 986 | 2025.03.03 04:52:05.551131 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 987 | 2025.03.03 04:52:05.551400 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 988 | 2025.03.03 04:52:05.551465 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 989 | 2025.03.03 04:52:05.551604 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 990 | 2025.03.03 04:52:05.551636 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 991 | 2025.03.03 04:52:05.551659 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 992 | 2025.03.03 04:52:05.551676 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 993 | 2025.03.03 04:52:05.551719 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 994 | 2025.03.03 04:52:05.551741 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 995 | 2025.03.03 04:52:05.552299 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001552 sec., 11597.938144329897 rows/sec., 474.44 KiB/sec. | ||
| 996 | 2025.03.03 04:52:05.552414 [ 3 ] {1092984e-7d32-4101-9dc0-9903b7722ef7} <Debug> TCPHandler: Processed in 0.001807688 sec. | ||
| 997 | 2025.03.03 04:52:05.553088 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 998 | 2025.03.03 04:52:05.553241 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 999 | 2025.03.03 04:52:05.553506 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1000 | 2025.03.03 04:52:05.553547 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1001 | 2025.03.03 04:52:05.553807 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1002 | 2025.03.03 04:52:05.553870 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1003 | 2025.03.03 04:52:05.554006 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1004 | 2025.03.03 04:52:05.554038 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1005 | 2025.03.03 04:52:05.554061 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1006 | 2025.03.03 04:52:05.554078 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1007 | 2025.03.03 04:52:05.554122 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1008 | 2025.03.03 04:52:05.554143 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1009 | 2025.03.03 04:52:05.554667 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001495 sec., 12040.133779264213 rows/sec., 492.53 KiB/sec. | ||
| 1010 | 2025.03.03 04:52:05.554784 [ 3 ] {f0b8d415-a5b0-46b4-a061-58741f22ec13} <Debug> TCPHandler: Processed in 0.001746507 sec. | ||
| 1011 | 2025.03.03 04:52:05.555015 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1012 | 2025.03.03 04:52:05.555166 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1013 | 2025.03.03 04:52:05.555432 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1014 | 2025.03.03 04:52:05.555473 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1015 | 2025.03.03 04:52:05.555737 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1016 | 2025.03.03 04:52:05.555801 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1017 | 2025.03.03 04:52:05.555937 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1018 | 2025.03.03 04:52:05.555969 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1019 | 2025.03.03 04:52:05.555992 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1020 | 2025.03.03 04:52:05.556008 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1021 | 2025.03.03 04:52:05.556050 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1022 | 2025.03.03 04:52:05.556071 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1023 | 2025.03.03 04:52:05.556647 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001548 sec., 11627.906976744187 rows/sec., 475.66 KiB/sec. | ||
| 1024 | 2025.03.03 04:52:05.556761 [ 3 ] {544920d7-8149-4600-8526-e3aca4fb7b24} <Debug> TCPHandler: Processed in 0.001797438 sec. | ||
| 1025 | 2025.03.03 04:52:05.556981 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1026 | 2025.03.03 04:52:05.557134 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1027 | 2025.03.03 04:52:05.557402 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1028 | 2025.03.03 04:52:05.557443 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1029 | 2025.03.03 04:52:05.557710 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1030 | 2025.03.03 04:52:05.557773 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1031 | 2025.03.03 04:52:05.557910 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1032 | 2025.03.03 04:52:05.557942 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1033 | 2025.03.03 04:52:05.557965 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1034 | 2025.03.03 04:52:05.557981 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1035 | 2025.03.03 04:52:05.558024 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1036 | 2025.03.03 04:52:05.558045 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1037 | 2025.03.03 04:52:05.558587 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001521 sec., 11834.31952662722 rows/sec., 484.11 KiB/sec. | ||
| 1038 | 2025.03.03 04:52:05.558701 [ 3 ] {8912bbc1-3ea9-48f2-b7bc-8232a6c1e962} <Debug> TCPHandler: Processed in 0.001771668 sec. | ||
| 1039 | 2025.03.03 04:52:05.558917 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1040 | 2025.03.03 04:52:05.559070 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1041 | 2025.03.03 04:52:05.559335 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1042 | 2025.03.03 04:52:05.559376 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1043 | 2025.03.03 04:52:05.559646 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1044 | 2025.03.03 04:52:05.559711 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1045 | 2025.03.03 04:52:05.559848 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1046 | 2025.03.03 04:52:05.559881 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1047 | 2025.03.03 04:52:05.559903 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1048 | 2025.03.03 04:52:05.559919 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1049 | 2025.03.03 04:52:05.559960 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1050 | 2025.03.03 04:52:05.559981 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1051 | 2025.03.03 04:52:05.560524 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001524 sec., 11811.023622047245 rows/sec., 483.15 KiB/sec. | ||
| 1052 | 2025.03.03 04:52:05.560637 [ 3 ] {879990fe-e7a8-4edd-ac64-13b8b5075e1d} <Debug> TCPHandler: Processed in 0.001771287 sec. | ||
| 1053 | 2025.03.03 04:52:05.560850 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2025.03.03 04:52:05.561004 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1055 | 2025.03.03 04:52:05.561274 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1056 | 2025.03.03 04:52:05.561316 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1057 | 2025.03.03 04:52:05.561589 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1058 | 2025.03.03 04:52:05.561653 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1059 | 2025.03.03 04:52:05.561794 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1060 | 2025.03.03 04:52:05.561825 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1061 | 2025.03.03 04:52:05.561848 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1062 | 2025.03.03 04:52:05.561864 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1063 | 2025.03.03 04:52:05.561904 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1064 | 2025.03.03 04:52:05.561926 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1065 | 2025.03.03 04:52:05.562595 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001661 sec., 10836.845273931367 rows/sec., 443.30 KiB/sec. | ||
| 1066 | 2025.03.03 04:52:05.562718 [ 3 ] {c8d71bb8-2b8f-488e-81a0-1b07d7766d70} <Debug> TCPHandler: Processed in 0.001920021 sec. | ||
| 1067 | 2025.03.03 04:52:05.562931 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1068 | 2025.03.03 04:52:05.563087 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1069 | 2025.03.03 04:52:05.563356 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1070 | 2025.03.03 04:52:05.563400 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1071 | 2025.03.03 04:52:05.563675 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1072 | 2025.03.03 04:52:05.563739 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1073 | 2025.03.03 04:52:05.563878 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1074 | 2025.03.03 04:52:05.563910 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1075 | 2025.03.03 04:52:05.563932 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1076 | 2025.03.03 04:52:05.563949 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1077 | 2025.03.03 04:52:05.563991 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1078 | 2025.03.03 04:52:05.564013 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1079 | 2025.03.03 04:52:05.564673 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001658 sec., 10856.453558504221 rows/sec., 444.11 KiB/sec. | ||
| 1080 | 2025.03.03 04:52:05.564789 [ 3 ] {5a447d4b-b6bc-410c-8c88-72b2dcaf8a7d} <Debug> TCPHandler: Processed in 0.00191052 sec. | ||
| 1081 | 2025.03.03 04:52:05.565025 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1082 | 2025.03.03 04:52:05.565180 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1083 | 2025.03.03 04:52:05.565451 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1084 | 2025.03.03 04:52:05.565494 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1085 | 2025.03.03 04:52:05.565767 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1086 | 2025.03.03 04:52:05.565830 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1087 | 2025.03.03 04:52:05.565967 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1088 | 2025.03.03 04:52:05.565999 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1089 | 2025.03.03 04:52:05.566022 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1090 | 2025.03.03 04:52:05.566038 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1091 | 2025.03.03 04:52:05.566082 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1092 | 2025.03.03 04:52:05.566103 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1093 | 2025.03.03 04:52:05.566781 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001673 sec., 10759.115361625822 rows/sec., 440.12 KiB/sec. | ||
| 1094 | 2025.03.03 04:52:05.566904 [ 3 ] {2a6af9ae-9b14-42bc-8709-f2188dd3eb2a} <Debug> TCPHandler: Processed in 0.001931152 sec. | ||
| 1095 | 2025.03.03 04:52:05.567115 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2025.03.03 04:52:05.567270 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1097 | 2025.03.03 04:52:05.567542 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1098 | 2025.03.03 04:52:05.567585 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1099 | 2025.03.03 04:52:05.567865 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1100 | 2025.03.03 04:52:05.567929 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1101 | 2025.03.03 04:52:05.568067 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1102 | 2025.03.03 04:52:05.568098 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1103 | 2025.03.03 04:52:05.568121 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1104 | 2025.03.03 04:52:05.568137 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1105 | 2025.03.03 04:52:05.568179 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1106 | 2025.03.03 04:52:05.568201 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1107 | 2025.03.03 04:52:05.568717 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001519 sec., 11849.90125082291 rows/sec., 484.75 KiB/sec. | ||
| 1108 | 2025.03.03 04:52:05.568832 [ 3 ] {d1bdca5c-c7c0-422d-9a75-67cb8c6d8bba} <Debug> TCPHandler: Processed in 0.001768698 sec. | ||
| 1109 | 2025.03.03 04:52:05.569052 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1110 | 2025.03.03 04:52:05.569208 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1111 | 2025.03.03 04:52:05.569481 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1112 | 2025.03.03 04:52:05.569524 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1113 | 2025.03.03 04:52:05.569802 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1114 | 2025.03.03 04:52:05.569864 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1115 | 2025.03.03 04:52:05.570003 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1116 | 2025.03.03 04:52:05.570035 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1117 | 2025.03.03 04:52:05.570057 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1118 | 2025.03.03 04:52:05.570074 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1119 | 2025.03.03 04:52:05.570116 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1120 | 2025.03.03 04:52:05.570138 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1121 | 2025.03.03 04:52:05.570654 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001518 sec., 11857.707509881422 rows/sec., 485.06 KiB/sec. | ||
| 1122 | 2025.03.03 04:52:05.570769 [ 3 ] {8f72b8ae-e4cd-43a9-8b87-afe084b6a120} <Debug> TCPHandler: Processed in 0.001768858 sec. | ||
| 1123 | 2025.03.03 04:52:05.576747 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1124 | 2025.03.03 04:52:05.576903 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1125 | 2025.03.03 04:52:05.577180 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1126 | 2025.03.03 04:52:05.577223 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1127 | 2025.03.03 04:52:05.577509 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1128 | 2025.03.03 04:52:05.577571 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1129 | 2025.03.03 04:52:05.577709 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1130 | 2025.03.03 04:52:05.577741 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1131 | 2025.03.03 04:52:05.577764 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1132 | 2025.03.03 04:52:05.577780 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1133 | 2025.03.03 04:52:05.577823 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1134 | 2025.03.03 04:52:05.577845 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1135 | 2025.03.03 04:52:05.578363 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001532 sec., 11749.34725848564 rows/sec., 480.63 KiB/sec. | ||
| 1136 | 2025.03.03 04:52:05.578479 [ 3 ] {2af8bf30-7bac-4485-944c-31a30de7347c} <Debug> TCPHandler: Processed in 0.001784509 sec. | ||
| 1137 | 2025.03.03 04:52:05.581894 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2025.03.03 04:52:05.582011 [ 3 ] {4febe0a5-a821-46e4-b298-f692c365300d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1139 | 2025.03.03 04:52:05.582058 [ 3 ] {4febe0a5-a821-46e4-b298-f692c365300d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1140 | 2025.03.03 04:52:05.582853 [ 3 ] {4febe0a5-a821-46e4-b298-f692c365300d} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1141 | 2025.03.03 04:52:05.582901 [ 3 ] {4febe0a5-a821-46e4-b298-f692c365300d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1142 | 2025.03.03 04:52:05.583425 [ 3 ] {4febe0a5-a821-46e4-b298-f692c365300d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1143 | 2025.03.03 04:52:05.583638 [ 3 ] {4febe0a5-a821-46e4-b298-f692c365300d} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1144 | 2025.03.03 04:52:05.583937 [ 3 ] {4febe0a5-a821-46e4-b298-f692c365300d} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.001947 sec., 6676.938880328711 rows/sec., 2.27 MiB/sec. | ||
| 1145 | 2025.03.03 04:52:05.584028 [ 3 ] {4febe0a5-a821-46e4-b298-f692c365300d} <Debug> TCPHandler: Processed in 0.002185967 sec. | ||
| 1146 | 2025.03.03 04:52:05.584146 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1147 | 2025.03.03 04:52:05.584264 [ 3 ] {9748703e-8943-4b38-a96f-e22762754457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1148 | 2025.03.03 04:52:05.584310 [ 3 ] {9748703e-8943-4b38-a96f-e22762754457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1149 | 2025.03.03 04:52:05.585472 [ 3 ] {9748703e-8943-4b38-a96f-e22762754457} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1150 | 2025.03.03 04:52:05.585510 [ 3 ] {9748703e-8943-4b38-a96f-e22762754457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1151 | 2025.03.03 04:52:05.585883 [ 3 ] {9748703e-8943-4b38-a96f-e22762754457} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1152 | 2025.03.03 04:52:05.586123 [ 3 ] {9748703e-8943-4b38-a96f-e22762754457} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1153 | 2025.03.03 04:52:05.586415 [ 3 ] {9748703e-8943-4b38-a96f-e22762754457} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002165 sec., 97921.4780600462 rows/sec., 6.23 MiB/sec. | ||
| 1154 | 2025.03.03 04:52:05.586505 [ 3 ] {9748703e-8943-4b38-a96f-e22762754457} <Debug> TCPHandler: Processed in 0.002411051 sec. | ||
| 1155 | 2025.03.03 04:52:05.586619 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2025.03.03 04:52:05.586724 [ 3 ] {7dcfddc9-2d59-4c59-abe5-bd9e15c39bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1157 | 2025.03.03 04:52:05.586768 [ 3 ] {7dcfddc9-2d59-4c59-abe5-bd9e15c39bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1158 | 2025.03.03 04:52:05.587492 [ 3 ] {7dcfddc9-2d59-4c59-abe5-bd9e15c39bf7} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1159 | 2025.03.03 04:52:05.587532 [ 3 ] {7dcfddc9-2d59-4c59-abe5-bd9e15c39bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1160 | 2025.03.03 04:52:05.587915 [ 3 ] {7dcfddc9-2d59-4c59-abe5-bd9e15c39bf7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1161 | 2025.03.03 04:52:05.588162 [ 3 ] {7dcfddc9-2d59-4c59-abe5-bd9e15c39bf7} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1162 | 2025.03.03 04:52:05.588376 [ 3 ] {7dcfddc9-2d59-4c59-abe5-bd9e15c39bf7} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.001675 sec., 377910.447761194 rows/sec., 29.70 MiB/sec. | ||
| 1163 | 2025.03.03 04:52:05.588426 [ 3 ] {7dcfddc9-2d59-4c59-abe5-bd9e15c39bf7} <Debug> TCPHandler: Processed in 0.001857559 sec. | ||
| 1164 | 2025.03.03 04:52:05.588543 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1165 | 2025.03.03 04:52:05.588647 [ 3 ] {f46bf559-983d-42ed-b3ce-d40a634e4237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1166 | 2025.03.03 04:52:05.588691 [ 3 ] {f46bf559-983d-42ed-b3ce-d40a634e4237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1167 | 2025.03.03 04:52:05.589424 [ 3 ] {f46bf559-983d-42ed-b3ce-d40a634e4237} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1168 | 2025.03.03 04:52:05.589460 [ 3 ] {f46bf559-983d-42ed-b3ce-d40a634e4237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1169 | 2025.03.03 04:52:05.589803 [ 3 ] {f46bf559-983d-42ed-b3ce-d40a634e4237} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1170 | 2025.03.03 04:52:05.590033 [ 3 ] {f46bf559-983d-42ed-b3ce-d40a634e4237} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1171 | 2025.03.03 04:52:05.590308 [ 3 ] {f46bf559-983d-42ed-b3ce-d40a634e4237} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00167 sec., 68263.47305389222 rows/sec., 4.09 MiB/sec. | ||
| 1172 | 2025.03.03 04:52:05.590381 [ 3 ] {f46bf559-983d-42ed-b3ce-d40a634e4237} <Debug> TCPHandler: Processed in 0.001887891 sec. | ||
| 1173 | 2025.03.03 04:52:05.590480 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1174 | 2025.03.03 04:52:05.590580 [ 3 ] {c6656577-680f-4a55-aff8-a5d3eb86bb32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1175 | 2025.03.03 04:52:05.590624 [ 3 ] {c6656577-680f-4a55-aff8-a5d3eb86bb32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1176 | 2025.03.03 04:52:05.591142 [ 3 ] {c6656577-680f-4a55-aff8-a5d3eb86bb32} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1177 | 2025.03.03 04:52:05.591181 [ 3 ] {c6656577-680f-4a55-aff8-a5d3eb86bb32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1178 | 2025.03.03 04:52:05.591522 [ 3 ] {c6656577-680f-4a55-aff8-a5d3eb86bb32} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1179 | 2025.03.03 04:52:05.591756 [ 3 ] {c6656577-680f-4a55-aff8-a5d3eb86bb32} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1180 | 2025.03.03 04:52:05.591946 [ 3 ] {c6656577-680f-4a55-aff8-a5d3eb86bb32} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001388 sec., 81412.1037463977 rows/sec., 5.27 MiB/sec. | ||
| 1181 | 2025.03.03 04:52:05.591995 [ 3 ] {c6656577-680f-4a55-aff8-a5d3eb86bb32} <Debug> TCPHandler: Processed in 0.001564563 sec. | ||
| 1182 | 2025.03.03 04:52:05.592094 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2025.03.03 04:52:05.592194 [ 3 ] {5363e66c-ad01-459f-a0de-22d596a91c92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1184 | 2025.03.03 04:52:05.592237 [ 3 ] {5363e66c-ad01-459f-a0de-22d596a91c92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1185 | 2025.03.03 04:52:05.592755 [ 3 ] {5363e66c-ad01-459f-a0de-22d596a91c92} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2025.03.03 04:52:05.592795 [ 3 ] {5363e66c-ad01-459f-a0de-22d596a91c92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1187 | 2025.03.03 04:52:05.593131 [ 3 ] {5363e66c-ad01-459f-a0de-22d596a91c92} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1188 | 2025.03.03 04:52:05.593368 [ 3 ] {5363e66c-ad01-459f-a0de-22d596a91c92} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1189 | 2025.03.03 04:52:05.593638 [ 3 ] {5363e66c-ad01-459f-a0de-22d596a91c92} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001447 sec., 77401.52038700761 rows/sec., 4.41 MiB/sec. | ||
| 1190 | 2025.03.03 04:52:05.593709 [ 3 ] {5363e66c-ad01-459f-a0de-22d596a91c92} <Debug> TCPHandler: Processed in 0.001665176 sec. | ||
| 1191 | 2025.03.03 04:52:05.593840 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1192 | 2025.03.03 04:52:05.593942 [ 3 ] {1bc66652-3416-4b3d-aec6-e410609b62cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1193 | 2025.03.03 04:52:05.593985 [ 3 ] {1bc66652-3416-4b3d-aec6-e410609b62cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1194 | 2025.03.03 04:52:05.594606 [ 3 ] {1bc66652-3416-4b3d-aec6-e410609b62cf} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1195 | 2025.03.03 04:52:05.594645 [ 3 ] {1bc66652-3416-4b3d-aec6-e410609b62cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1196 | 2025.03.03 04:52:05.595002 [ 3 ] {1bc66652-3416-4b3d-aec6-e410609b62cf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1197 | 2025.03.03 04:52:05.595240 [ 3 ] {1bc66652-3416-4b3d-aec6-e410609b62cf} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2025.03.03 04:52:05.595446 [ 3 ] {1bc66652-3416-4b3d-aec6-e410609b62cf} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001527 sec., 255402.75049115915 rows/sec., 18.05 MiB/sec. | ||
| 1199 | 2025.03.03 04:52:05.595498 [ 3 ] {1bc66652-3416-4b3d-aec6-e410609b62cf} <Debug> TCPHandler: Processed in 0.001709547 sec. | ||
| 1200 | 2025.03.03 04:52:05.595609 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2025.03.03 04:52:05.595714 [ 3 ] {31debaa5-34ec-4e32-88c7-106fa3e2e3b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1202 | 2025.03.03 04:52:05.595758 [ 3 ] {31debaa5-34ec-4e32-88c7-106fa3e2e3b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1203 | 2025.03.03 04:52:05.596164 [ 3 ] {31debaa5-34ec-4e32-88c7-106fa3e2e3b6} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1204 | 2025.03.03 04:52:05.596201 [ 3 ] {31debaa5-34ec-4e32-88c7-106fa3e2e3b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1205 | 2025.03.03 04:52:05.596542 [ 3 ] {31debaa5-34ec-4e32-88c7-106fa3e2e3b6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1206 | 2025.03.03 04:52:05.596767 [ 3 ] {31debaa5-34ec-4e32-88c7-106fa3e2e3b6} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1207 | 2025.03.03 04:52:05.596930 [ 3 ] {31debaa5-34ec-4e32-88c7-106fa3e2e3b6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001239 sec., 4842.6150121065375 rows/sec., 253.01 KiB/sec. | ||
| 1208 | 2025.03.03 04:52:05.596977 [ 3 ] {31debaa5-34ec-4e32-88c7-106fa3e2e3b6} <Debug> TCPHandler: Processed in 0.001418721 sec. | ||
| 1209 | 2025.03.03 04:52:05.597111 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1210 | 2025.03.03 04:52:05.597246 [ 3 ] {8955ba8e-4c18-4d18-b5d1-dc8124fa4fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1211 | 2025.03.03 04:52:05.597303 [ 3 ] {8955ba8e-4c18-4d18-b5d1-dc8124fa4fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1212 | 2025.03.03 04:52:05.597901 [ 3 ] {8955ba8e-4c18-4d18-b5d1-dc8124fa4fdb} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1213 | 2025.03.03 04:52:05.597946 [ 3 ] {8955ba8e-4c18-4d18-b5d1-dc8124fa4fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1214 | 2025.03.03 04:52:05.598351 [ 3 ] {8955ba8e-4c18-4d18-b5d1-dc8124fa4fdb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1215 | 2025.03.03 04:52:05.598593 [ 3 ] {8955ba8e-4c18-4d18-b5d1-dc8124fa4fdb} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1216 | 2025.03.03 04:52:05.598763 [ 3 ] {8955ba8e-4c18-4d18-b5d1-dc8124fa4fdb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001548 sec., 153100.77519379847 rows/sec., 10.26 MiB/sec. | ||
| 1217 | 2025.03.03 04:52:05.598812 [ 3 ] {8955ba8e-4c18-4d18-b5d1-dc8124fa4fdb} <Debug> TCPHandler: Processed in 0.001765938 sec. | ||
| 1218 | 2025.03.03 04:52:05.598928 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1219 | 2025.03.03 04:52:05.599032 [ 3 ] {545d1c28-36bc-425a-9ad3-566455be2f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1220 | 2025.03.03 04:52:05.599080 [ 3 ] {545d1c28-36bc-425a-9ad3-566455be2f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1221 | 2025.03.03 04:52:05.599473 [ 3 ] {545d1c28-36bc-425a-9ad3-566455be2f3c} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1222 | 2025.03.03 04:52:05.599509 [ 3 ] {545d1c28-36bc-425a-9ad3-566455be2f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1223 | 2025.03.03 04:52:05.599843 [ 3 ] {545d1c28-36bc-425a-9ad3-566455be2f3c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1224 | 2025.03.03 04:52:05.600079 [ 3 ] {545d1c28-36bc-425a-9ad3-566455be2f3c} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1225 | 2025.03.03 04:52:05.600301 [ 3 ] {545d1c28-36bc-425a-9ad3-566455be2f3c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001276 sec., 783.6990595611285 rows/sec., 52.81 KiB/sec. | ||
| 1226 | 2025.03.03 04:52:05.600372 [ 3 ] {545d1c28-36bc-425a-9ad3-566455be2f3c} <Debug> TCPHandler: Processed in 0.001493623 sec. | ||
| 1227 | 2025.03.03 04:52:05.600490 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1228 | 2025.03.03 04:52:05.600594 [ 3 ] {27a1ab33-9c58-4c62-98a0-122640251270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1229 | 2025.03.03 04:52:05.600657 [ 3 ] {27a1ab33-9c58-4c62-98a0-122640251270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1230 | 2025.03.03 04:52:05.601640 [ 3 ] {27a1ab33-9c58-4c62-98a0-122640251270} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1231 | 2025.03.03 04:52:05.601677 [ 3 ] {27a1ab33-9c58-4c62-98a0-122640251270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1232 | 2025.03.03 04:52:05.604329 [ 3 ] {27a1ab33-9c58-4c62-98a0-122640251270} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1233 | 2025.03.03 04:52:05.604837 [ 3 ] {27a1ab33-9c58-4c62-98a0-122640251270} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1234 | 2025.03.03 04:52:05.605183 [ 3 ] {27a1ab33-9c58-4c62-98a0-122640251270} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004611 sec., 1734.9815658208634 rows/sec., 3.11 MiB/sec. | ||
| 1235 | 2025.03.03 04:52:05.605279 [ 3 ] {27a1ab33-9c58-4c62-98a0-122640251270} <Debug> TCPHandler: Processed in 0.004838824 sec. | ||
| 1236 | 2025.03.03 04:52:05.605425 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1237 | 2025.03.03 04:52:05.605555 [ 3 ] {b4e3feea-6490-4dcc-a82f-e61e1909c728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1238 | 2025.03.03 04:52:05.605610 [ 3 ] {b4e3feea-6490-4dcc-a82f-e61e1909c728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1239 | 2025.03.03 04:52:05.606113 [ 3 ] {b4e3feea-6490-4dcc-a82f-e61e1909c728} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1240 | 2025.03.03 04:52:05.606149 [ 3 ] {b4e3feea-6490-4dcc-a82f-e61e1909c728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1241 | 2025.03.03 04:52:05.606503 [ 3 ] {b4e3feea-6490-4dcc-a82f-e61e1909c728} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1242 | 2025.03.03 04:52:05.606739 [ 3 ] {b4e3feea-6490-4dcc-a82f-e61e1909c728} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1243 | 2025.03.03 04:52:05.606980 [ 3 ] {b4e3feea-6490-4dcc-a82f-e61e1909c728} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001444 sec., 56786.703601108034 rows/sec., 3.61 MiB/sec. | ||
| 1244 | 2025.03.03 04:52:05.607111 [ 3 ] {b4e3feea-6490-4dcc-a82f-e61e1909c728} <Debug> TCPHandler: Processed in 0.001748128 sec. | ||
| 1245 | 2025.03.03 04:52:10.529834 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1246 | 2025.03.03 04:52:10.530042 [ 3 ] {6f932bb2-d965-404e-97fe-c4ae45e62e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1247 | 2025.03.03 04:52:10.530113 [ 3 ] {6f932bb2-d965-404e-97fe-c4ae45e62e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1248 | 2025.03.03 04:52:10.530885 [ 3 ] {6f932bb2-d965-404e-97fe-c4ae45e62e9d} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1249 | 2025.03.03 04:52:10.530936 [ 3 ] {6f932bb2-d965-404e-97fe-c4ae45e62e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1250 | 2025.03.03 04:52:10.531355 [ 3 ] {6f932bb2-d965-404e-97fe-c4ae45e62e9d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1251 | 2025.03.03 04:52:10.531618 [ 3 ] {6f932bb2-d965-404e-97fe-c4ae45e62e9d} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1252 | 2025.03.03 04:52:10.531855 [ 3 ] {6f932bb2-d965-404e-97fe-c4ae45e62e9d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001869 sec., 29962.5468164794 rows/sec., 2.29 MiB/sec. | ||
| 1253 | 2025.03.03 04:52:10.531911 [ 3 ] {6f932bb2-d965-404e-97fe-c4ae45e62e9d} <Debug> TCPHandler: Processed in 0.002210307 sec. | ||
| 1254 | 2025.03.03 04:52:10.532047 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1255 | 2025.03.03 04:52:10.532155 [ 3 ] {0941cff6-fe10-44df-abeb-b847633c0ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1256 | 2025.03.03 04:52:10.532201 [ 3 ] {0941cff6-fe10-44df-abeb-b847633c0ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1257 | 2025.03.03 04:52:10.532750 [ 3 ] {0941cff6-fe10-44df-abeb-b847633c0ae3} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1258 | 2025.03.03 04:52:10.532790 [ 3 ] {0941cff6-fe10-44df-abeb-b847633c0ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1259 | 2025.03.03 04:52:10.533141 [ 3 ] {0941cff6-fe10-44df-abeb-b847633c0ae3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1260 | 2025.03.03 04:52:10.533377 [ 3 ] {0941cff6-fe10-44df-abeb-b847633c0ae3} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1261 | 2025.03.03 04:52:10.533687 [ 3 ] {0941cff6-fe10-44df-abeb-b847633c0ae3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001534 sec., 41720.99087353325 rows/sec., 3.26 MiB/sec. | ||
| 1262 | 2025.03.03 04:52:10.533795 [ 3 ] {0941cff6-fe10-44df-abeb-b847633c0ae3} <Debug> TCPHandler: Processed in 0.001802669 sec. | ||
| 1263 | 2025.03.03 04:52:10.533914 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2025.03.03 04:52:10.534021 [ 3 ] {2dd0f586-8dc6-46ae-8bfe-535438868ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1265 | 2025.03.03 04:52:10.534069 [ 3 ] {2dd0f586-8dc6-46ae-8bfe-535438868ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1266 | 2025.03.03 04:52:10.534598 [ 3 ] {2dd0f586-8dc6-46ae-8bfe-535438868ad9} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1267 | 2025.03.03 04:52:10.534637 [ 3 ] {2dd0f586-8dc6-46ae-8bfe-535438868ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1268 | 2025.03.03 04:52:10.535009 [ 3 ] {2dd0f586-8dc6-46ae-8bfe-535438868ad9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1269 | 2025.03.03 04:52:10.535247 [ 3 ] {2dd0f586-8dc6-46ae-8bfe-535438868ad9} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1270 | 2025.03.03 04:52:10.535453 [ 3 ] {2dd0f586-8dc6-46ae-8bfe-535438868ad9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001455 sec., 109965.63573883162 rows/sec., 7.66 MiB/sec. | ||
| 1271 | 2025.03.03 04:52:10.535506 [ 3 ] {2dd0f586-8dc6-46ae-8bfe-535438868ad9} <Debug> TCPHandler: Processed in 0.001645155 sec. | ||
| 1272 | 2025.03.03 04:52:10.535639 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1273 | 2025.03.03 04:52:10.535777 [ 3 ] {a91bf35e-8598-4588-a7d4-170d6987061c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1274 | 2025.03.03 04:52:10.535834 [ 3 ] {a91bf35e-8598-4588-a7d4-170d6987061c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1275 | 2025.03.03 04:52:10.536315 [ 3 ] {a91bf35e-8598-4588-a7d4-170d6987061c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1276 | 2025.03.03 04:52:10.536356 [ 3 ] {a91bf35e-8598-4588-a7d4-170d6987061c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1277 | 2025.03.03 04:52:10.536721 [ 3 ] {a91bf35e-8598-4588-a7d4-170d6987061c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1278 | 2025.03.03 04:52:10.536958 [ 3 ] {a91bf35e-8598-4588-a7d4-170d6987061c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1279 | 2025.03.03 04:52:10.537207 [ 3 ] {a91bf35e-8598-4588-a7d4-170d6987061c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. | ||
| 1280 | 2025.03.03 04:52:10.537349 [ 3 ] {a91bf35e-8598-4588-a7d4-170d6987061c} <Debug> TCPHandler: Processed in 0.001777328 sec. | ||
| 1281 | 2025.03.03 04:52:12.666896 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1282 | 2025.03.03 04:52:12.667589 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1283 | 2025.03.03 04:52:12.667629 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1284 | 2025.03.03 04:52:12.668213 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1285 | 2025.03.03 04:52:12.668474 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1286 | 2025.03.03 04:52:12.668665 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1287 | 2025.03.03 04:52:12.795926 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1288 | 2025.03.03 04:52:12.815788 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1289 | 2025.03.03 04:52:12.815853 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1290 | 2025.03.03 04:52:12.822926 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1291 | 2025.03.03 04:52:12.823662 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1292 | 2025.03.03 04:52:12.826609 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1293 | 2025.03.03 04:52:15.160171 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
| 1294 | 2025.03.03 04:52:15.163725 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2025.03.03 04:52:15.163774 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1296 | 2025.03.03 04:52:15.165334 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1297 | 2025.03.03 04:52:15.165656 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1298 | 2025.03.03 04:52:15.166456 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
| 1299 | 2025.03.03 04:52:15.535959 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2025.03.03 04:52:15.536141 [ 3 ] {3a4ede2c-a501-48aa-a6af-e0bb0f94b9e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1301 | 2025.03.03 04:52:15.536209 [ 3 ] {3a4ede2c-a501-48aa-a6af-e0bb0f94b9e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1302 | 2025.03.03 04:52:15.537023 [ 3 ] {3a4ede2c-a501-48aa-a6af-e0bb0f94b9e7} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1303 | 2025.03.03 04:52:15.537072 [ 3 ] {3a4ede2c-a501-48aa-a6af-e0bb0f94b9e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1304 | 2025.03.03 04:52:15.537509 [ 3 ] {3a4ede2c-a501-48aa-a6af-e0bb0f94b9e7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1305 | 2025.03.03 04:52:15.537770 [ 3 ] {3a4ede2c-a501-48aa-a6af-e0bb0f94b9e7} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1306 | 2025.03.03 04:52:15.538001 [ 3 ] {3a4ede2c-a501-48aa-a6af-e0bb0f94b9e7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001904 sec., 111344.53781512605 rows/sec., 7.08 MiB/sec. | ||
| 1307 | 2025.03.03 04:52:15.538165 [ 3 ] {3a4ede2c-a501-48aa-a6af-e0bb0f94b9e7} <Debug> TCPHandler: Processed in 0.00232027 sec. | ||
| 1308 | 2025.03.03 04:52:15.538308 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1309 | 2025.03.03 04:52:15.538419 [ 3 ] {adfba3b4-e872-4774-8542-0148b06b4923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1310 | 2025.03.03 04:52:15.538466 [ 3 ] {adfba3b4-e872-4774-8542-0148b06b4923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1311 | 2025.03.03 04:52:15.539348 [ 3 ] {adfba3b4-e872-4774-8542-0148b06b4923} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1312 | 2025.03.03 04:52:15.539389 [ 3 ] {adfba3b4-e872-4774-8542-0148b06b4923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1313 | 2025.03.03 04:52:15.539784 [ 3 ] {adfba3b4-e872-4774-8542-0148b06b4923} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1314 | 2025.03.03 04:52:15.540026 [ 3 ] {adfba3b4-e872-4774-8542-0148b06b4923} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1315 | 2025.03.03 04:52:15.540322 [ 3 ] {adfba3b4-e872-4774-8542-0148b06b4923} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.001904 sec., 332457.9831932773 rows/sec., 26.12 MiB/sec. | ||
| 1316 | 2025.03.03 04:52:15.540419 [ 3 ] {adfba3b4-e872-4774-8542-0148b06b4923} <Debug> TCPHandler: Processed in 0.002163157 sec. | ||
| 1317 | 2025.03.03 04:52:15.540547 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2025.03.03 04:52:15.540654 [ 3 ] {be8a22b8-e9c6-4477-8b89-fff56c990e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1319 | 2025.03.03 04:52:15.540698 [ 3 ] {be8a22b8-e9c6-4477-8b89-fff56c990e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1320 | 2025.03.03 04:52:15.541264 [ 3 ] {be8a22b8-e9c6-4477-8b89-fff56c990e80} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1321 | 2025.03.03 04:52:15.541304 [ 3 ] {be8a22b8-e9c6-4477-8b89-fff56c990e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1322 | 2025.03.03 04:52:15.541663 [ 3 ] {be8a22b8-e9c6-4477-8b89-fff56c990e80} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1323 | 2025.03.03 04:52:15.541905 [ 3 ] {be8a22b8-e9c6-4477-8b89-fff56c990e80} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1324 | 2025.03.03 04:52:15.542171 [ 3 ] {be8a22b8-e9c6-4477-8b89-fff56c990e80} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001533 sec., 74363.99217221135 rows/sec., 4.45 MiB/sec. | ||
| 1325 | 2025.03.03 04:52:15.542236 [ 3 ] {be8a22b8-e9c6-4477-8b89-fff56c990e80} <Debug> TCPHandler: Processed in 0.001741367 sec. | ||
| 1326 | 2025.03.03 04:52:15.542368 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1327 | 2025.03.03 04:52:15.542476 [ 3 ] {d38fca3b-ff62-4ff9-8d2b-27eb7a621c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1328 | 2025.03.03 04:52:15.542520 [ 3 ] {d38fca3b-ff62-4ff9-8d2b-27eb7a621c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1329 | 2025.03.03 04:52:15.543064 [ 3 ] {d38fca3b-ff62-4ff9-8d2b-27eb7a621c68} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1330 | 2025.03.03 04:52:15.543103 [ 3 ] {d38fca3b-ff62-4ff9-8d2b-27eb7a621c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1331 | 2025.03.03 04:52:15.543458 [ 3 ] {d38fca3b-ff62-4ff9-8d2b-27eb7a621c68} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1332 | 2025.03.03 04:52:15.543703 [ 3 ] {d38fca3b-ff62-4ff9-8d2b-27eb7a621c68} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1333 | 2025.03.03 04:52:15.543903 [ 3 ] {d38fca3b-ff62-4ff9-8d2b-27eb7a621c68} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001451 sec., 77877.32598208133 rows/sec., 5.04 MiB/sec. | ||
| 1334 | 2025.03.03 04:52:15.543953 [ 3 ] {d38fca3b-ff62-4ff9-8d2b-27eb7a621c68} <Debug> TCPHandler: Processed in 0.001636015 sec. | ||
| 1335 | 2025.03.03 04:52:15.544075 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1336 | 2025.03.03 04:52:15.544180 [ 3 ] {2382e06d-7c04-4564-8349-289b7d01098d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1337 | 2025.03.03 04:52:15.544223 [ 3 ] {2382e06d-7c04-4564-8349-289b7d01098d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1338 | 2025.03.03 04:52:15.544765 [ 3 ] {2382e06d-7c04-4564-8349-289b7d01098d} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1339 | 2025.03.03 04:52:15.544805 [ 3 ] {2382e06d-7c04-4564-8349-289b7d01098d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1340 | 2025.03.03 04:52:15.545148 [ 3 ] {2382e06d-7c04-4564-8349-289b7d01098d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1341 | 2025.03.03 04:52:15.545386 [ 3 ] {2382e06d-7c04-4564-8349-289b7d01098d} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1342 | 2025.03.03 04:52:15.545583 [ 3 ] {2382e06d-7c04-4564-8349-289b7d01098d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001438 sec., 77885.95271210013 rows/sec., 4.44 MiB/sec. | ||
| 1343 | 2025.03.03 04:52:15.545632 [ 3 ] {2382e06d-7c04-4564-8349-289b7d01098d} <Debug> TCPHandler: Processed in 0.001626455 sec. | ||
| 1344 | 2025.03.03 04:52:15.545743 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1345 | 2025.03.03 04:52:15.545840 [ 3 ] {aab6890b-0e6d-4e22-b044-ae976da03314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1346 | 2025.03.03 04:52:15.545881 [ 3 ] {aab6890b-0e6d-4e22-b044-ae976da03314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1347 | 2025.03.03 04:52:15.546583 [ 3 ] {aab6890b-0e6d-4e22-b044-ae976da03314} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1348 | 2025.03.03 04:52:15.546622 [ 3 ] {aab6890b-0e6d-4e22-b044-ae976da03314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1349 | 2025.03.03 04:52:15.546985 [ 3 ] {aab6890b-0e6d-4e22-b044-ae976da03314} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1350 | 2025.03.03 04:52:15.547223 [ 3 ] {aab6890b-0e6d-4e22-b044-ae976da03314} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1351 | 2025.03.03 04:52:15.547504 [ 3 ] {aab6890b-0e6d-4e22-b044-ae976da03314} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001638 sec., 238095.2380952381 rows/sec., 16.83 MiB/sec. | ||
| 1352 | 2025.03.03 04:52:15.547572 [ 3 ] {aab6890b-0e6d-4e22-b044-ae976da03314} <Debug> TCPHandler: Processed in 0.00185374 sec. | ||
| 1353 | 2025.03.03 04:52:15.547693 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1354 | 2025.03.03 04:52:15.547798 [ 3 ] {79020f71-e9fe-40e9-a5a7-af9da85d4cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1355 | 2025.03.03 04:52:15.547845 [ 3 ] {79020f71-e9fe-40e9-a5a7-af9da85d4cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1356 | 2025.03.03 04:52:15.548286 [ 3 ] {79020f71-e9fe-40e9-a5a7-af9da85d4cf1} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1357 | 2025.03.03 04:52:15.548325 [ 3 ] {79020f71-e9fe-40e9-a5a7-af9da85d4cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1358 | 2025.03.03 04:52:15.548675 [ 3 ] {79020f71-e9fe-40e9-a5a7-af9da85d4cf1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1359 | 2025.03.03 04:52:15.548917 [ 3 ] {79020f71-e9fe-40e9-a5a7-af9da85d4cf1} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1360 | 2025.03.03 04:52:15.549116 [ 3 ] {79020f71-e9fe-40e9-a5a7-af9da85d4cf1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 233.76 KiB/sec. | ||
| 1361 | 2025.03.03 04:52:15.549164 [ 3 ] {79020f71-e9fe-40e9-a5a7-af9da85d4cf1} <Debug> TCPHandler: Processed in 0.001523123 sec. | ||
| 1362 | 2025.03.03 04:52:15.549279 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1363 | 2025.03.03 04:52:15.549385 [ 3 ] {d3335b4f-575a-4255-9c2a-f8471e211c5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1364 | 2025.03.03 04:52:15.549432 [ 3 ] {d3335b4f-575a-4255-9c2a-f8471e211c5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1365 | 2025.03.03 04:52:15.549961 [ 3 ] {d3335b4f-575a-4255-9c2a-f8471e211c5b} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1366 | 2025.03.03 04:52:15.549999 [ 3 ] {d3335b4f-575a-4255-9c2a-f8471e211c5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1367 | 2025.03.03 04:52:15.550373 [ 3 ] {d3335b4f-575a-4255-9c2a-f8471e211c5b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1368 | 2025.03.03 04:52:15.550612 [ 3 ] {d3335b4f-575a-4255-9c2a-f8471e211c5b} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1369 | 2025.03.03 04:52:15.550828 [ 3 ] {d3335b4f-575a-4255-9c2a-f8471e211c5b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001466 sec., 161664.3929058663 rows/sec., 10.84 MiB/sec. | ||
| 1370 | 2025.03.03 04:52:15.550878 [ 3 ] {d3335b4f-575a-4255-9c2a-f8471e211c5b} <Debug> TCPHandler: Processed in 0.001650676 sec. | ||
| 1371 | 2025.03.03 04:52:15.550996 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1372 | 2025.03.03 04:52:15.551102 [ 3 ] {4fff6e4c-5558-4550-a4ee-e2cfe972fb07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1373 | 2025.03.03 04:52:15.551149 [ 3 ] {4fff6e4c-5558-4550-a4ee-e2cfe972fb07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1374 | 2025.03.03 04:52:15.551561 [ 3 ] {4fff6e4c-5558-4550-a4ee-e2cfe972fb07} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1375 | 2025.03.03 04:52:15.551604 [ 3 ] {4fff6e4c-5558-4550-a4ee-e2cfe972fb07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1376 | 2025.03.03 04:52:15.551944 [ 3 ] {4fff6e4c-5558-4550-a4ee-e2cfe972fb07} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1377 | 2025.03.03 04:52:15.552174 [ 3 ] {4fff6e4c-5558-4550-a4ee-e2cfe972fb07} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1378 | 2025.03.03 04:52:15.552430 [ 3 ] {4fff6e4c-5558-4550-a4ee-e2cfe972fb07} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001333 sec., 750.1875468867216 rows/sec., 50.55 KiB/sec. | ||
| 1379 | 2025.03.03 04:52:15.552519 [ 3 ] {4fff6e4c-5558-4550-a4ee-e2cfe972fb07} <Debug> TCPHandler: Processed in 0.001575394 sec. | ||
| 1380 | 2025.03.03 04:52:15.552635 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1381 | 2025.03.03 04:52:15.552741 [ 3 ] {2f47badf-7f2b-4932-b917-798f300d89d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1382 | 2025.03.03 04:52:15.552805 [ 3 ] {2f47badf-7f2b-4932-b917-798f300d89d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1383 | 2025.03.03 04:52:15.553825 [ 3 ] {2f47badf-7f2b-4932-b917-798f300d89d4} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1384 | 2025.03.03 04:52:15.553863 [ 3 ] {2f47badf-7f2b-4932-b917-798f300d89d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1385 | 2025.03.03 04:52:15.554451 [ 3 ] {2f47badf-7f2b-4932-b917-798f300d89d4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1386 | 2025.03.03 04:52:15.554707 [ 3 ] {2f47badf-7f2b-4932-b917-798f300d89d4} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1387 | 2025.03.03 04:52:15.555012 [ 3 ] {2f47badf-7f2b-4932-b917-798f300d89d4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002281 sec., 3507.2336694432265 rows/sec., 6.28 MiB/sec. | ||
| 1388 | 2025.03.03 04:52:15.555107 [ 3 ] {2f47badf-7f2b-4932-b917-798f300d89d4} <Debug> TCPHandler: Processed in 0.002522994 sec. | ||
| 1389 | 2025.03.03 04:52:15.555248 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1390 | 2025.03.03 04:52:15.555353 [ 3 ] {40b0f969-038e-48de-9514-b22de422918b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1391 | 2025.03.03 04:52:15.555400 [ 3 ] {40b0f969-038e-48de-9514-b22de422918b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1392 | 2025.03.03 04:52:15.555838 [ 3 ] {40b0f969-038e-48de-9514-b22de422918b} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1393 | 2025.03.03 04:52:15.555877 [ 3 ] {40b0f969-038e-48de-9514-b22de422918b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1394 | 2025.03.03 04:52:15.556226 [ 3 ] {40b0f969-038e-48de-9514-b22de422918b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1395 | 2025.03.03 04:52:15.556461 [ 3 ] {40b0f969-038e-48de-9514-b22de422918b} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1396 | 2025.03.03 04:52:15.556744 [ 3 ] {40b0f969-038e-48de-9514-b22de422918b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00139 sec., 58992.80575539568 rows/sec., 3.75 MiB/sec. | ||
| 1397 | 2025.03.03 04:52:15.556821 [ 3 ] {40b0f969-038e-48de-9514-b22de422918b} <Debug> TCPHandler: Processed in 0.001624165 sec. | ||
| 1398 | 2025.03.03 04:52:20.109386 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1399 | 2025.03.03 04:52:20.109455 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1400 | 2025.03.03 04:52:20.169127 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1401 | 2025.03.03 04:52:20.169889 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1402 | 2025.03.03 04:52:20.169947 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1403 | 2025.03.03 04:52:20.170545 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1404 | 2025.03.03 04:52:20.170810 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1405 | 2025.03.03 04:52:20.171014 [ 62 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1406 | 2025.03.03 04:52:20.171102 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1407 | 2025.03.03 04:52:20.171124 [ 62 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1408 | 2025.03.03 04:52:20.171164 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1409 | 2025.03.03 04:52:20.173239 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 1410 | 2025.03.03 04:52:20.173379 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1411 | 2025.03.03 04:52:20.173444 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 1412 | 2025.03.03 04:52:20.173547 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 1413 | 2025.03.03 04:52:20.173727 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 1414 | 2025.03.03 04:52:20.173835 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 1415 | 2025.03.03 04:52:20.173936 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 1416 | 2025.03.03 04:52:20.174038 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 1417 | 2025.03.03 04:52:20.182174 [ 186 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.010921644 sec., 256921.02764016113 rows/sec., 3.68 MiB/sec. | ||
| 1418 | 2025.03.03 04:52:20.183142 [ 186 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1419 | 2025.03.03 04:52:20.183484 [ 186 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_6_1} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1420 | 2025.03.03 04:52:20.183571 [ 186 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_6_1} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1421 | 2025.03.03 04:52:20.183696 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1422 | 2025.03.03 04:52:20.327065 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1423 | 2025.03.03 04:52:20.351575 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1424 | 2025.03.03 04:52:20.351638 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1425 | 2025.03.03 04:52:20.358552 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1426 | 2025.03.03 04:52:20.359317 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1427 | 2025.03.03 04:52:20.359745 [ 62 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1428 | 2025.03.03 04:52:20.359903 [ 62 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1429 | 2025.03.03 04:52:20.360018 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1430 | 2025.03.03 04:52:20.360773 [ 192 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 1431 | 2025.03.03 04:52:20.374808 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1432 | 2025.03.03 04:52:20.376518 [ 192 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1433 | 2025.03.03 04:52:20.378116 [ 192 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 1434 | 2025.03.03 04:52:20.383586 [ 192 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 1435 | 2025.03.03 04:52:20.388808 [ 192 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 1436 | 2025.03.03 04:52:20.393582 [ 192 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 1437 | 2025.03.03 04:52:20.400515 [ 192 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 1438 | 2025.03.03 04:52:20.404978 [ 192 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 1439 | 2025.03.03 04:52:20.465103 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.104816285 sec., 438.86310223645114 rows/sec., 2.27 MiB/sec. | ||
| 1440 | 2025.03.03 04:52:20.468108 [ 189 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1441 | 2025.03.03 04:52:20.471258 [ 189 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_6_1} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1442 | 2025.03.03 04:52:20.471382 [ 189 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_6_1} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1443 | 2025.03.03 04:52:20.474185 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.11 MiB. | ||
| 1444 | 2025.03.03 04:52:20.529146 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1445 | 2025.03.03 04:52:20.529425 [ 3 ] {b5047240-5014-46fe-8bbf-5a62a19c3580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1446 | 2025.03.03 04:52:20.529533 [ 3 ] {b5047240-5014-46fe-8bbf-5a62a19c3580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1447 | 2025.03.03 04:52:20.530564 [ 3 ] {b5047240-5014-46fe-8bbf-5a62a19c3580} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1448 | 2025.03.03 04:52:20.530604 [ 3 ] {b5047240-5014-46fe-8bbf-5a62a19c3580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1449 | 2025.03.03 04:52:20.531056 [ 3 ] {b5047240-5014-46fe-8bbf-5a62a19c3580} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1450 | 2025.03.03 04:52:20.531317 [ 3 ] {b5047240-5014-46fe-8bbf-5a62a19c3580} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1451 | 2025.03.03 04:52:20.531459 [ 62 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1452 | 2025.03.03 04:52:20.531507 [ 62 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1453 | 2025.03.03 04:52:20.531513 [ 3 ] {b5047240-5014-46fe-8bbf-5a62a19c3580} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002169 sec., 25818.349469801753 rows/sec., 1.97 MiB/sec. | ||
| 1454 | 2025.03.03 04:52:20.531534 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1455 | 2025.03.03 04:52:20.531621 [ 3 ] {b5047240-5014-46fe-8bbf-5a62a19c3580} <Debug> TCPHandler: Processed in 0.002654497 sec. | ||
| 1456 | 2025.03.03 04:52:20.531776 [ 189 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 1457 | 2025.03.03 04:52:20.531838 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1458 | 2025.03.03 04:52:20.532032 [ 189 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1459 | 2025.03.03 04:52:20.532057 [ 3 ] {413fdfdf-eddf-4e82-8c36-1d35e917dd1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1460 | 2025.03.03 04:52:20.532102 [ 189 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1461 | 2025.03.03 04:52:20.532147 [ 3 ] {413fdfdf-eddf-4e82-8c36-1d35e917dd1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1462 | 2025.03.03 04:52:20.532445 [ 189 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1463 | 2025.03.03 04:52:20.532819 [ 189 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 633 rows starting from the beginning of the part | ||
| 1464 | 2025.03.03 04:52:20.533403 [ 189 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 1465 | 2025.03.03 04:52:20.533892 [ 189 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 633 rows starting from the beginning of the part | ||
| 1466 | 2025.03.03 04:52:20.534249 [ 189 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 1467 | 2025.03.03 04:52:20.535387 [ 3 ] {413fdfdf-eddf-4e82-8c36-1d35e917dd1b} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1468 | 2025.03.03 04:52:20.535451 [ 3 ] {413fdfdf-eddf-4e82-8c36-1d35e917dd1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1469 | 2025.03.03 04:52:20.536482 [ 3 ] {413fdfdf-eddf-4e82-8c36-1d35e917dd1b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1470 | 2025.03.03 04:52:20.536951 [ 3 ] {413fdfdf-eddf-4e82-8c36-1d35e917dd1b} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1471 | 2025.03.03 04:52:20.537230 [ 62 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1472 | 2025.03.03 04:52:20.537373 [ 62 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1473 | 2025.03.03 04:52:20.537451 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1474 | 2025.03.03 04:52:20.537677 [ 3 ] {413fdfdf-eddf-4e82-8c36-1d35e917dd1b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005653 sec., 11321.422253670617 rows/sec., 904.87 KiB/sec. | ||
| 1475 | 2025.03.03 04:52:20.537935 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 5 columns (5 merged, 0 gathered) in 0.006242644 sec., 238680.9178931235 rows/sec., 19.59 MiB/sec. | ||
| 1476 | 2025.03.03 04:52:20.538060 [ 3 ] {413fdfdf-eddf-4e82-8c36-1d35e917dd1b} <Debug> TCPHandler: Processed in 0.006286864 sec. | ||
| 1477 | 2025.03.03 04:52:20.538179 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 1478 | 2025.03.03 04:52:20.538288 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1479 | 2025.03.03 04:52:20.538383 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1480 | 2025.03.03 04:52:20.538501 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1481 | 2025.03.03 04:52:20.538650 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1482 | 2025.03.03 04:52:20.538654 [ 3 ] {9de10a5e-061d-4645-8c1b-4153b3591d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1483 | 2025.03.03 04:52:20.538802 [ 3 ] {9de10a5e-061d-4645-8c1b-4153b3591d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1484 | 2025.03.03 04:52:20.539043 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1485 | 2025.03.03 04:52:20.539546 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
| 1486 | 2025.03.03 04:52:20.540153 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1487 | 2025.03.03 04:52:20.540306 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_6_1} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1488 | 2025.03.03 04:52:20.540605 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 1489 | 2025.03.03 04:52:20.540699 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_6_1} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1490 | 2025.03.03 04:52:20.541299 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 1491 | 2025.03.03 04:52:20.541511 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1492 | 2025.03.03 04:52:20.542510 [ 3 ] {9de10a5e-061d-4645-8c1b-4153b3591d40} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1493 | 2025.03.03 04:52:20.542597 [ 3 ] {9de10a5e-061d-4645-8c1b-4153b3591d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1494 | 2025.03.03 04:52:20.543744 [ 3 ] {9de10a5e-061d-4645-8c1b-4153b3591d40} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1495 | 2025.03.03 04:52:20.544255 [ 3 ] {9de10a5e-061d-4645-8c1b-4153b3591d40} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1496 | 2025.03.03 04:52:20.544495 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.006795325 sec., 152457.7558836406 rows/sec., 11.63 MiB/sec. | ||
| 1497 | 2025.03.03 04:52:20.544581 [ 62 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1498 | 2025.03.03 04:52:20.544670 [ 62 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1499 | 2025.03.03 04:52:20.544708 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1500 | 2025.03.03 04:52:20.544874 [ 3 ] {9de10a5e-061d-4645-8c1b-4153b3591d40} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006339 sec., 25240.574223063573 rows/sec., 1.76 MiB/sec. | ||
| 1501 | 2025.03.03 04:52:20.544898 [ 189 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1502 | 2025.03.03 04:52:20.545082 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 1503 | 2025.03.03 04:52:20.545219 [ 3 ] {9de10a5e-061d-4645-8c1b-4153b3591d40} <Debug> TCPHandler: Processed in 0.00700126 sec. | ||
| 1504 | 2025.03.03 04:52:20.545475 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1505 | 2025.03.03 04:52:20.545535 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1506 | 2025.03.03 04:52:20.545572 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1507 | 2025.03.03 04:52:20.545666 [ 189 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_6_1} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1508 | 2025.03.03 04:52:20.545916 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
| 1509 | 2025.03.03 04:52:20.546057 [ 3 ] {5485b742-ffea-4765-a5fa-dbeb1f581e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1510 | 2025.03.03 04:52:20.546085 [ 189 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_6_1} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1511 | 2025.03.03 04:52:20.546395 [ 3 ] {5485b742-ffea-4765-a5fa-dbeb1f581e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1512 | 2025.03.03 04:52:20.546507 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
| 1513 | 2025.03.03 04:52:20.546512 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1514 | 2025.03.03 04:52:20.546936 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1515 | 2025.03.03 04:52:20.547471 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1516 | 2025.03.03 04:52:20.547981 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1517 | 2025.03.03 04:52:20.549021 [ 3 ] {5485b742-ffea-4765-a5fa-dbeb1f581e34} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1518 | 2025.03.03 04:52:20.549087 [ 3 ] {5485b742-ffea-4765-a5fa-dbeb1f581e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1519 | 2025.03.03 04:52:20.550054 [ 3 ] {5485b742-ffea-4765-a5fa-dbeb1f581e34} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1520 | 2025.03.03 04:52:20.550513 [ 3 ] {5485b742-ffea-4765-a5fa-dbeb1f581e34} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1521 | 2025.03.03 04:52:20.550789 [ 62 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1522 | 2025.03.03 04:52:20.550933 [ 62 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1523 | 2025.03.03 04:52:20.551020 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1524 | 2025.03.03 04:52:20.551221 [ 3 ] {5485b742-ffea-4765-a5fa-dbeb1f581e34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005248 sec., 11432.926829268292 rows/sec., 788.99 KiB/sec. | ||
| 1525 | 2025.03.03 04:52:20.551449 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1018 rows, containing 5 columns (5 merged, 0 gathered) in 0.006591531 sec., 154440.59961183523 rows/sec., 10.57 MiB/sec. | ||
| 1526 | 2025.03.03 04:52:20.551506 [ 3 ] {5485b742-ffea-4765-a5fa-dbeb1f581e34} <Debug> TCPHandler: Processed in 0.006015718 sec. | ||
| 1527 | 2025.03.03 04:52:20.551652 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 1528 | 2025.03.03 04:52:20.551738 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1529 | 2025.03.03 04:52:20.551819 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1530 | 2025.03.03 04:52:20.551860 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 1531 | 2025.03.03 04:52:20.552042 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1532 | 2025.03.03 04:52:20.552364 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
| 1533 | 2025.03.03 04:52:20.552419 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1534 | 2025.03.03 04:52:20.552711 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1535 | 2025.03.03 04:52:20.552853 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1536 | 2025.03.03 04:52:20.552991 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 1537 | 2025.03.03 04:52:20.553172 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1538 | 2025.03.03 04:52:20.553321 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1539 | 2025.03.03 04:52:20.554469 [ 187 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 4 columns (4 merged, 0 gathered) in 0.003241809 sec., 113516.86666302673 rows/sec., 7.45 MiB/sec. | ||
| 1540 | 2025.03.03 04:52:20.554625 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1541 | 2025.03.03 04:52:20.554910 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_6_1} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1542 | 2025.03.03 04:52:20.554984 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_6_1} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1543 | 2025.03.03 04:52:20.555055 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1544 | 2025.03.03 04:52:21.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.56 MiB, peak 169.68 MiB, free memory in arenas 0.00 B, will set to 164.03 MiB (RSS), difference: 3.47 MiB | ||
| 1545 | 2025.03.03 04:52:23.495572 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1546 | 2025.03.03 04:52:23.495842 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1547 | 2025.03.03 04:52:23.496259 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1548 | 2025.03.03 04:52:23.496308 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1549 | 2025.03.03 04:52:23.496648 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1550 | 2025.03.03 04:52:23.496728 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1551 | 2025.03.03 04:52:23.496906 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1552 | 2025.03.03 04:52:23.497172 [ 289 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1553 | 2025.03.03 04:52:23.497252 [ 288 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1554 | 2025.03.03 04:52:23.497408 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1555 | 2025.03.03 04:52:23.497442 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1556 | 2025.03.03 04:52:23.499522 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1557 | 2025.03.03 04:52:23.499556 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1558 | 2025.03.03 04:52:23.499630 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1559 | 2025.03.03 04:52:23.499690 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1560 | 2025.03.03 04:52:23.501111 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.005397 sec., 5743.931813970725 rows/sec., 216.77 KiB/sec. | ||
| 1561 | 2025.03.03 04:52:23.501255 [ 3 ] {8313a42b-2888-470e-a5cf-f1c5c716fc51} <Debug> TCPHandler: Processed in 0.005814635 sec. | ||
| 1562 | 2025.03.03 04:52:23.501539 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1563 | 2025.03.03 04:52:23.501702 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1564 | 2025.03.03 04:52:23.501989 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1565 | 2025.03.03 04:52:23.502035 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1566 | 2025.03.03 04:52:23.502333 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1567 | 2025.03.03 04:52:23.502400 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1568 | 2025.03.03 04:52:23.502539 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1569 | 2025.03.03 04:52:23.502649 [ 288 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1570 | 2025.03.03 04:52:23.502659 [ 290 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1571 | 2025.03.03 04:52:23.502763 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1572 | 2025.03.03 04:52:23.502787 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1573 | 2025.03.03 04:52:23.502865 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1574 | 2025.03.03 04:52:23.502885 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1575 | 2025.03.03 04:52:23.502924 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1576 | 2025.03.03 04:52:23.502966 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1577 | 2025.03.03 04:52:23.503893 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002266 sec., 13680.494263018536 rows/sec., 516.29 KiB/sec. | ||
| 1578 | 2025.03.03 04:52:23.504029 [ 3 ] {66ab0b2b-a1f7-4d05-a24c-60690145d947} <Debug> TCPHandler: Processed in 0.002541745 sec. | ||
| 1579 | 2025.03.03 04:52:23.504336 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1580 | 2025.03.03 04:52:23.504498 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1581 | 2025.03.03 04:52:23.504787 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1582 | 2025.03.03 04:52:23.504839 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1583 | 2025.03.03 04:52:23.505152 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1584 | 2025.03.03 04:52:23.505219 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1585 | 2025.03.03 04:52:23.505360 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1586 | 2025.03.03 04:52:23.505468 [ 289 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1587 | 2025.03.03 04:52:23.505475 [ 290 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1588 | 2025.03.03 04:52:23.505581 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1589 | 2025.03.03 04:52:23.505605 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1590 | 2025.03.03 04:52:23.505682 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1591 | 2025.03.03 04:52:23.505701 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1592 | 2025.03.03 04:52:23.505740 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1593 | 2025.03.03 04:52:23.505782 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1594 | 2025.03.03 04:52:23.506797 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002375 sec., 13052.631578947368 rows/sec., 492.60 KiB/sec. | ||
| 1595 | 2025.03.03 04:52:23.506936 [ 3 ] {8af791f2-60d2-4c23-8f31-df7d6b4343d7} <Debug> TCPHandler: Processed in 0.002651086 sec. | ||
| 1596 | 2025.03.03 04:52:23.507177 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1597 | 2025.03.03 04:52:23.507340 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1598 | 2025.03.03 04:52:23.507632 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1599 | 2025.03.03 04:52:23.507679 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1600 | 2025.03.03 04:52:23.507984 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1601 | 2025.03.03 04:52:23.508049 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1602 | 2025.03.03 04:52:23.508192 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1603 | 2025.03.03 04:52:23.508310 [ 288 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1604 | 2025.03.03 04:52:23.508317 [ 290 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1605 | 2025.03.03 04:52:23.508429 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1606 | 2025.03.03 04:52:23.508452 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1607 | 2025.03.03 04:52:23.508530 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1608 | 2025.03.03 04:52:23.508549 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1609 | 2025.03.03 04:52:23.508587 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1610 | 2025.03.03 04:52:23.508628 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1611 | 2025.03.03 04:52:23.509568 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002305 sec., 13449.023861171365 rows/sec., 507.56 KiB/sec. | ||
| 1612 | 2025.03.03 04:52:23.509699 [ 3 ] {e416d93b-4f0a-41a2-9872-1ba6e3b14ca3} <Debug> TCPHandler: Processed in 0.002573395 sec. | ||
| 1613 | 2025.03.03 04:52:23.509913 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1614 | 2025.03.03 04:52:23.510077 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1615 | 2025.03.03 04:52:23.510367 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1616 | 2025.03.03 04:52:23.510412 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1617 | 2025.03.03 04:52:23.510719 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1618 | 2025.03.03 04:52:23.510784 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1619 | 2025.03.03 04:52:23.510924 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1620 | 2025.03.03 04:52:23.511031 [ 289 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1621 | 2025.03.03 04:52:23.511033 [ 288 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1622 | 2025.03.03 04:52:23.511140 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1623 | 2025.03.03 04:52:23.511168 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1624 | 2025.03.03 04:52:23.511247 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1625 | 2025.03.03 04:52:23.511267 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1626 | 2025.03.03 04:52:23.511306 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1627 | 2025.03.03 04:52:23.511349 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1628 | 2025.03.03 04:52:23.512385 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002387 sec., 12987.012987012988 rows/sec., 490.12 KiB/sec. | ||
| 1629 | 2025.03.03 04:52:23.512515 [ 3 ] {67f679b5-7139-49b3-bc6c-67bc037fbab9} <Debug> TCPHandler: Processed in 0.002654967 sec. | ||
| 1630 | 2025.03.03 04:52:23.512724 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1631 | 2025.03.03 04:52:23.512890 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1632 | 2025.03.03 04:52:23.513182 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1633 | 2025.03.03 04:52:23.513229 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1634 | 2025.03.03 04:52:23.513539 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1635 | 2025.03.03 04:52:23.513604 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1636 | 2025.03.03 04:52:23.513746 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1637 | 2025.03.03 04:52:23.513814 [ 290 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1638 | 2025.03.03 04:52:23.513837 [ 288 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1639 | 2025.03.03 04:52:23.513931 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 1640 | 2025.03.03 04:52:23.513958 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1641 | 2025.03.03 04:52:23.514038 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1642 | 2025.03.03 04:52:23.514057 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1643 | 2025.03.03 04:52:23.514097 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1644 | 2025.03.03 04:52:23.514139 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1645 | 2025.03.03 04:52:23.515053 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002243 sec., 13820.77574676772 rows/sec., 521.59 KiB/sec. | ||
| 1646 | 2025.03.03 04:52:23.515188 [ 3 ] {4857082a-3f65-4056-b4b0-82306b88fd79} <Debug> TCPHandler: Processed in 0.002515074 sec. | ||
| 1647 | 2025.03.03 04:52:23.590085 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1648 | 2025.03.03 04:52:23.590239 [ 3 ] {06cccc58-85a6-40e2-961f-6821849d5909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1649 | 2025.03.03 04:52:23.590324 [ 3 ] {06cccc58-85a6-40e2-961f-6821849d5909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1650 | 2025.03.03 04:52:23.591436 [ 3 ] {06cccc58-85a6-40e2-961f-6821849d5909} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1651 | 2025.03.03 04:52:23.591477 [ 3 ] {06cccc58-85a6-40e2-961f-6821849d5909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1652 | 2025.03.03 04:52:23.591974 [ 3 ] {06cccc58-85a6-40e2-961f-6821849d5909} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1653 | 2025.03.03 04:52:23.592194 [ 3 ] {06cccc58-85a6-40e2-961f-6821849d5909} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1654 | 2025.03.03 04:52:23.592425 [ 3 ] {06cccc58-85a6-40e2-961f-6821849d5909} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002237 sec., 2682.163611980331 rows/sec., 597.20 KiB/sec. | ||
| 1655 | 2025.03.03 04:52:23.592481 [ 3 ] {06cccc58-85a6-40e2-961f-6821849d5909} <Debug> TCPHandler: Processed in 0.002464283 sec. | ||
| 1656 | 2025.03.03 04:52:23.592603 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1657 | 2025.03.03 04:52:23.592707 [ 3 ] {1b0c1826-1f68-4169-9c0b-b1646cafc9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1658 | 2025.03.03 04:52:23.592752 [ 3 ] {1b0c1826-1f68-4169-9c0b-b1646cafc9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1659 | 2025.03.03 04:52:23.593369 [ 3 ] {1b0c1826-1f68-4169-9c0b-b1646cafc9d4} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1660 | 2025.03.03 04:52:23.593408 [ 3 ] {1b0c1826-1f68-4169-9c0b-b1646cafc9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1661 | 2025.03.03 04:52:23.593776 [ 3 ] {1b0c1826-1f68-4169-9c0b-b1646cafc9d4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1662 | 2025.03.03 04:52:23.594014 [ 3 ] {1b0c1826-1f68-4169-9c0b-b1646cafc9d4} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1663 | 2025.03.03 04:52:23.594219 [ 3 ] {1b0c1826-1f68-4169-9c0b-b1646cafc9d4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001533 sec., 138290.93281148074 rows/sec., 8.80 MiB/sec. | ||
| 1664 | 2025.03.03 04:52:23.594271 [ 3 ] {1b0c1826-1f68-4169-9c0b-b1646cafc9d4} <Debug> TCPHandler: Processed in 0.001718817 sec. | ||
| 1665 | 2025.03.03 04:52:23.594391 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1666 | 2025.03.03 04:52:23.594496 [ 3 ] {18422006-2de2-4b79-8288-6b332780e4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1667 | 2025.03.03 04:52:23.594540 [ 3 ] {18422006-2de2-4b79-8288-6b332780e4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1668 | 2025.03.03 04:52:23.595884 [ 3 ] {18422006-2de2-4b79-8288-6b332780e4a2} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1669 | 2025.03.03 04:52:23.595924 [ 3 ] {18422006-2de2-4b79-8288-6b332780e4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1670 | 2025.03.03 04:52:23.596446 [ 3 ] {18422006-2de2-4b79-8288-6b332780e4a2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1671 | 2025.03.03 04:52:23.596696 [ 3 ] {18422006-2de2-4b79-8288-6b332780e4a2} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1672 | 2025.03.03 04:52:23.596976 [ 3 ] {18422006-2de2-4b79-8288-6b332780e4a2} <Debug> executeQuery: Read 1773 rows, 147.05 KiB in 0.002477 sec., 715785.2240613645 rows/sec., 57.98 MiB/sec. | ||
| 1673 | 2025.03.03 04:52:23.597104 [ 3 ] {18422006-2de2-4b79-8288-6b332780e4a2} <Debug> TCPHandler: Processed in 0.002763489 sec. | ||
| 1674 | 2025.03.03 04:52:23.597222 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1675 | 2025.03.03 04:52:23.597328 [ 3 ] {3d06e2cb-8423-49e1-8730-b57f4f4fd5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1676 | 2025.03.03 04:52:23.597372 [ 3 ] {3d06e2cb-8423-49e1-8730-b57f4f4fd5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1677 | 2025.03.03 04:52:23.597935 [ 3 ] {3d06e2cb-8423-49e1-8730-b57f4f4fd5c0} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1678 | 2025.03.03 04:52:23.597974 [ 3 ] {3d06e2cb-8423-49e1-8730-b57f4f4fd5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1679 | 2025.03.03 04:52:23.598327 [ 3 ] {3d06e2cb-8423-49e1-8730-b57f4f4fd5c0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1680 | 2025.03.03 04:52:23.598564 [ 3 ] {3d06e2cb-8423-49e1-8730-b57f4f4fd5c0} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1681 | 2025.03.03 04:52:23.598833 [ 3 ] {3d06e2cb-8423-49e1-8730-b57f4f4fd5c0} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00151 sec., 75496.68874172185 rows/sec., 4.52 MiB/sec. | ||
| 1682 | 2025.03.03 04:52:23.598893 [ 3 ] {3d06e2cb-8423-49e1-8730-b57f4f4fd5c0} <Debug> TCPHandler: Processed in 0.001723287 sec. | ||
| 1683 | 2025.03.03 04:52:23.599008 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1684 | 2025.03.03 04:52:23.599115 [ 3 ] {03ff836e-464a-45f9-91a5-f5e2688426a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1685 | 2025.03.03 04:52:23.599159 [ 3 ] {03ff836e-464a-45f9-91a5-f5e2688426a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1686 | 2025.03.03 04:52:23.599782 [ 3 ] {03ff836e-464a-45f9-91a5-f5e2688426a5} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1687 | 2025.03.03 04:52:23.599821 [ 3 ] {03ff836e-464a-45f9-91a5-f5e2688426a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1688 | 2025.03.03 04:52:23.600179 [ 3 ] {03ff836e-464a-45f9-91a5-f5e2688426a5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1689 | 2025.03.03 04:52:23.600427 [ 3 ] {03ff836e-464a-45f9-91a5-f5e2688426a5} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1690 | 2025.03.03 04:52:23.600701 [ 3 ] {03ff836e-464a-45f9-91a5-f5e2688426a5} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001588 sec., 214735.51637279597 rows/sec., 14.33 MiB/sec. | ||
| 1691 | 2025.03.03 04:52:23.600762 [ 3 ] {03ff836e-464a-45f9-91a5-f5e2688426a5} <Debug> TCPHandler: Processed in 0.001805169 sec. | ||
| 1692 | 2025.03.03 04:52:23.600866 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1693 | 2025.03.03 04:52:23.600967 [ 3 ] {1e4af737-883b-45de-9f78-f0fd1727e135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1694 | 2025.03.03 04:52:23.601011 [ 3 ] {1e4af737-883b-45de-9f78-f0fd1727e135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1695 | 2025.03.03 04:52:23.601549 [ 3 ] {1e4af737-883b-45de-9f78-f0fd1727e135} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1696 | 2025.03.03 04:52:23.601589 [ 3 ] {1e4af737-883b-45de-9f78-f0fd1727e135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1697 | 2025.03.03 04:52:23.601930 [ 3 ] {1e4af737-883b-45de-9f78-f0fd1727e135} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1698 | 2025.03.03 04:52:23.602166 [ 3 ] {1e4af737-883b-45de-9f78-f0fd1727e135} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1699 | 2025.03.03 04:52:23.602460 [ 3 ] {1e4af737-883b-45de-9f78-f0fd1727e135} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001506 sec., 74369.18990703851 rows/sec., 4.24 MiB/sec. | ||
| 1700 | 2025.03.03 04:52:23.602516 [ 3 ] {1e4af737-883b-45de-9f78-f0fd1727e135} <Debug> TCPHandler: Processed in 0.001700996 sec. | ||
| 1701 | 2025.03.03 04:52:23.602629 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1702 | 2025.03.03 04:52:23.602734 [ 3 ] {7a416884-0f93-4b5e-a43e-48277bed3f2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1703 | 2025.03.03 04:52:23.602778 [ 3 ] {7a416884-0f93-4b5e-a43e-48277bed3f2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1704 | 2025.03.03 04:52:23.603550 [ 3 ] {7a416884-0f93-4b5e-a43e-48277bed3f2e} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1705 | 2025.03.03 04:52:23.603589 [ 3 ] {7a416884-0f93-4b5e-a43e-48277bed3f2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1706 | 2025.03.03 04:52:23.603966 [ 3 ] {7a416884-0f93-4b5e-a43e-48277bed3f2e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1707 | 2025.03.03 04:52:23.604199 [ 3 ] {7a416884-0f93-4b5e-a43e-48277bed3f2e} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1708 | 2025.03.03 04:52:23.604445 [ 3 ] {7a416884-0f93-4b5e-a43e-48277bed3f2e} <Debug> executeQuery: Read 846 rows, 62.51 KiB in 0.001716 sec., 493006.99300699297 rows/sec., 35.58 MiB/sec. | ||
| 1709 | 2025.03.03 04:52:23.604649 [ 3 ] {7a416884-0f93-4b5e-a43e-48277bed3f2e} <Debug> TCPHandler: Processed in 0.002067664 sec. | ||
| 1710 | 2025.03.03 04:52:23.604821 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1711 | 2025.03.03 04:52:23.604931 [ 3 ] {6796dede-a763-4131-a7fb-e3c5067ec1d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1712 | 2025.03.03 04:52:23.604980 [ 3 ] {6796dede-a763-4131-a7fb-e3c5067ec1d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1713 | 2025.03.03 04:52:23.605450 [ 3 ] {6796dede-a763-4131-a7fb-e3c5067ec1d2} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1714 | 2025.03.03 04:52:23.605489 [ 3 ] {6796dede-a763-4131-a7fb-e3c5067ec1d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1715 | 2025.03.03 04:52:23.605828 [ 3 ] {6796dede-a763-4131-a7fb-e3c5067ec1d2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1716 | 2025.03.03 04:52:23.606071 [ 3 ] {6796dede-a763-4131-a7fb-e3c5067ec1d2} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1717 | 2025.03.03 04:52:23.606347 [ 3 ] {6796dede-a763-4131-a7fb-e3c5067ec1d2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
| 1718 | 2025.03.03 04:52:23.606408 [ 3 ] {6796dede-a763-4131-a7fb-e3c5067ec1d2} <Debug> TCPHandler: Processed in 0.001645336 sec. | ||
| 1719 | 2025.03.03 04:52:23.606513 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1720 | 2025.03.03 04:52:23.606615 [ 3 ] {5a707d0f-e6f5-4103-8d52-799d6ed67528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1721 | 2025.03.03 04:52:23.606663 [ 3 ] {5a707d0f-e6f5-4103-8d52-799d6ed67528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1722 | 2025.03.03 04:52:23.607668 [ 3 ] {5a707d0f-e6f5-4103-8d52-799d6ed67528} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1723 | 2025.03.03 04:52:23.607704 [ 3 ] {5a707d0f-e6f5-4103-8d52-799d6ed67528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1724 | 2025.03.03 04:52:23.608250 [ 3 ] {5a707d0f-e6f5-4103-8d52-799d6ed67528} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1725 | 2025.03.03 04:52:23.608483 [ 3 ] {5a707d0f-e6f5-4103-8d52-799d6ed67528} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1726 | 2025.03.03 04:52:23.608683 [ 3 ] {5a707d0f-e6f5-4103-8d52-799d6ed67528} <Debug> executeQuery: Read 2159 rows, 147.46 KiB in 0.002089 sec., 1033508.8559119195 rows/sec., 68.94 MiB/sec. | ||
| 1727 | 2025.03.03 04:52:23.608734 [ 3 ] {5a707d0f-e6f5-4103-8d52-799d6ed67528} <Debug> TCPHandler: Processed in 0.002271728 sec. | ||
| 1728 | 2025.03.03 04:52:23.608849 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1729 | 2025.03.03 04:52:23.608955 [ 3 ] {7315c592-a0b1-4778-a6b5-1be9d24e9c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1730 | 2025.03.03 04:52:23.609001 [ 3 ] {7315c592-a0b1-4778-a6b5-1be9d24e9c0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1731 | 2025.03.03 04:52:23.609414 [ 3 ] {7315c592-a0b1-4778-a6b5-1be9d24e9c0d} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1732 | 2025.03.03 04:52:23.609452 [ 3 ] {7315c592-a0b1-4778-a6b5-1be9d24e9c0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1733 | 2025.03.03 04:52:23.609793 [ 3 ] {7315c592-a0b1-4778-a6b5-1be9d24e9c0d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1734 | 2025.03.03 04:52:23.610023 [ 3 ] {7315c592-a0b1-4778-a6b5-1be9d24e9c0d} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1735 | 2025.03.03 04:52:23.610219 [ 3 ] {7315c592-a0b1-4778-a6b5-1be9d24e9c0d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001285 sec., 778.2101167315176 rows/sec., 52.44 KiB/sec. | ||
| 1736 | 2025.03.03 04:52:23.610268 [ 3 ] {7315c592-a0b1-4778-a6b5-1be9d24e9c0d} <Debug> TCPHandler: Processed in 0.001471321 sec. | ||
| 1737 | 2025.03.03 04:52:23.610369 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1738 | 2025.03.03 04:52:23.610472 [ 3 ] {63c800fc-9525-4e23-a7cc-c37feb45ff18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1739 | 2025.03.03 04:52:23.610537 [ 3 ] {63c800fc-9525-4e23-a7cc-c37feb45ff18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1740 | 2025.03.03 04:52:23.611547 [ 3 ] {63c800fc-9525-4e23-a7cc-c37feb45ff18} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1741 | 2025.03.03 04:52:23.611586 [ 3 ] {63c800fc-9525-4e23-a7cc-c37feb45ff18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1742 | 2025.03.03 04:52:23.612164 [ 3 ] {63c800fc-9525-4e23-a7cc-c37feb45ff18} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1743 | 2025.03.03 04:52:23.612421 [ 3 ] {63c800fc-9525-4e23-a7cc-c37feb45ff18} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1744 | 2025.03.03 04:52:23.612743 [ 3 ] {63c800fc-9525-4e23-a7cc-c37feb45ff18} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002269 sec., 3525.782282944028 rows/sec., 6.32 MiB/sec. | ||
| 1745 | 2025.03.03 04:52:23.612964 [ 3 ] {63c800fc-9525-4e23-a7cc-c37feb45ff18} <Debug> TCPHandler: Processed in 0.002643807 sec. | ||
| 1746 | 2025.03.03 04:52:23.613103 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1747 | 2025.03.03 04:52:23.613208 [ 3 ] {afc4312d-77d4-4ebe-96b4-0bb482a8c70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1748 | 2025.03.03 04:52:23.613254 [ 3 ] {afc4312d-77d4-4ebe-96b4-0bb482a8c70b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1749 | 2025.03.03 04:52:23.613686 [ 3 ] {afc4312d-77d4-4ebe-96b4-0bb482a8c70b} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1750 | 2025.03.03 04:52:23.613724 [ 3 ] {afc4312d-77d4-4ebe-96b4-0bb482a8c70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1751 | 2025.03.03 04:52:23.614067 [ 3 ] {afc4312d-77d4-4ebe-96b4-0bb482a8c70b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1752 | 2025.03.03 04:52:23.614298 [ 3 ] {afc4312d-77d4-4ebe-96b4-0bb482a8c70b} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1753 | 2025.03.03 04:52:23.614589 [ 3 ] {afc4312d-77d4-4ebe-96b4-0bb482a8c70b} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001387 sec., 41816.8709444845 rows/sec., 2.59 MiB/sec. | ||
| 1754 | 2025.03.03 04:52:23.614645 [ 3 ] {afc4312d-77d4-4ebe-96b4-0bb482a8c70b} <Debug> TCPHandler: Processed in 0.001593534 sec. | ||
| 1755 | 2025.03.03 04:52:25.167306 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 266 | ||
| 1756 | 2025.03.03 04:52:25.171657 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1757 | 2025.03.03 04:52:25.171716 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1758 | 2025.03.03 04:52:25.173296 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1759 | 2025.03.03 04:52:25.173616 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1760 | 2025.03.03 04:52:25.174444 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 266 | ||
| 1761 | 2025.03.03 04:52:25.524386 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1762 | 2025.03.03 04:52:25.524663 [ 3 ] {d465eaab-8ab8-456c-b6e8-a650610f2781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1763 | 2025.03.03 04:52:25.524775 [ 3 ] {d465eaab-8ab8-456c-b6e8-a650610f2781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1764 | 2025.03.03 04:52:25.525760 [ 3 ] {d465eaab-8ab8-456c-b6e8-a650610f2781} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1765 | 2025.03.03 04:52:25.525806 [ 3 ] {d465eaab-8ab8-456c-b6e8-a650610f2781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1766 | 2025.03.03 04:52:25.526210 [ 3 ] {d465eaab-8ab8-456c-b6e8-a650610f2781} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1767 | 2025.03.03 04:52:25.526465 [ 3 ] {d465eaab-8ab8-456c-b6e8-a650610f2781} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1768 | 2025.03.03 04:52:25.526663 [ 3 ] {d465eaab-8ab8-456c-b6e8-a650610f2781} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002081 sec., 26910.13935607881 rows/sec., 2.05 MiB/sec. | ||
| 1769 | 2025.03.03 04:52:25.526720 [ 3 ] {d465eaab-8ab8-456c-b6e8-a650610f2781} <Debug> TCPHandler: Processed in 0.002492224 sec. | ||
| 1770 | 2025.03.03 04:52:25.526846 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1771 | 2025.03.03 04:52:25.526960 [ 3 ] {8e6f2264-0eda-4b71-8107-d3527deedf43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1772 | 2025.03.03 04:52:25.527006 [ 3 ] {8e6f2264-0eda-4b71-8107-d3527deedf43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1773 | 2025.03.03 04:52:25.527573 [ 3 ] {8e6f2264-0eda-4b71-8107-d3527deedf43} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1774 | 2025.03.03 04:52:25.527609 [ 3 ] {8e6f2264-0eda-4b71-8107-d3527deedf43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1775 | 2025.03.03 04:52:25.527975 [ 3 ] {8e6f2264-0eda-4b71-8107-d3527deedf43} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1776 | 2025.03.03 04:52:25.528220 [ 3 ] {8e6f2264-0eda-4b71-8107-d3527deedf43} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1777 | 2025.03.03 04:52:25.528393 [ 3 ] {8e6f2264-0eda-4b71-8107-d3527deedf43} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00146 sec., 43835.61643835617 rows/sec., 3.42 MiB/sec. | ||
| 1778 | 2025.03.03 04:52:25.528469 [ 3 ] {8e6f2264-0eda-4b71-8107-d3527deedf43} <Debug> TCPHandler: Processed in 0.001676016 sec. | ||
| 1779 | 2025.03.03 04:52:25.528592 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1780 | 2025.03.03 04:52:25.528700 [ 3 ] {65c52af0-9835-4d8e-84c9-1808d3c2c13b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1781 | 2025.03.03 04:52:25.528749 [ 3 ] {65c52af0-9835-4d8e-84c9-1808d3c2c13b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1782 | 2025.03.03 04:52:25.529220 [ 3 ] {65c52af0-9835-4d8e-84c9-1808d3c2c13b} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1783 | 2025.03.03 04:52:25.529257 [ 3 ] {65c52af0-9835-4d8e-84c9-1808d3c2c13b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1784 | 2025.03.03 04:52:25.529644 [ 3 ] {65c52af0-9835-4d8e-84c9-1808d3c2c13b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1785 | 2025.03.03 04:52:25.529882 [ 3 ] {65c52af0-9835-4d8e-84c9-1808d3c2c13b} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1786 | 2025.03.03 04:52:25.530101 [ 3 ] {65c52af0-9835-4d8e-84c9-1808d3c2c13b} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001419 sec., 45102.18463706836 rows/sec., 3.14 MiB/sec. | ||
| 1787 | 2025.03.03 04:52:25.530180 [ 3 ] {65c52af0-9835-4d8e-84c9-1808d3c2c13b} <Debug> TCPHandler: Processed in 0.001640496 sec. | ||
| 1788 | 2025.03.03 04:52:25.530299 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1789 | 2025.03.03 04:52:25.530405 [ 3 ] {aa15ddcb-442b-4229-bbbe-cb01d6c016d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1790 | 2025.03.03 04:52:25.530451 [ 3 ] {aa15ddcb-442b-4229-bbbe-cb01d6c016d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1791 | 2025.03.03 04:52:25.530869 [ 3 ] {aa15ddcb-442b-4229-bbbe-cb01d6c016d6} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1792 | 2025.03.03 04:52:25.530905 [ 3 ] {aa15ddcb-442b-4229-bbbe-cb01d6c016d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1793 | 2025.03.03 04:52:25.531254 [ 3 ] {aa15ddcb-442b-4229-bbbe-cb01d6c016d6} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1794 | 2025.03.03 04:52:25.531488 [ 3 ] {aa15ddcb-442b-4229-bbbe-cb01d6c016d6} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1795 | 2025.03.03 04:52:25.531704 [ 3 ] {aa15ddcb-442b-4229-bbbe-cb01d6c016d6} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001309 sec., 18334.606569900687 rows/sec., 1.24 MiB/sec. | ||
| 1796 | 2025.03.03 04:52:25.531841 [ 3 ] {aa15ddcb-442b-4229-bbbe-cb01d6c016d6} <Debug> TCPHandler: Processed in 0.001594234 sec. | ||
| 1797 | 2025.03.03 04:52:27.672208 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1798 | 2025.03.03 04:52:27.672847 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1799 | 2025.03.03 04:52:27.672884 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1800 | 2025.03.03 04:52:27.673404 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1801 | 2025.03.03 04:52:27.673654 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1802 | 2025.03.03 04:52:27.673832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1803 | 2025.03.03 04:52:27.875868 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1804 | 2025.03.03 04:52:27.896742 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1805 | 2025.03.03 04:52:27.896820 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1806 | 2025.03.03 04:52:27.904012 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1807 | 2025.03.03 04:52:27.904877 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1808 | 2025.03.03 04:52:27.908464 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1809 | 2025.03.03 04:52:28.000273 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.08 MiB, peak 169.68 MiB, free memory in arenas 0.00 B, will set to 166.13 MiB (RSS), difference: 1.05 MiB | ||
| 1810 | 2025.03.03 04:52:30.530506 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1811 | 2025.03.03 04:52:30.530699 [ 3 ] {3a5e52aa-c163-4de7-bbde-e52d00dae539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1812 | 2025.03.03 04:52:30.530774 [ 3 ] {3a5e52aa-c163-4de7-bbde-e52d00dae539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1813 | 2025.03.03 04:52:30.531552 [ 3 ] {3a5e52aa-c163-4de7-bbde-e52d00dae539} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1814 | 2025.03.03 04:52:30.531607 [ 3 ] {3a5e52aa-c163-4de7-bbde-e52d00dae539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1815 | 2025.03.03 04:52:30.532047 [ 3 ] {3a5e52aa-c163-4de7-bbde-e52d00dae539} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1816 | 2025.03.03 04:52:30.532317 [ 3 ] {3a5e52aa-c163-4de7-bbde-e52d00dae539} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1817 | 2025.03.03 04:52:30.532539 [ 3 ] {3a5e52aa-c163-4de7-bbde-e52d00dae539} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001894 sec., 29567.053854276663 rows/sec., 2.26 MiB/sec. | ||
| 1818 | 2025.03.03 04:52:30.532596 [ 3 ] {3a5e52aa-c163-4de7-bbde-e52d00dae539} <Debug> TCPHandler: Processed in 0.002228507 sec. | ||
| 1819 | 2025.03.03 04:52:30.532721 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1820 | 2025.03.03 04:52:30.532833 [ 3 ] {09b127c7-7c0e-440b-9d2b-5fc8753d4352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1821 | 2025.03.03 04:52:30.532879 [ 3 ] {09b127c7-7c0e-440b-9d2b-5fc8753d4352} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1822 | 2025.03.03 04:52:30.533438 [ 3 ] {09b127c7-7c0e-440b-9d2b-5fc8753d4352} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1823 | 2025.03.03 04:52:30.533478 [ 3 ] {09b127c7-7c0e-440b-9d2b-5fc8753d4352} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1824 | 2025.03.03 04:52:30.533838 [ 3 ] {09b127c7-7c0e-440b-9d2b-5fc8753d4352} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1825 | 2025.03.03 04:52:30.534108 [ 3 ] {09b127c7-7c0e-440b-9d2b-5fc8753d4352} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1826 | 2025.03.03 04:52:30.534356 [ 3 ] {09b127c7-7c0e-440b-9d2b-5fc8753d4352} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001541 sec., 41531.47306943543 rows/sec., 3.24 MiB/sec. | ||
| 1827 | 2025.03.03 04:52:30.534524 [ 3 ] {09b127c7-7c0e-440b-9d2b-5fc8753d4352} <Debug> TCPHandler: Processed in 0.001851859 sec. | ||
| 1828 | 2025.03.03 04:52:30.534651 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1829 | 2025.03.03 04:52:30.534761 [ 3 ] {4447903f-eb9d-4578-8321-b5889768c209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1830 | 2025.03.03 04:52:30.534810 [ 3 ] {4447903f-eb9d-4578-8321-b5889768c209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1831 | 2025.03.03 04:52:30.535353 [ 3 ] {4447903f-eb9d-4578-8321-b5889768c209} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1832 | 2025.03.03 04:52:30.535392 [ 3 ] {4447903f-eb9d-4578-8321-b5889768c209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1833 | 2025.03.03 04:52:30.535779 [ 3 ] {4447903f-eb9d-4578-8321-b5889768c209} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1834 | 2025.03.03 04:52:30.536034 [ 3 ] {4447903f-eb9d-4578-8321-b5889768c209} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1835 | 2025.03.03 04:52:30.536248 [ 3 ] {4447903f-eb9d-4578-8321-b5889768c209} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00151 sec., 105960.26490066225 rows/sec., 7.38 MiB/sec. | ||
| 1836 | 2025.03.03 04:52:30.536299 [ 3 ] {4447903f-eb9d-4578-8321-b5889768c209} <Debug> TCPHandler: Processed in 0.001700977 sec. | ||
| 1837 | 2025.03.03 04:52:30.536403 [ 3 ] {} <Trace> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1838 | 2025.03.03 04:52:30.536504 [ 3 ] {edc5e367-123f-4d08-a905-a7604af6c158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1839 | 2025.03.03 04:52:30.536550 [ 3 ] {edc5e367-123f-4d08-a905-a7604af6c158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1840 | 2025.03.03 04:52:30.536971 [ 3 ] {edc5e367-123f-4d08-a905-a7604af6c158} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1841 | 2025.03.03 04:52:30.537008 [ 3 ] {edc5e367-123f-4d08-a905-a7604af6c158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1842 | 2025.03.03 04:52:30.537368 [ 3 ] {edc5e367-123f-4d08-a905-a7604af6c158} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1843 | 2025.03.03 04:52:30.537614 [ 3 ] {edc5e367-123f-4d08-a905-a7604af6c158} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1844 | 2025.03.03 04:52:30.537819 [ 3 ] {edc5e367-123f-4d08-a905-a7604af6c158} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec. | ||
| 1845 | 2025.03.03 04:52:30.537868 [ 3 ] {edc5e367-123f-4d08-a905-a7604af6c158} <Debug> TCPHandler: Processed in 0.001516112 sec. | ||
| 1846 | 2025.03.03 04:52:35.109692 [ 44 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1847 | 2025.03.03 04:52:35.109758 [ 44 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1848 | 2025.03.03 04:52:35.174854 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1849 | 2025.03.03 04:52:35.175886 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1850 | 2025.03.03 04:52:35.175972 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1851 | 2025.03.03 04:52:35.176010 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 282 | ||
| 1852 | 2025.03.03 04:52:35.177271 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1853 | 2025.03.03 04:52:35.177849 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1854 | 2025.03.03 04:52:35.178551 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1855 | 2025.03.03 04:52:35.180471 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1856 | 2025.03.03 04:52:35.180533 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1857 | 2025.03.03 04:52:35.182030 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1858 | 2025.03.03 04:52:35.182381 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1859 | 2025.03.03 04:52:35.183193 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282 | ||
| 1860 | 2025.03.03 04:52:35.274389 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1861 | 2025.03.03 04:52:35.274478 [ 3 ] {} <Debug> TCP-Session: 1a2b8501-b4b0-4d5e-8542-0a85440c64cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1862 | 2025.03.03 04:52:35.409458 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1863 | 2025.03.03 04:52:35.429245 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1864 | 2025.03.03 04:52:35.429311 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1865 | 2025.03.03 04:52:35.436366 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1866 | 2025.03.03 04:52:35.437132 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1867 | 2025.03.03 04:52:35.439765 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1868 | 2025.03.03 04:52:35.536752 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1869 | 2025.03.03 04:52:35.536959 [ 256 ] {d553f322-81bf-4bf9-a67b-2788b0eb5254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1870 | 2025.03.03 04:52:35.537043 [ 256 ] {d553f322-81bf-4bf9-a67b-2788b0eb5254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1871 | 2025.03.03 04:52:35.538093 [ 256 ] {d553f322-81bf-4bf9-a67b-2788b0eb5254} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1872 | 2025.03.03 04:52:35.538147 [ 256 ] {d553f322-81bf-4bf9-a67b-2788b0eb5254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1873 | 2025.03.03 04:52:35.538607 [ 256 ] {d553f322-81bf-4bf9-a67b-2788b0eb5254} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1874 | 2025.03.03 04:52:35.538860 [ 256 ] {d553f322-81bf-4bf9-a67b-2788b0eb5254} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1875 | 2025.03.03 04:52:35.539102 [ 256 ] {d553f322-81bf-4bf9-a67b-2788b0eb5254} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002201 sec., 96319.85461154021 rows/sec., 6.13 MiB/sec. | ||
| 1876 | 2025.03.03 04:52:35.539170 [ 256 ] {d553f322-81bf-4bf9-a67b-2788b0eb5254} <Debug> TCPHandler: Processed in 0.002561735 sec. | ||
| 1877 | 2025.03.03 04:52:35.539305 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1878 | 2025.03.03 04:52:35.539421 [ 256 ] {f7a69440-71fd-4c5a-bd90-376e6186ae75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1879 | 2025.03.03 04:52:35.539469 [ 256 ] {f7a69440-71fd-4c5a-bd90-376e6186ae75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1880 | 2025.03.03 04:52:35.540294 [ 256 ] {f7a69440-71fd-4c5a-bd90-376e6186ae75} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1881 | 2025.03.03 04:52:35.540335 [ 256 ] {f7a69440-71fd-4c5a-bd90-376e6186ae75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1882 | 2025.03.03 04:52:35.540734 [ 256 ] {f7a69440-71fd-4c5a-bd90-376e6186ae75} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1883 | 2025.03.03 04:52:35.540977 [ 256 ] {f7a69440-71fd-4c5a-bd90-376e6186ae75} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1884 | 2025.03.03 04:52:35.541237 [ 256 ] {f7a69440-71fd-4c5a-bd90-376e6186ae75} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.00184 sec., 344021.73913043475 rows/sec., 27.03 MiB/sec. | ||
| 1885 | 2025.03.03 04:52:35.541482 [ 256 ] {f7a69440-71fd-4c5a-bd90-376e6186ae75} <Debug> TCPHandler: Processed in 0.002230147 sec. | ||
| 1886 | 2025.03.03 04:52:35.541607 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1887 | 2025.03.03 04:52:35.541712 [ 256 ] {44f7cc38-ae1f-4125-b6e3-270ebb5d75cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1888 | 2025.03.03 04:52:35.541756 [ 256 ] {44f7cc38-ae1f-4125-b6e3-270ebb5d75cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1889 | 2025.03.03 04:52:35.542335 [ 256 ] {44f7cc38-ae1f-4125-b6e3-270ebb5d75cd} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1890 | 2025.03.03 04:52:35.542374 [ 256 ] {44f7cc38-ae1f-4125-b6e3-270ebb5d75cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1891 | 2025.03.03 04:52:35.542727 [ 256 ] {44f7cc38-ae1f-4125-b6e3-270ebb5d75cd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1892 | 2025.03.03 04:52:35.543026 [ 256 ] {44f7cc38-ae1f-4125-b6e3-270ebb5d75cd} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1893 | 2025.03.03 04:52:35.543384 [ 256 ] {44f7cc38-ae1f-4125-b6e3-270ebb5d75cd} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001664 sec., 68509.61538461539 rows/sec., 4.10 MiB/sec. | ||
| 1894 | 2025.03.03 04:52:35.543557 [ 256 ] {44f7cc38-ae1f-4125-b6e3-270ebb5d75cd} <Debug> TCPHandler: Processed in 0.002000763 sec. | ||
| 1895 | 2025.03.03 04:52:35.543692 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1896 | 2025.03.03 04:52:35.543799 [ 256 ] {09214921-7f81-47dc-b180-40e1584edb5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1897 | 2025.03.03 04:52:35.543844 [ 256 ] {09214921-7f81-47dc-b180-40e1584edb5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1898 | 2025.03.03 04:52:35.544432 [ 256 ] {09214921-7f81-47dc-b180-40e1584edb5a} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1899 | 2025.03.03 04:52:35.544473 [ 256 ] {09214921-7f81-47dc-b180-40e1584edb5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1900 | 2025.03.03 04:52:35.544840 [ 256 ] {09214921-7f81-47dc-b180-40e1584edb5a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1901 | 2025.03.03 04:52:35.545086 [ 256 ] {09214921-7f81-47dc-b180-40e1584edb5a} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1902 | 2025.03.03 04:52:35.545363 [ 256 ] {09214921-7f81-47dc-b180-40e1584edb5a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001566 sec., 72158.36526181354 rows/sec., 4.67 MiB/sec. | ||
| 1903 | 2025.03.03 04:52:35.545440 [ 256 ] {09214921-7f81-47dc-b180-40e1584edb5a} <Debug> TCPHandler: Processed in 0.001799309 sec. | ||
| 1904 | 2025.03.03 04:52:35.545561 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1905 | 2025.03.03 04:52:35.545668 [ 256 ] {245bad80-9365-4708-a76f-f56cfedbc379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1906 | 2025.03.03 04:52:35.545712 [ 256 ] {245bad80-9365-4708-a76f-f56cfedbc379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1907 | 2025.03.03 04:52:35.546262 [ 256 ] {245bad80-9365-4708-a76f-f56cfedbc379} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1908 | 2025.03.03 04:52:35.546302 [ 256 ] {245bad80-9365-4708-a76f-f56cfedbc379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1909 | 2025.03.03 04:52:35.546655 [ 256 ] {245bad80-9365-4708-a76f-f56cfedbc379} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1910 | 2025.03.03 04:52:35.546900 [ 256 ] {245bad80-9365-4708-a76f-f56cfedbc379} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1911 | 2025.03.03 04:52:35.547243 [ 256 ] {245bad80-9365-4708-a76f-f56cfedbc379} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001559 sec., 71840.9236690186 rows/sec., 4.09 MiB/sec. | ||
| 1912 | 2025.03.03 04:52:35.547444 [ 256 ] {245bad80-9365-4708-a76f-f56cfedbc379} <Debug> TCPHandler: Processed in 0.001933812 sec. | ||
| 1913 | 2025.03.03 04:52:35.547564 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1914 | 2025.03.03 04:52:35.547668 [ 256 ] {680fcb22-4541-4d7c-936e-c87dbb3b92d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1915 | 2025.03.03 04:52:35.547712 [ 256 ] {680fcb22-4541-4d7c-936e-c87dbb3b92d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1916 | 2025.03.03 04:52:35.548385 [ 256 ] {680fcb22-4541-4d7c-936e-c87dbb3b92d6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1917 | 2025.03.03 04:52:35.548425 [ 256 ] {680fcb22-4541-4d7c-936e-c87dbb3b92d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1918 | 2025.03.03 04:52:35.548800 [ 256 ] {680fcb22-4541-4d7c-936e-c87dbb3b92d6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1919 | 2025.03.03 04:52:35.549040 [ 256 ] {680fcb22-4541-4d7c-936e-c87dbb3b92d6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1920 | 2025.03.03 04:52:35.549410 [ 256 ] {680fcb22-4541-4d7c-936e-c87dbb3b92d6} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001723 sec., 226349.39059779455 rows/sec., 16.00 MiB/sec. | ||
| 1921 | 2025.03.03 04:52:35.549689 [ 256 ] {680fcb22-4541-4d7c-936e-c87dbb3b92d6} <Debug> TCPHandler: Processed in 0.002171176 sec. | ||
| 1922 | 2025.03.03 04:52:35.549845 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1923 | 2025.03.03 04:52:35.549951 [ 256 ] {6d370473-be52-4c65-867f-e7ca8aa6981f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1924 | 2025.03.03 04:52:35.549999 [ 256 ] {6d370473-be52-4c65-867f-e7ca8aa6981f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1925 | 2025.03.03 04:52:35.550468 [ 256 ] {6d370473-be52-4c65-867f-e7ca8aa6981f} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1926 | 2025.03.03 04:52:35.550506 [ 256 ] {6d370473-be52-4c65-867f-e7ca8aa6981f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1927 | 2025.03.03 04:52:35.550875 [ 256 ] {6d370473-be52-4c65-867f-e7ca8aa6981f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1928 | 2025.03.03 04:52:35.551110 [ 256 ] {6d370473-be52-4c65-867f-e7ca8aa6981f} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1929 | 2025.03.03 04:52:35.551315 [ 256 ] {6d370473-be52-4c65-867f-e7ca8aa6981f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec. | ||
| 1930 | 2025.03.03 04:52:35.551367 [ 256 ] {6d370473-be52-4c65-867f-e7ca8aa6981f} <Debug> TCPHandler: Processed in 0.001572974 sec. | ||
| 1931 | 2025.03.03 04:52:35.551473 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1932 | 2025.03.03 04:52:35.551574 [ 256 ] {8e9a8095-b4b5-4f14-b203-ba4bb3969bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1933 | 2025.03.03 04:52:35.551622 [ 256 ] {8e9a8095-b4b5-4f14-b203-ba4bb3969bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1934 | 2025.03.03 04:52:35.552140 [ 256 ] {8e9a8095-b4b5-4f14-b203-ba4bb3969bf1} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1935 | 2025.03.03 04:52:35.552179 [ 256 ] {8e9a8095-b4b5-4f14-b203-ba4bb3969bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1936 | 2025.03.03 04:52:35.552554 [ 256 ] {8e9a8095-b4b5-4f14-b203-ba4bb3969bf1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1937 | 2025.03.03 04:52:35.552789 [ 256 ] {8e9a8095-b4b5-4f14-b203-ba4bb3969bf1} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1938 | 2025.03.03 04:52:35.553020 [ 256 ] {8e9a8095-b4b5-4f14-b203-ba4bb3969bf1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001461 sec., 162217.659137577 rows/sec., 10.87 MiB/sec. | ||
| 1939 | 2025.03.03 04:52:35.553099 [ 256 ] {8e9a8095-b4b5-4f14-b203-ba4bb3969bf1} <Debug> TCPHandler: Processed in 0.001677196 sec. | ||
| 1940 | 2025.03.03 04:52:35.553216 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1941 | 2025.03.03 04:52:35.553321 [ 256 ] {f4ab321e-218b-4cb4-8a6b-8f2d07d67ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1942 | 2025.03.03 04:52:35.553367 [ 256 ] {f4ab321e-218b-4cb4-8a6b-8f2d07d67ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1943 | 2025.03.03 04:52:35.553784 [ 256 ] {f4ab321e-218b-4cb4-8a6b-8f2d07d67ade} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1944 | 2025.03.03 04:52:35.553822 [ 256 ] {f4ab321e-218b-4cb4-8a6b-8f2d07d67ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1945 | 2025.03.03 04:52:35.554160 [ 256 ] {f4ab321e-218b-4cb4-8a6b-8f2d07d67ade} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1946 | 2025.03.03 04:52:35.554392 [ 256 ] {f4ab321e-218b-4cb4-8a6b-8f2d07d67ade} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1947 | 2025.03.03 04:52:35.554664 [ 256 ] {f4ab321e-218b-4cb4-8a6b-8f2d07d67ade} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001357 sec., 736.9196757553427 rows/sec., 49.66 KiB/sec. | ||
| 1948 | 2025.03.03 04:52:35.554726 [ 256 ] {f4ab321e-218b-4cb4-8a6b-8f2d07d67ade} <Debug> TCPHandler: Processed in 0.001561174 sec. | ||
| 1949 | 2025.03.03 04:52:35.554829 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1950 | 2025.03.03 04:52:35.554930 [ 256 ] {2bc595a6-28be-4109-a0b0-3dd9ffada9b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1951 | 2025.03.03 04:52:35.554994 [ 256 ] {2bc595a6-28be-4109-a0b0-3dd9ffada9b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1952 | 2025.03.03 04:52:35.556038 [ 256 ] {2bc595a6-28be-4109-a0b0-3dd9ffada9b7} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1953 | 2025.03.03 04:52:35.556078 [ 256 ] {2bc595a6-28be-4109-a0b0-3dd9ffada9b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1954 | 2025.03.03 04:52:35.556706 [ 256 ] {2bc595a6-28be-4109-a0b0-3dd9ffada9b7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1955 | 2025.03.03 04:52:35.556959 [ 256 ] {2bc595a6-28be-4109-a0b0-3dd9ffada9b7} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1956 | 2025.03.03 04:52:35.557453 [ 256 ] {2bc595a6-28be-4109-a0b0-3dd9ffada9b7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002526 sec., 3167.0625494853525 rows/sec., 5.68 MiB/sec. | ||
| 1957 | 2025.03.03 04:52:35.557568 [ 256 ] {2bc595a6-28be-4109-a0b0-3dd9ffada9b7} <Debug> TCPHandler: Processed in 0.00278818 sec. | ||
| 1958 | 2025.03.03 04:52:35.557718 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1959 | 2025.03.03 04:52:35.557859 [ 256 ] {5c874526-db7e-4669-8373-ad47cff7d5ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1960 | 2025.03.03 04:52:35.557917 [ 256 ] {5c874526-db7e-4669-8373-ad47cff7d5ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1961 | 2025.03.03 04:52:35.558457 [ 256 ] {5c874526-db7e-4669-8373-ad47cff7d5ce} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1962 | 2025.03.03 04:52:35.558497 [ 256 ] {5c874526-db7e-4669-8373-ad47cff7d5ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 1963 | 2025.03.03 04:52:35.558882 [ 256 ] {5c874526-db7e-4669-8373-ad47cff7d5ce} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1964 | 2025.03.03 04:52:35.559123 [ 256 ] {5c874526-db7e-4669-8373-ad47cff7d5ce} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1965 | 2025.03.03 04:52:35.559473 [ 256 ] {5c874526-db7e-4669-8373-ad47cff7d5ce} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001611 sec., 50900.06207324643 rows/sec., 3.23 MiB/sec. | ||
| 1966 | 2025.03.03 04:52:35.559697 [ 256 ] {5c874526-db7e-4669-8373-ad47cff7d5ce} <Debug> TCPHandler: Processed in 0.002048814 sec. | ||
| 1967 | 2025.03.03 04:52:36.000213 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.44 MiB, peak 170.32 MiB, free memory in arenas 0.00 B, will set to 166.93 MiB (RSS), difference: 1.49 MiB | ||
| 1968 | 2025.03.03 04:52:40.529765 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1969 | 2025.03.03 04:52:40.529971 [ 256 ] {1d0aac39-4367-4734-b26f-a5f11c616c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1970 | 2025.03.03 04:52:40.530046 [ 256 ] {1d0aac39-4367-4734-b26f-a5f11c616c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1971 | 2025.03.03 04:52:40.530871 [ 256 ] {1d0aac39-4367-4734-b26f-a5f11c616c36} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1972 | 2025.03.03 04:52:40.530932 [ 256 ] {1d0aac39-4367-4734-b26f-a5f11c616c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
| 1973 | 2025.03.03 04:52:40.531391 [ 256 ] {1d0aac39-4367-4734-b26f-a5f11c616c36} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1974 | 2025.03.03 04:52:40.532101 [ 256 ] {1d0aac39-4367-4734-b26f-a5f11c616c36} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1975 | 2025.03.03 04:52:40.532335 [ 35 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1976 | 2025.03.03 04:52:40.532383 [ 256 ] {1d0aac39-4367-4734-b26f-a5f11c616c36} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002456 sec., 22801.302931596092 rows/sec., 1.74 MiB/sec. | ||
| 1977 | 2025.03.03 04:52:40.532417 [ 35 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1978 | 2025.03.03 04:52:40.532502 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
| 1979 | 2025.03.03 04:52:40.532552 [ 256 ] {1d0aac39-4367-4734-b26f-a5f11c616c36} <Debug> TCPHandler: Processed in 0.002909832 sec. | ||
| 1980 | 2025.03.03 04:52:40.532821 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 1981 | 2025.03.03 04:52:40.532835 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1982 | 2025.03.03 04:52:40.533118 [ 256 ] {ef6ce3c1-36fa-465f-80f5-313e2d60dd8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1983 | 2025.03.03 04:52:40.533119 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1984 | 2025.03.03 04:52:40.533172 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 633 rows starting from the beginning of the part | ||
| 1985 | 2025.03.03 04:52:40.533179 [ 256 ] {ef6ce3c1-36fa-465f-80f5-313e2d60dd8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1986 | 2025.03.03 04:52:40.533357 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1773 rows starting from the beginning of the part | ||
| 1987 | 2025.03.03 04:52:40.533757 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 1988 | 2025.03.03 04:52:40.534042 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 1989 | 2025.03.03 04:52:40.534324 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 633 rows starting from the beginning of the part | ||
| 1990 | 2025.03.03 04:52:40.534831 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 1991 | 2025.03.03 04:52:40.536051 [ 256 ] {ef6ce3c1-36fa-465f-80f5-313e2d60dd8b} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1992 | 2025.03.03 04:52:40.536111 [ 256 ] {ef6ce3c1-36fa-465f-80f5-313e2d60dd8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
| 1993 | 2025.03.03 04:52:40.536766 [ 256 ] {ef6ce3c1-36fa-465f-80f5-313e2d60dd8b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1994 | 2025.03.03 04:52:40.537057 [ 256 ] {ef6ce3c1-36fa-465f-80f5-313e2d60dd8b} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1995 | 2025.03.03 04:52:40.537262 [ 35 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1996 | 2025.03.03 04:52:40.537362 [ 35 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1997 | 2025.03.03 04:52:40.537368 [ 256 ] {ef6ce3c1-36fa-465f-80f5-313e2d60dd8b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004307 sec., 14859.530996052938 rows/sec., 1.16 MiB/sec. | ||
| 1998 | 2025.03.03 04:52:40.537454 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.50 GiB. | ||
| 1999 | 2025.03.03 04:52:40.538007 [ 256 ] {ef6ce3c1-36fa-465f-80f5-313e2d60dd8b} <Debug> TCPHandler: Processed in 0.005280603 sec. | ||
| 2000 | 2025.03.03 04:52:40.538092 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 2001 | 2025.03.03 04:52:40.538193 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3207 rows, containing 5 columns (5 merged, 0 gathered) in 0.005554919 sec., 577326.1500302705 rows/sec., 48.27 MiB/sec. | ||
| 2002 | 2025.03.03 04:52:40.538299 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2003 | 2025.03.03 04:52:40.538360 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2004 | 2025.03.03 04:52:40.538398 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2005 | 2025.03.03 04:52:40.538504 [ 256 ] {9bbfefdb-80ab-4ada-9736-873c38126c83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2006 | 2025.03.03 04:52:40.538611 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part | ||
| 2007 | 2025.03.03 04:52:40.538747 [ 256 ] {9bbfefdb-80ab-4ada-9736-873c38126c83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2008 | 2025.03.03 04:52:40.538813 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2009 | 2025.03.03 04:52:40.539074 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 2010 | 2025.03.03 04:52:40.539738 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2011 | 2025.03.03 04:52:40.540445 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 390 rows starting from the beginning of the part | ||
| 2012 | 2025.03.03 04:52:40.540790 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_11_2} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2013 | 2025.03.03 04:52:40.541052 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 2014 | 2025.03.03 04:52:40.541488 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_11_2} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2015 | 2025.03.03 04:52:40.541923 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 2016 | 2025.03.03 04:52:40.542322 [ 256 ] {9bbfefdb-80ab-4ada-9736-873c38126c83} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2017 | 2025.03.03 04:52:40.542372 [ 256 ] {9bbfefdb-80ab-4ada-9736-873c38126c83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2018 | 2025.03.03 04:52:40.543022 [ 256 ] {9bbfefdb-80ab-4ada-9736-873c38126c83} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2019 | 2025.03.03 04:52:40.543369 [ 256 ] {9bbfefdb-80ab-4ada-9736-873c38126c83} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2020 | 2025.03.03 04:52:40.543380 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 5 columns (5 merged, 0 gathered) in 0.005648661 sec., 321846.1862023584 rows/sec., 24.45 MiB/sec. | ||
| 2021 | 2025.03.03 04:52:40.543607 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2022 | 2025.03.03 04:52:40.543620 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2023 | 2025.03.03 04:52:40.543689 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2024 | 2025.03.03 04:52:40.543743 [ 256 ] {9bbfefdb-80ab-4ada-9736-873c38126c83} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005296 sec., 30211.48036253776 rows/sec., 2.10 MiB/sec. | ||
| 2025 | 2025.03.03 04:52:40.543790 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2026 | 2025.03.03 04:52:40.544047 [ 256 ] {9bbfefdb-80ab-4ada-9736-873c38126c83} <Debug> TCPHandler: Processed in 0.005857035 sec. | ||
| 2027 | 2025.03.03 04:52:40.544536 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 2028 | 2025.03.03 04:52:40.544587 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2029 | 2025.03.03 04:52:40.544698 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_11_2} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2030 | 2025.03.03 04:52:40.544969 [ 256 ] {a2524d44-8186-4d7b-af71-7cc54d6adc95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2031 | 2025.03.03 04:52:40.545007 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_11_2} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2032 | 2025.03.03 04:52:40.545153 [ 256 ] {a2524d44-8186-4d7b-af71-7cc54d6adc95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2033 | 2025.03.03 04:52:40.545228 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2034 | 2025.03.03 04:52:40.545260 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 2035 | 2025.03.03 04:52:40.545374 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1018 rows starting from the beginning of the part | ||
| 2036 | 2025.03.03 04:52:40.545783 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2159 rows starting from the beginning of the part | ||
| 2037 | 2025.03.03 04:52:40.546219 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 2038 | 2025.03.03 04:52:40.546448 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 2039 | 2025.03.03 04:52:40.546587 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2040 | 2025.03.03 04:52:40.547010 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 2041 | 2025.03.03 04:52:40.547831 [ 256 ] {a2524d44-8186-4d7b-af71-7cc54d6adc95} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2042 | 2025.03.03 04:52:40.547889 [ 256 ] {a2524d44-8186-4d7b-af71-7cc54d6adc95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2043 | 2025.03.03 04:52:40.548760 [ 256 ] {a2524d44-8186-4d7b-af71-7cc54d6adc95} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2044 | 2025.03.03 04:52:40.549382 [ 256 ] {a2524d44-8186-4d7b-af71-7cc54d6adc95} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2045 | 2025.03.03 04:52:40.549756 [ 35 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2046 | 2025.03.03 04:52:40.549868 [ 35 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2047 | 2025.03.03 04:52:40.549939 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2048 | 2025.03.03 04:52:40.549965 [ 256 ] {a2524d44-8186-4d7b-af71-7cc54d6adc95} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0051 sec., 11764.70588235294 rows/sec., 811.89 KiB/sec. | ||
| 2049 | 2025.03.03 04:52:40.550276 [ 256 ] {a2524d44-8186-4d7b-af71-7cc54d6adc95} <Debug> TCPHandler: Processed in 0.005822094 sec. | ||
| 2050 | 2025.03.03 04:52:40.550381 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 2051 | 2025.03.03 04:52:40.550846 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2052 | 2025.03.03 04:52:40.550949 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 368 rows starting from the beginning of the part | ||
| 2053 | 2025.03.03 04:52:40.550989 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3798 rows, containing 5 columns (5 merged, 0 gathered) in 0.00701221 sec., 541626.6768964421 rows/sec., 36.55 MiB/sec. | ||
| 2054 | 2025.03.03 04:52:40.551142 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 2055 | 2025.03.03 04:52:40.551397 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part | ||
| 2056 | 2025.03.03 04:52:40.551484 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2057 | 2025.03.03 04:52:40.551797 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2058 | 2025.03.03 04:52:40.551961 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2059 | 2025.03.03 04:52:40.552213 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 2060 | 2025.03.03 04:52:40.552601 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2025.03.03 04:52:40.552858 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2062 | 2025.03.03 04:52:40.553023 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. | ||
| 2063 | 2025.03.03 04:52:40.554163 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 652 rows, containing 4 columns (4 merged, 0 gathered) in 0.004103748 sec., 158879.15144887063 rows/sec., 10.40 MiB/sec. | ||
| 2064 | 2025.03.03 04:52:40.554358 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2065 | 2025.03.03 04:52:40.554778 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_11_2} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2066 | 2025.03.03 04:52:40.554873 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_11_2} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2067 | 2025.03.03 04:52:40.554976 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2068 | 2025.03.03 04:52:42.679791 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2069 | 2025.03.03 04:52:42.680430 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2070 | 2025.03.03 04:52:42.680485 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2071 | 2025.03.03 04:52:42.681043 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2072 | 2025.03.03 04:52:42.681340 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2073 | 2025.03.03 04:52:42.681671 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2074 | 2025.03.03 04:52:42.940804 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2075 | 2025.03.03 04:52:42.960959 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2025.03.03 04:52:42.961015 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2077 | 2025.03.03 04:52:42.967700 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2078 | 2025.03.03 04:52:42.968467 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2025.03.03 04:52:42.971739 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2080 | 2025.03.03 04:52:45.184288 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 312 | ||
| 2081 | 2025.03.03 04:52:45.187324 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2082 | 2025.03.03 04:52:45.187386 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2083 | 2025.03.03 04:52:45.188880 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2084 | 2025.03.03 04:52:45.189213 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2085 | 2025.03.03 04:52:45.189437 [ 33 ] {} <Debug> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2086 | 2025.03.03 04:52:45.189571 [ 33 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2087 | 2025.03.03 04:52:45.189638 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2088 | 2025.03.03 04:52:45.190117 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 2089 | 2025.03.03 04:52:45.191621 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 312 | ||
| 2090 | 2025.03.03 04:52:45.191955 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2091 | 2025.03.03 04:52:45.192137 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 2092 | 2025.03.03 04:52:45.192763 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2093 | 2025.03.03 04:52:45.193370 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2094 | 2025.03.03 04:52:45.193988 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2095 | 2025.03.03 04:52:45.194628 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2096 | 2025.03.03 04:52:45.195198 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 2097 | 2025.03.03 04:52:45.203444 [ 191 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 72 columns (72 merged, 0 gathered) in 0.013654712 sec., 22849.255260748087 rows/sec., 22.74 MiB/sec. | ||
| 2098 | 2025.03.03 04:52:45.204283 [ 197 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2099 | 2025.03.03 04:52:45.205027 [ 197 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_6_1} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2100 | 2025.03.03 04:52:45.205116 [ 197 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_6_1} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2101 | 2025.03.03 04:52:45.205332 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.66 MiB. | ||
| 2102 | 2025.03.03 04:52:45.534920 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2103 | 2025.03.03 04:52:45.535214 [ 256 ] {fbed632b-4922-48d3-83de-2cc84fd724d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2104 | 2025.03.03 04:52:45.535297 [ 256 ] {fbed632b-4922-48d3-83de-2cc84fd724d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2105 | 2025.03.03 04:52:45.536219 [ 256 ] {fbed632b-4922-48d3-83de-2cc84fd724d7} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2106 | 2025.03.03 04:52:45.536266 [ 256 ] {fbed632b-4922-48d3-83de-2cc84fd724d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2107 | 2025.03.03 04:52:45.536748 [ 256 ] {fbed632b-4922-48d3-83de-2cc84fd724d7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2108 | 2025.03.03 04:52:45.537032 [ 256 ] {fbed632b-4922-48d3-83de-2cc84fd724d7} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2109 | 2025.03.03 04:52:45.537183 [ 33 ] {} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2110 | 2025.03.03 04:52:45.537224 [ 33 ] {} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2111 | 2025.03.03 04:52:45.537272 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2112 | 2025.03.03 04:52:45.537276 [ 256 ] {fbed632b-4922-48d3-83de-2cc84fd724d7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00212 sec., 100000 rows/sec., 6.36 MiB/sec. | ||
| 2113 | 2025.03.03 04:52:45.537530 [ 256 ] {fbed632b-4922-48d3-83de-2cc84fd724d7} <Debug> TCPHandler: Processed in 0.00277684 sec. | ||
| 2114 | 2025.03.03 04:52:45.537736 [ 199 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 2115 | 2025.03.03 04:52:45.537819 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2116 | 2025.03.03 04:52:45.537946 [ 199 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2117 | 2025.03.03 04:52:45.538030 [ 199 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 2118 | 2025.03.03 04:52:45.538054 [ 256 ] {72ef4a6c-4a90-4990-8b0f-62f9ba2128de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2119 | 2025.03.03 04:52:45.538138 [ 256 ] {72ef4a6c-4a90-4990-8b0f-62f9ba2128de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2120 | 2025.03.03 04:52:45.538588 [ 199 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 2121 | 2025.03.03 04:52:45.538999 [ 199 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 2122 | 2025.03.03 04:52:45.539410 [ 199 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 2123 | 2025.03.03 04:52:45.539724 [ 199 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 2124 | 2025.03.03 04:52:45.541353 [ 256 ] {72ef4a6c-4a90-4990-8b0f-62f9ba2128de} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2125 | 2025.03.03 04:52:45.541432 [ 256 ] {72ef4a6c-4a90-4990-8b0f-62f9ba2128de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2126 | 2025.03.03 04:52:45.542352 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004975056 sec., 213062.92833688704 rows/sec., 14.36 MiB/sec. | ||
| 2127 | 2025.03.03 04:52:45.542465 [ 256 ] {72ef4a6c-4a90-4990-8b0f-62f9ba2128de} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2128 | 2025.03.03 04:52:45.542570 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2129 | 2025.03.03 04:52:45.542974 [ 256 ] {72ef4a6c-4a90-4990-8b0f-62f9ba2128de} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2130 | 2025.03.03 04:52:45.543162 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_5_1} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2131 | 2025.03.03 04:52:45.543482 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_5_1} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2132 | 2025.03.03 04:52:45.543492 [ 256 ] {72ef4a6c-4a90-4990-8b0f-62f9ba2128de} <Debug> executeQuery: Read 633 rows, 50.93 KiB in 0.005501 sec., 115069.98727504091 rows/sec., 9.04 MiB/sec. | ||
| 2133 | 2025.03.03 04:52:45.543742 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2134 | 2025.03.03 04:52:45.543767 [ 256 ] {72ef4a6c-4a90-4990-8b0f-62f9ba2128de} <Debug> TCPHandler: Processed in 0.00602763 sec. | ||
| 2135 | 2025.03.03 04:52:45.543965 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2136 | 2025.03.03 04:52:45.544088 [ 256 ] {e59b293b-3e01-48d2-9e02-8dd0c83527c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2137 | 2025.03.03 04:52:45.544138 [ 256 ] {e59b293b-3e01-48d2-9e02-8dd0c83527c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2138 | 2025.03.03 04:52:45.544838 [ 256 ] {e59b293b-3e01-48d2-9e02-8dd0c83527c9} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2139 | 2025.03.03 04:52:45.544877 [ 256 ] {e59b293b-3e01-48d2-9e02-8dd0c83527c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2140 | 2025.03.03 04:52:45.545290 [ 256 ] {e59b293b-3e01-48d2-9e02-8dd0c83527c9} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2141 | 2025.03.03 04:52:45.545571 [ 256 ] {e59b293b-3e01-48d2-9e02-8dd0c83527c9} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2142 | 2025.03.03 04:52:45.545709 [ 33 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2143 | 2025.03.03 04:52:45.545744 [ 33 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2144 | 2025.03.03 04:52:45.545767 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2145 | 2025.03.03 04:52:45.545778 [ 256 ] {e59b293b-3e01-48d2-9e02-8dd0c83527c9} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001716 sec., 66433.56643356643 rows/sec., 3.98 MiB/sec. | ||
| 2146 | 2025.03.03 04:52:45.546028 [ 256 ] {e59b293b-3e01-48d2-9e02-8dd0c83527c9} <Debug> TCPHandler: Processed in 0.002116175 sec. | ||
| 2147 | 2025.03.03 04:52:45.546269 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 2148 | 2025.03.03 04:52:45.546327 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2149 | 2025.03.03 04:52:45.546554 [ 256 ] {f20697ee-874a-442f-9f0c-981b2f8a047b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2150 | 2025.03.03 04:52:45.546569 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2151 | 2025.03.03 04:52:45.546645 [ 256 ] {f20697ee-874a-442f-9f0c-981b2f8a047b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2152 | 2025.03.03 04:52:45.546661 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
| 2153 | 2025.03.03 04:52:45.546980 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 114 rows starting from the beginning of the part | ||
| 2154 | 2025.03.03 04:52:45.547323 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 114 rows starting from the beginning of the part | ||
| 2155 | 2025.03.03 04:52:45.547660 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 114 rows starting from the beginning of the part | ||
| 2156 | 2025.03.03 04:52:45.548050 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 114 rows starting from the beginning of the part | ||
| 2157 | 2025.03.03 04:52:45.549528 [ 256 ] {f20697ee-874a-442f-9f0c-981b2f8a047b} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2158 | 2025.03.03 04:52:45.549592 [ 256 ] {f20697ee-874a-442f-9f0c-981b2f8a047b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2159 | 2025.03.03 04:52:45.550644 [ 256 ] {f20697ee-874a-442f-9f0c-981b2f8a047b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2160 | 2025.03.03 04:52:45.551208 [ 256 ] {f20697ee-874a-442f-9f0c-981b2f8a047b} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2161 | 2025.03.03 04:52:45.551230 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 570 rows, containing 5 columns (5 merged, 0 gathered) in 0.005341394 sec., 106713.7155581483 rows/sec., 6.79 MiB/sec. | ||
| 2162 | 2025.03.03 04:52:45.551615 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2163 | 2025.03.03 04:52:45.551736 [ 256 ] {f20697ee-874a-442f-9f0c-981b2f8a047b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00523 sec., 21606.118546845122 rows/sec., 1.40 MiB/sec. | ||
| 2164 | 2025.03.03 04:52:45.551898 [ 256 ] {f20697ee-874a-442f-9f0c-981b2f8a047b} <Debug> TCPHandler: Processed in 0.005642361 sec. | ||
| 2165 | 2025.03.03 04:52:45.552105 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2166 | 2025.03.03 04:52:45.552246 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_5_1} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2167 | 2025.03.03 04:52:45.552281 [ 256 ] {f0ff555f-6040-4ea1-9258-a66b7ae412d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2168 | 2025.03.03 04:52:45.552380 [ 256 ] {f0ff555f-6040-4ea1-9258-a66b7ae412d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2169 | 2025.03.03 04:52:45.552416 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_5_1} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2170 | 2025.03.03 04:52:45.552621 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2171 | 2025.03.03 04:52:45.553219 [ 256 ] {f0ff555f-6040-4ea1-9258-a66b7ae412d2} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2172 | 2025.03.03 04:52:45.553264 [ 256 ] {f0ff555f-6040-4ea1-9258-a66b7ae412d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2173 | 2025.03.03 04:52:45.553692 [ 256 ] {f0ff555f-6040-4ea1-9258-a66b7ae412d2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2174 | 2025.03.03 04:52:45.553951 [ 256 ] {f0ff555f-6040-4ea1-9258-a66b7ae412d2} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2175 | 2025.03.03 04:52:45.554080 [ 33 ] {} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2176 | 2025.03.03 04:52:45.554117 [ 33 ] {} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2177 | 2025.03.03 04:52:45.554145 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2178 | 2025.03.03 04:52:45.554146 [ 256 ] {f0ff555f-6040-4ea1-9258-a66b7ae412d2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001913 sec., 58546.78515420805 rows/sec., 3.34 MiB/sec. | ||
| 2179 | 2025.03.03 04:52:45.554396 [ 256 ] {f0ff555f-6040-4ea1-9258-a66b7ae412d2} <Debug> TCPHandler: Processed in 0.002365 sec. | ||
| 2180 | 2025.03.03 04:52:45.554626 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 2181 | 2025.03.03 04:52:45.554688 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2182 | 2025.03.03 04:52:45.554899 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2183 | 2025.03.03 04:52:45.554909 [ 256 ] {5af69f3a-e204-4f17-ab38-c0ca1c9a1753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2184 | 2025.03.03 04:52:45.554963 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 2185 | 2025.03.03 04:52:45.554988 [ 256 ] {5af69f3a-e204-4f17-ab38-c0ca1c9a1753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2186 | 2025.03.03 04:52:45.555293 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 2187 | 2025.03.03 04:52:45.555648 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 2188 | 2025.03.03 04:52:45.556012 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 2189 | 2025.03.03 04:52:45.556391 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 2190 | 2025.03.03 04:52:45.558035 [ 256 ] {5af69f3a-e204-4f17-ab38-c0ca1c9a1753} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2191 | 2025.03.03 04:52:45.558128 [ 256 ] {5af69f3a-e204-4f17-ab38-c0ca1c9a1753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2192 | 2025.03.03 04:52:45.559070 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004833883 sec., 115848.89414989979 rows/sec., 7.04 MiB/sec. | ||
| 2193 | 2025.03.03 04:52:45.559110 [ 256 ] {5af69f3a-e204-4f17-ab38-c0ca1c9a1753} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2194 | 2025.03.03 04:52:45.559266 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2195 | 2025.03.03 04:52:45.559598 [ 256 ] {5af69f3a-e204-4f17-ab38-c0ca1c9a1753} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): 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.03.03 04:52:45.559943 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_5_1} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2197 | 2025.03.03 04:52:45.559992 [ 256 ] {5af69f3a-e204-4f17-ab38-c0ca1c9a1753} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.005153 sec., 75684.06753347565 rows/sec., 5.35 MiB/sec. | ||
| 2198 | 2025.03.03 04:52:45.560109 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_5_1} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2199 | 2025.03.03 04:52:45.560139 [ 256 ] {5af69f3a-e204-4f17-ab38-c0ca1c9a1753} <Debug> TCPHandler: Processed in 0.005518418 sec. | ||
| 2200 | 2025.03.03 04:52:45.560309 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2201 | 2025.03.03 04:52:45.560375 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2202 | 2025.03.03 04:52:45.560488 [ 256 ] {6a9717db-d5cb-4b44-88dc-c9966cc5f13d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2203 | 2025.03.03 04:52:45.560537 [ 256 ] {6a9717db-d5cb-4b44-88dc-c9966cc5f13d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2204 | 2025.03.03 04:52:45.561009 [ 256 ] {6a9717db-d5cb-4b44-88dc-c9966cc5f13d} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2205 | 2025.03.03 04:52:45.561047 [ 256 ] {6a9717db-d5cb-4b44-88dc-c9966cc5f13d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2206 | 2025.03.03 04:52:45.561406 [ 256 ] {6a9717db-d5cb-4b44-88dc-c9966cc5f13d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2207 | 2025.03.03 04:52:45.561653 [ 256 ] {6a9717db-d5cb-4b44-88dc-c9966cc5f13d} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2208 | 2025.03.03 04:52:45.561842 [ 256 ] {6a9717db-d5cb-4b44-88dc-c9966cc5f13d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001379 sec., 4350.97897026831 rows/sec., 227.32 KiB/sec. | ||
| 2209 | 2025.03.03 04:52:45.561892 [ 256 ] {6a9717db-d5cb-4b44-88dc-c9966cc5f13d} <Debug> TCPHandler: Processed in 0.001579624 sec. | ||
| 2210 | 2025.03.03 04:52:45.561999 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2211 | 2025.03.03 04:52:45.562102 [ 256 ] {295de25b-d1fd-48bc-9e9f-ea0e73595fec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2212 | 2025.03.03 04:52:45.562150 [ 256 ] {295de25b-d1fd-48bc-9e9f-ea0e73595fec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2213 | 2025.03.03 04:52:45.562675 [ 256 ] {295de25b-d1fd-48bc-9e9f-ea0e73595fec} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2214 | 2025.03.03 04:52:45.562713 [ 256 ] {295de25b-d1fd-48bc-9e9f-ea0e73595fec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2215 | 2025.03.03 04:52:45.563098 [ 256 ] {295de25b-d1fd-48bc-9e9f-ea0e73595fec} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2216 | 2025.03.03 04:52:45.563340 [ 256 ] {295de25b-d1fd-48bc-9e9f-ea0e73595fec} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2217 | 2025.03.03 04:52:45.563583 [ 256 ] {295de25b-d1fd-48bc-9e9f-ea0e73595fec} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001483 sec., 159811.1935266352 rows/sec., 10.71 MiB/sec. | ||
| 2218 | 2025.03.03 04:52:45.563731 [ 256 ] {295de25b-d1fd-48bc-9e9f-ea0e73595fec} <Debug> TCPHandler: Processed in 0.001780578 sec. | ||
| 2219 | 2025.03.03 04:52:45.563850 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2220 | 2025.03.03 04:52:45.563956 [ 256 ] {d763ad85-c64f-49ea-8a62-cf6176d28100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2221 | 2025.03.03 04:52:45.564002 [ 256 ] {d763ad85-c64f-49ea-8a62-cf6176d28100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2222 | 2025.03.03 04:52:45.564442 [ 256 ] {d763ad85-c64f-49ea-8a62-cf6176d28100} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2223 | 2025.03.03 04:52:45.564480 [ 256 ] {d763ad85-c64f-49ea-8a62-cf6176d28100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2224 | 2025.03.03 04:52:45.564828 [ 256 ] {d763ad85-c64f-49ea-8a62-cf6176d28100} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2225 | 2025.03.03 04:52:45.565068 [ 256 ] {d763ad85-c64f-49ea-8a62-cf6176d28100} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2226 | 2025.03.03 04:52:45.565182 [ 33 ] {} <Debug> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2227 | 2025.03.03 04:52:45.565225 [ 33 ] {} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2228 | 2025.03.03 04:52:45.565246 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2229 | 2025.03.03 04:52:45.565257 [ 256 ] {d763ad85-c64f-49ea-8a62-cf6176d28100} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
| 2230 | 2025.03.03 04:52:45.565572 [ 256 ] {d763ad85-c64f-49ea-8a62-cf6176d28100} <Debug> TCPHandler: Processed in 0.001769038 sec. | ||
| 2231 | 2025.03.03 04:52:45.565713 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 2232 | 2025.03.03 04:52:45.565812 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2233 | 2025.03.03 04:52:45.565878 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2234 | 2025.03.03 04:52:45.565947 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 2235 | 2025.03.03 04:52:45.566024 [ 256 ] {d08d3cbf-842a-4b88-b406-500752dc8d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2236 | 2025.03.03 04:52:45.566146 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 2237 | 2025.03.03 04:52:45.566450 [ 256 ] {d08d3cbf-842a-4b88-b406-500752dc8d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2238 | 2025.03.03 04:52:45.566500 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 2239 | 2025.03.03 04:52:45.566922 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 2240 | 2025.03.03 04:52:45.567273 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 2241 | 2025.03.03 04:52:45.570549 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005215171 sec., 958.7413336973993 rows/sec., 64.60 KiB/sec. | ||
| 2242 | 2025.03.03 04:52:45.570764 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2243 | 2025.03.03 04:52:45.571387 [ 256 ] {d08d3cbf-842a-4b88-b406-500752dc8d4f} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2244 | 2025.03.03 04:52:45.571397 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_5_1} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2245 | 2025.03.03 04:52:45.571451 [ 256 ] {d08d3cbf-842a-4b88-b406-500752dc8d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2246 | 2025.03.03 04:52:45.571561 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_5_1} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2247 | 2025.03.03 04:52:45.571730 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 2248 | 2025.03.03 04:52:45.572306 [ 256 ] {d08d3cbf-842a-4b88-b406-500752dc8d4f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2249 | 2025.03.03 04:52:45.572580 [ 256 ] {d08d3cbf-842a-4b88-b406-500752dc8d4f} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2250 | 2025.03.03 04:52:45.572785 [ 256 ] {d08d3cbf-842a-4b88-b406-500752dc8d4f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006828 sec., 1171.6461628588168 rows/sec., 2.10 MiB/sec. | ||
| 2251 | 2025.03.03 04:52:45.572913 [ 256 ] {d08d3cbf-842a-4b88-b406-500752dc8d4f} <Debug> TCPHandler: Processed in 0.007168313 sec. | ||
| 2252 | 2025.03.03 04:52:45.573095 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2253 | 2025.03.03 04:52:45.573203 [ 256 ] {605c44a6-7dfe-41fe-9c9b-c66ae23055af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2254 | 2025.03.03 04:52:45.573249 [ 256 ] {605c44a6-7dfe-41fe-9c9b-c66ae23055af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2255 | 2025.03.03 04:52:45.573689 [ 256 ] {605c44a6-7dfe-41fe-9c9b-c66ae23055af} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2256 | 2025.03.03 04:52:45.573726 [ 256 ] {605c44a6-7dfe-41fe-9c9b-c66ae23055af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2257 | 2025.03.03 04:52:45.574080 [ 256 ] {605c44a6-7dfe-41fe-9c9b-c66ae23055af} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2258 | 2025.03.03 04:52:45.574312 [ 256 ] {605c44a6-7dfe-41fe-9c9b-c66ae23055af} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2259 | 2025.03.03 04:52:45.574485 [ 256 ] {605c44a6-7dfe-41fe-9c9b-c66ae23055af} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001305 sec., 62835.249042145595 rows/sec., 3.99 MiB/sec. | ||
| 2260 | 2025.03.03 04:52:45.574533 [ 256 ] {605c44a6-7dfe-41fe-9c9b-c66ae23055af} <Debug> TCPHandler: Processed in 0.001489482 sec. | ||
| 2261 | 2025.03.03 04:52:50.110017 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2262 | 2025.03.03 04:52:50.110074 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2263 | 2025.03.03 04:52:50.182787 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2264 | 2025.03.03 04:52:50.183438 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2265 | 2025.03.03 04:52:50.183490 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2266 | 2025.03.03 04:52:50.184019 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2267 | 2025.03.03 04:52:50.184281 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2268 | 2025.03.03 04:52:50.184596 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2269 | 2025.03.03 04:52:50.472776 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2270 | 2025.03.03 04:52:50.494043 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2271 | 2025.03.03 04:52:50.494107 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.75 GiB. | ||
| 2272 | 2025.03.03 04:52:50.501394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2273 | 2025.03.03 04:52:50.502141 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2274 | 2025.03.03 04:52:50.505010 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2275 | 2025.03.03 04:52:50.525506 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2276 | 2025.03.03 04:52:50.525795 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2277 | 2025.03.03 04:52:50.526245 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2278 | 2025.03.03 04:52:50.526301 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2279 | 2025.03.03 04:52:50.526703 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2280 | 2025.03.03 04:52:50.526796 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2281 | 2025.03.03 04:52:50.526979 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2282 | 2025.03.03 04:52:50.527104 [ 289 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2283 | 2025.03.03 04:52:50.527161 [ 290 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2284 | 2025.03.03 04:52:50.527186 [ 288 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2285 | 2025.03.03 04:52:50.527323 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 2286 | 2025.03.03 04:52:50.527353 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2287 | 2025.03.03 04:52:50.527476 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2288 | 2025.03.03 04:52:50.527502 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2289 | 2025.03.03 04:52:50.527547 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2290 | 2025.03.03 04:52:50.527596 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2291 | 2025.03.03 04:52:50.527640 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2292 | 2025.03.03 04:52:50.529332 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003672 sec., 10076.252723311547 rows/sec., 377.65 KiB/sec. | ||
| 2293 | 2025.03.03 04:52:50.529549 [ 256 ] {3e34697a-4988-4a52-878c-598f9e207c8e} <Debug> TCPHandler: Processed in 0.004198929 sec. | ||
| 2294 | 2025.03.03 04:52:50.529878 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2295 | 2025.03.03 04:52:50.530059 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2296 | 2025.03.03 04:52:50.530376 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2297 | 2025.03.03 04:52:50.530427 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2298 | 2025.03.03 04:52:50.530756 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2299 | 2025.03.03 04:52:50.530825 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2300 | 2025.03.03 04:52:50.530971 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2301 | 2025.03.03 04:52:50.531140 [ 290 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2302 | 2025.03.03 04:52:50.531156 [ 292 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2303 | 2025.03.03 04:52:50.531143 [ 289 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2304 | 2025.03.03 04:52:50.531299 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 2305 | 2025.03.03 04:52:50.531325 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2306 | 2025.03.03 04:52:50.531434 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2307 | 2025.03.03 04:52:50.531458 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2308 | 2025.03.03 04:52:50.531498 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2309 | 2025.03.03 04:52:50.531540 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2310 | 2025.03.03 04:52:50.531580 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2311 | 2025.03.03 04:52:50.532932 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002964 sec., 12483.130904183536 rows/sec., 467.85 KiB/sec. | ||
| 2312 | 2025.03.03 04:52:50.533107 [ 256 ] {ed2dce35-2d73-4bb7-9256-382fcc9a0f1a} <Debug> TCPHandler: Processed in 0.003285761 sec. | ||
| 2313 | 2025.03.03 04:52:50.533335 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2314 | 2025.03.03 04:52:50.533507 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 2315 | 2025.03.03 04:52:50.533812 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2316 | 2025.03.03 04:52:50.533862 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 2317 | 2025.03.03 04:52:50.534191 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2318 | 2025.03.03 04:52:50.534258 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2319 | 2025.03.03 04:52:50.534402 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2320 | 2025.03.03 04:52:50.534475 [ 289 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2321 | 2025.03.03 04:52:50.534536 [ 290 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2322 | 2025.03.03 04:52:50.534560 [ 292 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2323 | 2025.03.03 04:52:50.534662 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 2324 | 2025.03.03 04:52:50.534756 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2325 | 2025.03.03 04:52:50.534895 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2326 | 2025.03.03 04:52:50.534927 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2327 | 2025.03.03 04:52:50.534980 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2328 | 2025.03.03 04:52:50.535039 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2329 | 2025.03.03 04:52:50.535095 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 2330 | 2025.03.03 04:52:50.536602 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003177 sec., 11646.207113629209 rows/sec., 436.49 KiB/sec. | ||
| 2331 | 2025.03.03 04:52:50.536829 [ 256 ] {43c3fe18-ad08-420b-a08b-e93f678b7755} <Debug> TCPHandler: Processed in 0.003544026 sec. | ||
| 2332 | 2025.03.03 04:52:50.537957 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2333 | 2025.03.03 04:52:50.538139 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) 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) | ||
| 2334 | 2025.03.03 04:52:50.538469 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2335 | 2025.03.03 04:52:50.538521 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <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 | ||
| 2336 | 2025.03.03 04:52:50.538876 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2337 | 2025.03.03 04:52:50.538947 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2338 | 2025.03.03 04:52:50.539091 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2339 | 2025.03.03 04:52:50.539258 [ 290 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2340 | 2025.03.03 04:52:50.539280 [ 292 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2341 | 2025.03.03 04:52:50.539266 [ 289 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2342 | 2025.03.03 04:52:50.539431 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 2343 | 2025.03.03 04:52:50.539467 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2344 | 2025.03.03 04:52:50.539583 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2345 | 2025.03.03 04:52:50.539608 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 2346 | 2025.03.03 04:52:50.539657 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <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'))" | ||
| 2347 | 2025.03.03 04:52:50.539736 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <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'))" | ||
| 2348 | 2025.03.03 04:52:50.539803 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <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'))" | ||
| 2349 | 2025.03.03 04:52:50.541320 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003268 sec., 11321.909424724601 rows/sec., 424.33 KiB/sec. | ||
| 2350 | 2025.03.03 04:52:50.541543 [ 256 ] {587b3240-caa4-4291-9106-ee270d6c1d2e} <Debug> TCPHandler: Processed in 0.003642518 sec. | ||
| 2351 | 2025.03.03 04:52:50.546562 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2352 | 2025.03.03 04:52:50.546695 [ 256 ] {0ffc23bb-dc65-40bf-a9a1-d045c3851c49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2353 | 2025.03.03 04:52:50.546746 [ 256 ] {0ffc23bb-dc65-40bf-a9a1-d045c3851c49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2354 | 2025.03.03 04:52:50.547454 [ 256 ] {0ffc23bb-dc65-40bf-a9a1-d045c3851c49} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2355 | 2025.03.03 04:52:50.547498 [ 256 ] {0ffc23bb-dc65-40bf-a9a1-d045c3851c49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2356 | 2025.03.03 04:52:50.548007 [ 256 ] {0ffc23bb-dc65-40bf-a9a1-d045c3851c49} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2357 | 2025.03.03 04:52:50.548243 [ 256 ] {0ffc23bb-dc65-40bf-a9a1-d045c3851c49} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2358 | 2025.03.03 04:52:50.548504 [ 256 ] {0ffc23bb-dc65-40bf-a9a1-d045c3851c49} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.001846 sec., 2166.8472372697724 rows/sec., 204.20 KiB/sec. | ||
| 2359 | 2025.03.03 04:52:50.548673 [ 256 ] {0ffc23bb-dc65-40bf-a9a1-d045c3851c49} <Debug> TCPHandler: Processed in 0.002162516 sec. | ||
| 2360 | 2025.03.03 04:52:50.548795 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2361 | 2025.03.03 04:52:50.548904 [ 256 ] {4baf032e-af3f-430f-8730-85ef35efa2da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2362 | 2025.03.03 04:52:50.548949 [ 256 ] {4baf032e-af3f-430f-8730-85ef35efa2da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2363 | 2025.03.03 04:52:50.549547 [ 256 ] {4baf032e-af3f-430f-8730-85ef35efa2da} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2364 | 2025.03.03 04:52:50.549589 [ 256 ] {4baf032e-af3f-430f-8730-85ef35efa2da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2365 | 2025.03.03 04:52:50.549970 [ 256 ] {4baf032e-af3f-430f-8730-85ef35efa2da} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2366 | 2025.03.03 04:52:50.550216 [ 256 ] {4baf032e-af3f-430f-8730-85ef35efa2da} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2367 | 2025.03.03 04:52:50.550419 [ 256 ] {4baf032e-af3f-430f-8730-85ef35efa2da} <Debug> executeQuery: Read 111 rows, 9.53 KiB in 0.001542 sec., 71984.43579766537 rows/sec., 6.03 MiB/sec. | ||
| 2368 | 2025.03.03 04:52:50.550472 [ 256 ] {4baf032e-af3f-430f-8730-85ef35efa2da} <Debug> TCPHandler: Processed in 0.001728597 sec. | ||
| 2369 | 2025.03.03 04:52:50.550584 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2370 | 2025.03.03 04:52:50.550697 [ 256 ] {c1a3179f-3406-4ca6-ac24-913788a58e66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2371 | 2025.03.03 04:52:50.550742 [ 256 ] {c1a3179f-3406-4ca6-ac24-913788a58e66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2372 | 2025.03.03 04:52:50.551250 [ 256 ] {c1a3179f-3406-4ca6-ac24-913788a58e66} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2373 | 2025.03.03 04:52:50.551288 [ 256 ] {c1a3179f-3406-4ca6-ac24-913788a58e66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2374 | 2025.03.03 04:52:50.551624 [ 256 ] {c1a3179f-3406-4ca6-ac24-913788a58e66} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2375 | 2025.03.03 04:52:50.551865 [ 256 ] {c1a3179f-3406-4ca6-ac24-913788a58e66} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2376 | 2025.03.03 04:52:50.552062 [ 256 ] {c1a3179f-3406-4ca6-ac24-913788a58e66} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001388 sec., 19452.449567723343 rows/sec., 1.43 MiB/sec. | ||
| 2377 | 2025.03.03 04:52:50.552114 [ 256 ] {c1a3179f-3406-4ca6-ac24-913788a58e66} <Debug> TCPHandler: Processed in 0.001580234 sec. | ||
| 2378 | 2025.03.03 04:52:50.552214 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2379 | 2025.03.03 04:52:50.552313 [ 256 ] {9d935e1f-3ff2-491e-9756-8647ece7e62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2380 | 2025.03.03 04:52:50.552357 [ 256 ] {9d935e1f-3ff2-491e-9756-8647ece7e62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2381 | 2025.03.03 04:52:50.552851 [ 256 ] {9d935e1f-3ff2-491e-9756-8647ece7e62c} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2382 | 2025.03.03 04:52:50.552891 [ 256 ] {9d935e1f-3ff2-491e-9756-8647ece7e62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2383 | 2025.03.03 04:52:50.553217 [ 256 ] {9d935e1f-3ff2-491e-9756-8647ece7e62c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2384 | 2025.03.03 04:52:50.553458 [ 256 ] {9d935e1f-3ff2-491e-9756-8647ece7e62c} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2385 | 2025.03.03 04:52:50.553624 [ 26 ] {} <Debug> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2386 | 2025.03.03 04:52:50.553692 [ 26 ] {} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2387 | 2025.03.03 04:52:50.553706 [ 256 ] {9d935e1f-3ff2-491e-9756-8647ece7e62c} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001401 sec., 713.7758743754462 rows/sec., 47.40 KiB/sec. | ||
| 2388 | 2025.03.03 04:52:50.553734 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2389 | 2025.03.03 04:52:50.553823 [ 256 ] {9d935e1f-3ff2-491e-9756-8647ece7e62c} <Debug> TCPHandler: Processed in 0.001654765 sec. | ||
| 2390 | 2025.03.03 04:52:50.554031 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 2391 | 2025.03.03 04:52:50.554056 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2392 | 2025.03.03 04:52:50.554295 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2393 | 2025.03.03 04:52:50.554303 [ 256 ] {93635ebd-2beb-4a0a-83a1-e7d7c1f38173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2394 | 2025.03.03 04:52:50.554359 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 2395 | 2025.03.03 04:52:50.554392 [ 256 ] {93635ebd-2beb-4a0a-83a1-e7d7c1f38173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2396 | 2025.03.03 04:52:50.554700 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 113 rows starting from the beginning of the part | ||
| 2397 | 2025.03.03 04:52:50.555069 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 341 rows starting from the beginning of the part | ||
| 2398 | 2025.03.03 04:52:50.555440 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 2399 | 2025.03.03 04:52:50.555795 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 2400 | 2025.03.03 04:52:50.556196 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2401 | 2025.03.03 04:52:50.557351 [ 256 ] {93635ebd-2beb-4a0a-83a1-e7d7c1f38173} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2402 | 2025.03.03 04:52:50.557405 [ 256 ] {93635ebd-2beb-4a0a-83a1-e7d7c1f38173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2403 | 2025.03.03 04:52:50.558423 [ 256 ] {93635ebd-2beb-4a0a-83a1-e7d7c1f38173} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2404 | 2025.03.03 04:52:50.558994 [ 256 ] {93635ebd-2beb-4a0a-83a1-e7d7c1f38173} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2405 | 2025.03.03 04:52:50.559003 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 794 rows, containing 5 columns (5 merged, 0 gathered) in 0.00512518 sec., 154921.38812685604 rows/sec., 10.75 MiB/sec. | ||
| 2406 | 2025.03.03 04:52:50.559292 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2407 | 2025.03.03 04:52:50.559400 [ 256 ] {93635ebd-2beb-4a0a-83a1-e7d7c1f38173} <Debug> executeQuery: Read 101 rows, 8.09 KiB in 0.005175 sec., 19516.908212560385 rows/sec., 1.53 MiB/sec. | ||
| 2408 | 2025.03.03 04:52:50.559550 [ 256 ] {93635ebd-2beb-4a0a-83a1-e7d7c1f38173} <Debug> TCPHandler: Processed in 0.005558989 sec. | ||
| 2409 | 2025.03.03 04:52:50.559752 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2410 | 2025.03.03 04:52:50.559804 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_6_1} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2411 | 2025.03.03 04:52:50.559964 [ 256 ] {3a0a473f-f1a6-4c26-a918-a566df751c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2412 | 2025.03.03 04:52:50.559986 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_6_1} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2413 | 2025.03.03 04:52:50.560052 [ 256 ] {3a0a473f-f1a6-4c26-a918-a566df751c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2414 | 2025.03.03 04:52:50.560154 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 2415 | 2025.03.03 04:52:50.560731 [ 256 ] {3a0a473f-f1a6-4c26-a918-a566df751c8f} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2416 | 2025.03.03 04:52:50.560773 [ 256 ] {3a0a473f-f1a6-4c26-a918-a566df751c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2417 | 2025.03.03 04:52:50.561179 [ 256 ] {3a0a473f-f1a6-4c26-a918-a566df751c8f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2418 | 2025.03.03 04:52:50.561434 [ 256 ] {3a0a473f-f1a6-4c26-a918-a566df751c8f} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2419 | 2025.03.03 04:52:50.561642 [ 256 ] {3a0a473f-f1a6-4c26-a918-a566df751c8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001741 sec., 91901.20620333143 rows/sec., 6.40 MiB/sec. | ||
| 2420 | 2025.03.03 04:52:50.561718 [ 256 ] {3a0a473f-f1a6-4c26-a918-a566df751c8f} <Debug> TCPHandler: Processed in 0.002025223 sec. | ||
| 2421 | 2025.03.03 04:52:50.561834 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2422 | 2025.03.03 04:52:50.561939 [ 256 ] {65d10248-73d9-4b05-85bd-951a2bea124f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2423 | 2025.03.03 04:52:50.561986 [ 256 ] {65d10248-73d9-4b05-85bd-951a2bea124f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2424 | 2025.03.03 04:52:50.562470 [ 256 ] {65d10248-73d9-4b05-85bd-951a2bea124f} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2425 | 2025.03.03 04:52:50.562511 [ 256 ] {65d10248-73d9-4b05-85bd-951a2bea124f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2426 | 2025.03.03 04:52:50.562929 [ 256 ] {65d10248-73d9-4b05-85bd-951a2bea124f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2427 | 2025.03.03 04:52:50.563172 [ 256 ] {65d10248-73d9-4b05-85bd-951a2bea124f} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2428 | 2025.03.03 04:52:50.563400 [ 256 ] {65d10248-73d9-4b05-85bd-951a2bea124f} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001483 sec., 674.3088334457182 rows/sec., 42.80 KiB/sec. | ||
| 2429 | 2025.03.03 04:52:50.563453 [ 256 ] {65d10248-73d9-4b05-85bd-951a2bea124f} <Debug> TCPHandler: Processed in 0.001670146 sec. | ||
| 2430 | 2025.03.03 04:52:50.563585 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2431 | 2025.03.03 04:52:50.563699 [ 256 ] {5771828a-7190-456e-9159-e0efa94a0ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2432 | 2025.03.03 04:52:50.563786 [ 256 ] {5771828a-7190-456e-9159-e0efa94a0ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2433 | 2025.03.03 04:52:50.565131 [ 256 ] {5771828a-7190-456e-9159-e0efa94a0ea2} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2434 | 2025.03.03 04:52:50.565172 [ 256 ] {5771828a-7190-456e-9159-e0efa94a0ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2435 | 2025.03.03 04:52:50.565938 [ 256 ] {5771828a-7190-456e-9159-e0efa94a0ea2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2436 | 2025.03.03 04:52:50.566220 [ 256 ] {5771828a-7190-456e-9159-e0efa94a0ea2} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2437 | 2025.03.03 04:52:50.566401 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2438 | 2025.03.03 04:52:50.566472 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2439 | 2025.03.03 04:52:50.566505 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2440 | 2025.03.03 04:52:50.566510 [ 256 ] {5771828a-7190-456e-9159-e0efa94a0ea2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002833 sec., 9530.53300388281 rows/sec., 17.08 MiB/sec. | ||
| 2441 | 2025.03.03 04:52:50.566947 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 2442 | 2025.03.03 04:52:50.567158 [ 256 ] {5771828a-7190-456e-9159-e0efa94a0ea2} <Debug> TCPHandler: Processed in 0.003628128 sec. | ||
| 2443 | 2025.03.03 04:52:50.567414 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2444 | 2025.03.03 04:52:50.567561 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2445 | 2025.03.03 04:52:50.567621 [ 256 ] {9a2749db-cf6a-4369-91a7-40690bf353c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2446 | 2025.03.03 04:52:50.567683 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 2447 | 2025.03.03 04:52:50.567715 [ 256 ] {9a2749db-cf6a-4369-91a7-40690bf353c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2448 | 2025.03.03 04:52:50.568551 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 2449 | 2025.03.03 04:52:50.569256 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2450 | 2025.03.03 04:52:50.570072 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 2451 | 2025.03.03 04:52:50.570149 [ 256 ] {9a2749db-cf6a-4369-91a7-40690bf353c3} <Trace> oximeter.measurements_i64 (63c2262d-79cc-4e12-ad02-d09df0a94f3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2452 | 2025.03.03 04:52:50.570223 [ 256 ] {9a2749db-cf6a-4369-91a7-40690bf353c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2453 | 2025.03.03 04:52:50.570753 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 2454 | 2025.03.03 04:52:50.571478 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part | ||
| 2455 | 2025.03.03 04:52:50.571832 [ 256 ] {9a2749db-cf6a-4369-91a7-40690bf353c3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2456 | 2025.03.03 04:52:50.572640 [ 256 ] {9a2749db-cf6a-4369-91a7-40690bf353c3} <Trace> oximeter.measurements_i64 (63c2262d-79cc-4e12-ad02-d09df0a94f3e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2457 | 2025.03.03 04:52:50.573152 [ 256 ] {9a2749db-cf6a-4369-91a7-40690bf353c3} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.005564 sec., 3235.082674335011 rows/sec., 243.79 KiB/sec. | ||
| 2458 | 2025.03.03 04:52:50.573412 [ 256 ] {9a2749db-cf6a-4369-91a7-40690bf353c3} <Debug> TCPHandler: Processed in 0.00607482 sec. | ||
| 2459 | 2025.03.03 04:52:50.573644 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2460 | 2025.03.03 04:52:50.573837 [ 256 ] {f68a51a8-be7e-4cb4-aae3-85272c14c9cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2461 | 2025.03.03 04:52:50.573952 [ 256 ] {f68a51a8-be7e-4cb4-aae3-85272c14c9cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2462 | 2025.03.03 04:52:50.575594 [ 256 ] {f68a51a8-be7e-4cb4-aae3-85272c14c9cb} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2463 | 2025.03.03 04:52:50.575681 [ 256 ] {f68a51a8-be7e-4cb4-aae3-85272c14c9cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2464 | 2025.03.03 04:52:50.576718 [ 256 ] {f68a51a8-be7e-4cb4-aae3-85272c14c9cb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2465 | 2025.03.03 04:52:50.577278 [ 256 ] {f68a51a8-be7e-4cb4-aae3-85272c14c9cb} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2466 | 2025.03.03 04:52:50.577804 [ 256 ] {f68a51a8-be7e-4cb4-aae3-85272c14c9cb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004023 sec., 14914.243102162567 rows/sec., 1.01 MiB/sec. | ||
| 2467 | 2025.03.03 04:52:50.578007 [ 256 ] {f68a51a8-be7e-4cb4-aae3-85272c14c9cb} <Debug> TCPHandler: Processed in 0.004450245 sec. | ||
| 2468 | 2025.03.03 04:52:50.578470 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 67 rows, containing 19 columns (19 merged, 0 gathered) in 0.011887074 sec., 5636.374434953464 rows/sec., 10.10 MiB/sec. | ||
| 2469 | 2025.03.03 04:52:50.578737 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2470 | 2025.03.03 04:52:50.579137 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2471 | 2025.03.03 04:52:50.579213 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2472 | 2025.03.03 04:52:50.579322 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 2473 | 2025.03.03 04:52:51.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.00 MiB, peak 172.66 MiB, free memory in arenas 0.00 B, will set to 167.98 MiB (RSS), difference: -1.02 MiB | ||
| 2474 | 2025.03.03 04:52:53.298958 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2475 | 2025.03.03 04:52:53.299222 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2476 | 2025.03.03 04:52:53.299655 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2477 | 2025.03.03 04:52:53.299710 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2478 | 2025.03.03 04:52:53.300083 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2479 | 2025.03.03 04:52:53.300166 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2480 | 2025.03.03 04:52:53.300340 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2481 | 2025.03.03 04:52:53.300493 [ 289 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2482 | 2025.03.03 04:52:53.300567 [ 290 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2483 | 2025.03.03 04:52:53.300602 [ 288 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2484 | 2025.03.03 04:52:53.300608 [ 292 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2485 | 2025.03.03 04:52:53.300782 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (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 | ||
| 2486 | 2025.03.03 04:52:53.300815 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2487 | 2025.03.03 04:52:53.300956 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2488 | 2025.03.03 04:52:53.300983 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
| 2489 | 2025.03.03 04:52:53.301028 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2490 | 2025.03.03 04:52:53.301075 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2491 | 2025.03.03 04:52:53.301118 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2492 | 2025.03.03 04:52:53.301160 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2493 | 2025.03.03 04:52:53.303365 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004268 sec., 9606.373008434864 rows/sec., 366.55 KiB/sec. | ||
| 2494 | 2025.03.03 04:52:53.303606 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Debug> MemoryTracker: Peak memory usage (for query): 144.34 KiB. | ||
| 2495 | 2025.03.03 04:52:53.303624 [ 256 ] {572f2ed5-7e8e-4c04-93e0-f63fbca4150c} <Debug> TCPHandler: Processed in 0.004804983 sec. | ||
| 2496 | 2025.03.03 04:52:53.347045 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2497 | 2025.03.03 04:52:53.347197 [ 256 ] {d49bbef0-758d-4ec8-ab98-fb02e2be5533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2498 | 2025.03.03 04:52:53.347259 [ 256 ] {d49bbef0-758d-4ec8-ab98-fb02e2be5533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2499 | 2025.03.03 04:52:53.348074 [ 256 ] {d49bbef0-758d-4ec8-ab98-fb02e2be5533} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2500 | 2025.03.03 04:52:53.348117 [ 256 ] {d49bbef0-758d-4ec8-ab98-fb02e2be5533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2501 | 2025.03.03 04:52:53.348602 [ 256 ] {d49bbef0-758d-4ec8-ab98-fb02e2be5533} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2502 | 2025.03.03 04:52:53.348822 [ 256 ] {d49bbef0-758d-4ec8-ab98-fb02e2be5533} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2503 | 2025.03.03 04:52:53.349060 [ 256 ] {d49bbef0-758d-4ec8-ab98-fb02e2be5533} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001907 sec., 524.3838489774515 rows/sec., 118.81 KiB/sec. | ||
| 2504 | 2025.03.03 04:52:53.349119 [ 256 ] {d49bbef0-758d-4ec8-ab98-fb02e2be5533} <Debug> TCPHandler: Processed in 0.002142106 sec. | ||
| 2505 | 2025.03.03 04:52:53.349227 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2506 | 2025.03.03 04:52:53.349332 [ 256 ] {2f88f525-372a-4242-b37a-ff090356e367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2507 | 2025.03.03 04:52:53.349378 [ 256 ] {2f88f525-372a-4242-b37a-ff090356e367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2508 | 2025.03.03 04:52:53.350005 [ 256 ] {2f88f525-372a-4242-b37a-ff090356e367} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2509 | 2025.03.03 04:52:53.350044 [ 256 ] {2f88f525-372a-4242-b37a-ff090356e367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2510 | 2025.03.03 04:52:53.350417 [ 256 ] {2f88f525-372a-4242-b37a-ff090356e367} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2511 | 2025.03.03 04:52:53.350651 [ 256 ] {2f88f525-372a-4242-b37a-ff090356e367} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2512 | 2025.03.03 04:52:53.350958 [ 256 ] {2f88f525-372a-4242-b37a-ff090356e367} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001623 sec., 130622.3043746149 rows/sec., 8.31 MiB/sec. | ||
| 2513 | 2025.03.03 04:52:53.351089 [ 256 ] {2f88f525-372a-4242-b37a-ff090356e367} <Debug> TCPHandler: Processed in 0.001913781 sec. | ||
| 2514 | 2025.03.03 04:52:53.351195 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2515 | 2025.03.03 04:52:53.351298 [ 256 ] {b8660878-15bf-4730-9848-6e944ec0dff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2516 | 2025.03.03 04:52:53.351340 [ 256 ] {b8660878-15bf-4730-9848-6e944ec0dff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2517 | 2025.03.03 04:52:53.351855 [ 256 ] {b8660878-15bf-4730-9848-6e944ec0dff4} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2518 | 2025.03.03 04:52:53.351894 [ 256 ] {b8660878-15bf-4730-9848-6e944ec0dff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2519 | 2025.03.03 04:52:53.352227 [ 256 ] {b8660878-15bf-4730-9848-6e944ec0dff4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2520 | 2025.03.03 04:52:53.352458 [ 256 ] {b8660878-15bf-4730-9848-6e944ec0dff4} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2521 | 2025.03.03 04:52:53.352680 [ 256 ] {b8660878-15bf-4730-9848-6e944ec0dff4} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001403 sec., 8553.100498930862 rows/sec., 697.45 KiB/sec. | ||
| 2522 | 2025.03.03 04:52:53.352735 [ 256 ] {b8660878-15bf-4730-9848-6e944ec0dff4} <Debug> TCPHandler: Processed in 0.001589804 sec. | ||
| 2523 | 2025.03.03 04:52:53.352838 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2524 | 2025.03.03 04:52:53.352940 [ 256 ] {60f35dce-4460-40e3-b95a-a28321f77e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2525 | 2025.03.03 04:52:53.352983 [ 256 ] {60f35dce-4460-40e3-b95a-a28321f77e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2526 | 2025.03.03 04:52:53.354360 [ 256 ] {60f35dce-4460-40e3-b95a-a28321f77e4b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2527 | 2025.03.03 04:52:53.354399 [ 256 ] {60f35dce-4460-40e3-b95a-a28321f77e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2528 | 2025.03.03 04:52:53.354850 [ 256 ] {60f35dce-4460-40e3-b95a-a28321f77e4b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2529 | 2025.03.03 04:52:53.355086 [ 256 ] {60f35dce-4460-40e3-b95a-a28321f77e4b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2530 | 2025.03.03 04:52:53.355383 [ 256 ] {60f35dce-4460-40e3-b95a-a28321f77e4b} <Debug> executeQuery: Read 1779 rows, 147.49 KiB in 0.002438 sec., 729696.4725184577 rows/sec., 59.08 MiB/sec. | ||
| 2531 | 2025.03.03 04:52:53.355559 [ 256 ] {60f35dce-4460-40e3-b95a-a28321f77e4b} <Debug> TCPHandler: Processed in 0.002760259 sec. | ||
| 2532 | 2025.03.03 04:52:53.355669 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2533 | 2025.03.03 04:52:53.355772 [ 256 ] {65bae4eb-a78f-40df-9fd9-d3595291627f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2534 | 2025.03.03 04:52:53.355816 [ 256 ] {65bae4eb-a78f-40df-9fd9-d3595291627f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2535 | 2025.03.03 04:52:53.356385 [ 256 ] {65bae4eb-a78f-40df-9fd9-d3595291627f} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2536 | 2025.03.03 04:52:53.356424 [ 256 ] {65bae4eb-a78f-40df-9fd9-d3595291627f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2537 | 2025.03.03 04:52:53.356765 [ 256 ] {65bae4eb-a78f-40df-9fd9-d3595291627f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2538 | 2025.03.03 04:52:53.357003 [ 256 ] {65bae4eb-a78f-40df-9fd9-d3595291627f} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2539 | 2025.03.03 04:52:53.357234 [ 256 ] {65bae4eb-a78f-40df-9fd9-d3595291627f} <Debug> executeQuery: Read 126 rows, 7.83 KiB in 0.001481 sec., 85077.65023632681 rows/sec., 5.16 MiB/sec. | ||
| 2540 | 2025.03.03 04:52:53.357292 [ 256 ] {65bae4eb-a78f-40df-9fd9-d3595291627f} <Debug> TCPHandler: Processed in 0.001672336 sec. | ||
| 2541 | 2025.03.03 04:52:53.357393 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2542 | 2025.03.03 04:52:53.357494 [ 256 ] {746344ba-7ab5-4ef7-82cb-f257208d172f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2543 | 2025.03.03 04:52:53.357537 [ 256 ] {746344ba-7ab5-4ef7-82cb-f257208d172f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2544 | 2025.03.03 04:52:53.358169 [ 256 ] {746344ba-7ab5-4ef7-82cb-f257208d172f} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2545 | 2025.03.03 04:52:53.358207 [ 256 ] {746344ba-7ab5-4ef7-82cb-f257208d172f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2546 | 2025.03.03 04:52:53.358554 [ 256 ] {746344ba-7ab5-4ef7-82cb-f257208d172f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2547 | 2025.03.03 04:52:53.358786 [ 256 ] {746344ba-7ab5-4ef7-82cb-f257208d172f} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2025.03.03 04:52:53.358983 [ 256 ] {746344ba-7ab5-4ef7-82cb-f257208d172f} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001511 sec., 225678.3587028458 rows/sec., 15.06 MiB/sec. | ||
| 2549 | 2025.03.03 04:52:53.359035 [ 256 ] {746344ba-7ab5-4ef7-82cb-f257208d172f} <Debug> TCPHandler: Processed in 0.001693386 sec. | ||
| 2550 | 2025.03.03 04:52:53.359138 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2551 | 2025.03.03 04:52:53.359238 [ 256 ] {057a9b1c-493a-4ab3-9f36-5758a973c606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2552 | 2025.03.03 04:52:53.359282 [ 256 ] {057a9b1c-493a-4ab3-9f36-5758a973c606} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2553 | 2025.03.03 04:52:53.360063 [ 256 ] {057a9b1c-493a-4ab3-9f36-5758a973c606} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2554 | 2025.03.03 04:52:53.360101 [ 256 ] {057a9b1c-493a-4ab3-9f36-5758a973c606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2555 | 2025.03.03 04:52:53.360437 [ 256 ] {057a9b1c-493a-4ab3-9f36-5758a973c606} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2556 | 2025.03.03 04:52:53.360674 [ 256 ] {057a9b1c-493a-4ab3-9f36-5758a973c606} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2557 | 2025.03.03 04:52:53.360866 [ 256 ] {057a9b1c-493a-4ab3-9f36-5758a973c606} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001648 sec., 67961.1650485437 rows/sec., 3.87 MiB/sec. | ||
| 2558 | 2025.03.03 04:52:53.360915 [ 256 ] {057a9b1c-493a-4ab3-9f36-5758a973c606} <Debug> TCPHandler: Processed in 0.001828049 sec. | ||
| 2559 | 2025.03.03 04:52:53.361015 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2560 | 2025.03.03 04:52:53.361117 [ 256 ] {74b895b2-a781-4497-ad33-d8fec8719f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2561 | 2025.03.03 04:52:53.361160 [ 256 ] {74b895b2-a781-4497-ad33-d8fec8719f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2562 | 2025.03.03 04:52:53.361949 [ 256 ] {74b895b2-a781-4497-ad33-d8fec8719f93} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2563 | 2025.03.03 04:52:53.361988 [ 256 ] {74b895b2-a781-4497-ad33-d8fec8719f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2564 | 2025.03.03 04:52:53.362367 [ 256 ] {74b895b2-a781-4497-ad33-d8fec8719f93} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2565 | 2025.03.03 04:52:53.362609 [ 256 ] {74b895b2-a781-4497-ad33-d8fec8719f93} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2566 | 2025.03.03 04:52:53.362811 [ 256 ] {74b895b2-a781-4497-ad33-d8fec8719f93} <Debug> executeQuery: Read 858 rows, 63.49 KiB in 0.001715 sec., 500291.5451895044 rows/sec., 36.15 MiB/sec. | ||
| 2567 | 2025.03.03 04:52:53.362862 [ 256 ] {74b895b2-a781-4497-ad33-d8fec8719f93} <Debug> TCPHandler: Processed in 0.00189674 sec. | ||
| 2568 | 2025.03.03 04:52:53.362962 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2569 | 2025.03.03 04:52:53.363065 [ 256 ] {78548944-4b88-400d-92f4-c6de4770b212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2570 | 2025.03.03 04:52:53.363109 [ 256 ] {78548944-4b88-400d-92f4-c6de4770b212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2571 | 2025.03.03 04:52:53.363517 [ 256 ] {78548944-4b88-400d-92f4-c6de4770b212} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2572 | 2025.03.03 04:52:53.363554 [ 256 ] {78548944-4b88-400d-92f4-c6de4770b212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2573 | 2025.03.03 04:52:53.363896 [ 256 ] {78548944-4b88-400d-92f4-c6de4770b212} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2574 | 2025.03.03 04:52:53.364121 [ 256 ] {78548944-4b88-400d-92f4-c6de4770b212} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2575 | 2025.03.03 04:52:53.364267 [ 94 ] {} <Debug> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2576 | 2025.03.03 04:52:53.364341 [ 94 ] {} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2577 | 2025.03.03 04:52:53.364344 [ 256 ] {78548944-4b88-400d-92f4-c6de4770b212} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001294 sec., 4636.7851622874805 rows/sec., 242.25 KiB/sec. | ||
| 2578 | 2025.03.03 04:52:53.364379 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2579 | 2025.03.03 04:52:53.364468 [ 256 ] {78548944-4b88-400d-92f4-c6de4770b212} <Debug> TCPHandler: Processed in 0.001549623 sec. | ||
| 2580 | 2025.03.03 04:52:53.364617 [ 186 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 2581 | 2025.03.03 04:52:53.364678 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2582 | 2025.03.03 04:52:53.364880 [ 186 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2583 | 2025.03.03 04:52:53.364892 [ 256 ] {944bf418-83cc-4f96-a9c7-4a8abca4be89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2584 | 2025.03.03 04:52:53.364950 [ 186 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 2585 | 2025.03.03 04:52:53.364987 [ 256 ] {944bf418-83cc-4f96-a9c7-4a8abca4be89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2586 | 2025.03.03 04:52:53.365237 [ 186 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 2587 | 2025.03.03 04:52:53.365540 [ 186 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 2588 | 2025.03.03 04:52:53.365824 [ 186 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 2589 | 2025.03.03 04:52:53.366156 [ 186 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 2590 | 2025.03.03 04:52:53.366596 [ 186 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 2591 | 2025.03.03 04:52:53.367997 [ 256 ] {944bf418-83cc-4f96-a9c7-4a8abca4be89} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2592 | 2025.03.03 04:52:53.368072 [ 256 ] {944bf418-83cc-4f96-a9c7-4a8abca4be89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2593 | 2025.03.03 04:52:53.369145 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00465334 sec., 7736.37860117679 rows/sec., 404.20 KiB/sec. | ||
| 2594 | 2025.03.03 04:52:53.369245 [ 256 ] {944bf418-83cc-4f96-a9c7-4a8abca4be89} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2595 | 2025.03.03 04:52:53.369353 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2596 | 2025.03.03 04:52:53.369708 [ 256 ] {944bf418-83cc-4f96-a9c7-4a8abca4be89} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2597 | 2025.03.03 04:52:53.370084 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_6_1} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2598 | 2025.03.03 04:52:53.370148 [ 256 ] {944bf418-83cc-4f96-a9c7-4a8abca4be89} <Debug> executeQuery: Read 1025 rows, 69.96 KiB in 0.005314 sec., 192886.71433948062 rows/sec., 12.86 MiB/sec. | ||
| 2599 | 2025.03.03 04:52:53.370300 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_6_1} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2600 | 2025.03.03 04:52:53.370316 [ 256 ] {944bf418-83cc-4f96-a9c7-4a8abca4be89} <Debug> TCPHandler: Processed in 0.005709122 sec. | ||
| 2601 | 2025.03.03 04:52:53.370514 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2602 | 2025.03.03 04:52:53.370575 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2603 | 2025.03.03 04:52:53.370685 [ 256 ] {9be0ff5b-de50-4a39-9fc7-a6f4f1989d54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2604 | 2025.03.03 04:52:53.370732 [ 256 ] {9be0ff5b-de50-4a39-9fc7-a6f4f1989d54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2605 | 2025.03.03 04:52:53.371174 [ 256 ] {9be0ff5b-de50-4a39-9fc7-a6f4f1989d54} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2606 | 2025.03.03 04:52:53.371213 [ 256 ] {9be0ff5b-de50-4a39-9fc7-a6f4f1989d54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2607 | 2025.03.03 04:52:53.371586 [ 256 ] {9be0ff5b-de50-4a39-9fc7-a6f4f1989d54} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2608 | 2025.03.03 04:52:53.371822 [ 256 ] {9be0ff5b-de50-4a39-9fc7-a6f4f1989d54} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2609 | 2025.03.03 04:52:53.372119 [ 256 ] {9be0ff5b-de50-4a39-9fc7-a6f4f1989d54} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001436 sec., 696.3788300835655 rows/sec., 46.92 KiB/sec. | ||
| 2610 | 2025.03.03 04:52:53.372246 [ 256 ] {9be0ff5b-de50-4a39-9fc7-a6f4f1989d54} <Debug> TCPHandler: Processed in 0.001746638 sec. | ||
| 2611 | 2025.03.03 04:52:53.372351 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2612 | 2025.03.03 04:52:53.372454 [ 256 ] {7116c97c-db73-4909-a179-f5307d7673e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2613 | 2025.03.03 04:52:53.372519 [ 256 ] {7116c97c-db73-4909-a179-f5307d7673e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2614 | 2025.03.03 04:52:53.373547 [ 256 ] {7116c97c-db73-4909-a179-f5307d7673e9} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2615 | 2025.03.03 04:52:53.373586 [ 256 ] {7116c97c-db73-4909-a179-f5307d7673e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2616 | 2025.03.03 04:52:53.374172 [ 256 ] {7116c97c-db73-4909-a179-f5307d7673e9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2617 | 2025.03.03 04:52:53.374426 [ 256 ] {7116c97c-db73-4909-a179-f5307d7673e9} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2618 | 2025.03.03 04:52:53.374757 [ 256 ] {7116c97c-db73-4909-a179-f5307d7673e9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002309 sec., 3464.7033347769598 rows/sec., 6.21 MiB/sec. | ||
| 2619 | 2025.03.03 04:52:53.374902 [ 256 ] {7116c97c-db73-4909-a179-f5307d7673e9} <Debug> TCPHandler: Processed in 0.002602215 sec. | ||
| 2620 | 2025.03.03 04:52:53.375026 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2621 | 2025.03.03 04:52:53.375131 [ 256 ] {d0b20eaa-4f47-46e0-a4e5-d38c2db749d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2622 | 2025.03.03 04:52:53.375177 [ 256 ] {d0b20eaa-4f47-46e0-a4e5-d38c2db749d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2623 | 2025.03.03 04:52:53.375611 [ 256 ] {d0b20eaa-4f47-46e0-a4e5-d38c2db749d1} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2624 | 2025.03.03 04:52:53.375653 [ 256 ] {d0b20eaa-4f47-46e0-a4e5-d38c2db749d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2625 | 2025.03.03 04:52:53.376000 [ 256 ] {d0b20eaa-4f47-46e0-a4e5-d38c2db749d1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2626 | 2025.03.03 04:52:53.376231 [ 256 ] {d0b20eaa-4f47-46e0-a4e5-d38c2db749d1} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2627 | 2025.03.03 04:52:53.376435 [ 256 ] {d0b20eaa-4f47-46e0-a4e5-d38c2db749d1} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001326 sec., 43740.57315233786 rows/sec., 2.71 MiB/sec. | ||
| 2628 | 2025.03.03 04:52:53.376483 [ 256 ] {d0b20eaa-4f47-46e0-a4e5-d38c2db749d1} <Debug> TCPHandler: Processed in 0.001508202 sec. | ||
| 2629 | 2025.03.03 04:52:54.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.16 MiB, peak 172.66 MiB, free memory in arenas 0.00 B, will set to 168.06 MiB (RSS), difference: -1.10 MiB | ||
| 2630 | 2025.03.03 04:52:55.192777 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 78 entries to flush up to offset 390 | ||
| 2631 | 2025.03.03 04:52:55.196802 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2632 | 2025.03.03 04:52:55.196862 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2633 | 2025.03.03 04:52:55.198418 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2634 | 2025.03.03 04:52:55.198744 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2635 | 2025.03.03 04:52:55.199891 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 390 | ||
| 2636 | 2025.03.03 04:52:55.524786 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2637 | 2025.03.03 04:52:55.524976 [ 256 ] {33c007df-d83d-493b-a4eb-2332036adf28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2638 | 2025.03.03 04:52:55.525052 [ 256 ] {33c007df-d83d-493b-a4eb-2332036adf28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2639 | 2025.03.03 04:52:55.525818 [ 256 ] {33c007df-d83d-493b-a4eb-2332036adf28} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2640 | 2025.03.03 04:52:55.525869 [ 256 ] {33c007df-d83d-493b-a4eb-2332036adf28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2641 | 2025.03.03 04:52:55.526303 [ 256 ] {33c007df-d83d-493b-a4eb-2332036adf28} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2642 | 2025.03.03 04:52:55.526567 [ 256 ] {33c007df-d83d-493b-a4eb-2332036adf28} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2643 | 2025.03.03 04:52:55.526796 [ 256 ] {33c007df-d83d-493b-a4eb-2332036adf28} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001856 sec., 30172.41379310345 rows/sec., 2.30 MiB/sec. | ||
| 2644 | 2025.03.03 04:52:55.526974 [ 256 ] {33c007df-d83d-493b-a4eb-2332036adf28} <Debug> TCPHandler: Processed in 0.002317549 sec. | ||
| 2645 | 2025.03.03 04:52:55.527151 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2646 | 2025.03.03 04:52:55.527265 [ 256 ] {cddbc77d-0110-4ec7-a949-cc2cd8c2c426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2647 | 2025.03.03 04:52:55.527314 [ 256 ] {cddbc77d-0110-4ec7-a949-cc2cd8c2c426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2648 | 2025.03.03 04:52:55.527884 [ 256 ] {cddbc77d-0110-4ec7-a949-cc2cd8c2c426} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2649 | 2025.03.03 04:52:55.527923 [ 256 ] {cddbc77d-0110-4ec7-a949-cc2cd8c2c426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2650 | 2025.03.03 04:52:55.528277 [ 256 ] {cddbc77d-0110-4ec7-a949-cc2cd8c2c426} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2651 | 2025.03.03 04:52:55.528508 [ 256 ] {cddbc77d-0110-4ec7-a949-cc2cd8c2c426} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2652 | 2025.03.03 04:52:55.528686 [ 256 ] {cddbc77d-0110-4ec7-a949-cc2cd8c2c426} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001449 sec., 44168.39199447895 rows/sec., 3.45 MiB/sec. | ||
| 2653 | 2025.03.03 04:52:55.528740 [ 256 ] {cddbc77d-0110-4ec7-a949-cc2cd8c2c426} <Debug> TCPHandler: Processed in 0.001648156 sec. | ||
| 2654 | 2025.03.03 04:52:55.528855 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2655 | 2025.03.03 04:52:55.528963 [ 256 ] {5ac8033b-5d5e-4182-8fff-5082fd4f6b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2656 | 2025.03.03 04:52:55.529012 [ 256 ] {5ac8033b-5d5e-4182-8fff-5082fd4f6b19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2657 | 2025.03.03 04:52:55.529494 [ 256 ] {5ac8033b-5d5e-4182-8fff-5082fd4f6b19} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2658 | 2025.03.03 04:52:55.529531 [ 256 ] {5ac8033b-5d5e-4182-8fff-5082fd4f6b19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2659 | 2025.03.03 04:52:55.529889 [ 256 ] {5ac8033b-5d5e-4182-8fff-5082fd4f6b19} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2660 | 2025.03.03 04:52:55.530120 [ 256 ] {5ac8033b-5d5e-4182-8fff-5082fd4f6b19} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2661 | 2025.03.03 04:52:55.530297 [ 256 ] {5ac8033b-5d5e-4182-8fff-5082fd4f6b19} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001358 sec., 47128.12960235641 rows/sec., 3.28 MiB/sec. | ||
| 2662 | 2025.03.03 04:52:55.530347 [ 256 ] {5ac8033b-5d5e-4182-8fff-5082fd4f6b19} <Debug> TCPHandler: Processed in 0.001544093 sec. | ||
| 2663 | 2025.03.03 04:52:55.530464 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2664 | 2025.03.03 04:52:55.530570 [ 256 ] {5de3ed17-21e9-41d6-8f9a-fc56da7f9408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2665 | 2025.03.03 04:52:55.530616 [ 256 ] {5de3ed17-21e9-41d6-8f9a-fc56da7f9408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2666 | 2025.03.03 04:52:55.531028 [ 256 ] {5de3ed17-21e9-41d6-8f9a-fc56da7f9408} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2667 | 2025.03.03 04:52:55.531063 [ 256 ] {5de3ed17-21e9-41d6-8f9a-fc56da7f9408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2668 | 2025.03.03 04:52:55.531409 [ 256 ] {5de3ed17-21e9-41d6-8f9a-fc56da7f9408} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2669 | 2025.03.03 04:52:55.531647 [ 256 ] {5de3ed17-21e9-41d6-8f9a-fc56da7f9408} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2670 | 2025.03.03 04:52:55.531817 [ 256 ] {5de3ed17-21e9-41d6-8f9a-fc56da7f9408} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00127 sec., 18897.63779527559 rows/sec., 1.27 MiB/sec. | ||
| 2671 | 2025.03.03 04:52:55.531864 [ 256 ] {5de3ed17-21e9-41d6-8f9a-fc56da7f9408} <Debug> TCPHandler: Processed in 0.001452621 sec. | ||
| 2672 | 2025.03.03 04:52:57.685692 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2673 | 2025.03.03 04:52:57.686336 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2674 | 2025.03.03 04:52:57.686383 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2675 | 2025.03.03 04:52:57.686906 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2676 | 2025.03.03 04:52:57.687181 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2677 | 2025.03.03 04:52:57.687407 [ 150 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2678 | 2025.03.03 04:52:57.687457 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2679 | 2025.03.03 04:52:57.687530 [ 150 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2680 | 2025.03.03 04:52:57.687577 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2681 | 2025.03.03 04:52:57.687735 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 2682 | 2025.03.03 04:52:57.687865 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2683 | 2025.03.03 04:52:57.687903 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 2684 | 2025.03.03 04:52:57.688009 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 2685 | 2025.03.03 04:52:57.688180 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 2686 | 2025.03.03 04:52:57.688537 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 2687 | 2025.03.03 04:52:57.688748 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 2688 | 2025.03.03 04:52:57.688920 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 2689 | 2025.03.03 04:52:57.690720 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003050946 sec., 1659485.2875141022 rows/sec., 23.74 MiB/sec. | ||
| 2690 | 2025.03.03 04:52:57.691168 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2691 | 2025.03.03 04:52:57.691636 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_11_2} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2692 | 2025.03.03 04:52:57.691730 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_11_2} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2693 | 2025.03.03 04:52:57.691839 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2694 | 2025.03.03 04:52:58.006065 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2695 | 2025.03.03 04:52:58.027594 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2696 | 2025.03.03 04:52:58.027669 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2697 | 2025.03.03 04:52:58.035302 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2698 | 2025.03.03 04:52:58.036041 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2699 | 2025.03.03 04:52:58.036457 [ 150 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2700 | 2025.03.03 04:52:58.036645 [ 150 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2701 | 2025.03.03 04:52:58.036751 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2702 | 2025.03.03 04:52:58.037410 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 2703 | 2025.03.03 04:52:58.051010 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2704 | 2025.03.03 04:52:58.052873 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2705 | 2025.03.03 04:52:58.054480 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 2706 | 2025.03.03 04:52:58.060101 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 2707 | 2025.03.03 04:52:58.065655 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 2708 | 2025.03.03 04:52:58.071454 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 2709 | 2025.03.03 04:52:58.077781 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 2710 | 2025.03.03 04:52:58.082351 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 2711 | 2025.03.03 04:52:58.139247 [ 189 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.10223639 sec., 811.8440019253419 rows/sec., 4.20 MiB/sec. | ||
| 2712 | 2025.03.03 04:52:58.141735 [ 189 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2713 | 2025.03.03 04:52:58.144718 [ 189 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_11_2} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2714 | 2025.03.03 04:52:58.144857 [ 189 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_11_2} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2715 | 2025.03.03 04:52:58.147389 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2716 | 2025.03.03 04:52:59.000240 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.16 MiB, peak 179.06 MiB, free memory in arenas 0.00 B, will set to 170.51 MiB (RSS), difference: 1.35 MiB | ||
| 2717 | 2025.03.03 04:53:00.530030 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2718 | 2025.03.03 04:53:00.530238 [ 256 ] {44835bf9-b996-43f1-9843-3024374f43d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2719 | 2025.03.03 04:53:00.530317 [ 256 ] {44835bf9-b996-43f1-9843-3024374f43d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2720 | 2025.03.03 04:53:00.531220 [ 256 ] {44835bf9-b996-43f1-9843-3024374f43d4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2721 | 2025.03.03 04:53:00.531269 [ 256 ] {44835bf9-b996-43f1-9843-3024374f43d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2722 | 2025.03.03 04:53:00.531708 [ 256 ] {44835bf9-b996-43f1-9843-3024374f43d4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2723 | 2025.03.03 04:53:00.531961 [ 256 ] {44835bf9-b996-43f1-9843-3024374f43d4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2724 | 2025.03.03 04:53:00.532155 [ 147 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2725 | 2025.03.03 04:53:00.532225 [ 256 ] {44835bf9-b996-43f1-9843-3024374f43d4} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002039 sec., 53948.013732221676 rows/sec., 4.52 MiB/sec. | ||
| 2726 | 2025.03.03 04:53:00.532252 [ 147 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2727 | 2025.03.03 04:53:00.532327 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2728 | 2025.03.03 04:53:00.532362 [ 256 ] {44835bf9-b996-43f1-9843-3024374f43d4} <Debug> TCPHandler: Processed in 0.002466853 sec. | ||
| 2729 | 2025.03.03 04:53:00.532524 [ 193 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 2730 | 2025.03.03 04:53:00.532549 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2731 | 2025.03.03 04:53:00.532652 [ 193 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2732 | 2025.03.03 04:53:00.532684 [ 256 ] {376fb253-32c0-4a7c-9d69-85ee9e4e5864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2733 | 2025.03.03 04:53:00.532693 [ 193 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1773 rows starting from the beginning of the part | ||
| 2734 | 2025.03.03 04:53:00.532741 [ 256 ] {376fb253-32c0-4a7c-9d69-85ee9e4e5864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2735 | 2025.03.03 04:53:00.532823 [ 193 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 633 rows starting from the beginning of the part | ||
| 2736 | 2025.03.03 04:53:00.533312 [ 193 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 111 rows starting from the beginning of the part | ||
| 2737 | 2025.03.03 04:53:00.533705 [ 193 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1779 rows starting from the beginning of the part | ||
| 2738 | 2025.03.03 04:53:00.534087 [ 193 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2739 | 2025.03.03 04:53:00.534457 [ 193 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 110 rows starting from the beginning of the part | ||
| 2740 | 2025.03.03 04:53:00.535493 [ 256 ] {376fb253-32c0-4a7c-9d69-85ee9e4e5864} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2741 | 2025.03.03 04:53:00.535615 [ 256 ] {376fb253-32c0-4a7c-9d69-85ee9e4e5864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2742 | 2025.03.03 04:53:00.536275 [ 256 ] {376fb253-32c0-4a7c-9d69-85ee9e4e5864} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2743 | 2025.03.03 04:53:00.536607 [ 256 ] {376fb253-32c0-4a7c-9d69-85ee9e4e5864} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2744 | 2025.03.03 04:53:00.536871 [ 256 ] {376fb253-32c0-4a7c-9d69-85ee9e4e5864} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004219 sec., 6399.620763214032 rows/sec., 481.22 KiB/sec. | ||
| 2745 | 2025.03.03 04:53:00.536974 [ 256 ] {376fb253-32c0-4a7c-9d69-85ee9e4e5864} <Debug> TCPHandler: Processed in 0.004485016 sec. | ||
| 2746 | 2025.03.03 04:53:00.537106 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2747 | 2025.03.03 04:53:00.537229 [ 256 ] {d787f002-4196-4553-bd7e-f67c9fdd59a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2748 | 2025.03.03 04:53:00.537290 [ 256 ] {d787f002-4196-4553-bd7e-f67c9fdd59a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2749 | 2025.03.03 04:53:00.537528 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4462 rows, containing 5 columns (5 merged, 0 gathered) in 0.005087489 sec., 877053.4933834746 rows/sec., 74.14 MiB/sec. | ||
| 2750 | 2025.03.03 04:53:00.537942 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2751 | 2025.03.03 04:53:00.538424 [ 256 ] {d787f002-4196-4553-bd7e-f67c9fdd59a6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2752 | 2025.03.03 04:53:00.538495 [ 256 ] {d787f002-4196-4553-bd7e-f67c9fdd59a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2753 | 2025.03.03 04:53:00.538633 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_16_3} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2754 | 2025.03.03 04:53:00.538856 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_16_3} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2755 | 2025.03.03 04:53:00.539050 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 2756 | 2025.03.03 04:53:00.539224 [ 256 ] {d787f002-4196-4553-bd7e-f67c9fdd59a6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2757 | 2025.03.03 04:53:00.539514 [ 256 ] {d787f002-4196-4553-bd7e-f67c9fdd59a6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2758 | 2025.03.03 04:53:00.539691 [ 147 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2759 | 2025.03.03 04:53:00.539759 [ 147 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2760 | 2025.03.03 04:53:00.539804 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2761 | 2025.03.03 04:53:00.539805 [ 256 ] {d787f002-4196-4553-bd7e-f67c9fdd59a6} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002595 sec., 35067.437379576106 rows/sec., 2.74 MiB/sec. | ||
| 2762 | 2025.03.03 04:53:00.539984 [ 256 ] {d787f002-4196-4553-bd7e-f67c9fdd59a6} <Debug> TCPHandler: Processed in 0.002924273 sec. | ||
| 2763 | 2025.03.03 04:53:00.540141 [ 194 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 2764 | 2025.03.03 04:53:00.540173 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2765 | 2025.03.03 04:53:00.540419 [ 256 ] {c1d5dc7a-483e-4d39-a8bc-11d4fa87126d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2766 | 2025.03.03 04:53:00.540432 [ 194 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2767 | 2025.03.03 04:53:00.540519 [ 256 ] {c1d5dc7a-483e-4d39-a8bc-11d4fa87126d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2768 | 2025.03.03 04:53:00.540523 [ 194 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 846 rows starting from the beginning of the part | ||
| 2769 | 2025.03.03 04:53:00.540934 [ 194 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 390 rows starting from the beginning of the part | ||
| 2770 | 2025.03.03 04:53:00.541284 [ 194 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 101 rows starting from the beginning of the part | ||
| 2771 | 2025.03.03 04:53:00.541614 [ 194 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 858 rows starting from the beginning of the part | ||
| 2772 | 2025.03.03 04:53:00.541898 [ 194 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 2773 | 2025.03.03 04:53:00.542060 [ 194 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 91 rows starting from the beginning of the part | ||
| 2774 | 2025.03.03 04:53:00.543213 [ 256 ] {c1d5dc7a-483e-4d39-a8bc-11d4fa87126d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2775 | 2025.03.03 04:53:00.543290 [ 256 ] {c1d5dc7a-483e-4d39-a8bc-11d4fa87126d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2776 | 2025.03.03 04:53:00.544344 [ 256 ] {c1d5dc7a-483e-4d39-a8bc-11d4fa87126d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2777 | 2025.03.03 04:53:00.544817 [ 256 ] {c1d5dc7a-483e-4d39-a8bc-11d4fa87126d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2778 | 2025.03.03 04:53:00.545096 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2779 | 2025.03.03 04:53:00.545169 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2780 | 2025.03.03 04:53:00.545204 [ 256 ] {c1d5dc7a-483e-4d39-a8bc-11d4fa87126d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004842 sec., 33044.19661296985 rows/sec., 2.30 MiB/sec. | ||
| 2781 | 2025.03.03 04:53:00.545276 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2782 | 2025.03.03 04:53:00.545483 [ 256 ] {c1d5dc7a-483e-4d39-a8bc-11d4fa87126d} <Debug> TCPHandler: Processed in 0.005354244 sec. | ||
| 2783 | 2025.03.03 04:53:00.545969 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2784 | 2025.03.03 04:53:00.546076 [ 194 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2350 rows, containing 5 columns (5 merged, 0 gathered) in 0.006141841 sec., 382621.4322383142 rows/sec., 29.24 MiB/sec. | ||
| 2785 | 2025.03.03 04:53:00.546074 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 2786 | 2025.03.03 04:53:00.546229 [ 256 ] {bc942ef4-7f0b-4cd1-955e-ee27d4a8f9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2787 | 2025.03.03 04:53:00.546412 [ 194 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2788 | 2025.03.03 04:53:00.546549 [ 256 ] {bc942ef4-7f0b-4cd1-955e-ee27d4a8f9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2789 | 2025.03.03 04:53:00.546787 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2790 | 2025.03.03 04:53:00.547047 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3798 rows starting from the beginning of the part | ||
| 2791 | 2025.03.03 04:53:00.547433 [ 194 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_16_3} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2792 | 2025.03.03 04:53:00.547755 [ 194 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_16_3} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2793 | 2025.03.03 04:53:00.547990 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 2794 | 2025.03.03 04:53:00.548020 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2795 | 2025.03.03 04:53:00.548494 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 2796 | 2025.03.03 04:53:00.548958 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1025 rows starting from the beginning of the part | ||
| 2797 | 2025.03.03 04:53:00.549320 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 2798 | 2025.03.03 04:53:00.549803 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2799 | 2025.03.03 04:53:00.552266 [ 256 ] {bc942ef4-7f0b-4cd1-955e-ee27d4a8f9a5} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2800 | 2025.03.03 04:53:00.552340 [ 256 ] {bc942ef4-7f0b-4cd1-955e-ee27d4a8f9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2801 | 2025.03.03 04:53:00.554074 [ 256 ] {bc942ef4-7f0b-4cd1-955e-ee27d4a8f9a5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2802 | 2025.03.03 04:53:00.554372 [ 256 ] {bc942ef4-7f0b-4cd1-955e-ee27d4a8f9a5} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2803 | 2025.03.03 04:53:00.554634 [ 256 ] {bc942ef4-7f0b-4cd1-955e-ee27d4a8f9a5} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.008497 sec., 3177.592091326351 rows/sec., 5.69 MiB/sec. | ||
| 2804 | 2025.03.03 04:53:00.554771 [ 256 ] {bc942ef4-7f0b-4cd1-955e-ee27d4a8f9a5} <Debug> TCPHandler: Processed in 0.008993052 sec. | ||
| 2805 | 2025.03.03 04:53:00.554894 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2806 | 2025.03.03 04:53:00.555070 [ 256 ] {d6cc3bd2-8ecd-456f-a08b-566cdb639acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2807 | 2025.03.03 04:53:00.555237 [ 256 ] {d6cc3bd2-8ecd-456f-a08b-566cdb639acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2808 | 2025.03.03 04:53:00.555352 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5444 rows, containing 5 columns (5 merged, 0 gathered) in 0.009810191 sec., 554933.1302520002 rows/sec., 37.43 MiB/sec. | ||
| 2809 | 2025.03.03 04:53:00.555836 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2810 | 2025.03.03 04:53:00.556133 [ 256 ] {d6cc3bd2-8ecd-456f-a08b-566cdb639acf} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2811 | 2025.03.03 04:53:00.556192 [ 256 ] {d6cc3bd2-8ecd-456f-a08b-566cdb639acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2812 | 2025.03.03 04:53:00.556453 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2813 | 2025.03.03 04:53:00.556620 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2814 | 2025.03.03 04:53:00.556788 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
| 2815 | 2025.03.03 04:53:00.556928 [ 256 ] {d6cc3bd2-8ecd-456f-a08b-566cdb639acf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2816 | 2025.03.03 04:53:00.557173 [ 256 ] {d6cc3bd2-8ecd-456f-a08b-566cdb639acf} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2817 | 2025.03.03 04:53:00.557374 [ 146 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2818 | 2025.03.03 04:53:00.557400 [ 256 ] {d6cc3bd2-8ecd-456f-a08b-566cdb639acf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002426 sec., 24732.069249793898 rows/sec., 1.67 MiB/sec. | ||
| 2819 | 2025.03.03 04:53:00.557459 [ 146 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2820 | 2025.03.03 04:53:00.557534 [ 256 ] {d6cc3bd2-8ecd-456f-a08b-566cdb639acf} <Debug> TCPHandler: Processed in 0.002682067 sec. | ||
| 2821 | 2025.03.03 04:53:00.557549 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2822 | 2025.03.03 04:53:00.557740 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 2823 | 2025.03.03 04:53:00.557847 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2824 | 2025.03.03 04:53:00.557876 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 652 rows starting from the beginning of the part | ||
| 2825 | 2025.03.03 04:53:00.557969 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 2826 | 2025.03.03 04:53:00.558137 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 2827 | 2025.03.03 04:53:00.558361 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 58 rows starting from the beginning of the part | ||
| 2828 | 2025.03.03 04:53:00.558543 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
| 2829 | 2025.03.03 04:53:00.558691 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 2830 | 2025.03.03 04:53:00.559896 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 936 rows, containing 4 columns (4 merged, 0 gathered) in 0.002212527 sec., 423045.68486621854 rows/sec., 27.65 MiB/sec. | ||
| 2831 | 2025.03.03 04:53:00.560060 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2832 | 2025.03.03 04:53:00.560340 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_16_3} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2833 | 2025.03.03 04:53:00.560412 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_16_3} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2834 | 2025.03.03 04:53:00.560482 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2835 | 2025.03.03 04:53:04.248231 [ 143 ] {} <Debug> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2836 | 2025.03.03 04:53:04.248300 [ 143 ] {} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2837 | 2025.03.03 04:53:04.248322 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2838 | 2025.03.03 04:53:04.248483 [ 193 ] {0a3e01cc-9683-4e3d-b867-8c395606102c::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 | ||
| 2839 | 2025.03.03 04:53:04.248807 [ 193 ] {0a3e01cc-9683-4e3d-b867-8c395606102c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2840 | 2025.03.03 04:53:04.248849 [ 193 ] {0a3e01cc-9683-4e3d-b867-8c395606102c::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 | ||
| 2841 | 2025.03.03 04:53:04.248952 [ 193 ] {0a3e01cc-9683-4e3d-b867-8c395606102c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2842 | 2025.03.03 04:53:04.249095 [ 193 ] {0a3e01cc-9683-4e3d-b867-8c395606102c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2843 | 2025.03.03 04:53:04.249216 [ 193 ] {0a3e01cc-9683-4e3d-b867-8c395606102c::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 | ||
| 2844 | 2025.03.03 04:53:04.249324 [ 193 ] {0a3e01cc-9683-4e3d-b867-8c395606102c::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 | ||
| 2845 | 2025.03.03 04:53:04.251671 [ 194 ] {0a3e01cc-9683-4e3d-b867-8c395606102c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.00327363 sec., 12829.794448364659 rows/sec., 2.68 MiB/sec. | ||
| 2846 | 2025.03.03 04:53:04.251882 [ 194 ] {0a3e01cc-9683-4e3d-b867-8c395606102c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2847 | 2025.03.03 04:53:04.252373 [ 194 ] {0a3e01cc-9683-4e3d-b867-8c395606102c::all_1_5_1} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2848 | 2025.03.03 04:53:04.252465 [ 194 ] {0a3e01cc-9683-4e3d-b867-8c395606102c::all_1_5_1} <Trace> oximeter.timeseries_schema (0a3e01cc-9683-4e3d-b867-8c395606102c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2849 | 2025.03.03 04:53:04.252568 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2850 | 2025.03.03 04:53:05.110117 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2851 | 2025.03.03 04:53:05.110173 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2852 | 2025.03.03 04:53:05.188572 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2853 | 2025.03.03 04:53:05.189239 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2854 | 2025.03.03 04:53:05.189292 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2855 | 2025.03.03 04:53:05.189839 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2856 | 2025.03.03 04:53:05.190116 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2857 | 2025.03.03 04:53:05.190365 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2858 | 2025.03.03 04:53:05.201187 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 410 | ||
| 2859 | 2025.03.03 04:53:05.204033 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2860 | 2025.03.03 04:53:05.204081 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2861 | 2025.03.03 04:53:05.205598 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2862 | 2025.03.03 04:53:05.205937 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2863 | 2025.03.03 04:53:05.206881 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 410 | ||
| 2864 | 2025.03.03 04:53:05.535572 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2865 | 2025.03.03 04:53:05.535872 [ 256 ] {d201d44c-f76f-467c-b2ab-0c6e11f3d0f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2866 | 2025.03.03 04:53:05.535958 [ 256 ] {d201d44c-f76f-467c-b2ab-0c6e11f3d0f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2867 | 2025.03.03 04:53:05.536968 [ 256 ] {d201d44c-f76f-467c-b2ab-0c6e11f3d0f9} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2868 | 2025.03.03 04:53:05.537028 [ 256 ] {d201d44c-f76f-467c-b2ab-0c6e11f3d0f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2869 | 2025.03.03 04:53:05.537519 [ 256 ] {d201d44c-f76f-467c-b2ab-0c6e11f3d0f9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2870 | 2025.03.03 04:53:05.537883 [ 256 ] {d201d44c-f76f-467c-b2ab-0c6e11f3d0f9} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2871 | 2025.03.03 04:53:05.538116 [ 256 ] {d201d44c-f76f-467c-b2ab-0c6e11f3d0f9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00231 sec., 91774.89177489177 rows/sec., 5.84 MiB/sec. | ||
| 2872 | 2025.03.03 04:53:05.538324 [ 256 ] {d201d44c-f76f-467c-b2ab-0c6e11f3d0f9} <Debug> TCPHandler: Processed in 0.002917703 sec. | ||
| 2873 | 2025.03.03 04:53:05.538475 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2874 | 2025.03.03 04:53:05.538592 [ 256 ] {4543802c-beaf-46a3-b23a-9ff78dcff68b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2875 | 2025.03.03 04:53:05.538647 [ 256 ] {4543802c-beaf-46a3-b23a-9ff78dcff68b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2876 | 2025.03.03 04:53:05.539986 [ 256 ] {4543802c-beaf-46a3-b23a-9ff78dcff68b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2877 | 2025.03.03 04:53:05.540089 [ 256 ] {4543802c-beaf-46a3-b23a-9ff78dcff68b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2878 | 2025.03.03 04:53:05.540781 [ 256 ] {4543802c-beaf-46a3-b23a-9ff78dcff68b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2879 | 2025.03.03 04:53:05.541112 [ 256 ] {4543802c-beaf-46a3-b23a-9ff78dcff68b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2880 | 2025.03.03 04:53:05.541402 [ 256 ] {4543802c-beaf-46a3-b23a-9ff78dcff68b} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.002834 sec., 226182.07480592802 rows/sec., 17.82 MiB/sec. | ||
| 2881 | 2025.03.03 04:53:05.541509 [ 256 ] {4543802c-beaf-46a3-b23a-9ff78dcff68b} <Debug> TCPHandler: Processed in 0.003085556 sec. | ||
| 2882 | 2025.03.03 04:53:05.541712 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2883 | 2025.03.03 04:53:05.541856 [ 256 ] {6f254c0e-5180-4415-96c3-0653fa3eebe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2884 | 2025.03.03 04:53:05.541919 [ 256 ] {6f254c0e-5180-4415-96c3-0653fa3eebe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2885 | 2025.03.03 04:53:05.542663 [ 256 ] {6f254c0e-5180-4415-96c3-0653fa3eebe8} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2886 | 2025.03.03 04:53:05.542707 [ 256 ] {6f254c0e-5180-4415-96c3-0653fa3eebe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2887 | 2025.03.03 04:53:05.543107 [ 256 ] {6f254c0e-5180-4415-96c3-0653fa3eebe8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2888 | 2025.03.03 04:53:05.543398 [ 256 ] {6f254c0e-5180-4415-96c3-0653fa3eebe8} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2889 | 2025.03.03 04:53:05.543604 [ 256 ] {6f254c0e-5180-4415-96c3-0653fa3eebe8} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001791 sec., 65884.98045784478 rows/sec., 3.97 MiB/sec. | ||
| 2890 | 2025.03.03 04:53:05.543683 [ 256 ] {6f254c0e-5180-4415-96c3-0653fa3eebe8} <Debug> TCPHandler: Processed in 0.002091005 sec. | ||
| 2891 | 2025.03.03 04:53:05.543814 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2892 | 2025.03.03 04:53:05.543927 [ 256 ] {a997f79d-a627-4018-a0af-06929d344581} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2893 | 2025.03.03 04:53:05.543976 [ 256 ] {a997f79d-a627-4018-a0af-06929d344581} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2894 | 2025.03.03 04:53:05.544555 [ 256 ] {a997f79d-a627-4018-a0af-06929d344581} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2025.03.03 04:53:05.544593 [ 256 ] {a997f79d-a627-4018-a0af-06929d344581} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2896 | 2025.03.03 04:53:05.544964 [ 256 ] {a997f79d-a627-4018-a0af-06929d344581} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2897 | 2025.03.03 04:53:05.545201 [ 256 ] {a997f79d-a627-4018-a0af-06929d344581} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2025.03.03 04:53:05.545382 [ 256 ] {a997f79d-a627-4018-a0af-06929d344581} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001483 sec., 76196.89817936615 rows/sec., 4.93 MiB/sec. | ||
| 2899 | 2025.03.03 04:53:05.545434 [ 256 ] {a997f79d-a627-4018-a0af-06929d344581} <Debug> TCPHandler: Processed in 0.001673306 sec. | ||
| 2900 | 2025.03.03 04:53:05.545551 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2901 | 2025.03.03 04:53:05.545664 [ 256 ] {c8447ada-96f0-4e54-bc6e-84ebc9c5cf71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2902 | 2025.03.03 04:53:05.545710 [ 256 ] {c8447ada-96f0-4e54-bc6e-84ebc9c5cf71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2903 | 2025.03.03 04:53:05.546254 [ 256 ] {c8447ada-96f0-4e54-bc6e-84ebc9c5cf71} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2904 | 2025.03.03 04:53:05.546291 [ 256 ] {c8447ada-96f0-4e54-bc6e-84ebc9c5cf71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2905 | 2025.03.03 04:53:05.546641 [ 256 ] {c8447ada-96f0-4e54-bc6e-84ebc9c5cf71} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2906 | 2025.03.03 04:53:05.546878 [ 256 ] {c8447ada-96f0-4e54-bc6e-84ebc9c5cf71} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2907 | 2025.03.03 04:53:05.547051 [ 256 ] {c8447ada-96f0-4e54-bc6e-84ebc9c5cf71} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001411 sec., 79376.32884479093 rows/sec., 4.52 MiB/sec. | ||
| 2908 | 2025.03.03 04:53:05.547103 [ 256 ] {c8447ada-96f0-4e54-bc6e-84ebc9c5cf71} <Debug> TCPHandler: Processed in 0.001603015 sec. | ||
| 2909 | 2025.03.03 04:53:05.547219 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2910 | 2025.03.03 04:53:05.547324 [ 256 ] {c237474a-f7ce-4442-a279-89b14f46b398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2911 | 2025.03.03 04:53:05.547369 [ 256 ] {c237474a-f7ce-4442-a279-89b14f46b398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2912 | 2025.03.03 04:53:05.548060 [ 256 ] {c237474a-f7ce-4442-a279-89b14f46b398} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2913 | 2025.03.03 04:53:05.548097 [ 256 ] {c237474a-f7ce-4442-a279-89b14f46b398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2914 | 2025.03.03 04:53:05.548467 [ 256 ] {c237474a-f7ce-4442-a279-89b14f46b398} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2915 | 2025.03.03 04:53:05.548703 [ 256 ] {c237474a-f7ce-4442-a279-89b14f46b398} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2916 | 2025.03.03 04:53:05.548911 [ 256 ] {c237474a-f7ce-4442-a279-89b14f46b398} <Debug> executeQuery: Read 403 rows, 29.27 KiB in 0.001605 sec., 251090.3426791277 rows/sec., 17.81 MiB/sec. | ||
| 2917 | 2025.03.03 04:53:05.549128 [ 256 ] {c237474a-f7ce-4442-a279-89b14f46b398} <Debug> TCPHandler: Processed in 0.001951802 sec. | ||
| 2918 | 2025.03.03 04:53:05.549282 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2919 | 2025.03.03 04:53:05.549388 [ 256 ] {7c07f9c0-682f-4f8b-90bf-a40706c90174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2920 | 2025.03.03 04:53:05.549435 [ 256 ] {7c07f9c0-682f-4f8b-90bf-a40706c90174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2921 | 2025.03.03 04:53:05.549894 [ 256 ] {7c07f9c0-682f-4f8b-90bf-a40706c90174} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2922 | 2025.03.03 04:53:05.549931 [ 256 ] {7c07f9c0-682f-4f8b-90bf-a40706c90174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2923 | 2025.03.03 04:53:05.550291 [ 256 ] {7c07f9c0-682f-4f8b-90bf-a40706c90174} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2924 | 2025.03.03 04:53:05.550530 [ 256 ] {7c07f9c0-682f-4f8b-90bf-a40706c90174} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2925 | 2025.03.03 04:53:05.550708 [ 256 ] {7c07f9c0-682f-4f8b-90bf-a40706c90174} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001344 sec., 4464.285714285715 rows/sec., 233.24 KiB/sec. | ||
| 2926 | 2025.03.03 04:53:05.550758 [ 256 ] {7c07f9c0-682f-4f8b-90bf-a40706c90174} <Debug> TCPHandler: Processed in 0.001526853 sec. | ||
| 2927 | 2025.03.03 04:53:05.550862 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2928 | 2025.03.03 04:53:05.550963 [ 256 ] {d6b07adc-a398-44ea-be1f-dc723f4ff01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2929 | 2025.03.03 04:53:05.551009 [ 256 ] {d6b07adc-a398-44ea-be1f-dc723f4ff01d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2930 | 2025.03.03 04:53:05.551523 [ 256 ] {d6b07adc-a398-44ea-be1f-dc723f4ff01d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2931 | 2025.03.03 04:53:05.551564 [ 256 ] {d6b07adc-a398-44ea-be1f-dc723f4ff01d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2932 | 2025.03.03 04:53:05.551944 [ 256 ] {d6b07adc-a398-44ea-be1f-dc723f4ff01d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2933 | 2025.03.03 04:53:05.552064 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2934 | 2025.03.03 04:53:05.552431 [ 256 ] {d6b07adc-a398-44ea-be1f-dc723f4ff01d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2935 | 2025.03.03 04:53:05.553116 [ 256 ] {d6b07adc-a398-44ea-be1f-dc723f4ff01d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002152 sec., 110130.11152416357 rows/sec., 7.38 MiB/sec. | ||
| 2936 | 2025.03.03 04:53:05.553353 [ 256 ] {d6b07adc-a398-44ea-be1f-dc723f4ff01d} <Debug> TCPHandler: Processed in 0.002536974 sec. | ||
| 2937 | 2025.03.03 04:53:05.553798 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2938 | 2025.03.03 04:53:05.554330 [ 256 ] {5e37b274-8058-4291-b3e9-d020f2d51b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2939 | 2025.03.03 04:53:05.554480 [ 256 ] {5e37b274-8058-4291-b3e9-d020f2d51b8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2940 | 2025.03.03 04:53:05.556874 [ 256 ] {5e37b274-8058-4291-b3e9-d020f2d51b8d} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2941 | 2025.03.03 04:53:05.556993 [ 256 ] {5e37b274-8058-4291-b3e9-d020f2d51b8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2942 | 2025.03.03 04:53:05.558844 [ 256 ] {5e37b274-8058-4291-b3e9-d020f2d51b8d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2943 | 2025.03.03 04:53:05.559766 [ 256 ] {5e37b274-8058-4291-b3e9-d020f2d51b8d} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2944 | 2025.03.03 04:53:05.560673 [ 256 ] {5e37b274-8058-4291-b3e9-d020f2d51b8d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006467 sec., 154.63120457708365 rows/sec., 10.42 KiB/sec. | ||
| 2945 | 2025.03.03 04:53:05.560929 [ 256 ] {5e37b274-8058-4291-b3e9-d020f2d51b8d} <Debug> TCPHandler: Processed in 0.007419319 sec. | ||
| 2946 | 2025.03.03 04:53:05.561565 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2947 | 2025.03.03 04:53:05.561951 [ 256 ] {82d3202c-c51d-4bcc-98e1-4be15212a44a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2948 | 2025.03.03 04:53:05.562533 [ 256 ] {82d3202c-c51d-4bcc-98e1-4be15212a44a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2949 | 2025.03.03 04:53:05.570817 [ 256 ] {82d3202c-c51d-4bcc-98e1-4be15212a44a} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2950 | 2025.03.03 04:53:05.570911 [ 256 ] {82d3202c-c51d-4bcc-98e1-4be15212a44a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2951 | 2025.03.03 04:53:05.574594 [ 256 ] {82d3202c-c51d-4bcc-98e1-4be15212a44a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2952 | 2025.03.03 04:53:05.575584 [ 256 ] {82d3202c-c51d-4bcc-98e1-4be15212a44a} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2953 | 2025.03.03 04:53:05.576452 [ 256 ] {82d3202c-c51d-4bcc-98e1-4be15212a44a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.014601 sec., 821.8615163344977 rows/sec., 1.47 MiB/sec. | ||
| 2954 | 2025.03.03 04:53:05.577163 [ 256 ] {82d3202c-c51d-4bcc-98e1-4be15212a44a} <Debug> TCPHandler: Processed in 0.015763147 sec. | ||
| 2955 | 2025.03.03 04:53:05.577572 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2956 | 2025.03.03 04:53:05.577775 [ 256 ] {bbbc2d77-a8db-4cec-a314-e6678bd7cf21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2957 | 2025.03.03 04:53:05.577924 [ 256 ] {bbbc2d77-a8db-4cec-a314-e6678bd7cf21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2958 | 2025.03.03 04:53:05.580127 [ 256 ] {bbbc2d77-a8db-4cec-a314-e6678bd7cf21} <Trace> oximeter.measurements_i64 (63c2262d-79cc-4e12-ad02-d09df0a94f3e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2959 | 2025.03.03 04:53:05.580200 [ 256 ] {bbbc2d77-a8db-4cec-a314-e6678bd7cf21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2960 | 2025.03.03 04:53:05.581684 [ 256 ] {bbbc2d77-a8db-4cec-a314-e6678bd7cf21} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2961 | 2025.03.03 04:53:05.582547 [ 256 ] {bbbc2d77-a8db-4cec-a314-e6678bd7cf21} <Trace> oximeter.measurements_i64 (63c2262d-79cc-4e12-ad02-d09df0a94f3e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2962 | 2025.03.03 04:53:05.583282 [ 256 ] {bbbc2d77-a8db-4cec-a314-e6678bd7cf21} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005587 sec., 1610.8824055843922 rows/sec., 113.79 KiB/sec. | ||
| 2963 | 2025.03.03 04:53:05.583581 [ 256 ] {bbbc2d77-a8db-4cec-a314-e6678bd7cf21} <Debug> TCPHandler: Processed in 0.00608421 sec. | ||
| 2964 | 2025.03.03 04:53:05.583842 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2965 | 2025.03.03 04:53:05.584128 [ 256 ] {6df53046-0f2f-4fe7-8606-b709eb728101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2966 | 2025.03.03 04:53:05.584288 [ 256 ] {6df53046-0f2f-4fe7-8606-b709eb728101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2967 | 2025.03.03 04:53:05.586766 [ 256 ] {6df53046-0f2f-4fe7-8606-b709eb728101} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2968 | 2025.03.03 04:53:05.586854 [ 256 ] {6df53046-0f2f-4fe7-8606-b709eb728101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2969 | 2025.03.03 04:53:05.588513 [ 256 ] {6df53046-0f2f-4fe7-8606-b709eb728101} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2970 | 2025.03.03 04:53:05.589274 [ 256 ] {6df53046-0f2f-4fe7-8606-b709eb728101} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2971 | 2025.03.03 04:53:05.590212 [ 256 ] {6df53046-0f2f-4fe7-8606-b709eb728101} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006144 sec., 13346.354166666666 rows/sec., 868.00 KiB/sec. | ||
| 2972 | 2025.03.03 04:53:05.590596 [ 256 ] {6df53046-0f2f-4fe7-8606-b709eb728101} <Debug> TCPHandler: Processed in 0.006845657 sec. | ||
| 2973 | 2025.03.03 04:53:05.602147 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2974 | 2025.03.03 04:53:05.602200 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2975 | 2025.03.03 04:53:05.609258 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2976 | 2025.03.03 04:53:05.610000 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2977 | 2025.03.03 04:53:05.613197 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2978 | 2025.03.03 04:53:10.529626 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2979 | 2025.03.03 04:53:10.529820 [ 256 ] {e81003be-2e07-4b8d-b2c5-490bcfe1c783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2980 | 2025.03.03 04:53:10.529891 [ 256 ] {e81003be-2e07-4b8d-b2c5-490bcfe1c783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2981 | 2025.03.03 04:53:10.530702 [ 256 ] {e81003be-2e07-4b8d-b2c5-490bcfe1c783} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2982 | 2025.03.03 04:53:10.530750 [ 256 ] {e81003be-2e07-4b8d-b2c5-490bcfe1c783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2983 | 2025.03.03 04:53:10.531196 [ 256 ] {e81003be-2e07-4b8d-b2c5-490bcfe1c783} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2984 | 2025.03.03 04:53:10.531459 [ 256 ] {e81003be-2e07-4b8d-b2c5-490bcfe1c783} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2985 | 2025.03.03 04:53:10.531696 [ 256 ] {e81003be-2e07-4b8d-b2c5-490bcfe1c783} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001929 sec., 57024.36495593572 rows/sec., 4.78 MiB/sec. | ||
| 2986 | 2025.03.03 04:53:10.531762 [ 256 ] {e81003be-2e07-4b8d-b2c5-490bcfe1c783} <Debug> TCPHandler: Processed in 0.002271578 sec. | ||
| 2987 | 2025.03.03 04:53:10.531889 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2988 | 2025.03.03 04:53:10.532005 [ 256 ] {370e1e60-1c9b-4bee-8d88-9a1b5962b156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2989 | 2025.03.03 04:53:10.532055 [ 256 ] {370e1e60-1c9b-4bee-8d88-9a1b5962b156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2990 | 2025.03.03 04:53:10.532585 [ 256 ] {370e1e60-1c9b-4bee-8d88-9a1b5962b156} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2991 | 2025.03.03 04:53:10.532625 [ 256 ] {370e1e60-1c9b-4bee-8d88-9a1b5962b156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2992 | 2025.03.03 04:53:10.532976 [ 256 ] {370e1e60-1c9b-4bee-8d88-9a1b5962b156} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2993 | 2025.03.03 04:53:10.533215 [ 256 ] {370e1e60-1c9b-4bee-8d88-9a1b5962b156} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2994 | 2025.03.03 04:53:10.533375 [ 134 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 2995 | 2025.03.03 04:53:10.533447 [ 256 ] {370e1e60-1c9b-4bee-8d88-9a1b5962b156} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001467 sec., 18404.907975460123 rows/sec., 1.35 MiB/sec. | ||
| 2996 | 2025.03.03 04:53:10.533457 [ 134 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2997 | 2025.03.03 04:53:10.533529 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 2998 | 2025.03.03 04:53:10.533563 [ 256 ] {370e1e60-1c9b-4bee-8d88-9a1b5962b156} <Debug> TCPHandler: Processed in 0.001721877 sec. | ||
| 2999 | 2025.03.03 04:53:10.533759 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3000 | 2025.03.03 04:53:10.533786 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 3001 | 2025.03.03 04:53:10.533922 [ 256 ] {943b03e2-f20d-4426-afcf-fd9d3d050d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3002 | 2025.03.03 04:53:10.534029 [ 256 ] {943b03e2-f20d-4426-afcf-fd9d3d050d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3003 | 2025.03.03 04:53:10.534158 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3004 | 2025.03.03 04:53:10.534270 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 114 rows starting from the beginning of the part | ||
| 3005 | 2025.03.03 04:53:10.534720 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 27 rows starting from the beginning of the part | ||
| 3006 | 2025.03.03 04:53:10.535184 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 126 rows starting from the beginning of the part | ||
| 3007 | 2025.03.03 04:53:10.535426 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part | ||
| 3008 | 2025.03.03 04:53:10.535971 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 118 rows starting from the beginning of the part | ||
| 3009 | 2025.03.03 04:53:10.536341 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part | ||
| 3010 | 2025.03.03 04:53:10.536897 [ 256 ] {943b03e2-f20d-4426-afcf-fd9d3d050d80} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3011 | 2025.03.03 04:53:10.537002 [ 256 ] {943b03e2-f20d-4426-afcf-fd9d3d050d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3012 | 2025.03.03 04:53:10.538156 [ 256 ] {943b03e2-f20d-4426-afcf-fd9d3d050d80} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3013 | 2025.03.03 04:53:10.538800 [ 256 ] {943b03e2-f20d-4426-afcf-fd9d3d050d80} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3014 | 2025.03.03 04:53:10.539382 [ 256 ] {943b03e2-f20d-4426-afcf-fd9d3d050d80} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005493 sec., 16566.5392317495 rows/sec., 1.29 MiB/sec. | ||
| 3015 | 2025.03.03 04:53:10.539713 [ 256 ] {943b03e2-f20d-4426-afcf-fd9d3d050d80} <Debug> TCPHandler: Processed in 0.006030149 sec. | ||
| 3016 | 2025.03.03 04:53:10.539728 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 439 rows, containing 5 columns (5 merged, 0 gathered) in 0.00604948 sec., 72568.22073963382 rows/sec., 4.83 MiB/sec. | ||
| 3017 | 2025.03.03 04:53:10.539994 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3018 | 2025.03.03 04:53:10.540045 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3019 | 2025.03.03 04:53:10.540227 [ 256 ] {f73b10d1-b3c9-4841-83a3-6605ebf6268a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3020 | 2025.03.03 04:53:10.540305 [ 256 ] {f73b10d1-b3c9-4841-83a3-6605ebf6268a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3021 | 2025.03.03 04:53:10.540792 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_10_2} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3022 | 2025.03.03 04:53:10.540981 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_10_2} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3023 | 2025.03.03 04:53:10.541142 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3024 | 2025.03.03 04:53:10.541420 [ 256 ] {f73b10d1-b3c9-4841-83a3-6605ebf6268a} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3025 | 2025.03.03 04:53:10.541467 [ 256 ] {f73b10d1-b3c9-4841-83a3-6605ebf6268a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3026 | 2025.03.03 04:53:10.541917 [ 256 ] {f73b10d1-b3c9-4841-83a3-6605ebf6268a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3027 | 2025.03.03 04:53:10.542183 [ 256 ] {f73b10d1-b3c9-4841-83a3-6605ebf6268a} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3028 | 2025.03.03 04:53:10.542414 [ 256 ] {f73b10d1-b3c9-4841-83a3-6605ebf6268a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002267 sec., 70577.856197618 rows/sec., 4.92 MiB/sec. | ||
| 3029 | 2025.03.03 04:53:10.542475 [ 256 ] {f73b10d1-b3c9-4841-83a3-6605ebf6268a} <Debug> TCPHandler: Processed in 0.002565365 sec. | ||
| 3030 | 2025.03.03 04:53:10.542596 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3031 | 2025.03.03 04:53:10.542709 [ 256 ] {2ea287e7-d453-4c53-9112-9a60d55535ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3032 | 2025.03.03 04:53:10.542775 [ 256 ] {2ea287e7-d453-4c53-9112-9a60d55535ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3033 | 2025.03.03 04:53:10.543939 [ 256 ] {2ea287e7-d453-4c53-9112-9a60d55535ae} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3034 | 2025.03.03 04:53:10.543979 [ 256 ] {2ea287e7-d453-4c53-9112-9a60d55535ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3035 | 2025.03.03 04:53:10.544653 [ 256 ] {2ea287e7-d453-4c53-9112-9a60d55535ae} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3036 | 2025.03.03 04:53:10.544919 [ 256 ] {2ea287e7-d453-4c53-9112-9a60d55535ae} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3037 | 2025.03.03 04:53:10.545209 [ 256 ] {2ea287e7-d453-4c53-9112-9a60d55535ae} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002516 sec., 10731.319554848966 rows/sec., 19.23 MiB/sec. | ||
| 3038 | 2025.03.03 04:53:10.545346 [ 256 ] {2ea287e7-d453-4c53-9112-9a60d55535ae} <Debug> TCPHandler: Processed in 0.00280157 sec. | ||
| 3039 | 2025.03.03 04:53:10.545460 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3040 | 2025.03.03 04:53:10.545570 [ 256 ] {e8c5f007-1e57-46a9-8488-0bfff760fedc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3041 | 2025.03.03 04:53:10.545618 [ 256 ] {e8c5f007-1e57-46a9-8488-0bfff760fedc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3042 | 2025.03.03 04:53:10.546041 [ 256 ] {e8c5f007-1e57-46a9-8488-0bfff760fedc} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3043 | 2025.03.03 04:53:10.546078 [ 256 ] {e8c5f007-1e57-46a9-8488-0bfff760fedc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3044 | 2025.03.03 04:53:10.546451 [ 256 ] {e8c5f007-1e57-46a9-8488-0bfff760fedc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3045 | 2025.03.03 04:53:10.546684 [ 256 ] {e8c5f007-1e57-46a9-8488-0bfff760fedc} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3046 | 2025.03.03 04:53:10.546913 [ 256 ] {e8c5f007-1e57-46a9-8488-0bfff760fedc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
| 3047 | 2025.03.03 04:53:10.547112 [ 256 ] {e8c5f007-1e57-46a9-8488-0bfff760fedc} <Debug> TCPHandler: Processed in 0.001699776 sec. | ||
| 3048 | 2025.03.03 04:53:12.691487 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 3049 | 2025.03.03 04:53:12.692137 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3050 | 2025.03.03 04:53:12.692176 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3051 | 2025.03.03 04:53:12.692705 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3052 | 2025.03.03 04:53:12.692966 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3053 | 2025.03.03 04:53:12.693156 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3054 | 2025.03.03 04:53:13.114237 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3055 | 2025.03.03 04:53:13.134482 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3056 | 2025.03.03 04:53:13.134540 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3057 | 2025.03.03 04:53:13.142176 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3058 | 2025.03.03 04:53:13.142925 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3059 | 2025.03.03 04:53:13.146033 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3060 | 2025.03.03 04:53:15.207991 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 446 | ||
| 3061 | 2025.03.03 04:53:15.211153 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3062 | 2025.03.03 04:53:15.211202 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3063 | 2025.03.03 04:53:15.212684 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3064 | 2025.03.03 04:53:15.213004 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3065 | 2025.03.03 04:53:15.213672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 446 | ||
| 3066 | 2025.03.03 04:53:15.535947 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3067 | 2025.03.03 04:53:15.536219 [ 256 ] {b782d954-d316-4e7f-bf60-92f313c57fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3068 | 2025.03.03 04:53:15.536299 [ 256 ] {b782d954-d316-4e7f-bf60-92f313c57fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3069 | 2025.03.03 04:53:15.537158 [ 256 ] {b782d954-d316-4e7f-bf60-92f313c57fdc} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3070 | 2025.03.03 04:53:15.537206 [ 256 ] {b782d954-d316-4e7f-bf60-92f313c57fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3071 | 2025.03.03 04:53:15.537668 [ 256 ] {b782d954-d316-4e7f-bf60-92f313c57fdc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3072 | 2025.03.03 04:53:15.537927 [ 256 ] {b782d954-d316-4e7f-bf60-92f313c57fdc} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3073 | 2025.03.03 04:53:15.538176 [ 256 ] {b782d954-d316-4e7f-bf60-92f313c57fdc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002021 sec., 104898.56506679862 rows/sec., 6.67 MiB/sec. | ||
| 3074 | 2025.03.03 04:53:15.538249 [ 256 ] {b782d954-d316-4e7f-bf60-92f313c57fdc} <Debug> TCPHandler: Processed in 0.002432672 sec. | ||
| 3075 | 2025.03.03 04:53:15.538378 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3076 | 2025.03.03 04:53:15.538496 [ 256 ] {73a9a087-8b0a-4c16-a9c6-9b1805d211b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3077 | 2025.03.03 04:53:15.538547 [ 256 ] {73a9a087-8b0a-4c16-a9c6-9b1805d211b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3078 | 2025.03.03 04:53:15.539322 [ 256 ] {73a9a087-8b0a-4c16-a9c6-9b1805d211b2} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3079 | 2025.03.03 04:53:15.539366 [ 256 ] {73a9a087-8b0a-4c16-a9c6-9b1805d211b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3080 | 2025.03.03 04:53:15.539838 [ 256 ] {73a9a087-8b0a-4c16-a9c6-9b1805d211b2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3081 | 2025.03.03 04:53:15.540091 [ 256 ] {73a9a087-8b0a-4c16-a9c6-9b1805d211b2} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3082 | 2025.03.03 04:53:15.540307 [ 256 ] {73a9a087-8b0a-4c16-a9c6-9b1805d211b2} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001838 sec., 348748.6398258977 rows/sec., 27.48 MiB/sec. | ||
| 3083 | 2025.03.03 04:53:15.540367 [ 256 ] {73a9a087-8b0a-4c16-a9c6-9b1805d211b2} <Debug> TCPHandler: Processed in 0.002043504 sec. | ||
| 3084 | 2025.03.03 04:53:15.540487 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3085 | 2025.03.03 04:53:15.540597 [ 256 ] {4fd70682-f1ed-4e34-9ae5-0bca60f1b587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3086 | 2025.03.03 04:53:15.540644 [ 256 ] {4fd70682-f1ed-4e34-9ae5-0bca60f1b587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3087 | 2025.03.03 04:53:15.541203 [ 256 ] {4fd70682-f1ed-4e34-9ae5-0bca60f1b587} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3088 | 2025.03.03 04:53:15.541244 [ 256 ] {4fd70682-f1ed-4e34-9ae5-0bca60f1b587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3089 | 2025.03.03 04:53:15.541602 [ 256 ] {4fd70682-f1ed-4e34-9ae5-0bca60f1b587} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3090 | 2025.03.03 04:53:15.541845 [ 256 ] {4fd70682-f1ed-4e34-9ae5-0bca60f1b587} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3091 | 2025.03.03 04:53:15.542108 [ 256 ] {4fd70682-f1ed-4e34-9ae5-0bca60f1b587} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001535 sec., 76872.96416938111 rows/sec., 4.64 MiB/sec. | ||
| 3092 | 2025.03.03 04:53:15.542291 [ 256 ] {4fd70682-f1ed-4e34-9ae5-0bca60f1b587} <Debug> TCPHandler: Processed in 0.00185584 sec. | ||
| 3093 | 2025.03.03 04:53:15.542421 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3094 | 2025.03.03 04:53:15.542529 [ 256 ] {3d90f19b-808d-4324-adab-bdb50520871e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3095 | 2025.03.03 04:53:15.542576 [ 256 ] {3d90f19b-808d-4324-adab-bdb50520871e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3096 | 2025.03.03 04:53:15.543163 [ 256 ] {3d90f19b-808d-4324-adab-bdb50520871e} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3097 | 2025.03.03 04:53:15.543203 [ 256 ] {3d90f19b-808d-4324-adab-bdb50520871e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3098 | 2025.03.03 04:53:15.543572 [ 256 ] {3d90f19b-808d-4324-adab-bdb50520871e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3099 | 2025.03.03 04:53:15.543809 [ 256 ] {3d90f19b-808d-4324-adab-bdb50520871e} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3100 | 2025.03.03 04:53:15.544012 [ 256 ] {3d90f19b-808d-4324-adab-bdb50520871e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001506 sec., 75033.2005312085 rows/sec., 4.86 MiB/sec. | ||
| 3101 | 2025.03.03 04:53:15.544065 [ 256 ] {3d90f19b-808d-4324-adab-bdb50520871e} <Debug> TCPHandler: Processed in 0.001694996 sec. | ||
| 3102 | 2025.03.03 04:53:15.544178 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3103 | 2025.03.03 04:53:15.544286 [ 256 ] {e96cb710-6a72-4c6e-bfa3-7a88a85e374e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3104 | 2025.03.03 04:53:15.544332 [ 256 ] {e96cb710-6a72-4c6e-bfa3-7a88a85e374e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3105 | 2025.03.03 04:53:15.544878 [ 256 ] {e96cb710-6a72-4c6e-bfa3-7a88a85e374e} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2025.03.03 04:53:15.544918 [ 256 ] {e96cb710-6a72-4c6e-bfa3-7a88a85e374e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3107 | 2025.03.03 04:53:15.545267 [ 256 ] {e96cb710-6a72-4c6e-bfa3-7a88a85e374e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3108 | 2025.03.03 04:53:15.545501 [ 256 ] {e96cb710-6a72-4c6e-bfa3-7a88a85e374e} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3109 | 2025.03.03 04:53:15.545705 [ 256 ] {e96cb710-6a72-4c6e-bfa3-7a88a85e374e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00144 sec., 77777.77777777777 rows/sec., 4.43 MiB/sec. | ||
| 3110 | 2025.03.03 04:53:15.545756 [ 256 ] {e96cb710-6a72-4c6e-bfa3-7a88a85e374e} <Debug> TCPHandler: Processed in 0.001629575 sec. | ||
| 3111 | 2025.03.03 04:53:15.545855 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3112 | 2025.03.03 04:53:15.545957 [ 256 ] {963fba2f-d0c9-4a6b-9530-fa6df46c689c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3113 | 2025.03.03 04:53:15.545999 [ 256 ] {963fba2f-d0c9-4a6b-9530-fa6df46c689c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3114 | 2025.03.03 04:53:15.546626 [ 256 ] {963fba2f-d0c9-4a6b-9530-fa6df46c689c} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3115 | 2025.03.03 04:53:15.546666 [ 256 ] {963fba2f-d0c9-4a6b-9530-fa6df46c689c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3116 | 2025.03.03 04:53:15.547031 [ 256 ] {963fba2f-d0c9-4a6b-9530-fa6df46c689c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3117 | 2025.03.03 04:53:15.547264 [ 256 ] {963fba2f-d0c9-4a6b-9530-fa6df46c689c} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3118 | 2025.03.03 04:53:15.547467 [ 256 ] {963fba2f-d0c9-4a6b-9530-fa6df46c689c} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001531 sec., 257348.13847158718 rows/sec., 18.21 MiB/sec. | ||
| 3119 | 2025.03.03 04:53:15.547518 [ 256 ] {963fba2f-d0c9-4a6b-9530-fa6df46c689c} <Debug> TCPHandler: Processed in 0.001713187 sec. | ||
| 3120 | 2025.03.03 04:53:15.547628 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3121 | 2025.03.03 04:53:15.547733 [ 256 ] {48b17a36-503e-4485-8f09-78d80d969593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3122 | 2025.03.03 04:53:15.547779 [ 256 ] {48b17a36-503e-4485-8f09-78d80d969593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3123 | 2025.03.03 04:53:15.548204 [ 256 ] {48b17a36-503e-4485-8f09-78d80d969593} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3124 | 2025.03.03 04:53:15.548243 [ 256 ] {48b17a36-503e-4485-8f09-78d80d969593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3125 | 2025.03.03 04:53:15.548589 [ 256 ] {48b17a36-503e-4485-8f09-78d80d969593} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3126 | 2025.03.03 04:53:15.548827 [ 256 ] {48b17a36-503e-4485-8f09-78d80d969593} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3127 | 2025.03.03 04:53:15.549023 [ 256 ] {48b17a36-503e-4485-8f09-78d80d969593} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001312 sec., 4573.170731707317 rows/sec., 238.93 KiB/sec. | ||
| 3128 | 2025.03.03 04:53:15.549074 [ 256 ] {48b17a36-503e-4485-8f09-78d80d969593} <Debug> TCPHandler: Processed in 0.001496082 sec. | ||
| 3129 | 2025.03.03 04:53:15.549175 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3130 | 2025.03.03 04:53:15.549276 [ 256 ] {743a5497-6565-4692-9599-e587ccc8f503} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3131 | 2025.03.03 04:53:15.549323 [ 256 ] {743a5497-6565-4692-9599-e587ccc8f503} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3132 | 2025.03.03 04:53:15.549826 [ 256 ] {743a5497-6565-4692-9599-e587ccc8f503} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3133 | 2025.03.03 04:53:15.549865 [ 256 ] {743a5497-6565-4692-9599-e587ccc8f503} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3134 | 2025.03.03 04:53:15.550246 [ 256 ] {743a5497-6565-4692-9599-e587ccc8f503} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3135 | 2025.03.03 04:53:15.550477 [ 256 ] {743a5497-6565-4692-9599-e587ccc8f503} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3136 | 2025.03.03 04:53:15.550697 [ 256 ] {743a5497-6565-4692-9599-e587ccc8f503} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001442 sec., 164355.06241331485 rows/sec., 11.02 MiB/sec. | ||
| 3137 | 2025.03.03 04:53:15.550815 [ 256 ] {743a5497-6565-4692-9599-e587ccc8f503} <Debug> TCPHandler: Processed in 0.001689266 sec. | ||
| 3138 | 2025.03.03 04:53:15.550937 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3139 | 2025.03.03 04:53:15.551037 [ 256 ] {58224f4b-6207-4920-9df2-88c25b7ed3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3140 | 2025.03.03 04:53:15.551082 [ 256 ] {58224f4b-6207-4920-9df2-88c25b7ed3a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3141 | 2025.03.03 04:53:15.551485 [ 256 ] {58224f4b-6207-4920-9df2-88c25b7ed3a4} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3142 | 2025.03.03 04:53:15.551521 [ 256 ] {58224f4b-6207-4920-9df2-88c25b7ed3a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3143 | 2025.03.03 04:53:15.551863 [ 256 ] {58224f4b-6207-4920-9df2-88c25b7ed3a4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3144 | 2025.03.03 04:53:15.552096 [ 256 ] {58224f4b-6207-4920-9df2-88c25b7ed3a4} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3145 | 2025.03.03 04:53:15.552299 [ 256 ] {58224f4b-6207-4920-9df2-88c25b7ed3a4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001282 sec., 780.0312012480499 rows/sec., 52.56 KiB/sec. | ||
| 3146 | 2025.03.03 04:53:15.552348 [ 256 ] {58224f4b-6207-4920-9df2-88c25b7ed3a4} <Debug> TCPHandler: Processed in 0.001465081 sec. | ||
| 3147 | 2025.03.03 04:53:15.552448 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3148 | 2025.03.03 04:53:15.552550 [ 256 ] {145f1863-a795-49c3-9b1d-aaa636c7196e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3149 | 2025.03.03 04:53:15.552615 [ 256 ] {145f1863-a795-49c3-9b1d-aaa636c7196e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3150 | 2025.03.03 04:53:15.553658 [ 256 ] {145f1863-a795-49c3-9b1d-aaa636c7196e} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3151 | 2025.03.03 04:53:15.553696 [ 256 ] {145f1863-a795-49c3-9b1d-aaa636c7196e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3152 | 2025.03.03 04:53:15.554304 [ 256 ] {145f1863-a795-49c3-9b1d-aaa636c7196e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3153 | 2025.03.03 04:53:15.554567 [ 256 ] {145f1863-a795-49c3-9b1d-aaa636c7196e} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3154 | 2025.03.03 04:53:15.554762 [ 130 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3155 | 2025.03.03 04:53:15.554866 [ 256 ] {145f1863-a795-49c3-9b1d-aaa636c7196e} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002336 sec., 5136.986301369863 rows/sec., 9.21 MiB/sec. | ||
| 3156 | 2025.03.03 04:53:15.554901 [ 130 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3157 | 2025.03.03 04:53:15.555020 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3158 | 2025.03.03 04:53:15.555167 [ 256 ] {145f1863-a795-49c3-9b1d-aaa636c7196e} <Debug> TCPHandler: Processed in 0.00276252 sec. | ||
| 3159 | 2025.03.03 04:53:15.555282 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 3160 | 2025.03.03 04:53:15.555330 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3161 | 2025.03.03 04:53:15.555469 [ 256 ] {4ee189cb-4f59-4c52-8f1d-9d828c5d54f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3162 | 2025.03.03 04:53:15.555539 [ 256 ] {4ee189cb-4f59-4c52-8f1d-9d828c5d54f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3163 | 2025.03.03 04:53:15.555732 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3164 | 2025.03.03 04:53:15.555860 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 67 rows starting from the beginning of the part | ||
| 3165 | 2025.03.03 04:53:15.556299 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 3166 | 2025.03.03 04:53:15.556723 [ 256 ] {4ee189cb-4f59-4c52-8f1d-9d828c5d54f7} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3167 | 2025.03.03 04:53:15.556733 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part | ||
| 3168 | 2025.03.03 04:53:15.556768 [ 256 ] {4ee189cb-4f59-4c52-8f1d-9d828c5d54f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3169 | 2025.03.03 04:53:15.557098 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part | ||
| 3170 | 2025.03.03 04:53:15.557479 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part | ||
| 3171 | 2025.03.03 04:53:15.557609 [ 256 ] {4ee189cb-4f59-4c52-8f1d-9d828c5d54f7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3172 | 2025.03.03 04:53:15.557778 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
| 3173 | 2025.03.03 04:53:15.558084 [ 256 ] {4ee189cb-4f59-4c52-8f1d-9d828c5d54f7} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3174 | 2025.03.03 04:53:15.558646 [ 256 ] {4ee189cb-4f59-4c52-8f1d-9d828c5d54f7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003194 sec., 25673.13713212273 rows/sec., 1.63 MiB/sec. | ||
| 3175 | 2025.03.03 04:53:15.559068 [ 256 ] {4ee189cb-4f59-4c52-8f1d-9d828c5d54f7} <Debug> TCPHandler: Processed in 0.003781911 sec. | ||
| 3176 | 2025.03.03 04:53:15.561587 [ 191 ] {1a441893-9993-4f87-907b-84f593661890::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 153 rows, containing 19 columns (19 merged, 0 gathered) in 0.006399197 sec., 23909.249863693836 rows/sec., 42.84 MiB/sec. | ||
| 3177 | 2025.03.03 04:53:15.562069 [ 191 ] {1a441893-9993-4f87-907b-84f593661890::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3178 | 2025.03.03 04:53:15.562543 [ 191 ] {1a441893-9993-4f87-907b-84f593661890::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3179 | 2025.03.03 04:53:15.562646 [ 191 ] {1a441893-9993-4f87-907b-84f593661890::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3180 | 2025.03.03 04:53:15.562824 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 3181 | 2025.03.03 04:53:20.110233 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3182 | 2025.03.03 04:53:20.110290 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3183 | 2025.03.03 04:53:20.194232 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3184 | 2025.03.03 04:53:20.194883 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3185 | 2025.03.03 04:53:20.194928 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3186 | 2025.03.03 04:53:20.195516 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3187 | 2025.03.03 04:53:20.195783 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3188 | 2025.03.03 04:53:20.195985 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3189 | 2025.03.03 04:53:20.530348 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3190 | 2025.03.03 04:53:20.530554 [ 256 ] {c24f4a8f-569d-45b3-a43e-77df274ad760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3191 | 2025.03.03 04:53:20.530634 [ 256 ] {c24f4a8f-569d-45b3-a43e-77df274ad760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3192 | 2025.03.03 04:53:20.531397 [ 256 ] {c24f4a8f-569d-45b3-a43e-77df274ad760} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3193 | 2025.03.03 04:53:20.531442 [ 256 ] {c24f4a8f-569d-45b3-a43e-77df274ad760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3194 | 2025.03.03 04:53:20.531865 [ 256 ] {c24f4a8f-569d-45b3-a43e-77df274ad760} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3195 | 2025.03.03 04:53:20.532112 [ 256 ] {c24f4a8f-569d-45b3-a43e-77df274ad760} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3196 | 2025.03.03 04:53:20.532375 [ 256 ] {c24f4a8f-569d-45b3-a43e-77df274ad760} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001865 sec., 58981.23324396783 rows/sec., 4.94 MiB/sec. | ||
| 3197 | 2025.03.03 04:53:20.532511 [ 256 ] {c24f4a8f-569d-45b3-a43e-77df274ad760} <Debug> TCPHandler: Processed in 0.002294549 sec. | ||
| 3198 | 2025.03.03 04:53:20.532694 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3199 | 2025.03.03 04:53:20.532801 [ 256 ] {d83e07db-5bc6-4b63-83fd-d0c8bbff065a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3200 | 2025.03.03 04:53:20.532848 [ 256 ] {d83e07db-5bc6-4b63-83fd-d0c8bbff065a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3201 | 2025.03.03 04:53:20.533385 [ 256 ] {d83e07db-5bc6-4b63-83fd-d0c8bbff065a} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3202 | 2025.03.03 04:53:20.533424 [ 256 ] {d83e07db-5bc6-4b63-83fd-d0c8bbff065a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3203 | 2025.03.03 04:53:20.533824 [ 256 ] {d83e07db-5bc6-4b63-83fd-d0c8bbff065a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3204 | 2025.03.03 04:53:20.534062 [ 256 ] {d83e07db-5bc6-4b63-83fd-d0c8bbff065a} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3205 | 2025.03.03 04:53:20.534274 [ 256 ] {d83e07db-5bc6-4b63-83fd-d0c8bbff065a} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001496 sec., 18048.12834224599 rows/sec., 1.33 MiB/sec. | ||
| 3206 | 2025.03.03 04:53:20.534328 [ 256 ] {d83e07db-5bc6-4b63-83fd-d0c8bbff065a} <Debug> TCPHandler: Processed in 0.001695337 sec. | ||
| 3207 | 2025.03.03 04:53:20.534430 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3208 | 2025.03.03 04:53:20.534529 [ 256 ] {562978f3-e1b9-4431-8cd8-d920a9211c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3209 | 2025.03.03 04:53:20.534573 [ 256 ] {562978f3-e1b9-4431-8cd8-d920a9211c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3210 | 2025.03.03 04:53:20.535184 [ 256 ] {562978f3-e1b9-4431-8cd8-d920a9211c9c} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3211 | 2025.03.03 04:53:20.535225 [ 256 ] {562978f3-e1b9-4431-8cd8-d920a9211c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3212 | 2025.03.03 04:53:20.535625 [ 256 ] {562978f3-e1b9-4431-8cd8-d920a9211c9c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3213 | 2025.03.03 04:53:20.535908 [ 256 ] {562978f3-e1b9-4431-8cd8-d920a9211c9c} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3214 | 2025.03.03 04:53:20.536150 [ 256 ] {562978f3-e1b9-4431-8cd8-d920a9211c9c} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001642 sec., 55420.21924482338 rows/sec., 4.33 MiB/sec. | ||
| 3215 | 2025.03.03 04:53:20.536213 [ 256 ] {562978f3-e1b9-4431-8cd8-d920a9211c9c} <Debug> TCPHandler: Processed in 0.001832309 sec. | ||
| 3216 | 2025.03.03 04:53:20.536349 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3217 | 2025.03.03 04:53:20.536463 [ 256 ] {34626fcf-6cb5-493f-b4ab-d8bb80d9724f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3218 | 2025.03.03 04:53:20.536516 [ 256 ] {34626fcf-6cb5-493f-b4ab-d8bb80d9724f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3219 | 2025.03.03 04:53:20.537050 [ 256 ] {34626fcf-6cb5-493f-b4ab-d8bb80d9724f} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3220 | 2025.03.03 04:53:20.537088 [ 256 ] {34626fcf-6cb5-493f-b4ab-d8bb80d9724f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3221 | 2025.03.03 04:53:20.537468 [ 256 ] {34626fcf-6cb5-493f-b4ab-d8bb80d9724f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3222 | 2025.03.03 04:53:20.537697 [ 256 ] {34626fcf-6cb5-493f-b4ab-d8bb80d9724f} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3223 | 2025.03.03 04:53:20.537922 [ 256 ] {34626fcf-6cb5-493f-b4ab-d8bb80d9724f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001482 sec., 107962.21322537112 rows/sec., 7.52 MiB/sec. | ||
| 3224 | 2025.03.03 04:53:20.537975 [ 256 ] {34626fcf-6cb5-493f-b4ab-d8bb80d9724f} <Debug> TCPHandler: Processed in 0.001677116 sec. | ||
| 3225 | 2025.03.03 04:53:20.538088 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3226 | 2025.03.03 04:53:20.538192 [ 256 ] {750b00d7-3a05-499a-85f4-f87bb7966715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3227 | 2025.03.03 04:53:20.538258 [ 256 ] {750b00d7-3a05-499a-85f4-f87bb7966715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3228 | 2025.03.03 04:53:20.539338 [ 256 ] {750b00d7-3a05-499a-85f4-f87bb7966715} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3229 | 2025.03.03 04:53:20.539380 [ 256 ] {750b00d7-3a05-499a-85f4-f87bb7966715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3230 | 2025.03.03 04:53:20.540100 [ 256 ] {750b00d7-3a05-499a-85f4-f87bb7966715} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3231 | 2025.03.03 04:53:20.540367 [ 256 ] {750b00d7-3a05-499a-85f4-f87bb7966715} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3232 | 2025.03.03 04:53:20.540639 [ 256 ] {750b00d7-3a05-499a-85f4-f87bb7966715} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002462 sec., 10966.693744922826 rows/sec., 19.65 MiB/sec. | ||
| 3233 | 2025.03.03 04:53:20.540777 [ 256 ] {750b00d7-3a05-499a-85f4-f87bb7966715} <Debug> TCPHandler: Processed in 0.002738809 sec. | ||
| 3234 | 2025.03.03 04:53:20.540889 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3235 | 2025.03.03 04:53:20.540991 [ 256 ] {db56c87e-0978-4420-830f-5440627cc963} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3236 | 2025.03.03 04:53:20.541038 [ 256 ] {db56c87e-0978-4420-830f-5440627cc963} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3237 | 2025.03.03 04:53:20.541465 [ 256 ] {db56c87e-0978-4420-830f-5440627cc963} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3238 | 2025.03.03 04:53:20.541505 [ 256 ] {db56c87e-0978-4420-830f-5440627cc963} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3239 | 2025.03.03 04:53:20.541879 [ 256 ] {db56c87e-0978-4420-830f-5440627cc963} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3240 | 2025.03.03 04:53:20.542124 [ 256 ] {db56c87e-0978-4420-830f-5440627cc963} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3241 | 2025.03.03 04:53:20.542384 [ 256 ] {db56c87e-0978-4420-830f-5440627cc963} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
| 3242 | 2025.03.03 04:53:20.542587 [ 256 ] {db56c87e-0978-4420-830f-5440627cc963} <Debug> TCPHandler: Processed in 0.001741308 sec. | ||
| 3243 | 2025.03.03 04:53:20.647064 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3244 | 2025.03.03 04:53:20.667851 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3245 | 2025.03.03 04:53:20.667906 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3246 | 2025.03.03 04:53:20.675410 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3247 | 2025.03.03 04:53:20.676163 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3248 | 2025.03.03 04:53:20.678764 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3249 | 2025.03.03 04:53:23.338667 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3250 | 2025.03.03 04:53:23.338879 [ 256 ] {c7d1972f-a443-4a14-b4b8-b74d44d7deea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3251 | 2025.03.03 04:53:23.338953 [ 256 ] {c7d1972f-a443-4a14-b4b8-b74d44d7deea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3252 | 2025.03.03 04:53:23.339801 [ 256 ] {c7d1972f-a443-4a14-b4b8-b74d44d7deea} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3253 | 2025.03.03 04:53:23.339857 [ 256 ] {c7d1972f-a443-4a14-b4b8-b74d44d7deea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3254 | 2025.03.03 04:53:23.340288 [ 256 ] {c7d1972f-a443-4a14-b4b8-b74d44d7deea} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3255 | 2025.03.03 04:53:23.340544 [ 256 ] {c7d1972f-a443-4a14-b4b8-b74d44d7deea} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3256 | 2025.03.03 04:53:23.340741 [ 118 ] {} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3257 | 2025.03.03 04:53:23.340817 [ 256 ] {c7d1972f-a443-4a14-b4b8-b74d44d7deea} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001986 sec., 106747.2306143001 rows/sec., 6.79 MiB/sec. | ||
| 3258 | 2025.03.03 04:53:23.340825 [ 118 ] {} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3259 | 2025.03.03 04:53:23.340904 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3260 | 2025.03.03 04:53:23.340959 [ 256 ] {c7d1972f-a443-4a14-b4b8-b74d44d7deea} <Debug> TCPHandler: Processed in 0.002443363 sec. | ||
| 3261 | 2025.03.03 04:53:23.341103 [ 193 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 3262 | 2025.03.03 04:53:23.341130 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3263 | 2025.03.03 04:53:23.341249 [ 193 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3264 | 2025.03.03 04:53:23.341271 [ 256 ] {b05f2265-229b-4aa3-90f6-7627933bf4c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3265 | 2025.03.03 04:53:23.341295 [ 193 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 3266 | 2025.03.03 04:53:23.341332 [ 256 ] {b05f2265-229b-4aa3-90f6-7627933bf4c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3267 | 2025.03.03 04:53:23.341514 [ 193 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 3268 | 2025.03.03 04:53:23.341712 [ 193 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 3269 | 2025.03.03 04:53:23.342257 [ 193 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 3270 | 2025.03.03 04:53:23.342518 [ 193 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 3271 | 2025.03.03 04:53:23.344234 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003219709 sec., 329222.2992823265 rows/sec., 22.19 MiB/sec. | ||
| 3272 | 2025.03.03 04:53:23.344453 [ 256 ] {b05f2265-229b-4aa3-90f6-7627933bf4c9} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3273 | 2025.03.03 04:53:23.344499 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3274 | 2025.03.03 04:53:23.344519 [ 256 ] {b05f2265-229b-4aa3-90f6-7627933bf4c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3275 | 2025.03.03 04:53:23.345202 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_9_2} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3276 | 2025.03.03 04:53:23.345351 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_9_2} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3277 | 2025.03.03 04:53:23.345486 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3278 | 2025.03.03 04:53:23.345540 [ 256 ] {b05f2265-229b-4aa3-90f6-7627933bf4c9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3279 | 2025.03.03 04:53:23.345793 [ 256 ] {b05f2265-229b-4aa3-90f6-7627933bf4c9} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3280 | 2025.03.03 04:53:23.345964 [ 118 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3281 | 2025.03.03 04:53:23.346028 [ 118 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3282 | 2025.03.03 04:53:23.346073 [ 256 ] {b05f2265-229b-4aa3-90f6-7627933bf4c9} <Debug> executeQuery: Read 1781 rows, 147.83 KiB in 0.00483 sec., 368737.0600414079 rows/sec., 29.89 MiB/sec. | ||
| 3283 | 2025.03.03 04:53:23.346076 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3284 | 2025.03.03 04:53:23.346247 [ 256 ] {b05f2265-229b-4aa3-90f6-7627933bf4c9} <Debug> TCPHandler: Processed in 0.005169071 sec. | ||
| 3285 | 2025.03.03 04:53:23.346503 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 3286 | 2025.03.03 04:53:23.346555 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3287 | 2025.03.03 04:53:23.346939 [ 256 ] {f303df4d-0091-47be-a874-70a0c56020df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3288 | 2025.03.03 04:53:23.346983 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3289 | 2025.03.03 04:53:23.347030 [ 256 ] {f303df4d-0091-47be-a874-70a0c56020df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3290 | 2025.03.03 04:53:23.347056 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1834 rows starting from the beginning of the part | ||
| 3291 | 2025.03.03 04:53:23.347392 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 641 rows starting from the beginning of the part | ||
| 3292 | 2025.03.03 04:53:23.347736 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 110 rows starting from the beginning of the part | ||
| 3293 | 2025.03.03 04:53:23.348057 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 641 rows starting from the beginning of the part | ||
| 3294 | 2025.03.03 04:53:23.348420 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 110 rows starting from the beginning of the part | ||
| 3295 | 2025.03.03 04:53:23.348771 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1781 rows starting from the beginning of the part | ||
| 3296 | 2025.03.03 04:53:23.349919 [ 256 ] {f303df4d-0091-47be-a874-70a0c56020df} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3297 | 2025.03.03 04:53:23.349996 [ 256 ] {f303df4d-0091-47be-a874-70a0c56020df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3298 | 2025.03.03 04:53:23.350713 [ 256 ] {f303df4d-0091-47be-a874-70a0c56020df} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3299 | 2025.03.03 04:53:23.351217 [ 256 ] {f303df4d-0091-47be-a874-70a0c56020df} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3300 | 2025.03.03 04:53:23.351567 [ 256 ] {f303df4d-0091-47be-a874-70a0c56020df} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.00477 sec., 24737.945492662475 rows/sec., 1.49 MiB/sec. | ||
| 3301 | 2025.03.03 04:53:23.351661 [ 256 ] {f303df4d-0091-47be-a874-70a0c56020df} <Debug> TCPHandler: Processed in 0.005191781 sec. | ||
| 3302 | 2025.03.03 04:53:23.351784 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3303 | 2025.03.03 04:53:23.351908 [ 256 ] {344bf7cb-8bcd-43e4-a133-03218d019472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3304 | 2025.03.03 04:53:23.351966 [ 256 ] {344bf7cb-8bcd-43e4-a133-03218d019472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3305 | 2025.03.03 04:53:23.352592 [ 193 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5117 rows, containing 5 columns (5 merged, 0 gathered) in 0.006372647 sec., 802963.0387498318 rows/sec., 67.85 MiB/sec. | ||
| 3306 | 2025.03.03 04:53:23.352889 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3307 | 2025.03.03 04:53:23.353072 [ 256 ] {344bf7cb-8bcd-43e4-a133-03218d019472} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3308 | 2025.03.03 04:53:23.353134 [ 256 ] {344bf7cb-8bcd-43e4-a133-03218d019472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3309 | 2025.03.03 04:53:23.353384 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_21_4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3310 | 2025.03.03 04:53:23.353540 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_21_4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3311 | 2025.03.03 04:53:23.353688 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 3312 | 2025.03.03 04:53:23.353806 [ 256 ] {344bf7cb-8bcd-43e4-a133-03218d019472} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3313 | 2025.03.03 04:53:23.354050 [ 256 ] {344bf7cb-8bcd-43e4-a133-03218d019472} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3314 | 2025.03.03 04:53:23.354333 [ 256 ] {344bf7cb-8bcd-43e4-a133-03218d019472} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00244 sec., 139754.09836065574 rows/sec., 9.32 MiB/sec. | ||
| 3315 | 2025.03.03 04:53:23.354511 [ 256 ] {344bf7cb-8bcd-43e4-a133-03218d019472} <Debug> TCPHandler: Processed in 0.00278026 sec. | ||
| 3316 | 2025.03.03 04:53:23.354621 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3317 | 2025.03.03 04:53:23.354724 [ 256 ] {3055a5ae-b0af-4aa3-af83-7eaeea08cb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3318 | 2025.03.03 04:53:23.354768 [ 256 ] {3055a5ae-b0af-4aa3-af83-7eaeea08cb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3319 | 2025.03.03 04:53:23.355336 [ 256 ] {3055a5ae-b0af-4aa3-af83-7eaeea08cb09} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3320 | 2025.03.03 04:53:23.355376 [ 256 ] {3055a5ae-b0af-4aa3-af83-7eaeea08cb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3321 | 2025.03.03 04:53:23.355723 [ 256 ] {3055a5ae-b0af-4aa3-af83-7eaeea08cb09} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3322 | 2025.03.03 04:53:23.355956 [ 256 ] {3055a5ae-b0af-4aa3-af83-7eaeea08cb09} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3323 | 2025.03.03 04:53:23.356105 [ 118 ] {} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3324 | 2025.03.03 04:53:23.356163 [ 118 ] {} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3325 | 2025.03.03 04:53:23.356200 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3326 | 2025.03.03 04:53:23.356212 [ 256 ] {3055a5ae-b0af-4aa3-af83-7eaeea08cb09} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001502 sec., 74567.24367509986 rows/sec., 4.25 MiB/sec. | ||
| 3327 | 2025.03.03 04:53:23.356552 [ 256 ] {3055a5ae-b0af-4aa3-af83-7eaeea08cb09} <Debug> TCPHandler: Processed in 0.001972402 sec. | ||
| 3328 | 2025.03.03 04:53:23.356567 [ 201 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 3329 | 2025.03.03 04:53:23.356808 [ 201 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3330 | 2025.03.03 04:53:23.356810 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3331 | 2025.03.03 04:53:23.356846 [ 201 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 3332 | 2025.03.03 04:53:23.357055 [ 201 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 3333 | 2025.03.03 04:53:23.357076 [ 256 ] {ff4cd346-9087-4153-be35-5f0df4d9a61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3334 | 2025.03.03 04:53:23.357225 [ 256 ] {ff4cd346-9087-4153-be35-5f0df4d9a61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3335 | 2025.03.03 04:53:23.357420 [ 201 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 3336 | 2025.03.03 04:53:23.357795 [ 201 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 3337 | 2025.03.03 04:53:23.358043 [ 201 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 3338 | 2025.03.03 04:53:23.359586 [ 256 ] {ff4cd346-9087-4153-be35-5f0df4d9a61b} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3339 | 2025.03.03 04:53:23.359639 [ 256 ] {ff4cd346-9087-4153-be35-5f0df4d9a61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3340 | 2025.03.03 04:53:23.359789 [ 190 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003510635 sec., 159515.30136285885 rows/sec., 9.70 MiB/sec. | ||
| 3341 | 2025.03.03 04:53:23.360025 [ 190 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3342 | 2025.03.03 04:53:23.360344 [ 256 ] {ff4cd346-9087-4153-be35-5f0df4d9a61b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3343 | 2025.03.03 04:53:23.360497 [ 190 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_9_2} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3344 | 2025.03.03 04:53:23.360687 [ 190 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_9_2} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3345 | 2025.03.03 04:53:23.360837 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3346 | 2025.03.03 04:53:23.360868 [ 256 ] {ff4cd346-9087-4153-be35-5f0df4d9a61b} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3347 | 2025.03.03 04:53:23.361054 [ 118 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3348 | 2025.03.03 04:53:23.361118 [ 118 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3349 | 2025.03.03 04:53:23.361155 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3350 | 2025.03.03 04:53:23.361162 [ 256 ] {ff4cd346-9087-4153-be35-5f0df4d9a61b} <Debug> executeQuery: Read 850 rows, 62.83 KiB in 0.004182 sec., 203252.0325203252 rows/sec., 14.67 MiB/sec. | ||
| 3351 | 2025.03.03 04:53:23.361478 [ 256 ] {ff4cd346-9087-4153-be35-5f0df4d9a61b} <Debug> TCPHandler: Processed in 0.004731451 sec. | ||
| 3352 | 2025.03.03 04:53:23.361548 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 3353 | 2025.03.03 04:53:23.361834 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3354 | 2025.03.03 04:53:23.362062 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3355 | 2025.03.03 04:53:23.362135 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 895 rows starting from the beginning of the part | ||
| 3356 | 2025.03.03 04:53:23.362139 [ 256 ] {73c9e3ef-3d08-4e47-aee5-61a1567d1ecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3357 | 2025.03.03 04:53:23.362251 [ 256 ] {73c9e3ef-3d08-4e47-aee5-61a1567d1ecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3358 | 2025.03.03 04:53:23.362339 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 403 rows starting from the beginning of the part | ||
| 3359 | 2025.03.03 04:53:23.362755 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 91 rows starting from the beginning of the part | ||
| 3360 | 2025.03.03 04:53:23.363059 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 394 rows starting from the beginning of the part | ||
| 3361 | 2025.03.03 04:53:23.363423 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 91 rows starting from the beginning of the part | ||
| 3362 | 2025.03.03 04:53:23.363626 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 850 rows starting from the beginning of the part | ||
| 3363 | 2025.03.03 04:53:23.364464 [ 256 ] {73c9e3ef-3d08-4e47-aee5-61a1567d1ecf} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3364 | 2025.03.03 04:53:23.364510 [ 256 ] {73c9e3ef-3d08-4e47-aee5-61a1567d1ecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3365 | 2025.03.03 04:53:23.365014 [ 256 ] {73c9e3ef-3d08-4e47-aee5-61a1567d1ecf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3366 | 2025.03.03 04:53:23.365309 [ 256 ] {73c9e3ef-3d08-4e47-aee5-61a1567d1ecf} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3367 | 2025.03.03 04:53:23.365600 [ 256 ] {73c9e3ef-3d08-4e47-aee5-61a1567d1ecf} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003519 sec., 1705.0298380221654 rows/sec., 89.08 KiB/sec. | ||
| 3368 | 2025.03.03 04:53:23.365876 [ 256 ] {73c9e3ef-3d08-4e47-aee5-61a1567d1ecf} <Debug> TCPHandler: Processed in 0.004163379 sec. | ||
| 3369 | 2025.03.03 04:53:23.366071 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3370 | 2025.03.03 04:53:23.366100 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2724 rows, containing 5 columns (5 merged, 0 gathered) in 0.004856844 sec., 560858.038676968 rows/sec., 42.69 MiB/sec. | ||
| 3371 | 2025.03.03 04:53:23.366205 [ 256 ] {465fce48-9ab7-49d6-970f-a93a2e7c0750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3372 | 2025.03.03 04:53:23.366290 [ 256 ] {465fce48-9ab7-49d6-970f-a93a2e7c0750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3373 | 2025.03.03 04:53:23.366401 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3374 | 2025.03.03 04:53:23.366935 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_21_4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3375 | 2025.03.03 04:53:23.367071 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_21_4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3376 | 2025.03.03 04:53:23.367252 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3377 | 2025.03.03 04:53:23.367526 [ 256 ] {465fce48-9ab7-49d6-970f-a93a2e7c0750} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3378 | 2025.03.03 04:53:23.367571 [ 256 ] {465fce48-9ab7-49d6-970f-a93a2e7c0750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3379 | 2025.03.03 04:53:23.368002 [ 256 ] {465fce48-9ab7-49d6-970f-a93a2e7c0750} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3380 | 2025.03.03 04:53:23.368235 [ 256 ] {465fce48-9ab7-49d6-970f-a93a2e7c0750} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3381 | 2025.03.03 04:53:23.368394 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3382 | 2025.03.03 04:53:23.368454 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3383 | 2025.03.03 04:53:23.368487 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3384 | 2025.03.03 04:53:23.368492 [ 256 ] {465fce48-9ab7-49d6-970f-a93a2e7c0750} <Debug> executeQuery: Read 1019 rows, 69.53 KiB in 0.002318 sec., 439603.1061259706 rows/sec., 29.29 MiB/sec. | ||
| 3385 | 2025.03.03 04:53:23.368710 [ 256 ] {465fce48-9ab7-49d6-970f-a93a2e7c0750} <Debug> TCPHandler: Processed in 0.002703288 sec. | ||
| 3386 | 2025.03.03 04:53:23.368737 [ 190 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 3387 | 2025.03.03 04:53:23.368871 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3388 | 2025.03.03 04:53:23.368907 [ 190 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3389 | 2025.03.03 04:53:23.368945 [ 190 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5444 rows starting from the beginning of the part | ||
| 3390 | 2025.03.03 04:53:23.369125 [ 256 ] {8ecc924b-36a3-4600-aba3-1d81ca47d818} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3391 | 2025.03.03 04:53:23.369201 [ 190 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3392 | 2025.03.03 04:53:23.369313 [ 256 ] {8ecc924b-36a3-4600-aba3-1d81ca47d818} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3393 | 2025.03.03 04:53:23.369529 [ 190 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 3394 | 2025.03.03 04:53:23.369904 [ 190 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 3395 | 2025.03.03 04:53:23.370248 [ 190 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 3396 | 2025.03.03 04:53:23.370601 [ 190 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1019 rows starting from the beginning of the part | ||
| 3397 | 2025.03.03 04:53:23.371547 [ 256 ] {8ecc924b-36a3-4600-aba3-1d81ca47d818} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3398 | 2025.03.03 04:53:23.371618 [ 256 ] {8ecc924b-36a3-4600-aba3-1d81ca47d818} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3399 | 2025.03.03 04:53:23.372288 [ 256 ] {8ecc924b-36a3-4600-aba3-1d81ca47d818} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3400 | 2025.03.03 04:53:23.372827 [ 256 ] {8ecc924b-36a3-4600-aba3-1d81ca47d818} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3401 | 2025.03.03 04:53:23.373066 [ 117 ] {} <Debug> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3402 | 2025.03.03 04:53:23.373126 [ 117 ] {} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3403 | 2025.03.03 04:53:23.373133 [ 256 ] {8ecc924b-36a3-4600-aba3-1d81ca47d818} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004131 sec., 242.07213749697408 rows/sec., 16.31 KiB/sec. | ||
| 3404 | 2025.03.03 04:53:23.373172 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3405 | 2025.03.03 04:53:23.373222 [ 256 ] {8ecc924b-36a3-4600-aba3-1d81ca47d818} <Debug> TCPHandler: Processed in 0.004414695 sec. | ||
| 3406 | 2025.03.03 04:53:23.373462 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 3407 | 2025.03.03 04:53:23.373492 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3408 | 2025.03.03 04:53:23.373785 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3409 | 2025.03.03 04:53:23.373802 [ 256 ] {5f7e31ba-0ee8-4003-baf6-415efbdb97da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3410 | 2025.03.03 04:53:23.373890 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 3411 | 2025.03.03 04:53:23.374031 [ 256 ] {5f7e31ba-0ee8-4003-baf6-415efbdb97da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3412 | 2025.03.03 04:53:23.374606 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 3413 | 2025.03.03 04:53:23.375069 [ 190 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7257 rows, containing 5 columns (5 merged, 0 gathered) in 0.006499679 sec., 1116516.677208213 rows/sec., 75.27 MiB/sec. | ||
| 3414 | 2025.03.03 04:53:23.375272 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 3415 | 2025.03.03 04:53:23.375697 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 3416 | 2025.03.03 04:53:23.375794 [ 190 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3417 | 2025.03.03 04:53:23.376412 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 3418 | 2025.03.03 04:53:23.376939 [ 190 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3419 | 2025.03.03 04:53:23.377065 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 3420 | 2025.03.03 04:53:23.377227 [ 190 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3421 | 2025.03.03 04:53:23.377595 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
| 3422 | 2025.03.03 04:53:23.380659 [ 256 ] {5f7e31ba-0ee8-4003-baf6-415efbdb97da} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3423 | 2025.03.03 04:53:23.380754 [ 256 ] {5f7e31ba-0ee8-4003-baf6-415efbdb97da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3424 | 2025.03.03 04:53:23.380990 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.007696455 sec., 1299.299482683911 rows/sec., 87.04 KiB/sec. | ||
| 3425 | 2025.03.03 04:53:23.381214 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3426 | 2025.03.03 04:53:23.381858 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_10_2} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3427 | 2025.03.03 04:53:23.382080 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_10_2} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3428 | 2025.03.03 04:53:23.382219 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3429 | 2025.03.03 04:53:23.382227 [ 256 ] {5f7e31ba-0ee8-4003-baf6-415efbdb97da} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3430 | 2025.03.03 04:53:23.382522 [ 256 ] {5f7e31ba-0ee8-4003-baf6-415efbdb97da} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3431 | 2025.03.03 04:53:23.382729 [ 256 ] {5f7e31ba-0ee8-4003-baf6-415efbdb97da} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.009084 sec., 1321.003963011889 rows/sec., 2.37 MiB/sec. | ||
| 3432 | 2025.03.03 04:53:23.382853 [ 256 ] {5f7e31ba-0ee8-4003-baf6-415efbdb97da} <Debug> TCPHandler: Processed in 0.009440292 sec. | ||
| 3433 | 2025.03.03 04:53:23.382969 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3434 | 2025.03.03 04:53:23.383072 [ 256 ] {9f2a013b-4a52-4e1b-a010-7094c7faddea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3435 | 2025.03.03 04:53:23.383117 [ 256 ] {9f2a013b-4a52-4e1b-a010-7094c7faddea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3436 | 2025.03.03 04:53:23.383544 [ 256 ] {9f2a013b-4a52-4e1b-a010-7094c7faddea} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3437 | 2025.03.03 04:53:23.383581 [ 256 ] {9f2a013b-4a52-4e1b-a010-7094c7faddea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3438 | 2025.03.03 04:53:23.383930 [ 256 ] {9f2a013b-4a52-4e1b-a010-7094c7faddea} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3439 | 2025.03.03 04:53:23.384160 [ 256 ] {9f2a013b-4a52-4e1b-a010-7094c7faddea} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3440 | 2025.03.03 04:53:23.384277 [ 117 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3441 | 2025.03.03 04:53:23.384312 [ 117 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3442 | 2025.03.03 04:53:23.384333 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3443 | 2025.03.03 04:53:23.384344 [ 256 ] {9f2a013b-4a52-4e1b-a010-7094c7faddea} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001293 sec., 44856.921887084296 rows/sec., 2.78 MiB/sec. | ||
| 3444 | 2025.03.03 04:53:23.384653 [ 256 ] {9f2a013b-4a52-4e1b-a010-7094c7faddea} <Debug> TCPHandler: Processed in 0.001720557 sec. | ||
| 3445 | 2025.03.03 04:53:23.384873 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 3446 | 2025.03.03 04:53:23.385045 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3447 | 2025.03.03 04:53:23.385076 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 936 rows starting from the beginning of the part | ||
| 3448 | 2025.03.03 04:53:23.385153 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3449 | 2025.03.03 04:53:23.385265 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3450 | 2025.03.03 04:53:23.385441 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 3451 | 2025.03.03 04:53:23.385676 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 3452 | 2025.03.03 04:53:23.385847 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 58 rows starting from the beginning of the part | ||
| 3453 | 2025.03.03 04:53:23.386969 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.002559265 sec., 499362.12154661596 rows/sec., 32.53 MiB/sec. | ||
| 3454 | 2025.03.03 04:53:23.387161 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3455 | 2025.03.03 04:53:23.387470 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_21_4} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3456 | 2025.03.03 04:53:23.387547 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_21_4} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3457 | 2025.03.03 04:53:23.387632 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3458 | 2025.03.03 04:53:25.214913 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 502 | ||
| 3459 | 2025.03.03 04:53:25.218626 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3460 | 2025.03.03 04:53:25.218686 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3461 | 2025.03.03 04:53:25.220195 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3462 | 2025.03.03 04:53:25.220527 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3463 | 2025.03.03 04:53:25.221407 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
| 3464 | 2025.03.03 04:53:25.524979 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3465 | 2025.03.03 04:53:25.525190 [ 256 ] {4db87b94-cc5e-41cc-b497-28790feca058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3466 | 2025.03.03 04:53:25.525272 [ 256 ] {4db87b94-cc5e-41cc-b497-28790feca058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3467 | 2025.03.03 04:53:25.526117 [ 256 ] {4db87b94-cc5e-41cc-b497-28790feca058} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3468 | 2025.03.03 04:53:25.526167 [ 256 ] {4db87b94-cc5e-41cc-b497-28790feca058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3469 | 2025.03.03 04:53:25.526601 [ 256 ] {4db87b94-cc5e-41cc-b497-28790feca058} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3470 | 2025.03.03 04:53:25.526873 [ 256 ] {4db87b94-cc5e-41cc-b497-28790feca058} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3471 | 2025.03.03 04:53:25.527123 [ 256 ] {4db87b94-cc5e-41cc-b497-28790feca058} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001992 sec., 28112.44979919679 rows/sec., 2.15 MiB/sec. | ||
| 3472 | 2025.03.03 04:53:25.527188 [ 256 ] {4db87b94-cc5e-41cc-b497-28790feca058} <Debug> TCPHandler: Processed in 0.00234693 sec. | ||
| 3473 | 2025.03.03 04:53:25.527302 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3474 | 2025.03.03 04:53:25.527411 [ 256 ] {e6f093ef-6b82-4a63-9f64-5b8c54b8f65c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3475 | 2025.03.03 04:53:25.527459 [ 256 ] {e6f093ef-6b82-4a63-9f64-5b8c54b8f65c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3476 | 2025.03.03 04:53:25.528000 [ 256 ] {e6f093ef-6b82-4a63-9f64-5b8c54b8f65c} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3477 | 2025.03.03 04:53:25.528041 [ 256 ] {e6f093ef-6b82-4a63-9f64-5b8c54b8f65c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3478 | 2025.03.03 04:53:25.528397 [ 256 ] {e6f093ef-6b82-4a63-9f64-5b8c54b8f65c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3479 | 2025.03.03 04:53:25.528632 [ 256 ] {e6f093ef-6b82-4a63-9f64-5b8c54b8f65c} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3480 | 2025.03.03 04:53:25.528847 [ 256 ] {e6f093ef-6b82-4a63-9f64-5b8c54b8f65c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001462 sec., 43775.64979480164 rows/sec., 3.42 MiB/sec. | ||
| 3481 | 2025.03.03 04:53:25.528902 [ 256 ] {e6f093ef-6b82-4a63-9f64-5b8c54b8f65c} <Debug> TCPHandler: Processed in 0.001652986 sec. | ||
| 3482 | 2025.03.03 04:53:25.529034 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3483 | 2025.03.03 04:53:25.529175 [ 256 ] {b422df5f-cfd8-485c-9f0e-1e6e85d82c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3484 | 2025.03.03 04:53:25.529235 [ 256 ] {b422df5f-cfd8-485c-9f0e-1e6e85d82c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3485 | 2025.03.03 04:53:25.529828 [ 256 ] {b422df5f-cfd8-485c-9f0e-1e6e85d82c1b} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3486 | 2025.03.03 04:53:25.529878 [ 256 ] {b422df5f-cfd8-485c-9f0e-1e6e85d82c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3487 | 2025.03.03 04:53:25.530274 [ 256 ] {b422df5f-cfd8-485c-9f0e-1e6e85d82c1b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3488 | 2025.03.03 04:53:25.530516 [ 256 ] {b422df5f-cfd8-485c-9f0e-1e6e85d82c1b} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3489 | 2025.03.03 04:53:25.530729 [ 256 ] {b422df5f-cfd8-485c-9f0e-1e6e85d82c1b} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001586 sec., 40353.089533417406 rows/sec., 2.81 MiB/sec. | ||
| 3490 | 2025.03.03 04:53:25.530781 [ 256 ] {b422df5f-cfd8-485c-9f0e-1e6e85d82c1b} <Debug> TCPHandler: Processed in 0.001812619 sec. | ||
| 3491 | 2025.03.03 04:53:25.530884 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3492 | 2025.03.03 04:53:25.530987 [ 256 ] {b143e654-0093-40a6-9792-9d11c304f901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3493 | 2025.03.03 04:53:25.531033 [ 256 ] {b143e654-0093-40a6-9792-9d11c304f901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3494 | 2025.03.03 04:53:25.531450 [ 256 ] {b143e654-0093-40a6-9792-9d11c304f901} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3495 | 2025.03.03 04:53:25.531491 [ 256 ] {b143e654-0093-40a6-9792-9d11c304f901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 3496 | 2025.03.03 04:53:25.531856 [ 256 ] {b143e654-0093-40a6-9792-9d11c304f901} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3497 | 2025.03.03 04:53:25.532093 [ 256 ] {b143e654-0093-40a6-9792-9d11c304f901} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3498 | 2025.03.03 04:53:25.532297 [ 256 ] {b143e654-0093-40a6-9792-9d11c304f901} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001332 sec., 18018.018018018018 rows/sec., 1.21 MiB/sec. | ||
| 3499 | 2025.03.03 04:53:25.532346 [ 256 ] {b143e654-0093-40a6-9792-9d11c304f901} <Debug> TCPHandler: Processed in 0.001512162 sec. | ||
| 3500 | 2025.03.03 04:53:27.697090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3501 | 2025.03.03 04:53:27.697758 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3502 | 2025.03.03 04:53:27.697811 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3503 | 2025.03.03 04:53:27.698380 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3504 | 2025.03.03 04:53:27.698657 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3505 | 2025.03.03 04:53:27.698967 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3506 | 2025.03.03 04:53:28.179805 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3507 | 2025.03.03 04:53:28.200801 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3508 | 2025.03.03 04:53:28.200868 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3509 | 2025.03.03 04:53:28.208605 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3510 | 2025.03.03 04:53:28.209418 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2025.03.03 04:53:28.212690 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3512 | 2025.03.03 04:53:30.530992 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3513 | 2025.03.03 04:53:30.531201 [ 256 ] {b47d5d46-5b0b-4086-b615-b8c4b2b76f00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3514 | 2025.03.03 04:53:30.531280 [ 256 ] {b47d5d46-5b0b-4086-b615-b8c4b2b76f00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3515 | 2025.03.03 04:53:30.532162 [ 256 ] {b47d5d46-5b0b-4086-b615-b8c4b2b76f00} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3516 | 2025.03.03 04:53:30.532211 [ 256 ] {b47d5d46-5b0b-4086-b615-b8c4b2b76f00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3517 | 2025.03.03 04:53:30.532656 [ 256 ] {b47d5d46-5b0b-4086-b615-b8c4b2b76f00} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3518 | 2025.03.03 04:53:30.532908 [ 256 ] {b47d5d46-5b0b-4086-b615-b8c4b2b76f00} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3519 | 2025.03.03 04:53:30.533150 [ 256 ] {b47d5d46-5b0b-4086-b615-b8c4b2b76f00} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002008 sec., 54780.87649402391 rows/sec., 4.59 MiB/sec. | ||
| 3520 | 2025.03.03 04:53:30.533207 [ 256 ] {b47d5d46-5b0b-4086-b615-b8c4b2b76f00} <Debug> TCPHandler: Processed in 0.0023518 sec. | ||
| 3521 | 2025.03.03 04:53:30.533332 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3522 | 2025.03.03 04:53:30.533440 [ 256 ] {581928d1-6285-4f91-8147-834fccf0c250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3523 | 2025.03.03 04:53:30.533485 [ 256 ] {581928d1-6285-4f91-8147-834fccf0c250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3524 | 2025.03.03 04:53:30.534020 [ 256 ] {581928d1-6285-4f91-8147-834fccf0c250} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3525 | 2025.03.03 04:53:30.534060 [ 256 ] {581928d1-6285-4f91-8147-834fccf0c250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3526 | 2025.03.03 04:53:30.534405 [ 256 ] {581928d1-6285-4f91-8147-834fccf0c250} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3527 | 2025.03.03 04:53:30.534669 [ 256 ] {581928d1-6285-4f91-8147-834fccf0c250} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3528 | 2025.03.03 04:53:30.535026 [ 256 ] {581928d1-6285-4f91-8147-834fccf0c250} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001608 sec., 16791.0447761194 rows/sec., 1.23 MiB/sec. | ||
| 3529 | 2025.03.03 04:53:30.535081 [ 256 ] {581928d1-6285-4f91-8147-834fccf0c250} <Debug> TCPHandler: Processed in 0.001800809 sec. | ||
| 3530 | 2025.03.03 04:53:30.535213 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3531 | 2025.03.03 04:53:30.535337 [ 256 ] {b9660382-45aa-4230-8a79-b863c033ab69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3532 | 2025.03.03 04:53:30.535386 [ 256 ] {b9660382-45aa-4230-8a79-b863c033ab69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3533 | 2025.03.03 04:53:30.535984 [ 256 ] {b9660382-45aa-4230-8a79-b863c033ab69} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3534 | 2025.03.03 04:53:30.536025 [ 256 ] {b9660382-45aa-4230-8a79-b863c033ab69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3535 | 2025.03.03 04:53:30.536400 [ 256 ] {b9660382-45aa-4230-8a79-b863c033ab69} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3536 | 2025.03.03 04:53:30.536640 [ 256 ] {b9660382-45aa-4230-8a79-b863c033ab69} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3537 | 2025.03.03 04:53:30.536855 [ 256 ] {b9660382-45aa-4230-8a79-b863c033ab69} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001546 sec., 58861.57826649417 rows/sec., 4.60 MiB/sec. | ||
| 3538 | 2025.03.03 04:53:30.536907 [ 256 ] {b9660382-45aa-4230-8a79-b863c033ab69} <Debug> TCPHandler: Processed in 0.001752408 sec. | ||
| 3539 | 2025.03.03 04:53:30.537021 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3540 | 2025.03.03 04:53:30.537127 [ 256 ] {2f6bf1fa-6bbd-4978-ab46-62e04a2fa991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3541 | 2025.03.03 04:53:30.537175 [ 256 ] {2f6bf1fa-6bbd-4978-ab46-62e04a2fa991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3542 | 2025.03.03 04:53:30.537693 [ 256 ] {2f6bf1fa-6bbd-4978-ab46-62e04a2fa991} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3543 | 2025.03.03 04:53:30.537735 [ 256 ] {2f6bf1fa-6bbd-4978-ab46-62e04a2fa991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3544 | 2025.03.03 04:53:30.538123 [ 256 ] {2f6bf1fa-6bbd-4978-ab46-62e04a2fa991} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3545 | 2025.03.03 04:53:30.538378 [ 256 ] {2f6bf1fa-6bbd-4978-ab46-62e04a2fa991} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3546 | 2025.03.03 04:53:30.538587 [ 256 ] {2f6bf1fa-6bbd-4978-ab46-62e04a2fa991} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001483 sec., 107889.41335131491 rows/sec., 7.51 MiB/sec. | ||
| 3547 | 2025.03.03 04:53:30.538641 [ 256 ] {2f6bf1fa-6bbd-4978-ab46-62e04a2fa991} <Debug> TCPHandler: Processed in 0.001670626 sec. | ||
| 3548 | 2025.03.03 04:53:30.538744 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3549 | 2025.03.03 04:53:30.538844 [ 256 ] {fa0926d6-907c-4b1f-a217-60cb7b597133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3550 | 2025.03.03 04:53:30.538910 [ 256 ] {fa0926d6-907c-4b1f-a217-60cb7b597133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3551 | 2025.03.03 04:53:30.540094 [ 256 ] {fa0926d6-907c-4b1f-a217-60cb7b597133} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3552 | 2025.03.03 04:53:30.540135 [ 256 ] {fa0926d6-907c-4b1f-a217-60cb7b597133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3553 | 2025.03.03 04:53:30.540879 [ 256 ] {fa0926d6-907c-4b1f-a217-60cb7b597133} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3554 | 2025.03.03 04:53:30.541147 [ 256 ] {fa0926d6-907c-4b1f-a217-60cb7b597133} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3555 | 2025.03.03 04:53:30.541385 [ 256 ] {fa0926d6-907c-4b1f-a217-60cb7b597133} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002562 sec., 10538.64168618267 rows/sec., 18.88 MiB/sec. | ||
| 3556 | 2025.03.03 04:53:30.541493 [ 256 ] {fa0926d6-907c-4b1f-a217-60cb7b597133} <Debug> TCPHandler: Processed in 0.00279818 sec. | ||
| 3557 | 2025.03.03 04:53:30.541606 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3558 | 2025.03.03 04:53:30.541707 [ 256 ] {e1d58a95-8a3d-4511-a580-3e99e8fa8661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3559 | 2025.03.03 04:53:30.541754 [ 256 ] {e1d58a95-8a3d-4511-a580-3e99e8fa8661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3560 | 2025.03.03 04:53:30.542198 [ 256 ] {e1d58a95-8a3d-4511-a580-3e99e8fa8661} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3561 | 2025.03.03 04:53:30.542238 [ 256 ] {e1d58a95-8a3d-4511-a580-3e99e8fa8661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3562 | 2025.03.03 04:53:30.542598 [ 256 ] {e1d58a95-8a3d-4511-a580-3e99e8fa8661} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3563 | 2025.03.03 04:53:30.542837 [ 256 ] {e1d58a95-8a3d-4511-a580-3e99e8fa8661} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3564 | 2025.03.03 04:53:30.543046 [ 256 ] {e1d58a95-8a3d-4511-a580-3e99e8fa8661} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
| 3565 | 2025.03.03 04:53:30.543094 [ 256 ] {e1d58a95-8a3d-4511-a580-3e99e8fa8661} <Debug> TCPHandler: Processed in 0.001538003 sec. | ||
| 3566 | 2025.03.03 04:53:35.110346 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3567 | 2025.03.03 04:53:35.110430 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3568 | 2025.03.03 04:53:35.200098 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3569 | 2025.03.03 04:53:35.201014 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3570 | 2025.03.03 04:53:35.201063 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3571 | 2025.03.03 04:53:35.201676 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3572 | 2025.03.03 04:53:35.201953 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3573 | 2025.03.03 04:53:35.202183 [ 87 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3574 | 2025.03.03 04:53:35.202207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3575 | 2025.03.03 04:53:35.202255 [ 87 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3576 | 2025.03.03 04:53:35.202283 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3577 | 2025.03.03 04:53:35.202395 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 3578 | 2025.03.03 04:53:35.202504 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3579 | 2025.03.03 04:53:35.202539 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 3580 | 2025.03.03 04:53:35.202607 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 3581 | 2025.03.03 04:53:35.202696 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 3582 | 2025.03.03 04:53:35.202917 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 3583 | 2025.03.03 04:53:35.203037 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 3584 | 2025.03.03 04:53:35.203147 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 3585 | 2025.03.03 04:53:35.204824 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002475833 sec., 2981218.8463438363 rows/sec., 42.65 MiB/sec. | ||
| 3586 | 2025.03.03 04:53:35.205592 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3587 | 2025.03.03 04:53:35.205879 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_16_3} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3588 | 2025.03.03 04:53:35.205953 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_16_3} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3589 | 2025.03.03 04:53:35.206036 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3590 | 2025.03.03 04:53:35.222650 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 522 | ||
| 3591 | 2025.03.03 04:53:35.225509 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3592 | 2025.03.03 04:53:35.225567 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3593 | 2025.03.03 04:53:35.227083 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3594 | 2025.03.03 04:53:35.227422 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3595 | 2025.03.03 04:53:35.227637 [ 87 ] {} <Debug> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3596 | 2025.03.03 04:53:35.227744 [ 87 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3597 | 2025.03.03 04:53:35.227811 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3598 | 2025.03.03 04:53:35.228205 [ 200 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 3599 | 2025.03.03 04:53:35.229338 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 522 | ||
| 3600 | 2025.03.03 04:53:35.229712 [ 200 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3601 | 2025.03.03 04:53:35.229901 [ 200 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 312 rows starting from the beginning of the part | ||
| 3602 | 2025.03.03 04:53:35.230429 [ 200 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 78 rows starting from the beginning of the part | ||
| 3603 | 2025.03.03 04:53:35.230930 [ 200 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part | ||
| 3604 | 2025.03.03 04:53:35.231428 [ 200 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 3605 | 2025.03.03 04:53:35.231908 [ 200 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 3606 | 2025.03.03 04:53:35.232377 [ 200 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 20 rows starting from the beginning of the part | ||
| 3607 | 2025.03.03 04:53:35.240798 [ 198 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 522 rows, containing 72 columns (72 merged, 0 gathered) in 0.012855915 sec., 40603.87767031751 rows/sec., 36.76 MiB/sec. | ||
| 3608 | 2025.03.03 04:53:35.241795 [ 192 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3609 | 2025.03.03 04:53:35.242536 [ 192 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_11_2} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3610 | 2025.03.03 04:53:35.242632 [ 192 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_11_2} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3611 | 2025.03.03 04:53:35.242856 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
| 3612 | 2025.03.03 04:53:35.535129 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3613 | 2025.03.03 04:53:35.535430 [ 256 ] {534af641-06ad-4c48-914a-ba4c9ceffa7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3614 | 2025.03.03 04:53:35.535522 [ 256 ] {534af641-06ad-4c48-914a-ba4c9ceffa7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3615 | 2025.03.03 04:53:35.536602 [ 256 ] {534af641-06ad-4c48-914a-ba4c9ceffa7b} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3616 | 2025.03.03 04:53:35.536665 [ 256 ] {534af641-06ad-4c48-914a-ba4c9ceffa7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3617 | 2025.03.03 04:53:35.537252 [ 256 ] {534af641-06ad-4c48-914a-ba4c9ceffa7b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3618 | 2025.03.03 04:53:35.537534 [ 256 ] {534af641-06ad-4c48-914a-ba4c9ceffa7b} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3619 | 2025.03.03 04:53:35.537837 [ 256 ] {534af641-06ad-4c48-914a-ba4c9ceffa7b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002455 sec., 86354.37881873727 rows/sec., 5.49 MiB/sec. | ||
| 3620 | 2025.03.03 04:53:35.538124 [ 256 ] {534af641-06ad-4c48-914a-ba4c9ceffa7b} <Debug> TCPHandler: Processed in 0.003187368 sec. | ||
| 3621 | 2025.03.03 04:53:35.538254 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3622 | 2025.03.03 04:53:35.538366 [ 256 ] {b9f132a8-a390-4b0b-8a0b-5bb770985cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3623 | 2025.03.03 04:53:35.538416 [ 256 ] {b9f132a8-a390-4b0b-8a0b-5bb770985cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3624 | 2025.03.03 04:53:35.539357 [ 256 ] {b9f132a8-a390-4b0b-8a0b-5bb770985cda} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3625 | 2025.03.03 04:53:35.539403 [ 256 ] {b9f132a8-a390-4b0b-8a0b-5bb770985cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3626 | 2025.03.03 04:53:35.539841 [ 256 ] {b9f132a8-a390-4b0b-8a0b-5bb770985cda} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3627 | 2025.03.03 04:53:35.540092 [ 256 ] {b9f132a8-a390-4b0b-8a0b-5bb770985cda} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3628 | 2025.03.03 04:53:35.540330 [ 256 ] {b9f132a8-a390-4b0b-8a0b-5bb770985cda} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.00199 sec., 322110.5527638191 rows/sec., 25.38 MiB/sec. | ||
| 3629 | 2025.03.03 04:53:35.540466 [ 256 ] {b9f132a8-a390-4b0b-8a0b-5bb770985cda} <Debug> TCPHandler: Processed in 0.002266309 sec. | ||
| 3630 | 2025.03.03 04:53:35.540586 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3631 | 2025.03.03 04:53:35.540694 [ 256 ] {ab1962a9-c6e1-4fa4-9aad-79a655071760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3632 | 2025.03.03 04:53:35.540742 [ 256 ] {ab1962a9-c6e1-4fa4-9aad-79a655071760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3633 | 2025.03.03 04:53:35.541323 [ 256 ] {ab1962a9-c6e1-4fa4-9aad-79a655071760} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3634 | 2025.03.03 04:53:35.541364 [ 256 ] {ab1962a9-c6e1-4fa4-9aad-79a655071760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3635 | 2025.03.03 04:53:35.541753 [ 256 ] {ab1962a9-c6e1-4fa4-9aad-79a655071760} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3636 | 2025.03.03 04:53:35.542013 [ 256 ] {ab1962a9-c6e1-4fa4-9aad-79a655071760} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3637 | 2025.03.03 04:53:35.542194 [ 87 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 3638 | 2025.03.03 04:53:35.542250 [ 256 ] {ab1962a9-c6e1-4fa4-9aad-79a655071760} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001576 sec., 74873.09644670051 rows/sec., 4.52 MiB/sec. | ||
| 3639 | 2025.03.03 04:53:35.542262 [ 87 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3640 | 2025.03.03 04:53:35.542337 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3641 | 2025.03.03 04:53:35.542384 [ 256 ] {ab1962a9-c6e1-4fa4-9aad-79a655071760} <Debug> TCPHandler: Processed in 0.00184829 sec. | ||
| 3642 | 2025.03.03 04:53:35.542728 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 3643 | 2025.03.03 04:53:35.542751 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3644 | 2025.03.03 04:53:35.543014 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3645 | 2025.03.03 04:53:35.543020 [ 256 ] {b9b3edbb-fae3-48ad-8b99-9e1e28a7a457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3646 | 2025.03.03 04:53:35.543118 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 157 rows starting from the beginning of the part | ||
| 3647 | 2025.03.03 04:53:35.543174 [ 256 ] {b9b3edbb-fae3-48ad-8b99-9e1e28a7a457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3648 | 2025.03.03 04:53:35.543554 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 118 rows starting from the beginning of the part | ||
| 3649 | 2025.03.03 04:53:35.543811 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part | ||
| 3650 | 2025.03.03 04:53:35.544200 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 118 rows starting from the beginning of the part | ||
| 3651 | 2025.03.03 04:53:35.544641 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part | ||
| 3652 | 2025.03.03 04:53:35.544811 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 118 rows starting from the beginning of the part | ||
| 3653 | 2025.03.03 04:53:35.545821 [ 256 ] {b9b3edbb-fae3-48ad-8b99-9e1e28a7a457} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3654 | 2025.03.03 04:53:35.545889 [ 256 ] {b9b3edbb-fae3-48ad-8b99-9e1e28a7a457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3655 | 2025.03.03 04:53:35.546903 [ 256 ] {b9b3edbb-fae3-48ad-8b99-9e1e28a7a457} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3656 | 2025.03.03 04:53:35.547417 [ 256 ] {b9b3edbb-fae3-48ad-8b99-9e1e28a7a457} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3657 | 2025.03.03 04:53:35.547832 [ 87 ] {} <Debug> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3658 | 2025.03.03 04:53:35.547959 [ 87 ] {} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3659 | 2025.03.03 04:53:35.548022 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3660 | 2025.03.03 04:53:35.548029 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 565 rows, containing 5 columns (5 merged, 0 gathered) in 0.005556039 sec., 101691.15083605425 rows/sec., 6.73 MiB/sec. | ||
| 3661 | 2025.03.03 04:53:35.548101 [ 256 ] {b9b3edbb-fae3-48ad-8b99-9e1e28a7a457} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005149 sec., 21946.008933773548 rows/sec., 1.42 MiB/sec. | ||
| 3662 | 2025.03.03 04:53:35.548768 [ 256 ] {b9b3edbb-fae3-48ad-8b99-9e1e28a7a457} <Debug> TCPHandler: Processed in 0.006154652 sec. | ||
| 3663 | 2025.03.03 04:53:35.548868 [ 195 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 3664 | 2025.03.03 04:53:35.549136 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 3665 | 2025.03.03 04:53:35.549162 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3666 | 2025.03.03 04:53:35.549519 [ 195 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3667 | 2025.03.03 04:53:35.549542 [ 256 ] {e858ffce-145f-49c1-89c6-8e04126d5154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3668 | 2025.03.03 04:53:35.549616 [ 195 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 342 rows starting from the beginning of the part | ||
| 3669 | 2025.03.03 04:53:35.549680 [ 256 ] {e858ffce-145f-49c1-89c6-8e04126d5154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3670 | 2025.03.03 04:53:35.550097 [ 195 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 341 rows starting from the beginning of the part | ||
| 3671 | 2025.03.03 04:53:35.550411 [ 195 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 3672 | 2025.03.03 04:53:35.550905 [ 195 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 3673 | 2025.03.03 04:53:35.551358 [ 195 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 341 rows starting from the beginning of the part | ||
| 3674 | 2025.03.03 04:53:35.551727 [ 195 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 3675 | 2025.03.03 04:53:35.551837 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_15_3} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3676 | 2025.03.03 04:53:35.552479 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_15_3} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 3677 | 2025.03.03 04:53:35.552808 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3678 | 2025.03.03 04:53:35.553218 [ 256 ] {e858ffce-145f-49c1-89c6-8e04126d5154} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3679 | 2025.03.03 04:53:35.553280 [ 256 ] {e858ffce-145f-49c1-89c6-8e04126d5154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3680 | 2025.03.03 04:53:35.554352 [ 256 ] {e858ffce-145f-49c1-89c6-8e04126d5154} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3681 | 2025.03.03 04:53:35.554829 [ 256 ] {e858ffce-145f-49c1-89c6-8e04126d5154} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3682 | 2025.03.03 04:53:35.555132 [ 195 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1363 rows, containing 5 columns (5 merged, 0 gathered) in 0.00698505 sec., 195131.02984230607 rows/sec., 13.67 MiB/sec. | ||
| 3683 | 2025.03.03 04:53:35.555450 [ 256 ] {e858ffce-145f-49c1-89c6-8e04126d5154} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006003 sec., 18657.337997667833 rows/sec., 1.06 MiB/sec. | ||
| 3684 | 2025.03.03 04:53:35.555577 [ 256 ] {e858ffce-145f-49c1-89c6-8e04126d5154} <Debug> TCPHandler: Processed in 0.00654006 sec. | ||
| 3685 | 2025.03.03 04:53:35.555656 [ 200 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3686 | 2025.03.03 04:53:35.555756 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3687 | 2025.03.03 04:53:35.555920 [ 256 ] {f5333dce-f823-4377-a1e9-8a067b526134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3688 | 2025.03.03 04:53:35.555999 [ 256 ] {f5333dce-f823-4377-a1e9-8a067b526134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3689 | 2025.03.03 04:53:35.556414 [ 200 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_11_2} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3690 | 2025.03.03 04:53:35.556655 [ 200 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_11_2} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3691 | 2025.03.03 04:53:35.556806 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3692 | 2025.03.03 04:53:35.557226 [ 256 ] {f5333dce-f823-4377-a1e9-8a067b526134} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3693 | 2025.03.03 04:53:35.557271 [ 256 ] {f5333dce-f823-4377-a1e9-8a067b526134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3694 | 2025.03.03 04:53:35.557681 [ 256 ] {f5333dce-f823-4377-a1e9-8a067b526134} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3695 | 2025.03.03 04:53:35.557925 [ 256 ] {f5333dce-f823-4377-a1e9-8a067b526134} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3696 | 2025.03.03 04:53:35.558227 [ 256 ] {f5333dce-f823-4377-a1e9-8a067b526134} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.002325 sec., 169462.36559139786 rows/sec., 11.99 MiB/sec. | ||
| 3697 | 2025.03.03 04:53:35.558555 [ 256 ] {f5333dce-f823-4377-a1e9-8a067b526134} <Debug> TCPHandler: Processed in 0.002872321 sec. | ||
| 3698 | 2025.03.03 04:53:35.558732 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3699 | 2025.03.03 04:53:35.558835 [ 256 ] {ea67eb5a-ac1c-44a6-9012-c46cc6dadb1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3700 | 2025.03.03 04:53:35.558881 [ 256 ] {ea67eb5a-ac1c-44a6-9012-c46cc6dadb1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3701 | 2025.03.03 04:53:35.559315 [ 256 ] {ea67eb5a-ac1c-44a6-9012-c46cc6dadb1d} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3702 | 2025.03.03 04:53:35.559353 [ 256 ] {ea67eb5a-ac1c-44a6-9012-c46cc6dadb1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3703 | 2025.03.03 04:53:35.559708 [ 256 ] {ea67eb5a-ac1c-44a6-9012-c46cc6dadb1d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3704 | 2025.03.03 04:53:35.559942 [ 256 ] {ea67eb5a-ac1c-44a6-9012-c46cc6dadb1d} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3705 | 2025.03.03 04:53:35.560194 [ 256 ] {ea67eb5a-ac1c-44a6-9012-c46cc6dadb1d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001371 sec., 4376.367614879649 rows/sec., 228.65 KiB/sec. | ||
| 3706 | 2025.03.03 04:53:35.560337 [ 256 ] {ea67eb5a-ac1c-44a6-9012-c46cc6dadb1d} <Debug> TCPHandler: Processed in 0.001655556 sec. | ||
| 3707 | 2025.03.03 04:53:35.560454 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3708 | 2025.03.03 04:53:35.560557 [ 256 ] {7b913f79-d4ba-449c-9b57-ae5985faae97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3709 | 2025.03.03 04:53:35.560604 [ 256 ] {7b913f79-d4ba-449c-9b57-ae5985faae97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3710 | 2025.03.03 04:53:35.561226 [ 256 ] {7b913f79-d4ba-449c-9b57-ae5985faae97} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3711 | 2025.03.03 04:53:35.561266 [ 256 ] {7b913f79-d4ba-449c-9b57-ae5985faae97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3712 | 2025.03.03 04:53:35.561706 [ 256 ] {7b913f79-d4ba-449c-9b57-ae5985faae97} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3713 | 2025.03.03 04:53:35.561947 [ 256 ] {7b913f79-d4ba-449c-9b57-ae5985faae97} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3714 | 2025.03.03 04:53:35.562256 [ 256 ] {7b913f79-d4ba-449c-9b57-ae5985faae97} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001705 sec., 139002.93255131965 rows/sec., 9.32 MiB/sec. | ||
| 3715 | 2025.03.03 04:53:35.562649 [ 256 ] {7b913f79-d4ba-449c-9b57-ae5985faae97} <Debug> TCPHandler: Processed in 0.002242828 sec. | ||
| 3716 | 2025.03.03 04:53:35.562914 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3717 | 2025.03.03 04:53:35.563026 [ 256 ] {bc9ab11a-8044-48db-910f-9ac0ef4908b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3718 | 2025.03.03 04:53:35.563076 [ 256 ] {bc9ab11a-8044-48db-910f-9ac0ef4908b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3719 | 2025.03.03 04:53:35.563524 [ 256 ] {bc9ab11a-8044-48db-910f-9ac0ef4908b3} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3720 | 2025.03.03 04:53:35.563562 [ 256 ] {bc9ab11a-8044-48db-910f-9ac0ef4908b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3721 | 2025.03.03 04:53:35.563919 [ 256 ] {bc9ab11a-8044-48db-910f-9ac0ef4908b3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3722 | 2025.03.03 04:53:35.564166 [ 256 ] {bc9ab11a-8044-48db-910f-9ac0ef4908b3} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3723 | 2025.03.03 04:53:35.564420 [ 256 ] {bc9ab11a-8044-48db-910f-9ac0ef4908b3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001411 sec., 708.7172218284904 rows/sec., 47.76 KiB/sec. | ||
| 3724 | 2025.03.03 04:53:35.564561 [ 256 ] {bc9ab11a-8044-48db-910f-9ac0ef4908b3} <Debug> TCPHandler: Processed in 0.001714237 sec. | ||
| 3725 | 2025.03.03 04:53:35.564673 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3726 | 2025.03.03 04:53:35.564775 [ 256 ] {8dfe375d-e79e-47ae-be0d-56c5ccd6d899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3727 | 2025.03.03 04:53:35.564844 [ 256 ] {8dfe375d-e79e-47ae-be0d-56c5ccd6d899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3728 | 2025.03.03 04:53:35.566642 [ 256 ] {8dfe375d-e79e-47ae-be0d-56c5ccd6d899} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3729 | 2025.03.03 04:53:35.566682 [ 256 ] {8dfe375d-e79e-47ae-be0d-56c5ccd6d899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3730 | 2025.03.03 04:53:35.567311 [ 256 ] {8dfe375d-e79e-47ae-be0d-56c5ccd6d899} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3731 | 2025.03.03 04:53:35.567586 [ 256 ] {8dfe375d-e79e-47ae-be0d-56c5ccd6d899} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3732 | 2025.03.03 04:53:35.567843 [ 256 ] {8dfe375d-e79e-47ae-be0d-56c5ccd6d899} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003089 sec., 3884.752347037876 rows/sec., 6.96 MiB/sec. | ||
| 3733 | 2025.03.03 04:53:35.567962 [ 256 ] {8dfe375d-e79e-47ae-be0d-56c5ccd6d899} <Debug> TCPHandler: Processed in 0.003340412 sec. | ||
| 3734 | 2025.03.03 04:53:35.568080 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3735 | 2025.03.03 04:53:35.568183 [ 256 ] {bc607cc4-75a6-4563-826a-2a44b8b9b5af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3736 | 2025.03.03 04:53:35.568230 [ 256 ] {bc607cc4-75a6-4563-826a-2a44b8b9b5af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3737 | 2025.03.03 04:53:35.568674 [ 256 ] {bc607cc4-75a6-4563-826a-2a44b8b9b5af} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3738 | 2025.03.03 04:53:35.568714 [ 256 ] {bc607cc4-75a6-4563-826a-2a44b8b9b5af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3739 | 2025.03.03 04:53:35.569077 [ 256 ] {bc607cc4-75a6-4563-826a-2a44b8b9b5af} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3740 | 2025.03.03 04:53:35.569338 [ 256 ] {bc607cc4-75a6-4563-826a-2a44b8b9b5af} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2025.03.03 04:53:35.569610 [ 256 ] {bc607cc4-75a6-4563-826a-2a44b8b9b5af} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001448 sec., 56629.83425414364 rows/sec., 3.60 MiB/sec. | ||
| 3742 | 2025.03.03 04:53:35.570026 [ 256 ] {bc607cc4-75a6-4563-826a-2a44b8b9b5af} <Debug> TCPHandler: Processed in 0.001991893 sec. | ||
| 3743 | 2025.03.03 04:53:35.713753 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3744 | 2025.03.03 04:53:35.736728 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3745 | 2025.03.03 04:53:35.736782 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3746 | 2025.03.03 04:53:35.744693 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3747 | 2025.03.03 04:53:35.745525 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3748 | 2025.03.03 04:53:35.745831 [ 107 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3749 | 2025.03.03 04:53:35.745917 [ 107 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3750 | 2025.03.03 04:53:35.745965 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3751 | 2025.03.03 04:53:35.746366 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 3752 | 2025.03.03 04:53:35.755719 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3753 | 2025.03.03 04:53:35.756963 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3754 | 2025.03.03 04:53:35.757934 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 3755 | 2025.03.03 04:53:35.763133 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 3756 | 2025.03.03 04:53:35.768195 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 3757 | 2025.03.03 04:53:35.773251 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 3758 | 2025.03.03 04:53:35.779481 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3759 | 2025.03.03 04:53:35.786660 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3760 | 2025.03.03 04:53:35.850699 [ 197 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.104632721 sec., 1156.4260094124859 rows/sec., 5.98 MiB/sec. | ||
| 3761 | 2025.03.03 04:53:35.852526 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3762 | 2025.03.03 04:53:35.855108 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_16_3} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3763 | 2025.03.03 04:53:35.855226 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_16_3} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3764 | 2025.03.03 04:53:35.856887 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3765 | 2025.03.03 04:53:36.000225 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.01 MiB, peak 186.99 MiB, free memory in arenas 0.00 B, will set to 178.30 MiB (RSS), difference: 1.29 MiB | ||
| 3766 | 2025.03.03 04:53:36.001882 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001239256 sec. | ||
| 3767 | 2025.03.03 04:53:40.530075 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3768 | 2025.03.03 04:53:40.530297 [ 256 ] {508a8b5e-1b2e-438b-83be-bf578a292aae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3769 | 2025.03.03 04:53:40.530375 [ 256 ] {508a8b5e-1b2e-438b-83be-bf578a292aae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3770 | 2025.03.03 04:53:40.531139 [ 256 ] {508a8b5e-1b2e-438b-83be-bf578a292aae} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3771 | 2025.03.03 04:53:40.531197 [ 256 ] {508a8b5e-1b2e-438b-83be-bf578a292aae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3772 | 2025.03.03 04:53:40.531648 [ 256 ] {508a8b5e-1b2e-438b-83be-bf578a292aae} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3773 | 2025.03.03 04:53:40.531925 [ 256 ] {508a8b5e-1b2e-438b-83be-bf578a292aae} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3774 | 2025.03.03 04:53:40.532174 [ 256 ] {508a8b5e-1b2e-438b-83be-bf578a292aae} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001929 sec., 1036.8066355624676 rows/sec., 84.54 KiB/sec. | ||
| 3775 | 2025.03.03 04:53:40.532349 [ 256 ] {508a8b5e-1b2e-438b-83be-bf578a292aae} <Debug> TCPHandler: Processed in 0.002412601 sec. | ||
| 3776 | 2025.03.03 04:53:40.532500 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3777 | 2025.03.03 04:53:40.532618 [ 256 ] {3b89d7bc-6fce-439a-90f1-487c1c91f232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3778 | 2025.03.03 04:53:40.532667 [ 256 ] {3b89d7bc-6fce-439a-90f1-487c1c91f232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3779 | 2025.03.03 04:53:40.533299 [ 256 ] {3b89d7bc-6fce-439a-90f1-487c1c91f232} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3780 | 2025.03.03 04:53:40.533342 [ 256 ] {3b89d7bc-6fce-439a-90f1-487c1c91f232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3781 | 2025.03.03 04:53:40.533724 [ 256 ] {3b89d7bc-6fce-439a-90f1-487c1c91f232} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3782 | 2025.03.03 04:53:40.533974 [ 256 ] {3b89d7bc-6fce-439a-90f1-487c1c91f232} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3783 | 2025.03.03 04:53:40.534214 [ 256 ] {3b89d7bc-6fce-439a-90f1-487c1c91f232} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.001624 sec., 68349.75369458128 rows/sec., 5.72 MiB/sec. | ||
| 3784 | 2025.03.03 04:53:40.534270 [ 256 ] {3b89d7bc-6fce-439a-90f1-487c1c91f232} <Debug> TCPHandler: Processed in 0.00182503 sec. | ||
| 3785 | 2025.03.03 04:53:40.534391 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3786 | 2025.03.03 04:53:40.534502 [ 256 ] {5a786149-fba2-47c1-aa68-6824ea5120c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3787 | 2025.03.03 04:53:40.534550 [ 256 ] {5a786149-fba2-47c1-aa68-6824ea5120c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3788 | 2025.03.03 04:53:40.535202 [ 256 ] {5a786149-fba2-47c1-aa68-6824ea5120c1} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3789 | 2025.03.03 04:53:40.535250 [ 256 ] {5a786149-fba2-47c1-aa68-6824ea5120c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3790 | 2025.03.03 04:53:40.535652 [ 256 ] {5a786149-fba2-47c1-aa68-6824ea5120c1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3791 | 2025.03.03 04:53:40.535961 [ 256 ] {5a786149-fba2-47c1-aa68-6824ea5120c1} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3792 | 2025.03.03 04:53:40.536184 [ 256 ] {5a786149-fba2-47c1-aa68-6824ea5120c1} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001707 sec., 16988.869361452842 rows/sec., 1.24 MiB/sec. | ||
| 3793 | 2025.03.03 04:53:40.536241 [ 256 ] {5a786149-fba2-47c1-aa68-6824ea5120c1} <Debug> TCPHandler: Processed in 0.001903201 sec. | ||
| 3794 | 2025.03.03 04:53:40.536528 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3795 | 2025.03.03 04:53:40.536774 [ 256 ] {c82bde34-e35b-4d7b-b2da-3a208441dac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3796 | 2025.03.03 04:53:40.536838 [ 256 ] {c82bde34-e35b-4d7b-b2da-3a208441dac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3797 | 2025.03.03 04:53:40.537451 [ 256 ] {c82bde34-e35b-4d7b-b2da-3a208441dac8} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3798 | 2025.03.03 04:53:40.537499 [ 256 ] {c82bde34-e35b-4d7b-b2da-3a208441dac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3799 | 2025.03.03 04:53:40.537933 [ 256 ] {c82bde34-e35b-4d7b-b2da-3a208441dac8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3800 | 2025.03.03 04:53:40.538224 [ 256 ] {c82bde34-e35b-4d7b-b2da-3a208441dac8} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3801 | 2025.03.03 04:53:40.538481 [ 256 ] {c82bde34-e35b-4d7b-b2da-3a208441dac8} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.00185 sec., 50270.270270270266 rows/sec., 3.93 MiB/sec. | ||
| 3802 | 2025.03.03 04:53:40.538561 [ 256 ] {c82bde34-e35b-4d7b-b2da-3a208441dac8} <Debug> TCPHandler: Processed in 0.002093704 sec. | ||
| 3803 | 2025.03.03 04:53:40.538847 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3804 | 2025.03.03 04:53:40.538958 [ 256 ] {f6dbd82e-eedf-458c-be4a-271eee1d3db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3805 | 2025.03.03 04:53:40.539014 [ 256 ] {f6dbd82e-eedf-458c-be4a-271eee1d3db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3806 | 2025.03.03 04:53:40.539578 [ 256 ] {f6dbd82e-eedf-458c-be4a-271eee1d3db0} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3807 | 2025.03.03 04:53:40.539619 [ 256 ] {f6dbd82e-eedf-458c-be4a-271eee1d3db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3808 | 2025.03.03 04:53:40.540047 [ 256 ] {f6dbd82e-eedf-458c-be4a-271eee1d3db0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3809 | 2025.03.03 04:53:40.540305 [ 256 ] {f6dbd82e-eedf-458c-be4a-271eee1d3db0} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3810 | 2025.03.03 04:53:40.540532 [ 256 ] {f6dbd82e-eedf-458c-be4a-271eee1d3db0} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001599 sec., 100687.92995622264 rows/sec., 7.01 MiB/sec. | ||
| 3811 | 2025.03.03 04:53:40.540588 [ 256 ] {f6dbd82e-eedf-458c-be4a-271eee1d3db0} <Debug> TCPHandler: Processed in 0.00184469 sec. | ||
| 3812 | 2025.03.03 04:53:40.540718 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3813 | 2025.03.03 04:53:40.540828 [ 256 ] {244a25ee-8722-4be8-ad0a-e1ebf1ab0b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3814 | 2025.03.03 04:53:40.540897 [ 256 ] {244a25ee-8722-4be8-ad0a-e1ebf1ab0b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3815 | 2025.03.03 04:53:40.542251 [ 256 ] {244a25ee-8722-4be8-ad0a-e1ebf1ab0b50} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3816 | 2025.03.03 04:53:40.542298 [ 256 ] {244a25ee-8722-4be8-ad0a-e1ebf1ab0b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3817 | 2025.03.03 04:53:40.542948 [ 256 ] {244a25ee-8722-4be8-ad0a-e1ebf1ab0b50} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3818 | 2025.03.03 04:53:40.543212 [ 256 ] {244a25ee-8722-4be8-ad0a-e1ebf1ab0b50} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3819 | 2025.03.03 04:53:40.543404 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3820 | 2025.03.03 04:53:40.543493 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3821 | 2025.03.03 04:53:40.543501 [ 256 ] {244a25ee-8722-4be8-ad0a-e1ebf1ab0b50} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002686 sec., 10052.122114668653 rows/sec., 18.01 MiB/sec. | ||
| 3822 | 2025.03.03 04:53:40.543530 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3823 | 2025.03.03 04:53:40.543920 [ 256 ] {244a25ee-8722-4be8-ad0a-e1ebf1ab0b50} <Debug> TCPHandler: Processed in 0.00325235 sec. | ||
| 3824 | 2025.03.03 04:53:40.543942 [ 199 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 3825 | 2025.03.03 04:53:40.544094 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3826 | 2025.03.03 04:53:40.544357 [ 256 ] {0806cec9-3432-4231-8b1c-90e6c7993bc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3827 | 2025.03.03 04:53:40.544488 [ 256 ] {0806cec9-3432-4231-8b1c-90e6c7993bc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3828 | 2025.03.03 04:53:40.544765 [ 199 ] {1a441893-9993-4f87-907b-84f593661890::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3829 | 2025.03.03 04:53:40.545042 [ 199 ] {1a441893-9993-4f87-907b-84f593661890::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 153 rows starting from the beginning of the part | ||
| 3830 | 2025.03.03 04:53:40.545839 [ 199 ] {1a441893-9993-4f87-907b-84f593661890::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part | ||
| 3831 | 2025.03.03 04:53:40.546529 [ 199 ] {1a441893-9993-4f87-907b-84f593661890::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part | ||
| 3832 | 2025.03.03 04:53:40.546675 [ 256 ] {0806cec9-3432-4231-8b1c-90e6c7993bc9} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3833 | 2025.03.03 04:53:40.546780 [ 256 ] {0806cec9-3432-4231-8b1c-90e6c7993bc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3834 | 2025.03.03 04:53:40.547315 [ 199 ] {1a441893-9993-4f87-907b-84f593661890::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part | ||
| 3835 | 2025.03.03 04:53:40.547981 [ 199 ] {1a441893-9993-4f87-907b-84f593661890::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part | ||
| 3836 | 2025.03.03 04:53:40.548499 [ 256 ] {0806cec9-3432-4231-8b1c-90e6c7993bc9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3837 | 2025.03.03 04:53:40.548663 [ 199 ] {1a441893-9993-4f87-907b-84f593661890::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part | ||
| 3838 | 2025.03.03 04:53:40.549388 [ 256 ] {0806cec9-3432-4231-8b1c-90e6c7993bc9} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2025.03.03 04:53:40.550010 [ 256 ] {0806cec9-3432-4231-8b1c-90e6c7993bc9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005753 sec., 10429.341213280028 rows/sec., 719.73 KiB/sec. | ||
| 3840 | 2025.03.03 04:53:40.550142 [ 256 ] {0806cec9-3432-4231-8b1c-90e6c7993bc9} <Debug> TCPHandler: Processed in 0.006119952 sec. | ||
| 3841 | 2025.03.03 04:53:40.552940 [ 197 ] {1a441893-9993-4f87-907b-84f593661890::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 19 columns (19 merged, 0 gathered) in 0.009234668 sec., 27938.199835662745 rows/sec., 50.06 MiB/sec. | ||
| 3842 | 2025.03.03 04:53:40.553322 [ 199 ] {1a441893-9993-4f87-907b-84f593661890::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3843 | 2025.03.03 04:53:40.553725 [ 199 ] {1a441893-9993-4f87-907b-84f593661890::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3844 | 2025.03.03 04:53:40.553809 [ 199 ] {1a441893-9993-4f87-907b-84f593661890::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3845 | 2025.03.03 04:53:40.553927 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 3846 | 2025.03.03 04:53:42.703332 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3847 | 2025.03.03 04:53:42.703961 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3848 | 2025.03.03 04:53:42.704010 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3849 | 2025.03.03 04:53:42.704665 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3850 | 2025.03.03 04:53:42.704990 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3851 | 2025.03.03 04:53:42.705411 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3852 | 2025.03.03 04:53:43.256773 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3853 | 2025.03.03 04:53:43.275887 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3854 | 2025.03.03 04:53:43.275937 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3855 | 2025.03.03 04:53:43.283077 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3856 | 2025.03.03 04:53:43.283842 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3857 | 2025.03.03 04:53:43.287169 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3858 | 2025.03.03 04:53:45.230483 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 558 | ||
| 3859 | 2025.03.03 04:53:45.233607 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3860 | 2025.03.03 04:53:45.233668 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3861 | 2025.03.03 04:53:45.235182 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3862 | 2025.03.03 04:53:45.235506 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3863 | 2025.03.03 04:53:45.236774 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 558 | ||
| 3864 | 2025.03.03 04:53:45.536374 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3865 | 2025.03.03 04:53:45.536675 [ 256 ] {ead3ec3a-d1c9-4752-8368-76d879dd0ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3866 | 2025.03.03 04:53:45.536768 [ 256 ] {ead3ec3a-d1c9-4752-8368-76d879dd0ced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3867 | 2025.03.03 04:53:45.537722 [ 256 ] {ead3ec3a-d1c9-4752-8368-76d879dd0ced} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3868 | 2025.03.03 04:53:45.537777 [ 256 ] {ead3ec3a-d1c9-4752-8368-76d879dd0ced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3869 | 2025.03.03 04:53:45.538256 [ 256 ] {ead3ec3a-d1c9-4752-8368-76d879dd0ced} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3870 | 2025.03.03 04:53:45.538536 [ 256 ] {ead3ec3a-d1c9-4752-8368-76d879dd0ced} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3871 | 2025.03.03 04:53:45.538793 [ 256 ] {ead3ec3a-d1c9-4752-8368-76d879dd0ced} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002186 sec., 96980.7868252516 rows/sec., 6.17 MiB/sec. | ||
| 3872 | 2025.03.03 04:53:45.538869 [ 256 ] {ead3ec3a-d1c9-4752-8368-76d879dd0ced} <Debug> TCPHandler: Processed in 0.002675007 sec. | ||
| 3873 | 2025.03.03 04:53:45.539010 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3874 | 2025.03.03 04:53:45.539130 [ 256 ] {b675c55e-a946-4eed-bdf1-1c9d32eb71bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3875 | 2025.03.03 04:53:45.539182 [ 256 ] {b675c55e-a946-4eed-bdf1-1c9d32eb71bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3876 | 2025.03.03 04:53:45.540042 [ 256 ] {b675c55e-a946-4eed-bdf1-1c9d32eb71bf} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3877 | 2025.03.03 04:53:45.540087 [ 256 ] {b675c55e-a946-4eed-bdf1-1c9d32eb71bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3878 | 2025.03.03 04:53:45.540531 [ 256 ] {b675c55e-a946-4eed-bdf1-1c9d32eb71bf} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3879 | 2025.03.03 04:53:45.540845 [ 256 ] {b675c55e-a946-4eed-bdf1-1c9d32eb71bf} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3880 | 2025.03.03 04:53:45.541037 [ 100 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3881 | 2025.03.03 04:53:45.541116 [ 256 ] {b675c55e-a946-4eed-bdf1-1c9d32eb71bf} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.002011 sec., 318746.8920934858 rows/sec., 25.11 MiB/sec. | ||
| 3882 | 2025.03.03 04:53:45.541125 [ 100 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3883 | 2025.03.03 04:53:45.541205 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 3884 | 2025.03.03 04:53:45.541251 [ 256 ] {b675c55e-a946-4eed-bdf1-1c9d32eb71bf} <Debug> TCPHandler: Processed in 0.002295499 sec. | ||
| 3885 | 2025.03.03 04:53:45.541533 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 3886 | 2025.03.03 04:53:45.541545 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3887 | 2025.03.03 04:53:45.541925 [ 256 ] {38987bb0-9a7e-42b4-b9eb-156195ca23ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3888 | 2025.03.03 04:53:45.542035 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3889 | 2025.03.03 04:53:45.542041 [ 256 ] {38987bb0-9a7e-42b4-b9eb-156195ca23ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3890 | 2025.03.03 04:53:45.542082 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1842 rows starting from the beginning of the part | ||
| 3891 | 2025.03.03 04:53:45.542262 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3892 | 2025.03.03 04:53:45.542683 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 110 rows starting from the beginning of the part | ||
| 3893 | 2025.03.03 04:53:45.543021 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 641 rows starting from the beginning of the part | ||
| 3894 | 2025.03.03 04:53:45.543331 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 111 rows starting from the beginning of the part | ||
| 3895 | 2025.03.03 04:53:45.543653 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 641 rows starting from the beginning of the part | ||
| 3896 | 2025.03.03 04:53:45.544417 [ 256 ] {38987bb0-9a7e-42b4-b9eb-156195ca23ec} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3897 | 2025.03.03 04:53:45.544474 [ 256 ] {38987bb0-9a7e-42b4-b9eb-156195ca23ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3898 | 2025.03.03 04:53:45.545131 [ 256 ] {38987bb0-9a7e-42b4-b9eb-156195ca23ec} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3899 | 2025.03.03 04:53:45.545471 [ 256 ] {38987bb0-9a7e-42b4-b9eb-156195ca23ec} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3900 | 2025.03.03 04:53:45.545725 [ 256 ] {38987bb0-9a7e-42b4-b9eb-156195ca23ec} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.003907 sec., 30202.201177373947 rows/sec., 1.82 MiB/sec. | ||
| 3901 | 2025.03.03 04:53:45.545789 [ 256 ] {38987bb0-9a7e-42b4-b9eb-156195ca23ec} <Debug> TCPHandler: Processed in 0.004364353 sec. | ||
| 3902 | 2025.03.03 04:53:45.545922 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3903 | 2025.03.03 04:53:45.546082 [ 256 ] {527d4102-2e28-4d82-9e96-b7376bae4eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3904 | 2025.03.03 04:53:45.546134 [ 199 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3401 rows, containing 5 columns (5 merged, 0 gathered) in 0.004809743 sec., 707106.3880128314 rows/sec., 59.59 MiB/sec. | ||
| 3905 | 2025.03.03 04:53:45.546155 [ 256 ] {527d4102-2e28-4d82-9e96-b7376bae4eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3906 | 2025.03.03 04:53:45.546623 [ 199 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3907 | 2025.03.03 04:53:45.547130 [ 256 ] {527d4102-2e28-4d82-9e96-b7376bae4eaf} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2025.03.03 04:53:45.547196 [ 256 ] {527d4102-2e28-4d82-9e96-b7376bae4eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3909 | 2025.03.03 04:53:45.547278 [ 199 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_26_5} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3910 | 2025.03.03 04:53:45.547464 [ 199 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_26_5} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3911 | 2025.03.03 04:53:45.547669 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 3912 | 2025.03.03 04:53:45.547852 [ 256 ] {527d4102-2e28-4d82-9e96-b7376bae4eaf} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3913 | 2025.03.03 04:53:45.548133 [ 256 ] {527d4102-2e28-4d82-9e96-b7376bae4eaf} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3914 | 2025.03.03 04:53:45.548366 [ 256 ] {527d4102-2e28-4d82-9e96-b7376bae4eaf} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002316 sec., 48791.018998272884 rows/sec., 3.16 MiB/sec. | ||
| 3915 | 2025.03.03 04:53:45.548466 [ 256 ] {527d4102-2e28-4d82-9e96-b7376bae4eaf} <Debug> TCPHandler: Processed in 0.002604606 sec. | ||
| 3916 | 2025.03.03 04:53:45.548600 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3917 | 2025.03.03 04:53:45.548706 [ 256 ] {9fc9dc2e-a03b-4ba5-8a69-2e860ea76a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3918 | 2025.03.03 04:53:45.548751 [ 256 ] {9fc9dc2e-a03b-4ba5-8a69-2e860ea76a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3919 | 2025.03.03 04:53:45.549321 [ 256 ] {9fc9dc2e-a03b-4ba5-8a69-2e860ea76a89} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3920 | 2025.03.03 04:53:45.549360 [ 256 ] {9fc9dc2e-a03b-4ba5-8a69-2e860ea76a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3921 | 2025.03.03 04:53:45.549716 [ 256 ] {9fc9dc2e-a03b-4ba5-8a69-2e860ea76a89} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3922 | 2025.03.03 04:53:45.549955 [ 256 ] {9fc9dc2e-a03b-4ba5-8a69-2e860ea76a89} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3923 | 2025.03.03 04:53:45.550221 [ 256 ] {9fc9dc2e-a03b-4ba5-8a69-2e860ea76a89} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001525 sec., 73442.62295081967 rows/sec., 4.18 MiB/sec. | ||
| 3924 | 2025.03.03 04:53:45.550382 [ 256 ] {9fc9dc2e-a03b-4ba5-8a69-2e860ea76a89} <Debug> TCPHandler: Processed in 0.00183286 sec. | ||
| 3925 | 2025.03.03 04:53:45.550502 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3926 | 2025.03.03 04:53:45.550606 [ 256 ] {3ff362d1-0f6d-4c7a-b55b-180892f3a586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3927 | 2025.03.03 04:53:45.550650 [ 256 ] {3ff362d1-0f6d-4c7a-b55b-180892f3a586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3928 | 2025.03.03 04:53:45.551337 [ 256 ] {3ff362d1-0f6d-4c7a-b55b-180892f3a586} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3929 | 2025.03.03 04:53:45.551379 [ 256 ] {3ff362d1-0f6d-4c7a-b55b-180892f3a586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3930 | 2025.03.03 04:53:45.551744 [ 256 ] {3ff362d1-0f6d-4c7a-b55b-180892f3a586} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3931 | 2025.03.03 04:53:45.551990 [ 256 ] {3ff362d1-0f6d-4c7a-b55b-180892f3a586} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3932 | 2025.03.03 04:53:45.552152 [ 100 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3933 | 2025.03.03 04:53:45.552221 [ 256 ] {3ff362d1-0f6d-4c7a-b55b-180892f3a586} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001632 sec., 241421.568627451 rows/sec., 17.08 MiB/sec. | ||
| 3934 | 2025.03.03 04:53:45.552228 [ 100 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3935 | 2025.03.03 04:53:45.552308 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3936 | 2025.03.03 04:53:45.552339 [ 256 ] {3ff362d1-0f6d-4c7a-b55b-180892f3a586} <Debug> TCPHandler: Processed in 0.001885501 sec. | ||
| 3937 | 2025.03.03 04:53:45.552565 [ 191 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 3938 | 2025.03.03 04:53:45.552580 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3939 | 2025.03.03 04:53:45.552839 [ 191 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3940 | 2025.03.03 04:53:45.552839 [ 256 ] {e633b48c-8379-4821-aa0f-3579334326d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3941 | 2025.03.03 04:53:45.552905 [ 191 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part | ||
| 3942 | 2025.03.03 04:53:45.552953 [ 256 ] {e633b48c-8379-4821-aa0f-3579334326d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3943 | 2025.03.03 04:53:45.553237 [ 191 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 3944 | 2025.03.03 04:53:45.553690 [ 191 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 91 rows starting from the beginning of the part | ||
| 3945 | 2025.03.03 04:53:45.554087 [ 191 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 394 rows starting from the beginning of the part | ||
| 3946 | 2025.03.03 04:53:45.554435 [ 191 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 93 rows starting from the beginning of the part | ||
| 3947 | 2025.03.03 04:53:45.554635 [ 191 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 394 rows starting from the beginning of the part | ||
| 3948 | 2025.03.03 04:53:45.555447 [ 256 ] {e633b48c-8379-4821-aa0f-3579334326d8} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3949 | 2025.03.03 04:53:45.555509 [ 256 ] {e633b48c-8379-4821-aa0f-3579334326d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3950 | 2025.03.03 04:53:45.556378 [ 256 ] {e633b48c-8379-4821-aa0f-3579334326d8} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3951 | 2025.03.03 04:53:45.556948 [ 256 ] {e633b48c-8379-4821-aa0f-3579334326d8} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3952 | 2025.03.03 04:53:45.557247 [ 100 ] {} <Debug> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3953 | 2025.03.03 04:53:45.557348 [ 100 ] {} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3954 | 2025.03.03 04:53:45.557416 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3955 | 2025.03.03 04:53:45.557420 [ 256 ] {e633b48c-8379-4821-aa0f-3579334326d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004666 sec., 1285.8979854264894 rows/sec., 67.18 KiB/sec. | ||
| 3956 | 2025.03.03 04:53:45.558137 [ 256 ] {e633b48c-8379-4821-aa0f-3579334326d8} <Debug> TCPHandler: Processed in 0.005632101 sec. | ||
| 3957 | 2025.03.03 04:53:45.558200 [ 197 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 3958 | 2025.03.03 04:53:45.558677 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3959 | 2025.03.03 04:53:45.558842 [ 197 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3960 | 2025.03.03 04:53:45.558887 [ 191 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.006450868 sec., 301199.77652619773 rows/sec., 23.00 MiB/sec. | ||
| 3961 | 2025.03.03 04:53:45.558927 [ 197 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 3962 | 2025.03.03 04:53:45.558944 [ 256 ] {f502c2fe-7d9b-49d2-b8c7-4aab1ae963bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3963 | 2025.03.03 04:53:45.559136 [ 256 ] {f502c2fe-7d9b-49d2-b8c7-4aab1ae963bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3964 | 2025.03.03 04:53:45.559171 [ 197 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 3965 | 2025.03.03 04:53:45.559419 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3966 | 2025.03.03 04:53:45.559574 [ 197 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 3967 | 2025.03.03 04:53:45.559860 [ 197 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 3968 | 2025.03.03 04:53:45.560222 [ 197 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 3969 | 2025.03.03 04:53:45.560620 [ 197 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 3970 | 2025.03.03 04:53:45.560939 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_26_5} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3971 | 2025.03.03 04:53:45.561232 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_26_5} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3972 | 2025.03.03 04:53:45.561388 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3973 | 2025.03.03 04:53:45.561961 [ 256 ] {f502c2fe-7d9b-49d2-b8c7-4aab1ae963bd} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3974 | 2025.03.03 04:53:45.562006 [ 256 ] {f502c2fe-7d9b-49d2-b8c7-4aab1ae963bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3975 | 2025.03.03 04:53:45.562671 [ 256 ] {f502c2fe-7d9b-49d2-b8c7-4aab1ae963bd} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3976 | 2025.03.03 04:53:45.562675 [ 191 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.0051368 sec., 12848.465971032549 rows/sec., 671.28 KiB/sec. | ||
| 3977 | 2025.03.03 04:53:45.562848 [ 197 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3978 | 2025.03.03 04:53:45.562982 [ 256 ] {f502c2fe-7d9b-49d2-b8c7-4aab1ae963bd} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3979 | 2025.03.03 04:53:45.563247 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3980 | 2025.03.03 04:53:45.563345 [ 256 ] {f502c2fe-7d9b-49d2-b8c7-4aab1ae963bd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004451 sec., 53246.46146933273 rows/sec., 3.57 MiB/sec. | ||
| 3981 | 2025.03.03 04:53:45.563347 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3982 | 2025.03.03 04:53:45.563474 [ 197 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_11_2} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3983 | 2025.03.03 04:53:45.563471 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 3984 | 2025.03.03 04:53:45.563551 [ 256 ] {f502c2fe-7d9b-49d2-b8c7-4aab1ae963bd} <Debug> TCPHandler: Processed in 0.004989146 sec. | ||
| 3985 | 2025.03.03 04:53:45.563866 [ 197 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_11_2} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3986 | 2025.03.03 04:53:45.563952 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3987 | 2025.03.03 04:53:45.564018 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 3988 | 2025.03.03 04:53:45.564074 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3989 | 2025.03.03 04:53:45.564216 [ 256 ] {393c4d19-80a4-4aef-8258-228854a35fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3990 | 2025.03.03 04:53:45.564337 [ 256 ] {393c4d19-80a4-4aef-8258-228854a35fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3991 | 2025.03.03 04:53:45.564375 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3992 | 2025.03.03 04:53:45.564486 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7257 rows starting from the beginning of the part | ||
| 3993 | 2025.03.03 04:53:45.564873 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 3994 | 2025.03.03 04:53:45.565208 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 3995 | 2025.03.03 04:53:45.565397 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 3996 | 2025.03.03 04:53:45.565799 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
| 3997 | 2025.03.03 04:53:45.566164 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 3998 | 2025.03.03 04:53:45.566483 [ 256 ] {393c4d19-80a4-4aef-8258-228854a35fd9} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3999 | 2025.03.03 04:53:45.566608 [ 256 ] {393c4d19-80a4-4aef-8258-228854a35fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4000 | 2025.03.03 04:53:45.567579 [ 256 ] {393c4d19-80a4-4aef-8258-228854a35fd9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4001 | 2025.03.03 04:53:45.567864 [ 256 ] {393c4d19-80a4-4aef-8258-228854a35fd9} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4002 | 2025.03.03 04:53:45.568266 [ 256 ] {393c4d19-80a4-4aef-8258-228854a35fd9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004109 sec., 243.3682161109759 rows/sec., 16.40 KiB/sec. | ||
| 4003 | 2025.03.03 04:53:45.568600 [ 256 ] {393c4d19-80a4-4aef-8258-228854a35fd9} <Debug> TCPHandler: Processed in 0.004739812 sec. | ||
| 4004 | 2025.03.03 04:53:45.568964 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4005 | 2025.03.03 04:53:45.569194 [ 256 ] {7249737b-3a73-48e7-93e6-9aca11103032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4006 | 2025.03.03 04:53:45.569409 [ 256 ] {7249737b-3a73-48e7-93e6-9aca11103032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4007 | 2025.03.03 04:53:45.571746 [ 191 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8116 rows, containing 5 columns (5 merged, 0 gathered) in 0.008062073 sec., 1006688.9744114201 rows/sec., 67.95 MiB/sec. | ||
| 4008 | 2025.03.03 04:53:45.571772 [ 256 ] {7249737b-3a73-48e7-93e6-9aca11103032} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4009 | 2025.03.03 04:53:45.571832 [ 256 ] {7249737b-3a73-48e7-93e6-9aca11103032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4010 | 2025.03.03 04:53:45.572461 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4011 | 2025.03.03 04:53:45.572738 [ 256 ] {7249737b-3a73-48e7-93e6-9aca11103032} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4012 | 2025.03.03 04:53:45.573032 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4013 | 2025.03.03 04:53:45.573226 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4014 | 2025.03.03 04:53:45.573264 [ 256 ] {7249737b-3a73-48e7-93e6-9aca11103032} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4015 | 2025.03.03 04:53:45.573401 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 4016 | 2025.03.03 04:53:45.573629 [ 256 ] {7249737b-3a73-48e7-93e6-9aca11103032} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004512 sec., 2659.574468085106 rows/sec., 4.77 MiB/sec. | ||
| 4017 | 2025.03.03 04:53:45.573767 [ 256 ] {7249737b-3a73-48e7-93e6-9aca11103032} <Debug> TCPHandler: Processed in 0.004921116 sec. | ||
| 4018 | 2025.03.03 04:53:45.573904 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4019 | 2025.03.03 04:53:45.574010 [ 256 ] {349494fd-c0e1-4b9e-948c-1b25ebc340f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4020 | 2025.03.03 04:53:45.574056 [ 256 ] {349494fd-c0e1-4b9e-948c-1b25ebc340f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4021 | 2025.03.03 04:53:45.574496 [ 256 ] {349494fd-c0e1-4b9e-948c-1b25ebc340f3} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4022 | 2025.03.03 04:53:45.574535 [ 256 ] {349494fd-c0e1-4b9e-948c-1b25ebc340f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4023 | 2025.03.03 04:53:45.574903 [ 256 ] {349494fd-c0e1-4b9e-948c-1b25ebc340f3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4024 | 2025.03.03 04:53:45.575142 [ 256 ] {349494fd-c0e1-4b9e-948c-1b25ebc340f3} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4025 | 2025.03.03 04:53:45.575301 [ 100 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4026 | 2025.03.03 04:53:45.575360 [ 100 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4027 | 2025.03.03 04:53:45.575392 [ 256 ] {349494fd-c0e1-4b9e-948c-1b25ebc340f3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001394 sec., 58823.529411764706 rows/sec., 3.74 MiB/sec. | ||
| 4028 | 2025.03.03 04:53:45.575400 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4029 | 2025.03.03 04:53:45.575510 [ 256 ] {349494fd-c0e1-4b9e-948c-1b25ebc340f3} <Debug> TCPHandler: Processed in 0.001651636 sec. | ||
| 4030 | 2025.03.03 04:53:45.575820 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 4031 | 2025.03.03 04:53:45.576064 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4032 | 2025.03.03 04:53:45.576096 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part | ||
| 4033 | 2025.03.03 04:53:45.576178 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part | ||
| 4034 | 2025.03.03 04:53:45.576296 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 4035 | 2025.03.03 04:53:45.576535 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 4036 | 2025.03.03 04:53:45.576615 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 4037 | 2025.03.03 04:53:45.576846 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 4038 | 2025.03.03 04:53:45.578141 [ 186 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1586 rows, containing 4 columns (4 merged, 0 gathered) in 0.002602526 sec., 609407.93675068 rows/sec., 39.72 MiB/sec. | ||
| 4039 | 2025.03.03 04:53:45.578510 [ 190 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4040 | 2025.03.03 04:53:45.578822 [ 190 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_26_5} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4041 | 2025.03.03 04:53:45.578905 [ 190 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_26_5} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4042 | 2025.03.03 04:53:45.578995 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4043 | 2025.03.03 04:53:50.110696 [ 92 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4044 | 2025.03.03 04:53:50.110755 [ 92 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4045 | 2025.03.03 04:53:50.206526 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 4046 | 2025.03.03 04:53:50.207241 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4047 | 2025.03.03 04:53:50.207297 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4048 | 2025.03.03 04:53:50.207900 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4049 | 2025.03.03 04:53:50.208165 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4050 | 2025.03.03 04:53:50.208419 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4051 | 2025.03.03 04:53:50.529903 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4052 | 2025.03.03 04:53:50.530111 [ 256 ] {2c52cfd4-770a-4167-bbbd-f383fb1f43b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4053 | 2025.03.03 04:53:50.530189 [ 256 ] {2c52cfd4-770a-4167-bbbd-f383fb1f43b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4054 | 2025.03.03 04:53:50.531025 [ 256 ] {2c52cfd4-770a-4167-bbbd-f383fb1f43b2} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4055 | 2025.03.03 04:53:50.531071 [ 256 ] {2c52cfd4-770a-4167-bbbd-f383fb1f43b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4056 | 2025.03.03 04:53:50.531503 [ 256 ] {2c52cfd4-770a-4167-bbbd-f383fb1f43b2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4057 | 2025.03.03 04:53:50.531752 [ 256 ] {2c52cfd4-770a-4167-bbbd-f383fb1f43b2} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4058 | 2025.03.03 04:53:50.531975 [ 256 ] {2c52cfd4-770a-4167-bbbd-f383fb1f43b2} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001922 sec., 57232.04994797086 rows/sec., 4.80 MiB/sec. | ||
| 4059 | 2025.03.03 04:53:50.532031 [ 256 ] {2c52cfd4-770a-4167-bbbd-f383fb1f43b2} <Debug> TCPHandler: Processed in 0.002267719 sec. | ||
| 4060 | 2025.03.03 04:53:50.532154 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4061 | 2025.03.03 04:53:50.532261 [ 256 ] {bc159f3b-ee8d-49d5-b571-d4f0ec811823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4062 | 2025.03.03 04:53:50.532306 [ 256 ] {bc159f3b-ee8d-49d5-b571-d4f0ec811823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4063 | 2025.03.03 04:53:50.532832 [ 256 ] {bc159f3b-ee8d-49d5-b571-d4f0ec811823} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4064 | 2025.03.03 04:53:50.532872 [ 256 ] {bc159f3b-ee8d-49d5-b571-d4f0ec811823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4065 | 2025.03.03 04:53:50.533220 [ 256 ] {bc159f3b-ee8d-49d5-b571-d4f0ec811823} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4066 | 2025.03.03 04:53:50.533456 [ 256 ] {bc159f3b-ee8d-49d5-b571-d4f0ec811823} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4067 | 2025.03.03 04:53:50.533673 [ 256 ] {bc159f3b-ee8d-49d5-b571-d4f0ec811823} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001435 sec., 18815.33101045296 rows/sec., 1.38 MiB/sec. | ||
| 4068 | 2025.03.03 04:53:50.533727 [ 256 ] {bc159f3b-ee8d-49d5-b571-d4f0ec811823} <Debug> TCPHandler: Processed in 0.001622424 sec. | ||
| 4069 | 2025.03.03 04:53:50.533829 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4070 | 2025.03.03 04:53:50.533930 [ 256 ] {2e4a1b28-4b2b-498a-aab4-1aac9ec7febf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4071 | 2025.03.03 04:53:50.533973 [ 256 ] {2e4a1b28-4b2b-498a-aab4-1aac9ec7febf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4072 | 2025.03.03 04:53:50.534505 [ 256 ] {2e4a1b28-4b2b-498a-aab4-1aac9ec7febf} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4073 | 2025.03.03 04:53:50.534606 [ 256 ] {2e4a1b28-4b2b-498a-aab4-1aac9ec7febf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4074 | 2025.03.03 04:53:50.535009 [ 256 ] {2e4a1b28-4b2b-498a-aab4-1aac9ec7febf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4075 | 2025.03.03 04:53:50.535335 [ 256 ] {2e4a1b28-4b2b-498a-aab4-1aac9ec7febf} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4076 | 2025.03.03 04:53:50.535603 [ 256 ] {2e4a1b28-4b2b-498a-aab4-1aac9ec7febf} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.00169 sec., 53846.153846153844 rows/sec., 4.21 MiB/sec. | ||
| 4077 | 2025.03.03 04:53:50.535737 [ 256 ] {2e4a1b28-4b2b-498a-aab4-1aac9ec7febf} <Debug> TCPHandler: Processed in 0.001956522 sec. | ||
| 4078 | 2025.03.03 04:53:50.535904 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4079 | 2025.03.03 04:53:50.536014 [ 256 ] {66881217-e441-44bb-847b-3b5d1e07b81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4080 | 2025.03.03 04:53:50.536072 [ 256 ] {66881217-e441-44bb-847b-3b5d1e07b81c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4081 | 2025.03.03 04:53:50.536653 [ 256 ] {66881217-e441-44bb-847b-3b5d1e07b81c} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4082 | 2025.03.03 04:53:50.536694 [ 256 ] {66881217-e441-44bb-847b-3b5d1e07b81c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4083 | 2025.03.03 04:53:50.537108 [ 256 ] {66881217-e441-44bb-847b-3b5d1e07b81c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4084 | 2025.03.03 04:53:50.537370 [ 256 ] {66881217-e441-44bb-847b-3b5d1e07b81c} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4085 | 2025.03.03 04:53:50.537587 [ 256 ] {66881217-e441-44bb-847b-3b5d1e07b81c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001595 sec., 100313.47962382445 rows/sec., 6.99 MiB/sec. | ||
| 4086 | 2025.03.03 04:53:50.537640 [ 256 ] {66881217-e441-44bb-847b-3b5d1e07b81c} <Debug> TCPHandler: Processed in 0.001796889 sec. | ||
| 4087 | 2025.03.03 04:53:50.537754 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4088 | 2025.03.03 04:53:50.537859 [ 256 ] {7ed73dbf-8b0f-41ed-98ae-be5d7dcf29b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4089 | 2025.03.03 04:53:50.537924 [ 256 ] {7ed73dbf-8b0f-41ed-98ae-be5d7dcf29b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4090 | 2025.03.03 04:53:50.539089 [ 256 ] {7ed73dbf-8b0f-41ed-98ae-be5d7dcf29b6} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4091 | 2025.03.03 04:53:50.539133 [ 256 ] {7ed73dbf-8b0f-41ed-98ae-be5d7dcf29b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4092 | 2025.03.03 04:53:50.539887 [ 256 ] {7ed73dbf-8b0f-41ed-98ae-be5d7dcf29b6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4093 | 2025.03.03 04:53:50.540173 [ 256 ] {7ed73dbf-8b0f-41ed-98ae-be5d7dcf29b6} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4094 | 2025.03.03 04:53:50.540430 [ 256 ] {7ed73dbf-8b0f-41ed-98ae-be5d7dcf29b6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00259 sec., 10424.710424710425 rows/sec., 18.68 MiB/sec. | ||
| 4095 | 2025.03.03 04:53:50.540547 [ 256 ] {7ed73dbf-8b0f-41ed-98ae-be5d7dcf29b6} <Debug> TCPHandler: Processed in 0.002844831 sec. | ||
| 4096 | 2025.03.03 04:53:50.540675 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4097 | 2025.03.03 04:53:50.540805 [ 256 ] {e4bd01fb-d965-412d-a674-7a933c4b02e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4098 | 2025.03.03 04:53:50.540866 [ 256 ] {e4bd01fb-d965-412d-a674-7a933c4b02e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4099 | 2025.03.03 04:53:50.541308 [ 256 ] {e4bd01fb-d965-412d-a674-7a933c4b02e7} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4100 | 2025.03.03 04:53:50.541353 [ 256 ] {e4bd01fb-d965-412d-a674-7a933c4b02e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4101 | 2025.03.03 04:53:50.541724 [ 256 ] {e4bd01fb-d965-412d-a674-7a933c4b02e7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4102 | 2025.03.03 04:53:50.541978 [ 256 ] {e4bd01fb-d965-412d-a674-7a933c4b02e7} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4103 | 2025.03.03 04:53:50.542228 [ 256 ] {e4bd01fb-d965-412d-a674-7a933c4b02e7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
| 4104 | 2025.03.03 04:53:50.542320 [ 256 ] {e4bd01fb-d965-412d-a674-7a933c4b02e7} <Debug> TCPHandler: Processed in 0.001695086 sec. | ||
| 4105 | 2025.03.03 04:53:50.788211 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4106 | 2025.03.03 04:53:50.810025 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4107 | 2025.03.03 04:53:50.810084 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4108 | 2025.03.03 04:53:50.817648 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4109 | 2025.03.03 04:53:50.818415 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4110 | 2025.03.03 04:53:50.821827 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4111 | 2025.03.03 04:53:53.456806 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4112 | 2025.03.03 04:53:53.456995 [ 256 ] {398bdd7b-066e-4292-8511-ace221b99784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4113 | 2025.03.03 04:53:53.457069 [ 256 ] {398bdd7b-066e-4292-8511-ace221b99784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4114 | 2025.03.03 04:53:53.457932 [ 256 ] {398bdd7b-066e-4292-8511-ace221b99784} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4115 | 2025.03.03 04:53:53.457988 [ 256 ] {398bdd7b-066e-4292-8511-ace221b99784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4116 | 2025.03.03 04:53:53.458441 [ 256 ] {398bdd7b-066e-4292-8511-ace221b99784} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4117 | 2025.03.03 04:53:53.458694 [ 256 ] {398bdd7b-066e-4292-8511-ace221b99784} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): 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.03.03 04:53:53.458958 [ 256 ] {398bdd7b-066e-4292-8511-ace221b99784} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002014 sec., 105263.15789473684 rows/sec., 6.69 MiB/sec. | ||
| 4119 | 2025.03.03 04:53:53.459181 [ 256 ] {398bdd7b-066e-4292-8511-ace221b99784} <Debug> TCPHandler: Processed in 0.002500913 sec. | ||
| 4120 | 2025.03.03 04:53:53.459333 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4121 | 2025.03.03 04:53:53.459444 [ 256 ] {08b39100-cf2b-4cda-9d88-cdef8a40e1c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4122 | 2025.03.03 04:53:53.459494 [ 256 ] {08b39100-cf2b-4cda-9d88-cdef8a40e1c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4123 | 2025.03.03 04:53:53.460067 [ 256 ] {08b39100-cf2b-4cda-9d88-cdef8a40e1c0} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4124 | 2025.03.03 04:53:53.460110 [ 256 ] {08b39100-cf2b-4cda-9d88-cdef8a40e1c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4125 | 2025.03.03 04:53:53.460471 [ 256 ] {08b39100-cf2b-4cda-9d88-cdef8a40e1c0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4126 | 2025.03.03 04:53:53.460719 [ 256 ] {08b39100-cf2b-4cda-9d88-cdef8a40e1c0} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4127 | 2025.03.03 04:53:53.460961 [ 256 ] {08b39100-cf2b-4cda-9d88-cdef8a40e1c0} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001539 sec., 10396.361273554256 rows/sec., 847.75 KiB/sec. | ||
| 4128 | 2025.03.03 04:53:53.461024 [ 256 ] {08b39100-cf2b-4cda-9d88-cdef8a40e1c0} <Debug> TCPHandler: Processed in 0.001744907 sec. | ||
| 4129 | 2025.03.03 04:53:53.461134 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4130 | 2025.03.03 04:53:53.461237 [ 256 ] {b7efa436-0d39-4810-aff1-2038e5b3e705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4131 | 2025.03.03 04:53:53.461285 [ 256 ] {b7efa436-0d39-4810-aff1-2038e5b3e705} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4132 | 2025.03.03 04:53:53.462716 [ 256 ] {b7efa436-0d39-4810-aff1-2038e5b3e705} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4133 | 2025.03.03 04:53:53.462755 [ 256 ] {b7efa436-0d39-4810-aff1-2038e5b3e705} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4134 | 2025.03.03 04:53:53.463268 [ 256 ] {b7efa436-0d39-4810-aff1-2038e5b3e705} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4135 | 2025.03.03 04:53:53.463510 [ 256 ] {b7efa436-0d39-4810-aff1-2038e5b3e705} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4136 | 2025.03.03 04:53:53.463722 [ 256 ] {b7efa436-0d39-4810-aff1-2038e5b3e705} <Debug> executeQuery: Read 1789 rows, 148.42 KiB in 0.002508 sec., 713317.384370016 rows/sec., 57.79 MiB/sec. | ||
| 4137 | 2025.03.03 04:53:53.463776 [ 256 ] {b7efa436-0d39-4810-aff1-2038e5b3e705} <Debug> TCPHandler: Processed in 0.002694298 sec. | ||
| 4138 | 2025.03.03 04:53:53.463882 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4139 | 2025.03.03 04:53:53.463986 [ 256 ] {c271616a-fa50-4a0d-9f6f-21f8b3769b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4140 | 2025.03.03 04:53:53.464029 [ 256 ] {c271616a-fa50-4a0d-9f6f-21f8b3769b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4141 | 2025.03.03 04:53:53.464595 [ 256 ] {c271616a-fa50-4a0d-9f6f-21f8b3769b44} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4142 | 2025.03.03 04:53:53.464635 [ 256 ] {c271616a-fa50-4a0d-9f6f-21f8b3769b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4143 | 2025.03.03 04:53:53.464994 [ 256 ] {c271616a-fa50-4a0d-9f6f-21f8b3769b44} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4144 | 2025.03.03 04:53:53.465232 [ 256 ] {c271616a-fa50-4a0d-9f6f-21f8b3769b44} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4145 | 2025.03.03 04:53:53.465446 [ 256 ] {c271616a-fa50-4a0d-9f6f-21f8b3769b44} <Debug> executeQuery: Read 134 rows, 8.41 KiB in 0.001482 sec., 90418.35357624831 rows/sec., 5.54 MiB/sec. | ||
| 4146 | 2025.03.03 04:53:53.465498 [ 256 ] {c271616a-fa50-4a0d-9f6f-21f8b3769b44} <Debug> TCPHandler: Processed in 0.001666426 sec. | ||
| 4147 | 2025.03.03 04:53:53.465614 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4148 | 2025.03.03 04:53:53.465718 [ 256 ] {8e172732-a139-4e59-9fbe-5eb4022bb750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4149 | 2025.03.03 04:53:53.465762 [ 256 ] {8e172732-a139-4e59-9fbe-5eb4022bb750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4150 | 2025.03.03 04:53:53.466404 [ 256 ] {8e172732-a139-4e59-9fbe-5eb4022bb750} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4151 | 2025.03.03 04:53:53.466443 [ 256 ] {8e172732-a139-4e59-9fbe-5eb4022bb750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4152 | 2025.03.03 04:53:53.466804 [ 256 ] {8e172732-a139-4e59-9fbe-5eb4022bb750} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4153 | 2025.03.03 04:53:53.467040 [ 256 ] {8e172732-a139-4e59-9fbe-5eb4022bb750} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4154 | 2025.03.03 04:53:53.467249 [ 256 ] {8e172732-a139-4e59-9fbe-5eb4022bb750} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001553 sec., 219575.01609787508 rows/sec., 14.65 MiB/sec. | ||
| 4155 | 2025.03.03 04:53:53.467303 [ 256 ] {8e172732-a139-4e59-9fbe-5eb4022bb750} <Debug> TCPHandler: Processed in 0.001740567 sec. | ||
| 4156 | 2025.03.03 04:53:53.467407 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4157 | 2025.03.03 04:53:53.467509 [ 256 ] {12d783e7-6453-406a-b0e6-0775b92d5985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4158 | 2025.03.03 04:53:53.467552 [ 256 ] {12d783e7-6453-406a-b0e6-0775b92d5985} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4159 | 2025.03.03 04:53:53.468100 [ 256 ] {12d783e7-6453-406a-b0e6-0775b92d5985} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4160 | 2025.03.03 04:53:53.468139 [ 256 ] {12d783e7-6453-406a-b0e6-0775b92d5985} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4161 | 2025.03.03 04:53:53.468481 [ 256 ] {12d783e7-6453-406a-b0e6-0775b92d5985} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4162 | 2025.03.03 04:53:53.468709 [ 256 ] {12d783e7-6453-406a-b0e6-0775b92d5985} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4163 | 2025.03.03 04:53:53.468916 [ 256 ] {12d783e7-6453-406a-b0e6-0775b92d5985} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001429 sec., 78376.48705388384 rows/sec., 4.46 MiB/sec. | ||
| 4164 | 2025.03.03 04:53:53.468966 [ 256 ] {12d783e7-6453-406a-b0e6-0775b92d5985} <Debug> TCPHandler: Processed in 0.001609105 sec. | ||
| 4165 | 2025.03.03 04:53:53.469080 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4166 | 2025.03.03 04:53:53.469184 [ 256 ] {79de8ea3-f2bf-4e1d-9554-d95d584ce974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4167 | 2025.03.03 04:53:53.469227 [ 256 ] {79de8ea3-f2bf-4e1d-9554-d95d584ce974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4168 | 2025.03.03 04:53:53.470039 [ 256 ] {79de8ea3-f2bf-4e1d-9554-d95d584ce974} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4169 | 2025.03.03 04:53:53.470078 [ 256 ] {79de8ea3-f2bf-4e1d-9554-d95d584ce974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4170 | 2025.03.03 04:53:53.470475 [ 256 ] {79de8ea3-f2bf-4e1d-9554-d95d584ce974} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4171 | 2025.03.03 04:53:53.470712 [ 256 ] {79de8ea3-f2bf-4e1d-9554-d95d584ce974} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4172 | 2025.03.03 04:53:53.470921 [ 256 ] {79de8ea3-f2bf-4e1d-9554-d95d584ce974} <Debug> executeQuery: Read 866 rows, 64.14 KiB in 0.001759 sec., 492325.1847640705 rows/sec., 35.61 MiB/sec. | ||
| 4173 | 2025.03.03 04:53:53.470973 [ 256 ] {79de8ea3-f2bf-4e1d-9554-d95d584ce974} <Debug> TCPHandler: Processed in 0.001943592 sec. | ||
| 4174 | 2025.03.03 04:53:53.471089 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4175 | 2025.03.03 04:53:53.471195 [ 256 ] {90ce8f7f-269c-42fa-a186-032990eef518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4176 | 2025.03.03 04:53:53.471241 [ 256 ] {90ce8f7f-269c-42fa-a186-032990eef518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4177 | 2025.03.03 04:53:53.471672 [ 256 ] {90ce8f7f-269c-42fa-a186-032990eef518} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4178 | 2025.03.03 04:53:53.471710 [ 256 ] {90ce8f7f-269c-42fa-a186-032990eef518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4179 | 2025.03.03 04:53:53.472058 [ 256 ] {90ce8f7f-269c-42fa-a186-032990eef518} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4180 | 2025.03.03 04:53:53.472290 [ 256 ] {90ce8f7f-269c-42fa-a186-032990eef518} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4181 | 2025.03.03 04:53:53.472548 [ 256 ] {90ce8f7f-269c-42fa-a186-032990eef518} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001366 sec., 4392.386530014641 rows/sec., 229.49 KiB/sec. | ||
| 4182 | 2025.03.03 04:53:53.472703 [ 256 ] {90ce8f7f-269c-42fa-a186-032990eef518} <Debug> TCPHandler: Processed in 0.001656566 sec. | ||
| 4183 | 2025.03.03 04:53:53.472814 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4184 | 2025.03.03 04:53:53.472916 [ 256 ] {a7358ad8-3288-4d7c-a531-8833b619f73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4185 | 2025.03.03 04:53:53.472963 [ 256 ] {a7358ad8-3288-4d7c-a531-8833b619f73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4186 | 2025.03.03 04:53:53.473717 [ 256 ] {a7358ad8-3288-4d7c-a531-8833b619f73d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2025.03.03 04:53:53.473755 [ 256 ] {a7358ad8-3288-4d7c-a531-8833b619f73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4188 | 2025.03.03 04:53:53.474183 [ 256 ] {a7358ad8-3288-4d7c-a531-8833b619f73d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4189 | 2025.03.03 04:53:53.474422 [ 256 ] {a7358ad8-3288-4d7c-a531-8833b619f73d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4190 | 2025.03.03 04:53:53.474629 [ 256 ] {a7358ad8-3288-4d7c-a531-8833b619f73d} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001734 sec., 592272.2029988465 rows/sec., 39.48 MiB/sec. | ||
| 4191 | 2025.03.03 04:53:53.474682 [ 256 ] {a7358ad8-3288-4d7c-a531-8833b619f73d} <Debug> TCPHandler: Processed in 0.001918402 sec. | ||
| 4192 | 2025.03.03 04:53:53.474799 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4193 | 2025.03.03 04:53:53.474904 [ 256 ] {fb5c1fb3-8796-49a0-acb7-7cd2b7254445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4194 | 2025.03.03 04:53:53.474951 [ 256 ] {fb5c1fb3-8796-49a0-acb7-7cd2b7254445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4195 | 2025.03.03 04:53:53.475367 [ 256 ] {fb5c1fb3-8796-49a0-acb7-7cd2b7254445} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4196 | 2025.03.03 04:53:53.475405 [ 256 ] {fb5c1fb3-8796-49a0-acb7-7cd2b7254445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4197 | 2025.03.03 04:53:53.475747 [ 256 ] {fb5c1fb3-8796-49a0-acb7-7cd2b7254445} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4198 | 2025.03.03 04:53:53.475991 [ 256 ] {fb5c1fb3-8796-49a0-acb7-7cd2b7254445} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4199 | 2025.03.03 04:53:53.476196 [ 256 ] {fb5c1fb3-8796-49a0-acb7-7cd2b7254445} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001314 sec., 761.03500761035 rows/sec., 51.28 KiB/sec. | ||
| 4200 | 2025.03.03 04:53:53.476245 [ 256 ] {fb5c1fb3-8796-49a0-acb7-7cd2b7254445} <Debug> TCPHandler: Processed in 0.001497022 sec. | ||
| 4201 | 2025.03.03 04:53:53.476351 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4202 | 2025.03.03 04:53:53.476452 [ 256 ] {04085972-4430-4b5b-adbf-4f9d051ee800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4203 | 2025.03.03 04:53:53.476517 [ 256 ] {04085972-4430-4b5b-adbf-4f9d051ee800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4204 | 2025.03.03 04:53:53.477566 [ 256 ] {04085972-4430-4b5b-adbf-4f9d051ee800} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2025.03.03 04:53:53.477606 [ 256 ] {04085972-4430-4b5b-adbf-4f9d051ee800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4206 | 2025.03.03 04:53:53.478200 [ 256 ] {04085972-4430-4b5b-adbf-4f9d051ee800} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4207 | 2025.03.03 04:53:53.478458 [ 256 ] {04085972-4430-4b5b-adbf-4f9d051ee800} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4208 | 2025.03.03 04:53:53.478689 [ 256 ] {04085972-4430-4b5b-adbf-4f9d051ee800} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002258 sec., 5314.437555358724 rows/sec., 9.52 MiB/sec. | ||
| 4209 | 2025.03.03 04:53:53.478790 [ 256 ] {04085972-4430-4b5b-adbf-4f9d051ee800} <Debug> TCPHandler: Processed in 0.002489443 sec. | ||
| 4210 | 2025.03.03 04:53:53.478941 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4211 | 2025.03.03 04:53:53.479074 [ 256 ] {adcc1d2d-ee07-4c48-ab0d-2faed875a518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4212 | 2025.03.03 04:53:53.479130 [ 256 ] {adcc1d2d-ee07-4c48-ab0d-2faed875a518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4213 | 2025.03.03 04:53:53.479627 [ 256 ] {adcc1d2d-ee07-4c48-ab0d-2faed875a518} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4214 | 2025.03.03 04:53:53.479666 [ 256 ] {adcc1d2d-ee07-4c48-ab0d-2faed875a518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4215 | 2025.03.03 04:53:53.480026 [ 256 ] {adcc1d2d-ee07-4c48-ab0d-2faed875a518} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4216 | 2025.03.03 04:53:53.480276 [ 256 ] {adcc1d2d-ee07-4c48-ab0d-2faed875a518} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4217 | 2025.03.03 04:53:53.480481 [ 256 ] {adcc1d2d-ee07-4c48-ab0d-2faed875a518} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001436 sec., 40389.9721448468 rows/sec., 2.50 MiB/sec. | ||
| 4218 | 2025.03.03 04:53:53.480532 [ 256 ] {adcc1d2d-ee07-4c48-ab0d-2faed875a518} <Debug> TCPHandler: Processed in 0.001654336 sec. | ||
| 4219 | 2025.03.03 04:53:55.237753 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 616 | ||
| 4220 | 2025.03.03 04:53:55.241394 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4221 | 2025.03.03 04:53:55.241459 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4222 | 2025.03.03 04:53:55.242965 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4223 | 2025.03.03 04:53:55.243300 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4224 | 2025.03.03 04:53:55.243935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 616 | ||
| 4225 | 2025.03.03 04:53:55.525451 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4226 | 2025.03.03 04:53:55.525661 [ 256 ] {1fe6f09e-c479-4985-8246-29b365201acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4227 | 2025.03.03 04:53:55.525741 [ 256 ] {1fe6f09e-c479-4985-8246-29b365201acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4228 | 2025.03.03 04:53:55.526643 [ 256 ] {1fe6f09e-c479-4985-8246-29b365201acf} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4229 | 2025.03.03 04:53:55.526696 [ 256 ] {1fe6f09e-c479-4985-8246-29b365201acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4230 | 2025.03.03 04:53:55.527133 [ 256 ] {1fe6f09e-c479-4985-8246-29b365201acf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4231 | 2025.03.03 04:53:55.527391 [ 256 ] {1fe6f09e-c479-4985-8246-29b365201acf} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): 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.03.03 04:53:55.527631 [ 256 ] {1fe6f09e-c479-4985-8246-29b365201acf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002028 sec., 27613.412228796846 rows/sec., 2.11 MiB/sec. | ||
| 4233 | 2025.03.03 04:53:55.527699 [ 256 ] {1fe6f09e-c479-4985-8246-29b365201acf} <Debug> TCPHandler: Processed in 0.002384831 sec. | ||
| 4234 | 2025.03.03 04:53:55.527836 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4235 | 2025.03.03 04:53:55.527951 [ 256 ] {e1b9a55e-7d19-44cd-94ab-816294d69c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4236 | 2025.03.03 04:53:55.528001 [ 256 ] {e1b9a55e-7d19-44cd-94ab-816294d69c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4237 | 2025.03.03 04:53:55.528630 [ 256 ] {e1b9a55e-7d19-44cd-94ab-816294d69c86} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4238 | 2025.03.03 04:53:55.528674 [ 256 ] {e1b9a55e-7d19-44cd-94ab-816294d69c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4239 | 2025.03.03 04:53:55.529044 [ 256 ] {e1b9a55e-7d19-44cd-94ab-816294d69c86} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4240 | 2025.03.03 04:53:55.529297 [ 256 ] {e1b9a55e-7d19-44cd-94ab-816294d69c86} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4241 | 2025.03.03 04:53:55.529513 [ 256 ] {e1b9a55e-7d19-44cd-94ab-816294d69c86} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001589 sec., 40276.903713027066 rows/sec., 3.14 MiB/sec. | ||
| 4242 | 2025.03.03 04:53:55.529567 [ 256 ] {e1b9a55e-7d19-44cd-94ab-816294d69c86} <Debug> TCPHandler: Processed in 0.001784969 sec. | ||
| 4243 | 2025.03.03 04:53:55.529686 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4244 | 2025.03.03 04:53:55.529797 [ 256 ] {44039578-2012-41e7-b8d4-78f4a47c466c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4245 | 2025.03.03 04:53:55.529847 [ 256 ] {44039578-2012-41e7-b8d4-78f4a47c466c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4246 | 2025.03.03 04:53:55.530341 [ 256 ] {44039578-2012-41e7-b8d4-78f4a47c466c} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2025.03.03 04:53:55.530380 [ 256 ] {44039578-2012-41e7-b8d4-78f4a47c466c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4248 | 2025.03.03 04:53:55.530758 [ 256 ] {44039578-2012-41e7-b8d4-78f4a47c466c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4249 | 2025.03.03 04:53:55.530995 [ 256 ] {44039578-2012-41e7-b8d4-78f4a47c466c} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): 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.03.03 04:53:55.531196 [ 256 ] {44039578-2012-41e7-b8d4-78f4a47c466c} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001425 sec., 44912.28070175438 rows/sec., 3.13 MiB/sec. | ||
| 4251 | 2025.03.03 04:53:55.531249 [ 256 ] {44039578-2012-41e7-b8d4-78f4a47c466c} <Debug> TCPHandler: Processed in 0.001614964 sec. | ||
| 4252 | 2025.03.03 04:53:55.531366 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4253 | 2025.03.03 04:53:55.531475 [ 256 ] {43fc7fc1-a604-4de7-97a2-f7b85ae0c924} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4254 | 2025.03.03 04:53:55.531522 [ 256 ] {43fc7fc1-a604-4de7-97a2-f7b85ae0c924} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4255 | 2025.03.03 04:53:55.531946 [ 256 ] {43fc7fc1-a604-4de7-97a2-f7b85ae0c924} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2025.03.03 04:53:55.531985 [ 256 ] {43fc7fc1-a604-4de7-97a2-f7b85ae0c924} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4257 | 2025.03.03 04:53:55.532336 [ 256 ] {43fc7fc1-a604-4de7-97a2-f7b85ae0c924} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4258 | 2025.03.03 04:53:55.532572 [ 256 ] {43fc7fc1-a604-4de7-97a2-f7b85ae0c924} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2025.03.03 04:53:55.532788 [ 256 ] {43fc7fc1-a604-4de7-97a2-f7b85ae0c924} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001334 sec., 17991.004497751124 rows/sec., 1.21 MiB/sec. | ||
| 4260 | 2025.03.03 04:53:55.532898 [ 256 ] {43fc7fc1-a604-4de7-97a2-f7b85ae0c924} <Debug> TCPHandler: Processed in 0.001582054 sec. | ||
| 4261 | 2025.03.03 04:53:57.709319 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4262 | 2025.03.03 04:53:57.709965 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4263 | 2025.03.03 04:53:57.710010 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4264 | 2025.03.03 04:53:57.710618 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4265 | 2025.03.03 04:53:57.710881 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4266 | 2025.03.03 04:53:57.711151 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4267 | 2025.03.03 04:53:58.322671 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4268 | 2025.03.03 04:53:58.343416 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4269 | 2025.03.03 04:53:58.343484 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4270 | 2025.03.03 04:53:58.351083 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4271 | 2025.03.03 04:53:58.351863 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4272 | 2025.03.03 04:53:58.354528 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4273 | 2025.03.03 04:54:00.530973 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4274 | 2025.03.03 04:54:00.531190 [ 256 ] {f3a783dd-7b3d-4eb9-8748-ab8b402a078e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4275 | 2025.03.03 04:54:00.531273 [ 256 ] {f3a783dd-7b3d-4eb9-8748-ab8b402a078e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4276 | 2025.03.03 04:54:00.532166 [ 256 ] {f3a783dd-7b3d-4eb9-8748-ab8b402a078e} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4277 | 2025.03.03 04:54:00.532217 [ 256 ] {f3a783dd-7b3d-4eb9-8748-ab8b402a078e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4278 | 2025.03.03 04:54:00.532665 [ 256 ] {f3a783dd-7b3d-4eb9-8748-ab8b402a078e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4279 | 2025.03.03 04:54:00.532945 [ 256 ] {f3a783dd-7b3d-4eb9-8748-ab8b402a078e} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4280 | 2025.03.03 04:54:00.533195 [ 256 ] {f3a783dd-7b3d-4eb9-8748-ab8b402a078e} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002066 sec., 53242.98160696999 rows/sec., 4.46 MiB/sec. | ||
| 4281 | 2025.03.03 04:54:00.533262 [ 256 ] {f3a783dd-7b3d-4eb9-8748-ab8b402a078e} <Debug> TCPHandler: Processed in 0.002436002 sec. | ||
| 4282 | 2025.03.03 04:54:00.533403 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4283 | 2025.03.03 04:54:00.533520 [ 256 ] {81f16677-f079-43ca-9b57-80ca3d652e35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4284 | 2025.03.03 04:54:00.533570 [ 256 ] {81f16677-f079-43ca-9b57-80ca3d652e35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4285 | 2025.03.03 04:54:00.534129 [ 256 ] {81f16677-f079-43ca-9b57-80ca3d652e35} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4286 | 2025.03.03 04:54:00.534169 [ 256 ] {81f16677-f079-43ca-9b57-80ca3d652e35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4287 | 2025.03.03 04:54:00.534526 [ 256 ] {81f16677-f079-43ca-9b57-80ca3d652e35} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4288 | 2025.03.03 04:54:00.534768 [ 256 ] {81f16677-f079-43ca-9b57-80ca3d652e35} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4289 | 2025.03.03 04:54:00.534940 [ 76 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 4290 | 2025.03.03 04:54:00.535007 [ 256 ] {81f16677-f079-43ca-9b57-80ca3d652e35} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001514 sec., 17833.553500660502 rows/sec., 1.31 MiB/sec. | ||
| 4291 | 2025.03.03 04:54:00.535034 [ 76 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4292 | 2025.03.03 04:54:00.535106 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4293 | 2025.03.03 04:54:00.535133 [ 256 ] {81f16677-f079-43ca-9b57-80ca3d652e35} <Debug> TCPHandler: Processed in 0.001777328 sec. | ||
| 4294 | 2025.03.03 04:54:00.535349 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4295 | 2025.03.03 04:54:00.535357 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 4296 | 2025.03.03 04:54:00.535542 [ 256 ] {1d68837f-ed41-40f5-a105-07cc8daaa299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4297 | 2025.03.03 04:54:00.535656 [ 256 ] {1d68837f-ed41-40f5-a105-07cc8daaa299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4298 | 2025.03.03 04:54:00.535672 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4299 | 2025.03.03 04:54:00.535776 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 157 rows starting from the beginning of the part | ||
| 4300 | 2025.03.03 04:54:00.536054 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 29 rows starting from the beginning of the part | ||
| 4301 | 2025.03.03 04:54:00.536499 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 118 rows starting from the beginning of the part | ||
| 4302 | 2025.03.03 04:54:00.536987 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part | ||
| 4303 | 2025.03.03 04:54:00.537231 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 134 rows starting from the beginning of the part | ||
| 4304 | 2025.03.03 04:54:00.537558 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part | ||
| 4305 | 2025.03.03 04:54:00.538361 [ 256 ] {1d68837f-ed41-40f5-a105-07cc8daaa299} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4306 | 2025.03.03 04:54:00.538422 [ 256 ] {1d68837f-ed41-40f5-a105-07cc8daaa299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4307 | 2025.03.03 04:54:00.539416 [ 256 ] {1d68837f-ed41-40f5-a105-07cc8daaa299} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4308 | 2025.03.03 04:54:00.540010 [ 256 ] {1d68837f-ed41-40f5-a105-07cc8daaa299} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4309 | 2025.03.03 04:54:00.540543 [ 256 ] {1d68837f-ed41-40f5-a105-07cc8daaa299} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005038 sec., 18062.723302897975 rows/sec., 1.41 MiB/sec. | ||
| 4310 | 2025.03.03 04:54:00.540710 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.005448676 sec., 90297.16577017975 rows/sec., 6.09 MiB/sec. | ||
| 4311 | 2025.03.03 04:54:00.540815 [ 256 ] {1d68837f-ed41-40f5-a105-07cc8daaa299} <Debug> TCPHandler: Processed in 0.005546529 sec. | ||
| 4312 | 2025.03.03 04:54:00.541117 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4313 | 2025.03.03 04:54:00.541117 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 4314 | 2025.03.03 04:54:00.541441 [ 256 ] {c38130d5-4c2c-46cd-a214-73634202fb83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4315 | 2025.03.03 04:54:00.541524 [ 256 ] {c38130d5-4c2c-46cd-a214-73634202fb83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4316 | 2025.03.03 04:54:00.541901 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_20_4} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4317 | 2025.03.03 04:54:00.542087 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_20_4} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 4318 | 2025.03.03 04:54:00.542215 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4319 | 2025.03.03 04:54:00.542492 [ 256 ] {c38130d5-4c2c-46cd-a214-73634202fb83} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4320 | 2025.03.03 04:54:00.542545 [ 256 ] {c38130d5-4c2c-46cd-a214-73634202fb83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4321 | 2025.03.03 04:54:00.542961 [ 256 ] {c38130d5-4c2c-46cd-a214-73634202fb83} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4322 | 2025.03.03 04:54:00.543264 [ 256 ] {c38130d5-4c2c-46cd-a214-73634202fb83} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4323 | 2025.03.03 04:54:00.543542 [ 256 ] {c38130d5-4c2c-46cd-a214-73634202fb83} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002194 sec., 72926.16226071102 rows/sec., 5.08 MiB/sec. | ||
| 4324 | 2025.03.03 04:54:00.543781 [ 256 ] {c38130d5-4c2c-46cd-a214-73634202fb83} <Debug> TCPHandler: Processed in 0.002747969 sec. | ||
| 4325 | 2025.03.03 04:54:00.543970 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4326 | 2025.03.03 04:54:00.544078 [ 256 ] {9804922b-e340-455b-bad5-e4d715b147d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4327 | 2025.03.03 04:54:00.544156 [ 256 ] {9804922b-e340-455b-bad5-e4d715b147d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4328 | 2025.03.03 04:54:00.545385 [ 256 ] {9804922b-e340-455b-bad5-e4d715b147d4} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4329 | 2025.03.03 04:54:00.545451 [ 256 ] {9804922b-e340-455b-bad5-e4d715b147d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4330 | 2025.03.03 04:54:00.546094 [ 256 ] {9804922b-e340-455b-bad5-e4d715b147d4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4331 | 2025.03.03 04:54:00.546358 [ 256 ] {9804922b-e340-455b-bad5-e4d715b147d4} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4332 | 2025.03.03 04:54:00.546611 [ 256 ] {9804922b-e340-455b-bad5-e4d715b147d4} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002556 sec., 10563.38028169014 rows/sec., 18.93 MiB/sec. | ||
| 4333 | 2025.03.03 04:54:00.546728 [ 256 ] {9804922b-e340-455b-bad5-e4d715b147d4} <Debug> TCPHandler: Processed in 0.00281312 sec. | ||
| 4334 | 2025.03.03 04:54:00.546845 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4335 | 2025.03.03 04:54:00.546949 [ 256 ] {18e2bf4f-1544-48ac-a0b8-cb97c4d25609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4336 | 2025.03.03 04:54:00.546996 [ 256 ] {18e2bf4f-1544-48ac-a0b8-cb97c4d25609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4337 | 2025.03.03 04:54:00.547452 [ 256 ] {18e2bf4f-1544-48ac-a0b8-cb97c4d25609} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4338 | 2025.03.03 04:54:00.547490 [ 256 ] {18e2bf4f-1544-48ac-a0b8-cb97c4d25609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4339 | 2025.03.03 04:54:00.547853 [ 256 ] {18e2bf4f-1544-48ac-a0b8-cb97c4d25609} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4340 | 2025.03.03 04:54:00.548100 [ 256 ] {18e2bf4f-1544-48ac-a0b8-cb97c4d25609} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4341 | 2025.03.03 04:54:00.548354 [ 256 ] {18e2bf4f-1544-48ac-a0b8-cb97c4d25609} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
| 4342 | 2025.03.03 04:54:00.548433 [ 256 ] {18e2bf4f-1544-48ac-a0b8-cb97c4d25609} <Debug> TCPHandler: Processed in 0.001636845 sec. | ||
| 4343 | 2025.03.03 04:54:05.110790 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4344 | 2025.03.03 04:54:05.110848 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4345 | 2025.03.03 04:54:05.212253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4346 | 2025.03.03 04:54:05.212907 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4347 | 2025.03.03 04:54:05.212953 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4348 | 2025.03.03 04:54:05.213486 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4349 | 2025.03.03 04:54:05.213746 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4350 | 2025.03.03 04:54:05.213994 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4351 | 2025.03.03 04:54:05.244209 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 636 | ||
| 4352 | 2025.03.03 04:54:05.247035 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4353 | 2025.03.03 04:54:05.247086 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4354 | 2025.03.03 04:54:05.248596 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4355 | 2025.03.03 04:54:05.248918 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4356 | 2025.03.03 04:54:05.249879 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 636 | ||
| 4357 | 2025.03.03 04:54:05.537070 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4358 | 2025.03.03 04:54:05.537388 [ 256 ] {5b501352-c8b1-4bd3-92b1-82606f80c375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4359 | 2025.03.03 04:54:05.537482 [ 256 ] {5b501352-c8b1-4bd3-92b1-82606f80c375} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4360 | 2025.03.03 04:54:05.538565 [ 256 ] {5b501352-c8b1-4bd3-92b1-82606f80c375} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4361 | 2025.03.03 04:54:05.538632 [ 256 ] {5b501352-c8b1-4bd3-92b1-82606f80c375} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4362 | 2025.03.03 04:54:05.539098 [ 256 ] {5b501352-c8b1-4bd3-92b1-82606f80c375} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4363 | 2025.03.03 04:54:05.539373 [ 256 ] {5b501352-c8b1-4bd3-92b1-82606f80c375} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4364 | 2025.03.03 04:54:05.539576 [ 71 ] {} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4365 | 2025.03.03 04:54:05.539650 [ 256 ] {5b501352-c8b1-4bd3-92b1-82606f80c375} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002326 sec., 91143.59415305246 rows/sec., 5.80 MiB/sec. | ||
| 4366 | 2025.03.03 04:54:05.539668 [ 71 ] {} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4367 | 2025.03.03 04:54:05.539755 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4368 | 2025.03.03 04:54:05.539788 [ 256 ] {5b501352-c8b1-4bd3-92b1-82606f80c375} <Debug> TCPHandler: Processed in 0.002897042 sec. | ||
| 4369 | 2025.03.03 04:54:05.540078 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4370 | 2025.03.03 04:54:05.540105 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 4371 | 2025.03.03 04:54:05.540383 [ 256 ] {bf1803e1-8815-4705-b886-2e89435f40b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4372 | 2025.03.03 04:54:05.540452 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4373 | 2025.03.03 04:54:05.540478 [ 256 ] {bf1803e1-8815-4705-b886-2e89435f40b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4374 | 2025.03.03 04:54:05.540523 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 4375 | 2025.03.03 04:54:05.540797 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 4376 | 2025.03.03 04:54:05.541187 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 4377 | 2025.03.03 04:54:05.541500 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 4378 | 2025.03.03 04:54:05.541802 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 4379 | 2025.03.03 04:54:05.543841 [ 256 ] {bf1803e1-8815-4705-b886-2e89435f40b9} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4380 | 2025.03.03 04:54:05.543902 [ 256 ] {bf1803e1-8815-4705-b886-2e89435f40b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4381 | 2025.03.03 04:54:05.544420 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004525077 sec., 234250.15751113187 rows/sec., 15.79 MiB/sec. | ||
| 4382 | 2025.03.03 04:54:05.544638 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4383 | 2025.03.03 04:54:05.544729 [ 256 ] {bf1803e1-8815-4705-b886-2e89435f40b9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4384 | 2025.03.03 04:54:05.545176 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_13_3} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4385 | 2025.03.03 04:54:05.545228 [ 256 ] {bf1803e1-8815-4705-b886-2e89435f40b9} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4386 | 2025.03.03 04:54:05.545389 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_13_3} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4387 | 2025.03.03 04:54:05.545648 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4388 | 2025.03.03 04:54:05.545642 [ 71 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4389 | 2025.03.03 04:54:05.545739 [ 71 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4390 | 2025.03.03 04:54:05.545742 [ 256 ] {bf1803e1-8815-4705-b886-2e89435f40b9} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.00546 sec., 117399.26739926741 rows/sec., 9.25 MiB/sec. | ||
| 4391 | 2025.03.03 04:54:05.545776 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4392 | 2025.03.03 04:54:05.545960 [ 256 ] {bf1803e1-8815-4705-b886-2e89435f40b9} <Debug> TCPHandler: Processed in 0.005999029 sec. | ||
| 4393 | 2025.03.03 04:54:05.546006 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 4394 | 2025.03.03 04:54:05.546110 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4395 | 2025.03.03 04:54:05.546135 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4396 | 2025.03.03 04:54:05.546169 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1843 rows starting from the beginning of the part | ||
| 4397 | 2025.03.03 04:54:05.546251 [ 256 ] {7b260801-ba91-4f2e-b939-b8b478cd4b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4398 | 2025.03.03 04:54:05.546353 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 110 rows starting from the beginning of the part | ||
| 4399 | 2025.03.03 04:54:05.546384 [ 256 ] {7b260801-ba91-4f2e-b939-b8b478cd4b93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4400 | 2025.03.03 04:54:05.546782 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1789 rows starting from the beginning of the part | ||
| 4401 | 2025.03.03 04:54:05.547067 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4402 | 2025.03.03 04:54:05.547453 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 110 rows starting from the beginning of the part | ||
| 4403 | 2025.03.03 04:54:05.547808 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 641 rows starting from the beginning of the part | ||
| 4404 | 2025.03.03 04:54:05.548836 [ 256 ] {7b260801-ba91-4f2e-b939-b8b478cd4b93} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4405 | 2025.03.03 04:54:05.548884 [ 256 ] {7b260801-ba91-4f2e-b939-b8b478cd4b93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4406 | 2025.03.03 04:54:05.549426 [ 256 ] {7b260801-ba91-4f2e-b939-b8b478cd4b93} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4407 | 2025.03.03 04:54:05.549700 [ 256 ] {7b260801-ba91-4f2e-b939-b8b478cd4b93} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4408 | 2025.03.03 04:54:05.549944 [ 256 ] {7b260801-ba91-4f2e-b939-b8b478cd4b93} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.003738 sec., 31567.683253076513 rows/sec., 1.90 MiB/sec. | ||
| 4409 | 2025.03.03 04:54:05.550005 [ 256 ] {7b260801-ba91-4f2e-b939-b8b478cd4b93} <Debug> TCPHandler: Processed in 0.003958094 sec. | ||
| 4410 | 2025.03.03 04:54:05.550136 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4411 | 2025.03.03 04:54:05.550302 [ 256 ] {60ed875c-5f06-4649-8a90-cd77564184af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4412 | 2025.03.03 04:54:05.550306 [ 189 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4549 rows, containing 5 columns (5 merged, 0 gathered) in 0.004397484 sec., 1034455.1566304732 rows/sec., 87.64 MiB/sec. | ||
| 4413 | 2025.03.03 04:54:05.550356 [ 256 ] {60ed875c-5f06-4649-8a90-cd77564184af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4414 | 2025.03.03 04:54:05.550566 [ 189 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4415 | 2025.03.03 04:54:05.550933 [ 189 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_31_6} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4416 | 2025.03.03 04:54:05.551057 [ 189 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_31_6} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4417 | 2025.03.03 04:54:05.551137 [ 256 ] {60ed875c-5f06-4649-8a90-cd77564184af} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4418 | 2025.03.03 04:54:05.551153 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 4419 | 2025.03.03 04:54:05.551181 [ 256 ] {60ed875c-5f06-4649-8a90-cd77564184af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4420 | 2025.03.03 04:54:05.551536 [ 256 ] {60ed875c-5f06-4649-8a90-cd77564184af} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4421 | 2025.03.03 04:54:05.551783 [ 256 ] {60ed875c-5f06-4649-8a90-cd77564184af} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2025.03.03 04:54:05.552049 [ 256 ] {60ed875c-5f06-4649-8a90-cd77564184af} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001772 sec., 63769.75169300226 rows/sec., 4.13 MiB/sec. | ||
| 4423 | 2025.03.03 04:54:05.552223 [ 256 ] {60ed875c-5f06-4649-8a90-cd77564184af} <Debug> TCPHandler: Processed in 0.002145266 sec. | ||
| 4424 | 2025.03.03 04:54:05.552353 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4425 | 2025.03.03 04:54:05.552464 [ 256 ] {5899ce7f-575e-48ec-99c1-60825997feb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4426 | 2025.03.03 04:54:05.552510 [ 256 ] {5899ce7f-575e-48ec-99c1-60825997feb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4427 | 2025.03.03 04:54:05.553111 [ 256 ] {5899ce7f-575e-48ec-99c1-60825997feb7} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4428 | 2025.03.03 04:54:05.553151 [ 256 ] {5899ce7f-575e-48ec-99c1-60825997feb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4429 | 2025.03.03 04:54:05.553497 [ 256 ] {5899ce7f-575e-48ec-99c1-60825997feb7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4430 | 2025.03.03 04:54:05.553735 [ 256 ] {5899ce7f-575e-48ec-99c1-60825997feb7} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4431 | 2025.03.03 04:54:05.553895 [ 71 ] {} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4432 | 2025.03.03 04:54:05.553959 [ 71 ] {} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4433 | 2025.03.03 04:54:05.553992 [ 256 ] {5899ce7f-575e-48ec-99c1-60825997feb7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001537 sec., 72869.22576447626 rows/sec., 4.15 MiB/sec. | ||
| 4434 | 2025.03.03 04:54:05.554005 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4435 | 2025.03.03 04:54:05.554165 [ 256 ] {5899ce7f-575e-48ec-99c1-60825997feb7} <Debug> TCPHandler: Processed in 0.00185915 sec. | ||
| 4436 | 2025.03.03 04:54:05.554397 [ 186 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 4437 | 2025.03.03 04:54:05.554485 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4438 | 2025.03.03 04:54:05.554796 [ 256 ] {d104e89b-941c-4936-b3ee-fb24d5e15f0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4439 | 2025.03.03 04:54:05.554806 [ 186 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4440 | 2025.03.03 04:54:05.554884 [ 256 ] {d104e89b-941c-4936-b3ee-fb24d5e15f0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4441 | 2025.03.03 04:54:05.554891 [ 186 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 4442 | 2025.03.03 04:54:05.555210 [ 186 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 4443 | 2025.03.03 04:54:05.555564 [ 186 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 4444 | 2025.03.03 04:54:05.555924 [ 186 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 4445 | 2025.03.03 04:54:05.556310 [ 186 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 4446 | 2025.03.03 04:54:05.558027 [ 256 ] {d104e89b-941c-4936-b3ee-fb24d5e15f0b} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4447 | 2025.03.03 04:54:05.558102 [ 256 ] {d104e89b-941c-4936-b3ee-fb24d5e15f0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4448 | 2025.03.03 04:54:05.558759 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004620319 sec., 121203.75238159961 rows/sec., 7.37 MiB/sec. | ||
| 4449 | 2025.03.03 04:54:05.558905 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4450 | 2025.03.03 04:54:05.558909 [ 256 ] {d104e89b-941c-4936-b3ee-fb24d5e15f0b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4451 | 2025.03.03 04:54:05.559238 [ 256 ] {d104e89b-941c-4936-b3ee-fb24d5e15f0b} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4452 | 2025.03.03 04:54:05.559248 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_13_3} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4453 | 2025.03.03 04:54:05.559344 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_13_3} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4454 | 2025.03.03 04:54:05.559451 [ 71 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4455 | 2025.03.03 04:54:05.559564 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4456 | 2025.03.03 04:54:05.559577 [ 71 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4457 | 2025.03.03 04:54:05.559644 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4458 | 2025.03.03 04:54:05.559648 [ 256 ] {d104e89b-941c-4936-b3ee-fb24d5e15f0b} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.004942 sec., 79724.80777013354 rows/sec., 5.64 MiB/sec. | ||
| 4459 | 2025.03.03 04:54:05.559899 [ 256 ] {d104e89b-941c-4936-b3ee-fb24d5e15f0b} <Debug> TCPHandler: Processed in 0.005535879 sec. | ||
| 4460 | 2025.03.03 04:54:05.559938 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 4461 | 2025.03.03 04:54:05.560045 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4462 | 2025.03.03 04:54:05.560152 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4463 | 2025.03.03 04:54:05.560245 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4464 | 2025.03.03 04:54:05.560254 [ 256 ] {a47ba6ad-4598-41c1-b922-afea99d0044d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4465 | 2025.03.03 04:54:05.560411 [ 256 ] {a47ba6ad-4598-41c1-b922-afea99d0044d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4466 | 2025.03.03 04:54:05.560520 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 91 rows starting from the beginning of the part | ||
| 4467 | 2025.03.03 04:54:05.560905 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 866 rows starting from the beginning of the part | ||
| 4468 | 2025.03.03 04:54:05.561251 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 4469 | 2025.03.03 04:54:05.561567 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 91 rows starting from the beginning of the part | ||
| 4470 | 2025.03.03 04:54:05.561919 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 394 rows starting from the beginning of the part | ||
| 4471 | 2025.03.03 04:54:05.562930 [ 256 ] {a47ba6ad-4598-41c1-b922-afea99d0044d} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4472 | 2025.03.03 04:54:05.563009 [ 256 ] {a47ba6ad-4598-41c1-b922-afea99d0044d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4473 | 2025.03.03 04:54:05.564279 [ 256 ] {a47ba6ad-4598-41c1-b922-afea99d0044d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4474 | 2025.03.03 04:54:05.564633 [ 256 ] {a47ba6ad-4598-41c1-b922-afea99d0044d} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4475 | 2025.03.03 04:54:05.565051 [ 256 ] {a47ba6ad-4598-41c1-b922-afea99d0044d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00485 sec., 1237.1134020618556 rows/sec., 64.63 KiB/sec. | ||
| 4476 | 2025.03.03 04:54:05.565366 [ 256 ] {a47ba6ad-4598-41c1-b922-afea99d0044d} <Debug> TCPHandler: Processed in 0.005373865 sec. | ||
| 4477 | 2025.03.03 04:54:05.565406 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.005659941 sec., 426682.8929842202 rows/sec., 32.67 MiB/sec. | ||
| 4478 | 2025.03.03 04:54:05.565532 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4479 | 2025.03.03 04:54:05.565649 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4480 | 2025.03.03 04:54:05.565677 [ 256 ] {2d97f846-e4f2-4a79-a7d2-fd99b5d097e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4481 | 2025.03.03 04:54:05.565777 [ 256 ] {2d97f846-e4f2-4a79-a7d2-fd99b5d097e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4482 | 2025.03.03 04:54:05.566237 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_31_6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4483 | 2025.03.03 04:54:05.566412 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_31_6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4484 | 2025.03.03 04:54:05.566550 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4485 | 2025.03.03 04:54:05.566889 [ 256 ] {2d97f846-e4f2-4a79-a7d2-fd99b5d097e6} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4486 | 2025.03.03 04:54:05.566931 [ 256 ] {2d97f846-e4f2-4a79-a7d2-fd99b5d097e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4487 | 2025.03.03 04:54:05.567359 [ 256 ] {2d97f846-e4f2-4a79-a7d2-fd99b5d097e6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4488 | 2025.03.03 04:54:05.567611 [ 256 ] {2d97f846-e4f2-4a79-a7d2-fd99b5d097e6} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4489 | 2025.03.03 04:54:05.567799 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4490 | 2025.03.03 04:54:05.567856 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4491 | 2025.03.03 04:54:05.567874 [ 256 ] {2d97f846-e4f2-4a79-a7d2-fd99b5d097e6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002223 sec., 106612.68556005397 rows/sec., 7.15 MiB/sec. | ||
| 4492 | 2025.03.03 04:54:05.567894 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4493 | 2025.03.03 04:54:05.568070 [ 256 ] {2d97f846-e4f2-4a79-a7d2-fd99b5d097e6} <Debug> TCPHandler: Processed in 0.002599726 sec. | ||
| 4494 | 2025.03.03 04:54:05.568153 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 4495 | 2025.03.03 04:54:05.568257 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4496 | 2025.03.03 04:54:05.568357 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4497 | 2025.03.03 04:54:05.568432 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8116 rows starting from the beginning of the part | ||
| 4498 | 2025.03.03 04:54:05.568495 [ 256 ] {1a02769c-9079-49d3-8c0a-d8ecb723dabc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4499 | 2025.03.03 04:54:05.568630 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 4500 | 2025.03.03 04:54:05.568659 [ 256 ] {1a02769c-9079-49d3-8c0a-d8ecb723dabc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4501 | 2025.03.03 04:54:05.569086 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1027 rows starting from the beginning of the part | ||
| 4502 | 2025.03.03 04:54:05.569428 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 4503 | 2025.03.03 04:54:05.569884 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4504 | 2025.03.03 04:54:05.570218 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4505 | 2025.03.03 04:54:05.571059 [ 256 ] {1a02769c-9079-49d3-8c0a-d8ecb723dabc} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4506 | 2025.03.03 04:54:05.571123 [ 256 ] {1a02769c-9079-49d3-8c0a-d8ecb723dabc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4507 | 2025.03.03 04:54:05.571901 [ 256 ] {1a02769c-9079-49d3-8c0a-d8ecb723dabc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4508 | 2025.03.03 04:54:05.572309 [ 256 ] {1a02769c-9079-49d3-8c0a-d8ecb723dabc} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2025.03.03 04:54:05.572822 [ 256 ] {1a02769c-9079-49d3-8c0a-d8ecb723dabc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004367 sec., 228.99015342340277 rows/sec., 15.43 KiB/sec. | ||
| 4510 | 2025.03.03 04:54:05.573021 [ 256 ] {1a02769c-9079-49d3-8c0a-d8ecb723dabc} <Debug> TCPHandler: Processed in 0.004838313 sec. | ||
| 4511 | 2025.03.03 04:54:05.573254 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4512 | 2025.03.03 04:54:05.573403 [ 256 ] {77b47cc7-fcf1-4de4-9ba2-ccd269669908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4513 | 2025.03.03 04:54:05.573490 [ 256 ] {77b47cc7-fcf1-4de4-9ba2-ccd269669908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4514 | 2025.03.03 04:54:05.574980 [ 256 ] {77b47cc7-fcf1-4de4-9ba2-ccd269669908} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4515 | 2025.03.03 04:54:05.575021 [ 256 ] {77b47cc7-fcf1-4de4-9ba2-ccd269669908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4516 | 2025.03.03 04:54:05.575714 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9764 rows, containing 5 columns (5 merged, 0 gathered) in 0.007688055 sec., 1270022.13173553 rows/sec., 85.70 MiB/sec. | ||
| 4517 | 2025.03.03 04:54:05.576058 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4518 | 2025.03.03 04:54:05.576363 [ 256 ] {77b47cc7-fcf1-4de4-9ba2-ccd269669908} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4519 | 2025.03.03 04:54:05.576651 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4520 | 2025.03.03 04:54:05.576870 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4521 | 2025.03.03 04:54:05.576912 [ 256 ] {77b47cc7-fcf1-4de4-9ba2-ccd269669908} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4522 | 2025.03.03 04:54:05.577054 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. | ||
| 4523 | 2025.03.03 04:54:05.577227 [ 71 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4524 | 2025.03.03 04:54:05.577307 [ 71 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4525 | 2025.03.03 04:54:05.577355 [ 256 ] {77b47cc7-fcf1-4de4-9ba2-ccd269669908} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003975 sec., 3018.8679245283015 rows/sec., 5.41 MiB/sec. | ||
| 4526 | 2025.03.03 04:54:05.577365 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4527 | 2025.03.03 04:54:05.577794 [ 200 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 4528 | 2025.03.03 04:54:05.577813 [ 256 ] {77b47cc7-fcf1-4de4-9ba2-ccd269669908} <Debug> TCPHandler: Processed in 0.00465023 sec. | ||
| 4529 | 2025.03.03 04:54:05.578088 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4530 | 2025.03.03 04:54:05.578352 [ 256 ] {5d18c0b3-c40a-4a52-a7c1-7aa9b2dc89b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4531 | 2025.03.03 04:54:05.578432 [ 200 ] {1a441893-9993-4f87-907b-84f593661890::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4532 | 2025.03.03 04:54:05.578450 [ 256 ] {5d18c0b3-c40a-4a52-a7c1-7aa9b2dc89b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4533 | 2025.03.03 04:54:05.578636 [ 200 ] {1a441893-9993-4f87-907b-84f593661890::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 258 rows starting from the beginning of the part | ||
| 4534 | 2025.03.03 04:54:05.579534 [ 200 ] {1a441893-9993-4f87-907b-84f593661890::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 12 rows starting from the beginning of the part | ||
| 4535 | 2025.03.03 04:54:05.580016 [ 200 ] {1a441893-9993-4f87-907b-84f593661890::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part | ||
| 4536 | 2025.03.03 04:54:05.580761 [ 200 ] {1a441893-9993-4f87-907b-84f593661890::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
| 4537 | 2025.03.03 04:54:05.581063 [ 256 ] {5d18c0b3-c40a-4a52-a7c1-7aa9b2dc89b0} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4538 | 2025.03.03 04:54:05.581203 [ 256 ] {5d18c0b3-c40a-4a52-a7c1-7aa9b2dc89b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4539 | 2025.03.03 04:54:05.581526 [ 200 ] {1a441893-9993-4f87-907b-84f593661890::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part | ||
| 4540 | 2025.03.03 04:54:05.582185 [ 200 ] {1a441893-9993-4f87-907b-84f593661890::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part | ||
| 4541 | 2025.03.03 04:54:05.582895 [ 256 ] {5d18c0b3-c40a-4a52-a7c1-7aa9b2dc89b0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4542 | 2025.03.03 04:54:05.583441 [ 256 ] {5d18c0b3-c40a-4a52-a7c1-7aa9b2dc89b0} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4543 | 2025.03.03 04:54:05.583700 [ 71 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4544 | 2025.03.03 04:54:05.583808 [ 71 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4545 | 2025.03.03 04:54:05.583914 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4546 | 2025.03.03 04:54:05.583998 [ 256 ] {5d18c0b3-c40a-4a52-a7c1-7aa9b2dc89b0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005716 sec., 14345.696291112667 rows/sec., 933.00 KiB/sec. | ||
| 4547 | 2025.03.03 04:54:05.584350 [ 256 ] {5d18c0b3-c40a-4a52-a7c1-7aa9b2dc89b0} <Debug> TCPHandler: Processed in 0.006331166 sec. | ||
| 4548 | 2025.03.03 04:54:05.584430 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 4549 | 2025.03.03 04:54:05.584814 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4550 | 2025.03.03 04:54:05.584885 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1586 rows starting from the beginning of the part | ||
| 4551 | 2025.03.03 04:54:05.585016 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 4552 | 2025.03.03 04:54:05.585245 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part | ||
| 4553 | 2025.03.03 04:54:05.585566 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part | ||
| 4554 | 2025.03.03 04:54:05.585928 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4555 | 2025.03.03 04:54:05.586284 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4556 | 2025.03.03 04:54:05.589981 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1870 rows, containing 4 columns (4 merged, 0 gathered) in 0.005913047 sec., 316249.8116453328 rows/sec., 20.61 MiB/sec. | ||
| 4557 | 2025.03.03 04:54:05.590388 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4558 | 2025.03.03 04:54:05.590939 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_31_6} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4559 | 2025.03.03 04:54:05.591080 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_31_6} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4560 | 2025.03.03 04:54:05.591246 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4561 | 2025.03.03 04:54:05.592173 [ 187 ] {1a441893-9993-4f87-907b-84f593661890::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 348 rows, containing 19 columns (19 merged, 0 gathered) in 0.014617493 sec., 23807.091954824264 rows/sec., 42.66 MiB/sec. | ||
| 4562 | 2025.03.03 04:54:05.592826 [ 187 ] {1a441893-9993-4f87-907b-84f593661890::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4563 | 2025.03.03 04:54:05.593299 [ 187 ] {1a441893-9993-4f87-907b-84f593661890::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4564 | 2025.03.03 04:54:05.593397 [ 187 ] {1a441893-9993-4f87-907b-84f593661890::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4565 | 2025.03.03 04:54:05.593571 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. | ||
| 4566 | 2025.03.03 04:54:05.855581 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4567 | 2025.03.03 04:54:05.878360 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4568 | 2025.03.03 04:54:05.878427 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4569 | 2025.03.03 04:54:05.886105 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4570 | 2025.03.03 04:54:05.886934 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4571 | 2025.03.03 04:54:05.890538 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4572 | 2025.03.03 04:54:10.530436 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4573 | 2025.03.03 04:54:10.530653 [ 256 ] {1d2961a0-2a0c-49fa-8dbb-d53827e64ff4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4574 | 2025.03.03 04:54:10.530736 [ 256 ] {1d2961a0-2a0c-49fa-8dbb-d53827e64ff4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4575 | 2025.03.03 04:54:10.531625 [ 256 ] {1d2961a0-2a0c-49fa-8dbb-d53827e64ff4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2025.03.03 04:54:10.531681 [ 256 ] {1d2961a0-2a0c-49fa-8dbb-d53827e64ff4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4577 | 2025.03.03 04:54:10.532139 [ 256 ] {1d2961a0-2a0c-49fa-8dbb-d53827e64ff4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4578 | 2025.03.03 04:54:10.532390 [ 256 ] {1d2961a0-2a0c-49fa-8dbb-d53827e64ff4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2025.03.03 04:54:10.532603 [ 256 ] {1d2961a0-2a0c-49fa-8dbb-d53827e64ff4} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002007 sec., 54808.17140009965 rows/sec., 4.59 MiB/sec. | ||
| 4580 | 2025.03.03 04:54:10.532726 [ 256 ] {1d2961a0-2a0c-49fa-8dbb-d53827e64ff4} <Debug> TCPHandler: Processed in 0.002427572 sec. | ||
| 4581 | 2025.03.03 04:54:10.532868 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4582 | 2025.03.03 04:54:10.532978 [ 256 ] {0a96fb49-63ae-4feb-b5b8-25a95f275eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4583 | 2025.03.03 04:54:10.533027 [ 256 ] {0a96fb49-63ae-4feb-b5b8-25a95f275eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4584 | 2025.03.03 04:54:10.533582 [ 256 ] {0a96fb49-63ae-4feb-b5b8-25a95f275eff} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4585 | 2025.03.03 04:54:10.533621 [ 256 ] {0a96fb49-63ae-4feb-b5b8-25a95f275eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4586 | 2025.03.03 04:54:10.533970 [ 256 ] {0a96fb49-63ae-4feb-b5b8-25a95f275eff} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4587 | 2025.03.03 04:54:10.534203 [ 256 ] {0a96fb49-63ae-4feb-b5b8-25a95f275eff} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4588 | 2025.03.03 04:54:10.534386 [ 256 ] {0a96fb49-63ae-4feb-b5b8-25a95f275eff} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001435 sec., 18815.33101045296 rows/sec., 1.38 MiB/sec. | ||
| 4589 | 2025.03.03 04:54:10.534437 [ 256 ] {0a96fb49-63ae-4feb-b5b8-25a95f275eff} <Debug> TCPHandler: Processed in 0.001623574 sec. | ||
| 4590 | 2025.03.03 04:54:10.534558 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4591 | 2025.03.03 04:54:10.534664 [ 256 ] {3f8cd64a-92ac-4250-9125-f88b255571e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4592 | 2025.03.03 04:54:10.534710 [ 256 ] {3f8cd64a-92ac-4250-9125-f88b255571e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4593 | 2025.03.03 04:54:10.535273 [ 256 ] {3f8cd64a-92ac-4250-9125-f88b255571e9} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4594 | 2025.03.03 04:54:10.535311 [ 256 ] {3f8cd64a-92ac-4250-9125-f88b255571e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4595 | 2025.03.03 04:54:10.535669 [ 256 ] {3f8cd64a-92ac-4250-9125-f88b255571e9} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4596 | 2025.03.03 04:54:10.535910 [ 256 ] {3f8cd64a-92ac-4250-9125-f88b255571e9} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4597 | 2025.03.03 04:54:10.536093 [ 256 ] {3f8cd64a-92ac-4250-9125-f88b255571e9} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001452 sec., 62672.17630853995 rows/sec., 4.89 MiB/sec. | ||
| 4598 | 2025.03.03 04:54:10.536142 [ 256 ] {3f8cd64a-92ac-4250-9125-f88b255571e9} <Debug> TCPHandler: Processed in 0.001637565 sec. | ||
| 4599 | 2025.03.03 04:54:10.536246 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4600 | 2025.03.03 04:54:10.536355 [ 256 ] {b8659451-d3bb-4339-ad7f-bac60024a976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4601 | 2025.03.03 04:54:10.536469 [ 256 ] {b8659451-d3bb-4339-ad7f-bac60024a976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4602 | 2025.03.03 04:54:10.537016 [ 256 ] {b8659451-d3bb-4339-ad7f-bac60024a976} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4603 | 2025.03.03 04:54:10.537051 [ 256 ] {b8659451-d3bb-4339-ad7f-bac60024a976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4604 | 2025.03.03 04:54:10.537453 [ 256 ] {b8659451-d3bb-4339-ad7f-bac60024a976} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4605 | 2025.03.03 04:54:10.537795 [ 256 ] {b8659451-d3bb-4339-ad7f-bac60024a976} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4606 | 2025.03.03 04:54:10.538012 [ 256 ] {b8659451-d3bb-4339-ad7f-bac60024a976} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. | ||
| 4607 | 2025.03.03 04:54:10.538078 [ 256 ] {b8659451-d3bb-4339-ad7f-bac60024a976} <Debug> TCPHandler: Processed in 0.00188306 sec. | ||
| 4608 | 2025.03.03 04:54:10.538230 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4609 | 2025.03.03 04:54:10.538363 [ 256 ] {082fdf9c-7469-4e95-81ee-2e425ccc77dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4610 | 2025.03.03 04:54:10.538447 [ 256 ] {082fdf9c-7469-4e95-81ee-2e425ccc77dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4611 | 2025.03.03 04:54:10.539767 [ 256 ] {082fdf9c-7469-4e95-81ee-2e425ccc77dd} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4612 | 2025.03.03 04:54:10.539810 [ 256 ] {082fdf9c-7469-4e95-81ee-2e425ccc77dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4613 | 2025.03.03 04:54:10.540484 [ 256 ] {082fdf9c-7469-4e95-81ee-2e425ccc77dd} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4614 | 2025.03.03 04:54:10.540766 [ 256 ] {082fdf9c-7469-4e95-81ee-2e425ccc77dd} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4615 | 2025.03.03 04:54:10.541019 [ 256 ] {082fdf9c-7469-4e95-81ee-2e425ccc77dd} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002678 sec., 10082.15085884989 rows/sec., 18.07 MiB/sec. | ||
| 4616 | 2025.03.03 04:54:10.541490 [ 256 ] {082fdf9c-7469-4e95-81ee-2e425ccc77dd} <Debug> TCPHandler: Processed in 0.003314971 sec. | ||
| 4617 | 2025.03.03 04:54:10.541627 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4618 | 2025.03.03 04:54:10.541737 [ 256 ] {80e44e64-8c88-4969-ac88-a23a9433e815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4619 | 2025.03.03 04:54:10.541786 [ 256 ] {80e44e64-8c88-4969-ac88-a23a9433e815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4620 | 2025.03.03 04:54:10.542251 [ 256 ] {80e44e64-8c88-4969-ac88-a23a9433e815} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4621 | 2025.03.03 04:54:10.542290 [ 256 ] {80e44e64-8c88-4969-ac88-a23a9433e815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4622 | 2025.03.03 04:54:10.542654 [ 256 ] {80e44e64-8c88-4969-ac88-a23a9433e815} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4623 | 2025.03.03 04:54:10.542897 [ 256 ] {80e44e64-8c88-4969-ac88-a23a9433e815} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4624 | 2025.03.03 04:54:10.543080 [ 256 ] {80e44e64-8c88-4969-ac88-a23a9433e815} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
| 4625 | 2025.03.03 04:54:10.543132 [ 256 ] {80e44e64-8c88-4969-ac88-a23a9433e815} <Debug> TCPHandler: Processed in 0.001555224 sec. | ||
| 4626 | 2025.03.03 04:54:12.715086 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4627 | 2025.03.03 04:54:12.715718 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4628 | 2025.03.03 04:54:12.715761 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4629 | 2025.03.03 04:54:12.716298 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4630 | 2025.03.03 04:54:12.716565 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2025.03.03 04:54:12.716767 [ 62 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4632 | 2025.03.03 04:54:12.716817 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4633 | 2025.03.03 04:54:12.716860 [ 62 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4634 | 2025.03.03 04:54:12.716889 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4635 | 2025.03.03 04:54:12.717015 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 4636 | 2025.03.03 04:54:12.717147 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4637 | 2025.03.03 04:54:12.717188 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 4638 | 2025.03.03 04:54:12.717264 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 4639 | 2025.03.03 04:54:12.717347 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 4640 | 2025.03.03 04:54:12.717547 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 4641 | 2025.03.03 04:54:12.717692 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 4642 | 2025.03.03 04:54:12.717916 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 4643 | 2025.03.03 04:54:12.720398 [ 199 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003434614 sec., 2806137.7493948373 rows/sec., 40.14 MiB/sec. | ||
| 4644 | 2025.03.03 04:54:12.720764 [ 193 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4645 | 2025.03.03 04:54:12.721117 [ 193 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_21_4} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4646 | 2025.03.03 04:54:12.721211 [ 193 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_21_4} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4647 | 2025.03.03 04:54:12.721330 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 4648 | 2025.03.03 04:54:13.391581 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4649 | 2025.03.03 04:54:13.414355 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4650 | 2025.03.03 04:54:13.414427 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4651 | 2025.03.03 04:54:13.422172 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4652 | 2025.03.03 04:54:13.422970 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4653 | 2025.03.03 04:54:13.423348 [ 62 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4654 | 2025.03.03 04:54:13.423486 [ 62 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4655 | 2025.03.03 04:54:13.423548 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4656 | 2025.03.03 04:54:13.424026 [ 193 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 4657 | 2025.03.03 04:54:13.440836 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4658 | 2025.03.03 04:54:13.442388 [ 193 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4659 | 2025.03.03 04:54:13.444341 [ 193 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 4660 | 2025.03.03 04:54:13.450590 [ 193 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 4661 | 2025.03.03 04:54:13.456237 [ 193 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 4662 | 2025.03.03 04:54:13.461783 [ 193 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 4663 | 2025.03.03 04:54:13.467470 [ 193 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 4664 | 2025.03.03 04:54:13.472220 [ 193 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 4665 | 2025.03.03 04:54:13.531897 [ 199 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.108207358 sec., 1469.4009995142844 rows/sec., 7.60 MiB/sec. | ||
| 4666 | 2025.03.03 04:54:13.534703 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4667 | 2025.03.03 04:54:13.537861 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_21_4} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4668 | 2025.03.03 04:54:13.538007 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_21_4} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4669 | 2025.03.03 04:54:13.540558 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4670 | 2025.03.03 04:54:14.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.47 MiB, peak 195.03 MiB, free memory in arenas 0.00 B, will set to 186.44 MiB (RSS), difference: 1.97 MiB | ||
| 4671 | 2025.03.03 04:54:15.250993 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 670 | ||
| 4672 | 2025.03.03 04:54:15.254105 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4673 | 2025.03.03 04:54:15.254157 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4674 | 2025.03.03 04:54:15.255644 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4675 | 2025.03.03 04:54:15.255969 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4676 | 2025.03.03 04:54:15.256989 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 670 | ||
| 4677 | 2025.03.03 04:54:15.536276 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4678 | 2025.03.03 04:54:15.536559 [ 256 ] {d374ce0b-ce00-4bc4-b8f2-007fe90a37df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4679 | 2025.03.03 04:54:15.536642 [ 256 ] {d374ce0b-ce00-4bc4-b8f2-007fe90a37df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4680 | 2025.03.03 04:54:15.537719 [ 256 ] {d374ce0b-ce00-4bc4-b8f2-007fe90a37df} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4681 | 2025.03.03 04:54:15.537773 [ 256 ] {d374ce0b-ce00-4bc4-b8f2-007fe90a37df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4682 | 2025.03.03 04:54:15.538260 [ 256 ] {d374ce0b-ce00-4bc4-b8f2-007fe90a37df} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4683 | 2025.03.03 04:54:15.538559 [ 256 ] {d374ce0b-ce00-4bc4-b8f2-007fe90a37df} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4684 | 2025.03.03 04:54:15.538823 [ 256 ] {d374ce0b-ce00-4bc4-b8f2-007fe90a37df} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002318 sec., 91458.15358067298 rows/sec., 5.82 MiB/sec. | ||
| 4685 | 2025.03.03 04:54:15.538921 [ 256 ] {d374ce0b-ce00-4bc4-b8f2-007fe90a37df} <Debug> TCPHandler: Processed in 0.00277935 sec. | ||
| 4686 | 2025.03.03 04:54:15.539039 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4687 | 2025.03.03 04:54:15.539150 [ 256 ] {781b6f01-7c5c-4578-b350-994671d8fdbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4688 | 2025.03.03 04:54:15.539199 [ 256 ] {781b6f01-7c5c-4578-b350-994671d8fdbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4689 | 2025.03.03 04:54:15.539987 [ 256 ] {781b6f01-7c5c-4578-b350-994671d8fdbc} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4690 | 2025.03.03 04:54:15.540033 [ 256 ] {781b6f01-7c5c-4578-b350-994671d8fdbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4691 | 2025.03.03 04:54:15.540440 [ 256 ] {781b6f01-7c5c-4578-b350-994671d8fdbc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4692 | 2025.03.03 04:54:15.540687 [ 256 ] {781b6f01-7c5c-4578-b350-994671d8fdbc} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4693 | 2025.03.03 04:54:15.540904 [ 256 ] {781b6f01-7c5c-4578-b350-994671d8fdbc} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001782 sec., 359708.19304152636 rows/sec., 28.34 MiB/sec. | ||
| 4694 | 2025.03.03 04:54:15.540962 [ 256 ] {781b6f01-7c5c-4578-b350-994671d8fdbc} <Debug> TCPHandler: Processed in 0.001977812 sec. | ||
| 4695 | 2025.03.03 04:54:15.541070 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4696 | 2025.03.03 04:54:15.541176 [ 256 ] {8d43e262-65e0-4edf-b474-bde6532c1b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4697 | 2025.03.03 04:54:15.541228 [ 256 ] {8d43e262-65e0-4edf-b474-bde6532c1b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4698 | 2025.03.03 04:54:15.541819 [ 256 ] {8d43e262-65e0-4edf-b474-bde6532c1b7b} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4699 | 2025.03.03 04:54:15.541865 [ 256 ] {8d43e262-65e0-4edf-b474-bde6532c1b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4700 | 2025.03.03 04:54:15.542232 [ 256 ] {8d43e262-65e0-4edf-b474-bde6532c1b7b} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4701 | 2025.03.03 04:54:15.542471 [ 256 ] {8d43e262-65e0-4edf-b474-bde6532c1b7b} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4702 | 2025.03.03 04:54:15.542687 [ 256 ] {8d43e262-65e0-4edf-b474-bde6532c1b7b} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001535 sec., 76872.96416938111 rows/sec., 4.64 MiB/sec. | ||
| 4703 | 2025.03.03 04:54:15.542814 [ 256 ] {8d43e262-65e0-4edf-b474-bde6532c1b7b} <Debug> TCPHandler: Processed in 0.001794219 sec. | ||
| 4704 | 2025.03.03 04:54:15.542932 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4705 | 2025.03.03 04:54:15.543035 [ 256 ] {627e04af-1fd8-44d9-8dfe-b6b0b70036f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4706 | 2025.03.03 04:54:15.543081 [ 256 ] {627e04af-1fd8-44d9-8dfe-b6b0b70036f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4707 | 2025.03.03 04:54:15.543657 [ 256 ] {627e04af-1fd8-44d9-8dfe-b6b0b70036f6} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4708 | 2025.03.03 04:54:15.543696 [ 256 ] {627e04af-1fd8-44d9-8dfe-b6b0b70036f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4709 | 2025.03.03 04:54:15.544050 [ 256 ] {627e04af-1fd8-44d9-8dfe-b6b0b70036f6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4710 | 2025.03.03 04:54:15.544283 [ 256 ] {627e04af-1fd8-44d9-8dfe-b6b0b70036f6} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4711 | 2025.03.03 04:54:15.544501 [ 256 ] {627e04af-1fd8-44d9-8dfe-b6b0b70036f6} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001488 sec., 75940.86021505376 rows/sec., 4.92 MiB/sec. | ||
| 4712 | 2025.03.03 04:54:15.544554 [ 256 ] {627e04af-1fd8-44d9-8dfe-b6b0b70036f6} <Debug> TCPHandler: Processed in 0.001672936 sec. | ||
| 4713 | 2025.03.03 04:54:15.544673 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4714 | 2025.03.03 04:54:15.544779 [ 256 ] {f2b9417d-3fa7-490f-b2ec-4855a7e8554e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4715 | 2025.03.03 04:54:15.544824 [ 256 ] {f2b9417d-3fa7-490f-b2ec-4855a7e8554e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4716 | 2025.03.03 04:54:15.545364 [ 256 ] {f2b9417d-3fa7-490f-b2ec-4855a7e8554e} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4717 | 2025.03.03 04:54:15.545405 [ 256 ] {f2b9417d-3fa7-490f-b2ec-4855a7e8554e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4718 | 2025.03.03 04:54:15.545765 [ 256 ] {f2b9417d-3fa7-490f-b2ec-4855a7e8554e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4719 | 2025.03.03 04:54:15.546004 [ 256 ] {f2b9417d-3fa7-490f-b2ec-4855a7e8554e} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4720 | 2025.03.03 04:54:15.546209 [ 256 ] {f2b9417d-3fa7-490f-b2ec-4855a7e8554e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001452 sec., 77134.98622589532 rows/sec., 4.39 MiB/sec. | ||
| 4721 | 2025.03.03 04:54:15.546264 [ 256 ] {f2b9417d-3fa7-490f-b2ec-4855a7e8554e} <Debug> TCPHandler: Processed in 0.001640735 sec. | ||
| 4722 | 2025.03.03 04:54:15.546380 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4723 | 2025.03.03 04:54:15.546485 [ 256 ] {9e85dcd3-ea5f-45c7-988d-4fc0c7cd9a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4724 | 2025.03.03 04:54:15.546529 [ 256 ] {9e85dcd3-ea5f-45c7-988d-4fc0c7cd9a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4725 | 2025.03.03 04:54:15.547159 [ 256 ] {9e85dcd3-ea5f-45c7-988d-4fc0c7cd9a4d} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4726 | 2025.03.03 04:54:15.547199 [ 256 ] {9e85dcd3-ea5f-45c7-988d-4fc0c7cd9a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4727 | 2025.03.03 04:54:15.547577 [ 256 ] {9e85dcd3-ea5f-45c7-988d-4fc0c7cd9a4d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4728 | 2025.03.03 04:54:15.547814 [ 256 ] {9e85dcd3-ea5f-45c7-988d-4fc0c7cd9a4d} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4729 | 2025.03.03 04:54:15.547990 [ 256 ] {9e85dcd3-ea5f-45c7-988d-4fc0c7cd9a4d} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001527 sec., 258022.26588081208 rows/sec., 18.26 MiB/sec. | ||
| 4730 | 2025.03.03 04:54:15.548040 [ 256 ] {9e85dcd3-ea5f-45c7-988d-4fc0c7cd9a4d} <Debug> TCPHandler: Processed in 0.001711787 sec. | ||
| 4731 | 2025.03.03 04:54:15.548154 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4732 | 2025.03.03 04:54:15.548259 [ 256 ] {b2e50b97-8787-48b5-83c2-f8472328758d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4733 | 2025.03.03 04:54:15.548305 [ 256 ] {b2e50b97-8787-48b5-83c2-f8472328758d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4734 | 2025.03.03 04:54:15.548730 [ 256 ] {b2e50b97-8787-48b5-83c2-f8472328758d} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4735 | 2025.03.03 04:54:15.548767 [ 256 ] {b2e50b97-8787-48b5-83c2-f8472328758d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4736 | 2025.03.03 04:54:15.549109 [ 256 ] {b2e50b97-8787-48b5-83c2-f8472328758d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4737 | 2025.03.03 04:54:15.549343 [ 256 ] {b2e50b97-8787-48b5-83c2-f8472328758d} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4738 | 2025.03.03 04:54:15.549530 [ 256 ] {b2e50b97-8787-48b5-83c2-f8472328758d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 243.38 KiB/sec. | ||
| 4739 | 2025.03.03 04:54:15.549607 [ 256 ] {b2e50b97-8787-48b5-83c2-f8472328758d} <Debug> TCPHandler: Processed in 0.001502563 sec. | ||
| 4740 | 2025.03.03 04:54:15.549712 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4741 | 2025.03.03 04:54:15.549813 [ 256 ] {fcaac3ea-5ee2-4904-b42c-b77f29ee9d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4742 | 2025.03.03 04:54:15.549860 [ 256 ] {fcaac3ea-5ee2-4904-b42c-b77f29ee9d15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4743 | 2025.03.03 04:54:15.550366 [ 256 ] {fcaac3ea-5ee2-4904-b42c-b77f29ee9d15} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4744 | 2025.03.03 04:54:15.550403 [ 256 ] {fcaac3ea-5ee2-4904-b42c-b77f29ee9d15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4745 | 2025.03.03 04:54:15.550787 [ 256 ] {fcaac3ea-5ee2-4904-b42c-b77f29ee9d15} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4746 | 2025.03.03 04:54:15.551028 [ 256 ] {fcaac3ea-5ee2-4904-b42c-b77f29ee9d15} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4747 | 2025.03.03 04:54:15.551206 [ 256 ] {fcaac3ea-5ee2-4904-b42c-b77f29ee9d15} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001416 sec., 167372.88135593222 rows/sec., 11.22 MiB/sec. | ||
| 4748 | 2025.03.03 04:54:15.551256 [ 256 ] {fcaac3ea-5ee2-4904-b42c-b77f29ee9d15} <Debug> TCPHandler: Processed in 0.001595474 sec. | ||
| 4749 | 2025.03.03 04:54:15.551371 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4750 | 2025.03.03 04:54:15.551474 [ 256 ] {2087706c-72d7-45f3-81f4-cd45c6b9fd82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4751 | 2025.03.03 04:54:15.551521 [ 256 ] {2087706c-72d7-45f3-81f4-cd45c6b9fd82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4752 | 2025.03.03 04:54:15.551922 [ 256 ] {2087706c-72d7-45f3-81f4-cd45c6b9fd82} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4753 | 2025.03.03 04:54:15.551959 [ 256 ] {2087706c-72d7-45f3-81f4-cd45c6b9fd82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4754 | 2025.03.03 04:54:15.552303 [ 256 ] {2087706c-72d7-45f3-81f4-cd45c6b9fd82} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4755 | 2025.03.03 04:54:15.552550 [ 256 ] {2087706c-72d7-45f3-81f4-cd45c6b9fd82} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4756 | 2025.03.03 04:54:15.552675 [ 57 ] {} <Debug> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 4757 | 2025.03.03 04:54:15.552718 [ 57 ] {} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4758 | 2025.03.03 04:54:15.552727 [ 256 ] {2087706c-72d7-45f3-81f4-cd45c6b9fd82} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001271 sec., 786.7820613690008 rows/sec., 53.02 KiB/sec. | ||
| 4759 | 2025.03.03 04:54:15.552742 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4760 | 2025.03.03 04:54:15.552786 [ 256 ] {2087706c-72d7-45f3-81f4-cd45c6b9fd82} <Debug> TCPHandler: Processed in 0.001464541 sec. | ||
| 4761 | 2025.03.03 04:54:15.553121 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4762 | 2025.03.03 04:54:15.553244 [ 191 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 4763 | 2025.03.03 04:54:15.553347 [ 256 ] {ccde9de4-ebc6-4dd8-b1e1-dffb683d9c90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4764 | 2025.03.03 04:54:15.553547 [ 256 ] {ccde9de4-ebc6-4dd8-b1e1-dffb683d9c90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4765 | 2025.03.03 04:54:15.553615 [ 191 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4766 | 2025.03.03 04:54:15.553772 [ 191 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 4767 | 2025.03.03 04:54:15.554107 [ 191 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 4768 | 2025.03.03 04:54:15.554489 [ 191 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 4769 | 2025.03.03 04:54:15.554871 [ 191 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 4770 | 2025.03.03 04:54:15.555211 [ 191 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 4771 | 2025.03.03 04:54:15.555689 [ 191 ] {715f540e-9cde-4544-9238-877bc33c013d::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 | ||
| 4772 | 2025.03.03 04:54:15.559700 [ 256 ] {ccde9de4-ebc6-4dd8-b1e1-dffb683d9c90} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4773 | 2025.03.03 04:54:15.559712 [ 199 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.006844107 sec., 2191.6664949861242 rows/sec., 147.11 KiB/sec. | ||
| 4774 | 2025.03.03 04:54:15.559751 [ 256 ] {ccde9de4-ebc6-4dd8-b1e1-dffb683d9c90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4775 | 2025.03.03 04:54:15.559992 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4776 | 2025.03.03 04:54:15.560765 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_15_3} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4777 | 2025.03.03 04:54:15.560991 [ 188 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_15_3} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 4778 | 2025.03.03 04:54:15.561139 [ 256 ] {ccde9de4-ebc6-4dd8-b1e1-dffb683d9c90} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4779 | 2025.03.03 04:54:15.561157 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4780 | 2025.03.03 04:54:15.561467 [ 256 ] {ccde9de4-ebc6-4dd8-b1e1-dffb683d9c90} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4781 | 2025.03.03 04:54:15.561684 [ 256 ] {ccde9de4-ebc6-4dd8-b1e1-dffb683d9c90} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008388 sec., 1430.615164520744 rows/sec., 2.56 MiB/sec. | ||
| 4782 | 2025.03.03 04:54:15.561815 [ 256 ] {ccde9de4-ebc6-4dd8-b1e1-dffb683d9c90} <Debug> TCPHandler: Processed in 0.008823919 sec. | ||
| 4783 | 2025.03.03 04:54:15.561960 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4784 | 2025.03.03 04:54:15.562086 [ 256 ] {f976c8ce-16b3-445e-8632-2b4adc988736} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4785 | 2025.03.03 04:54:15.562143 [ 256 ] {f976c8ce-16b3-445e-8632-2b4adc988736} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4786 | 2025.03.03 04:54:15.562689 [ 256 ] {f976c8ce-16b3-445e-8632-2b4adc988736} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4787 | 2025.03.03 04:54:15.562728 [ 256 ] {f976c8ce-16b3-445e-8632-2b4adc988736} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4788 | 2025.03.03 04:54:15.563097 [ 256 ] {f976c8ce-16b3-445e-8632-2b4adc988736} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4789 | 2025.03.03 04:54:15.563344 [ 256 ] {f976c8ce-16b3-445e-8632-2b4adc988736} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4790 | 2025.03.03 04:54:15.563521 [ 256 ] {f976c8ce-16b3-445e-8632-2b4adc988736} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001464 sec., 56010.928961748636 rows/sec., 3.56 MiB/sec. | ||
| 4791 | 2025.03.03 04:54:15.563571 [ 256 ] {f976c8ce-16b3-445e-8632-2b4adc988736} <Debug> TCPHandler: Processed in 0.001672336 sec. | ||
| 4792 | 2025.03.03 04:54:20.110911 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4793 | 2025.03.03 04:54:20.110980 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4794 | 2025.03.03 04:54:20.217914 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4795 | 2025.03.03 04:54:20.218566 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4796 | 2025.03.03 04:54:20.218607 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4797 | 2025.03.03 04:54:20.219140 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4798 | 2025.03.03 04:54:20.219416 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4799 | 2025.03.03 04:54:20.219692 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4800 | 2025.03.03 04:54:20.531516 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4801 | 2025.03.03 04:54:20.531735 [ 256 ] {0942d090-5b72-4992-8ab4-1d3ab1e63cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4802 | 2025.03.03 04:54:20.531816 [ 256 ] {0942d090-5b72-4992-8ab4-1d3ab1e63cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4803 | 2025.03.03 04:54:20.532755 [ 256 ] {0942d090-5b72-4992-8ab4-1d3ab1e63cea} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4804 | 2025.03.03 04:54:20.532821 [ 256 ] {0942d090-5b72-4992-8ab4-1d3ab1e63cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4805 | 2025.03.03 04:54:20.533333 [ 256 ] {0942d090-5b72-4992-8ab4-1d3ab1e63cea} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4806 | 2025.03.03 04:54:20.533593 [ 256 ] {0942d090-5b72-4992-8ab4-1d3ab1e63cea} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4807 | 2025.03.03 04:54:20.533840 [ 256 ] {0942d090-5b72-4992-8ab4-1d3ab1e63cea} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002166 sec., 50784.856879039704 rows/sec., 4.26 MiB/sec. | ||
| 4808 | 2025.03.03 04:54:20.533912 [ 256 ] {0942d090-5b72-4992-8ab4-1d3ab1e63cea} <Debug> TCPHandler: Processed in 0.002536455 sec. | ||
| 4809 | 2025.03.03 04:54:20.534042 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4810 | 2025.03.03 04:54:20.534158 [ 256 ] {8ad8f840-c380-42cb-964e-f5a4d21f645a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4811 | 2025.03.03 04:54:20.534207 [ 256 ] {8ad8f840-c380-42cb-964e-f5a4d21f645a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4812 | 2025.03.03 04:54:20.534768 [ 256 ] {8ad8f840-c380-42cb-964e-f5a4d21f645a} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4813 | 2025.03.03 04:54:20.534810 [ 256 ] {8ad8f840-c380-42cb-964e-f5a4d21f645a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4814 | 2025.03.03 04:54:20.535158 [ 256 ] {8ad8f840-c380-42cb-964e-f5a4d21f645a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4815 | 2025.03.03 04:54:20.535398 [ 256 ] {8ad8f840-c380-42cb-964e-f5a4d21f645a} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2025.03.03 04:54:20.535614 [ 256 ] {8ad8f840-c380-42cb-964e-f5a4d21f645a} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001484 sec., 18194.070080862533 rows/sec., 1.34 MiB/sec. | ||
| 4817 | 2025.03.03 04:54:20.535669 [ 256 ] {8ad8f840-c380-42cb-964e-f5a4d21f645a} <Debug> TCPHandler: Processed in 0.001681256 sec. | ||
| 4818 | 2025.03.03 04:54:20.535774 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4819 | 2025.03.03 04:54:20.535877 [ 256 ] {91da0164-eb74-456c-bbd3-03c878b60725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4820 | 2025.03.03 04:54:20.535922 [ 256 ] {91da0164-eb74-456c-bbd3-03c878b60725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4821 | 2025.03.03 04:54:20.536490 [ 256 ] {91da0164-eb74-456c-bbd3-03c878b60725} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4822 | 2025.03.03 04:54:20.536589 [ 256 ] {91da0164-eb74-456c-bbd3-03c878b60725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4823 | 2025.03.03 04:54:20.536992 [ 256 ] {91da0164-eb74-456c-bbd3-03c878b60725} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4824 | 2025.03.03 04:54:20.537318 [ 256 ] {91da0164-eb74-456c-bbd3-03c878b60725} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4825 | 2025.03.03 04:54:20.537554 [ 256 ] {91da0164-eb74-456c-bbd3-03c878b60725} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001698 sec., 53592.461719670195 rows/sec., 4.19 MiB/sec. | ||
| 4826 | 2025.03.03 04:54:20.537624 [ 256 ] {91da0164-eb74-456c-bbd3-03c878b60725} <Debug> TCPHandler: Processed in 0.001899111 sec. | ||
| 4827 | 2025.03.03 04:54:20.537764 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4828 | 2025.03.03 04:54:20.537875 [ 256 ] {fab34c67-b2ce-4e20-a143-6f859d4696a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4829 | 2025.03.03 04:54:20.537927 [ 256 ] {fab34c67-b2ce-4e20-a143-6f859d4696a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4830 | 2025.03.03 04:54:20.538503 [ 256 ] {fab34c67-b2ce-4e20-a143-6f859d4696a4} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4831 | 2025.03.03 04:54:20.538545 [ 256 ] {fab34c67-b2ce-4e20-a143-6f859d4696a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4832 | 2025.03.03 04:54:20.538954 [ 256 ] {fab34c67-b2ce-4e20-a143-6f859d4696a4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4833 | 2025.03.03 04:54:20.539222 [ 256 ] {fab34c67-b2ce-4e20-a143-6f859d4696a4} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4834 | 2025.03.03 04:54:20.539463 [ 256 ] {fab34c67-b2ce-4e20-a143-6f859d4696a4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001612 sec., 99255.58312655088 rows/sec., 6.91 MiB/sec. | ||
| 4835 | 2025.03.03 04:54:20.539516 [ 256 ] {fab34c67-b2ce-4e20-a143-6f859d4696a4} <Debug> TCPHandler: Processed in 0.001811779 sec. | ||
| 4836 | 2025.03.03 04:54:20.539622 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4837 | 2025.03.03 04:54:20.539724 [ 256 ] {2d524448-bdad-459d-b88c-10cd806ae6eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4838 | 2025.03.03 04:54:20.539795 [ 256 ] {2d524448-bdad-459d-b88c-10cd806ae6eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4839 | 2025.03.03 04:54:20.540900 [ 256 ] {2d524448-bdad-459d-b88c-10cd806ae6eb} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4840 | 2025.03.03 04:54:20.540943 [ 256 ] {2d524448-bdad-459d-b88c-10cd806ae6eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4841 | 2025.03.03 04:54:20.541613 [ 256 ] {2d524448-bdad-459d-b88c-10cd806ae6eb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4842 | 2025.03.03 04:54:20.541914 [ 256 ] {2d524448-bdad-459d-b88c-10cd806ae6eb} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4843 | 2025.03.03 04:54:20.542164 [ 256 ] {2d524448-bdad-459d-b88c-10cd806ae6eb} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002462 sec., 10966.693744922826 rows/sec., 19.65 MiB/sec. | ||
| 4844 | 2025.03.03 04:54:20.542299 [ 256 ] {2d524448-bdad-459d-b88c-10cd806ae6eb} <Debug> TCPHandler: Processed in 0.002726598 sec. | ||
| 4845 | 2025.03.03 04:54:20.542414 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4846 | 2025.03.03 04:54:20.542516 [ 256 ] {c2014ee8-11c5-4dbb-b475-3970252894d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4847 | 2025.03.03 04:54:20.542563 [ 256 ] {c2014ee8-11c5-4dbb-b475-3970252894d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4848 | 2025.03.03 04:54:20.543031 [ 256 ] {c2014ee8-11c5-4dbb-b475-3970252894d0} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4849 | 2025.03.03 04:54:20.543072 [ 256 ] {c2014ee8-11c5-4dbb-b475-3970252894d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4850 | 2025.03.03 04:54:20.543441 [ 256 ] {c2014ee8-11c5-4dbb-b475-3970252894d0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4851 | 2025.03.03 04:54:20.543693 [ 256 ] {c2014ee8-11c5-4dbb-b475-3970252894d0} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4852 | 2025.03.03 04:54:20.543914 [ 256 ] {c2014ee8-11c5-4dbb-b475-3970252894d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
| 4853 | 2025.03.03 04:54:20.543976 [ 256 ] {c2014ee8-11c5-4dbb-b475-3970252894d0} <Debug> TCPHandler: Processed in 0.001611364 sec. | ||
| 4854 | 2025.03.03 04:54:20.941900 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4855 | 2025.03.03 04:54:20.961397 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4856 | 2025.03.03 04:54:20.961466 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4857 | 2025.03.03 04:54:20.969016 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4858 | 2025.03.03 04:54:20.969774 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4859 | 2025.03.03 04:54:20.973020 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4860 | 2025.03.03 04:54:23.343830 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4861 | 2025.03.03 04:54:23.344037 [ 256 ] {443f85fb-baaa-4246-9784-fee46e2040c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4862 | 2025.03.03 04:54:23.344118 [ 256 ] {443f85fb-baaa-4246-9784-fee46e2040c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4863 | 2025.03.03 04:54:23.344965 [ 256 ] {443f85fb-baaa-4246-9784-fee46e2040c8} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4864 | 2025.03.03 04:54:23.345015 [ 256 ] {443f85fb-baaa-4246-9784-fee46e2040c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4865 | 2025.03.03 04:54:23.345470 [ 256 ] {443f85fb-baaa-4246-9784-fee46e2040c8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4866 | 2025.03.03 04:54:23.345715 [ 256 ] {443f85fb-baaa-4246-9784-fee46e2040c8} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4867 | 2025.03.03 04:54:23.345918 [ 256 ] {443f85fb-baaa-4246-9784-fee46e2040c8} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001939 sec., 109334.70861268695 rows/sec., 6.95 MiB/sec. | ||
| 4868 | 2025.03.03 04:54:23.345983 [ 256 ] {443f85fb-baaa-4246-9784-fee46e2040c8} <Debug> TCPHandler: Processed in 0.002286479 sec. | ||
| 4869 | 2025.03.03 04:54:23.346094 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4870 | 2025.03.03 04:54:23.346203 [ 256 ] {94c45913-2791-4bbe-8403-f0b1f3d407ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4871 | 2025.03.03 04:54:23.346259 [ 256 ] {94c45913-2791-4bbe-8403-f0b1f3d407ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4872 | 2025.03.03 04:54:23.347435 [ 256 ] {94c45913-2791-4bbe-8403-f0b1f3d407ef} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4873 | 2025.03.03 04:54:23.347473 [ 256 ] {94c45913-2791-4bbe-8403-f0b1f3d407ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4874 | 2025.03.03 04:54:23.347955 [ 256 ] {94c45913-2791-4bbe-8403-f0b1f3d407ef} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4875 | 2025.03.03 04:54:23.348193 [ 256 ] {94c45913-2791-4bbe-8403-f0b1f3d407ef} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4876 | 2025.03.03 04:54:23.348426 [ 256 ] {94c45913-2791-4bbe-8403-f0b1f3d407ef} <Debug> executeQuery: Read 1781 rows, 147.83 KiB in 0.002243 sec., 794025.8582255907 rows/sec., 64.36 MiB/sec. | ||
| 4877 | 2025.03.03 04:54:23.348488 [ 256 ] {94c45913-2791-4bbe-8403-f0b1f3d407ef} <Debug> TCPHandler: Processed in 0.002445572 sec. | ||
| 4878 | 2025.03.03 04:54:23.348630 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4879 | 2025.03.03 04:54:23.348773 [ 256 ] {3e04179a-31f9-4b67-9069-0b38ec071865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4880 | 2025.03.03 04:54:23.348831 [ 256 ] {3e04179a-31f9-4b67-9069-0b38ec071865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4881 | 2025.03.03 04:54:23.349496 [ 256 ] {3e04179a-31f9-4b67-9069-0b38ec071865} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4882 | 2025.03.03 04:54:23.349536 [ 256 ] {3e04179a-31f9-4b67-9069-0b38ec071865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4883 | 2025.03.03 04:54:23.349901 [ 256 ] {3e04179a-31f9-4b67-9069-0b38ec071865} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4884 | 2025.03.03 04:54:23.350133 [ 256 ] {3e04179a-31f9-4b67-9069-0b38ec071865} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4885 | 2025.03.03 04:54:23.350304 [ 48 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 4886 | 2025.03.03 04:54:23.350375 [ 256 ] {3e04179a-31f9-4b67-9069-0b38ec071865} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.00163 sec., 72392.63803680982 rows/sec., 4.37 MiB/sec. | ||
| 4887 | 2025.03.03 04:54:23.350400 [ 48 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4888 | 2025.03.03 04:54:23.350505 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4889 | 2025.03.03 04:54:23.350514 [ 256 ] {3e04179a-31f9-4b67-9069-0b38ec071865} <Debug> TCPHandler: Processed in 0.001948912 sec. | ||
| 4890 | 2025.03.03 04:54:23.350769 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4891 | 2025.03.03 04:54:23.350799 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 4892 | 2025.03.03 04:54:23.350933 [ 256 ] {0713e95c-bc85-466d-a47e-00a81f880968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4893 | 2025.03.03 04:54:23.351033 [ 256 ] {0713e95c-bc85-466d-a47e-00a81f880968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4894 | 2025.03.03 04:54:23.351195 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4895 | 2025.03.03 04:54:23.351295 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 163 rows starting from the beginning of the part | ||
| 4896 | 2025.03.03 04:54:23.351590 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 118 rows starting from the beginning of the part | ||
| 4897 | 2025.03.03 04:54:23.351998 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part | ||
| 4898 | 2025.03.03 04:54:23.352470 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 118 rows starting from the beginning of the part | ||
| 4899 | 2025.03.03 04:54:23.352804 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part | ||
| 4900 | 2025.03.03 04:54:23.353114 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 118 rows starting from the beginning of the part | ||
| 4901 | 2025.03.03 04:54:23.354040 [ 256 ] {0713e95c-bc85-466d-a47e-00a81f880968} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4902 | 2025.03.03 04:54:23.354101 [ 256 ] {0713e95c-bc85-466d-a47e-00a81f880968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4903 | 2025.03.03 04:54:23.355125 [ 256 ] {0713e95c-bc85-466d-a47e-00a81f880968} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4904 | 2025.03.03 04:54:23.355609 [ 256 ] {0713e95c-bc85-466d-a47e-00a81f880968} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4905 | 2025.03.03 04:54:23.356169 [ 256 ] {0713e95c-bc85-466d-a47e-00a81f880968} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.005283 sec., 64546.65909521105 rows/sec., 4.31 MiB/sec. | ||
| 4906 | 2025.03.03 04:54:23.356186 [ 48 ] {} <Debug> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4907 | 2025.03.03 04:54:23.356351 [ 48 ] {} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4908 | 2025.03.03 04:54:23.356393 [ 188 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 571 rows, containing 5 columns (5 merged, 0 gathered) in 0.005721712 sec., 99795.30602029602 rows/sec., 6.61 MiB/sec. | ||
| 4909 | 2025.03.03 04:54:23.356421 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4910 | 2025.03.03 04:54:23.356415 [ 256 ] {0713e95c-bc85-466d-a47e-00a81f880968} <Debug> TCPHandler: Processed in 0.005726393 sec. | ||
| 4911 | 2025.03.03 04:54:23.356757 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4912 | 2025.03.03 04:54:23.356759 [ 188 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 4913 | 2025.03.03 04:54:23.356766 [ 199 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 4914 | 2025.03.03 04:54:23.357057 [ 256 ] {319a2ba8-0834-4ef3-b47f-c1fa87a6a9e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4915 | 2025.03.03 04:54:23.357191 [ 256 ] {319a2ba8-0834-4ef3-b47f-c1fa87a6a9e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4916 | 2025.03.03 04:54:23.357216 [ 199 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4917 | 2025.03.03 04:54:23.357346 [ 199 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 342 rows starting from the beginning of the part | ||
| 4918 | 2025.03.03 04:54:23.357836 [ 199 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part | ||
| 4919 | 2025.03.03 04:54:23.358050 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_25_5} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4920 | 2025.03.03 04:54:23.358549 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_25_5} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 4921 | 2025.03.03 04:54:23.358591 [ 199 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 341 rows starting from the beginning of the part | ||
| 4922 | 2025.03.03 04:54:23.359023 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 4923 | 2025.03.03 04:54:23.359078 [ 199 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
| 4924 | 2025.03.03 04:54:23.359446 [ 199 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part | ||
| 4925 | 2025.03.03 04:54:23.359770 [ 199 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 341 rows starting from the beginning of the part | ||
| 4926 | 2025.03.03 04:54:23.360818 [ 256 ] {319a2ba8-0834-4ef3-b47f-c1fa87a6a9e1} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4927 | 2025.03.03 04:54:23.360898 [ 256 ] {319a2ba8-0834-4ef3-b47f-c1fa87a6a9e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4928 | 2025.03.03 04:54:23.361848 [ 256 ] {319a2ba8-0834-4ef3-b47f-c1fa87a6a9e1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4929 | 2025.03.03 04:54:23.362256 [ 256 ] {319a2ba8-0834-4ef3-b47f-c1fa87a6a9e1} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4930 | 2025.03.03 04:54:23.362792 [ 256 ] {319a2ba8-0834-4ef3-b47f-c1fa87a6a9e1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005834 sec., 19197.805965032567 rows/sec., 1.09 MiB/sec. | ||
| 4931 | 2025.03.03 04:54:23.362937 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1363 rows, containing 5 columns (5 merged, 0 gathered) in 0.006404747 sec., 212810.90416217846 rows/sec., 14.91 MiB/sec. | ||
| 4932 | 2025.03.03 04:54:23.362947 [ 256 ] {319a2ba8-0834-4ef3-b47f-c1fa87a6a9e1} <Debug> TCPHandler: Processed in 0.006294955 sec. | ||
| 4933 | 2025.03.03 04:54:23.363161 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4934 | 2025.03.03 04:54:23.363249 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4935 | 2025.03.03 04:54:23.363374 [ 256 ] {dba7e035-7815-498c-a870-45a4356613ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4936 | 2025.03.03 04:54:23.363474 [ 256 ] {dba7e035-7815-498c-a870-45a4356613ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4937 | 2025.03.03 04:54:23.363910 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_16_3} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4938 | 2025.03.03 04:54:23.364175 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_16_3} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4939 | 2025.03.03 04:54:23.364343 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 4940 | 2025.03.03 04:54:23.364872 [ 256 ] {dba7e035-7815-498c-a870-45a4356613ff} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4941 | 2025.03.03 04:54:23.364915 [ 256 ] {dba7e035-7815-498c-a870-45a4356613ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4942 | 2025.03.03 04:54:23.365322 [ 256 ] {dba7e035-7815-498c-a870-45a4356613ff} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4943 | 2025.03.03 04:54:23.365564 [ 256 ] {dba7e035-7815-498c-a870-45a4356613ff} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4944 | 2025.03.03 04:54:23.365784 [ 256 ] {dba7e035-7815-498c-a870-45a4356613ff} <Debug> executeQuery: Read 850 rows, 62.83 KiB in 0.002504 sec., 339456.86900958465 rows/sec., 24.51 MiB/sec. | ||
| 4945 | 2025.03.03 04:54:23.365844 [ 256 ] {dba7e035-7815-498c-a870-45a4356613ff} <Debug> TCPHandler: Processed in 0.002751369 sec. | ||
| 4946 | 2025.03.03 04:54:23.365948 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4947 | 2025.03.03 04:54:23.366050 [ 256 ] {b33eb42f-7bfd-43e5-94a8-164ee39b823b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4948 | 2025.03.03 04:54:23.366097 [ 256 ] {b33eb42f-7bfd-43e5-94a8-164ee39b823b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4949 | 2025.03.03 04:54:23.366528 [ 256 ] {b33eb42f-7bfd-43e5-94a8-164ee39b823b} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4950 | 2025.03.03 04:54:23.366567 [ 256 ] {b33eb42f-7bfd-43e5-94a8-164ee39b823b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4951 | 2025.03.03 04:54:23.366916 [ 256 ] {b33eb42f-7bfd-43e5-94a8-164ee39b823b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4952 | 2025.03.03 04:54:23.367144 [ 256 ] {b33eb42f-7bfd-43e5-94a8-164ee39b823b} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4953 | 2025.03.03 04:54:23.367410 [ 256 ] {b33eb42f-7bfd-43e5-94a8-164ee39b823b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001381 sec., 4344.677769732078 rows/sec., 226.99 KiB/sec. | ||
| 4954 | 2025.03.03 04:54:23.367611 [ 256 ] {b33eb42f-7bfd-43e5-94a8-164ee39b823b} <Debug> TCPHandler: Processed in 0.001709227 sec. | ||
| 4955 | 2025.03.03 04:54:23.367753 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4956 | 2025.03.03 04:54:23.367855 [ 256 ] {f8701c6a-3b37-4657-8190-e07afee009fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4957 | 2025.03.03 04:54:23.367903 [ 256 ] {f8701c6a-3b37-4657-8190-e07afee009fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4958 | 2025.03.03 04:54:23.368621 [ 256 ] {f8701c6a-3b37-4657-8190-e07afee009fa} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4959 | 2025.03.03 04:54:23.368660 [ 256 ] {f8701c6a-3b37-4657-8190-e07afee009fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4960 | 2025.03.03 04:54:23.369088 [ 256 ] {f8701c6a-3b37-4657-8190-e07afee009fa} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4961 | 2025.03.03 04:54:23.369321 [ 256 ] {f8701c6a-3b37-4657-8190-e07afee009fa} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4962 | 2025.03.03 04:54:23.369535 [ 256 ] {f8701c6a-3b37-4657-8190-e07afee009fa} <Debug> executeQuery: Read 1019 rows, 69.53 KiB in 0.001701 sec., 599059.3768371546 rows/sec., 39.92 MiB/sec. | ||
| 4963 | 2025.03.03 04:54:23.369589 [ 256 ] {f8701c6a-3b37-4657-8190-e07afee009fa} <Debug> TCPHandler: Processed in 0.00188581 sec. | ||
| 4964 | 2025.03.03 04:54:23.369691 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4965 | 2025.03.03 04:54:23.369793 [ 256 ] {5dbe2501-01db-4dc1-b0f8-1c3b18c919cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4966 | 2025.03.03 04:54:23.369840 [ 256 ] {5dbe2501-01db-4dc1-b0f8-1c3b18c919cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4967 | 2025.03.03 04:54:23.370243 [ 256 ] {5dbe2501-01db-4dc1-b0f8-1c3b18c919cf} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4968 | 2025.03.03 04:54:23.370281 [ 256 ] {5dbe2501-01db-4dc1-b0f8-1c3b18c919cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4969 | 2025.03.03 04:54:23.370631 [ 256 ] {5dbe2501-01db-4dc1-b0f8-1c3b18c919cf} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4970 | 2025.03.03 04:54:23.370865 [ 256 ] {5dbe2501-01db-4dc1-b0f8-1c3b18c919cf} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4971 | 2025.03.03 04:54:23.371070 [ 256 ] {5dbe2501-01db-4dc1-b0f8-1c3b18c919cf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001299 sec., 769.8229407236336 rows/sec., 51.87 KiB/sec. | ||
| 4972 | 2025.03.03 04:54:23.371120 [ 256 ] {5dbe2501-01db-4dc1-b0f8-1c3b18c919cf} <Debug> TCPHandler: Processed in 0.001479291 sec. | ||
| 4973 | 2025.03.03 04:54:23.371222 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4974 | 2025.03.03 04:54:23.371322 [ 256 ] {c32ed2d5-4b73-4edb-a0e1-1328eed9f973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4975 | 2025.03.03 04:54:23.371388 [ 256 ] {c32ed2d5-4b73-4edb-a0e1-1328eed9f973} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4976 | 2025.03.03 04:54:23.372437 [ 256 ] {c32ed2d5-4b73-4edb-a0e1-1328eed9f973} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4977 | 2025.03.03 04:54:23.372476 [ 256 ] {c32ed2d5-4b73-4edb-a0e1-1328eed9f973} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4978 | 2025.03.03 04:54:23.373084 [ 256 ] {c32ed2d5-4b73-4edb-a0e1-1328eed9f973} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4979 | 2025.03.03 04:54:23.373338 [ 256 ] {c32ed2d5-4b73-4edb-a0e1-1328eed9f973} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4980 | 2025.03.03 04:54:23.373588 [ 256 ] {c32ed2d5-4b73-4edb-a0e1-1328eed9f973} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002287 sec., 5247.048535198951 rows/sec., 9.40 MiB/sec. | ||
| 4981 | 2025.03.03 04:54:23.373692 [ 256 ] {c32ed2d5-4b73-4edb-a0e1-1328eed9f973} <Debug> TCPHandler: Processed in 0.002518854 sec. | ||
| 4982 | 2025.03.03 04:54:23.373805 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4983 | 2025.03.03 04:54:23.373907 [ 256 ] {9176bb40-ea4e-48bf-9fe6-e7bd9d5e2915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4984 | 2025.03.03 04:54:23.373954 [ 256 ] {9176bb40-ea4e-48bf-9fe6-e7bd9d5e2915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4985 | 2025.03.03 04:54:23.374367 [ 256 ] {9176bb40-ea4e-48bf-9fe6-e7bd9d5e2915} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4986 | 2025.03.03 04:54:23.374406 [ 256 ] {9176bb40-ea4e-48bf-9fe6-e7bd9d5e2915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4987 | 2025.03.03 04:54:23.374752 [ 256 ] {9176bb40-ea4e-48bf-9fe6-e7bd9d5e2915} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4988 | 2025.03.03 04:54:23.374986 [ 256 ] {9176bb40-ea4e-48bf-9fe6-e7bd9d5e2915} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4989 | 2025.03.03 04:54:23.375195 [ 256 ] {9176bb40-ea4e-48bf-9fe6-e7bd9d5e2915} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001308 sec., 44342.50764525994 rows/sec., 2.75 MiB/sec. | ||
| 4990 | 2025.03.03 04:54:23.375243 [ 256 ] {9176bb40-ea4e-48bf-9fe6-e7bd9d5e2915} <Debug> TCPHandler: Processed in 0.001488412 sec. | ||
| 4991 | 2025.03.03 04:54:25.258145 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 726 | ||
| 4992 | 2025.03.03 04:54:25.261669 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4993 | 2025.03.03 04:54:25.261722 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4994 | 2025.03.03 04:54:25.263287 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4995 | 2025.03.03 04:54:25.263622 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4996 | 2025.03.03 04:54:25.263800 [ 46 ] {} <Debug> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4997 | 2025.03.03 04:54:25.263862 [ 46 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4998 | 2025.03.03 04:54:25.263899 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 4999 | 2025.03.03 04:54:25.264479 [ 195 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 5000 | 2025.03.03 04:54:25.265704 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 726 | ||
| 5001 | 2025.03.03 04:54:25.266103 [ 195 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5002 | 2025.03.03 04:54:25.266271 [ 195 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 522 rows starting from the beginning of the part | ||
| 5003 | 2025.03.03 04:54:25.266872 [ 195 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part | ||
| 5004 | 2025.03.03 04:54:25.267481 [ 195 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part | ||
| 5005 | 2025.03.03 04:54:25.268124 [ 195 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part | ||
| 5006 | 2025.03.03 04:54:25.268700 [ 195 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 34 rows starting from the beginning of the part | ||
| 5007 | 2025.03.03 04:54:25.269319 [ 195 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 5008 | 2025.03.03 04:54:25.277218 [ 186 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 72 columns (72 merged, 0 gathered) in 0.013148842 sec., 55213.98766522557 rows/sec., 46.91 MiB/sec. | ||
| 5009 | 2025.03.03 04:54:25.278543 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5010 | 2025.03.03 04:54:25.279408 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_16_3} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5011 | 2025.03.03 04:54:25.279514 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_16_3} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5012 | 2025.03.03 04:54:25.279866 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 5013 | 2025.03.03 04:54:25.525061 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5014 | 2025.03.03 04:54:25.525272 [ 256 ] {aad61535-7710-40ae-a1c6-abf1d05b6c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5015 | 2025.03.03 04:54:25.525356 [ 256 ] {aad61535-7710-40ae-a1c6-abf1d05b6c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5016 | 2025.03.03 04:54:25.526148 [ 256 ] {aad61535-7710-40ae-a1c6-abf1d05b6c63} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5017 | 2025.03.03 04:54:25.526201 [ 256 ] {aad61535-7710-40ae-a1c6-abf1d05b6c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 5018 | 2025.03.03 04:54:25.526632 [ 256 ] {aad61535-7710-40ae-a1c6-abf1d05b6c63} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5019 | 2025.03.03 04:54:25.526903 [ 256 ] {aad61535-7710-40ae-a1c6-abf1d05b6c63} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5020 | 2025.03.03 04:54:25.527116 [ 46 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5021 | 2025.03.03 04:54:25.527142 [ 256 ] {aad61535-7710-40ae-a1c6-abf1d05b6c63} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001927 sec., 29060.716139076285 rows/sec., 2.22 MiB/sec. | ||
| 5022 | 2025.03.03 04:54:25.527196 [ 46 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5023 | 2025.03.03 04:54:25.527267 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 5024 | 2025.03.03 04:54:25.527285 [ 256 ] {aad61535-7710-40ae-a1c6-abf1d05b6c63} <Debug> TCPHandler: Processed in 0.002360881 sec. | ||
| 5025 | 2025.03.03 04:54:25.527591 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5026 | 2025.03.03 04:54:25.527606 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 5027 | 2025.03.03 04:54:25.527924 [ 256 ] {57b0bda2-9586-41b6-a8a3-a75e97569873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5028 | 2025.03.03 04:54:25.528086 [ 256 ] {57b0bda2-9586-41b6-a8a3-a75e97569873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5029 | 2025.03.03 04:54:25.528211 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5030 | 2025.03.03 04:54:25.528305 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1845 rows starting from the beginning of the part | ||
| 5031 | 2025.03.03 04:54:25.528564 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 110 rows starting from the beginning of the part | ||
| 5032 | 2025.03.03 04:54:25.528953 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 641 rows starting from the beginning of the part | ||
| 5033 | 2025.03.03 04:54:25.529354 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 110 rows starting from the beginning of the part | ||
| 5034 | 2025.03.03 04:54:25.529708 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1781 rows starting from the beginning of the part | ||
| 5035 | 2025.03.03 04:54:25.530048 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 5036 | 2025.03.03 04:54:25.531028 [ 256 ] {57b0bda2-9586-41b6-a8a3-a75e97569873} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5037 | 2025.03.03 04:54:25.531096 [ 256 ] {57b0bda2-9586-41b6-a8a3-a75e97569873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 5038 | 2025.03.03 04:54:25.531963 [ 256 ] {57b0bda2-9586-41b6-a8a3-a75e97569873} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5039 | 2025.03.03 04:54:25.532497 [ 256 ] {57b0bda2-9586-41b6-a8a3-a75e97569873} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5040 | 2025.03.03 04:54:25.532703 [ 45 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5041 | 2025.03.03 04:54:25.532757 [ 45 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5042 | 2025.03.03 04:54:25.532778 [ 256 ] {57b0bda2-9586-41b6-a8a3-a75e97569873} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004964 sec., 12892.828364222401 rows/sec., 1.01 MiB/sec. | ||
| 5043 | 2025.03.03 04:54:25.532799 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 5044 | 2025.03.03 04:54:25.532894 [ 256 ] {57b0bda2-9586-41b6-a8a3-a75e97569873} <Debug> TCPHandler: Processed in 0.005429466 sec. | ||
| 5045 | 2025.03.03 04:54:25.533020 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 5046 | 2025.03.03 04:54:25.533062 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5047 | 2025.03.03 04:54:25.533192 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5048 | 2025.03.03 04:54:25.533208 [ 256 ] {e39d5e94-947e-474e-8b58-9ddee398921f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5049 | 2025.03.03 04:54:25.533316 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 5050 | 2025.03.03 04:54:25.533384 [ 256 ] {e39d5e94-947e-474e-8b58-9ddee398921f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5051 | 2025.03.03 04:54:25.533955 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 91 rows starting from the beginning of the part | ||
| 5052 | 2025.03.03 04:54:25.534567 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 394 rows starting from the beginning of the part | ||
| 5053 | 2025.03.03 04:54:25.534722 [ 186 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.007326927 sec., 620041.6627598447 rows/sec., 52.54 MiB/sec. | ||
| 5054 | 2025.03.03 04:54:25.535033 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 91 rows starting from the beginning of the part | ||
| 5055 | 2025.03.03 04:54:25.535400 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 850 rows starting from the beginning of the part | ||
| 5056 | 2025.03.03 04:54:25.535452 [ 186 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5057 | 2025.03.03 04:54:25.535891 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 5058 | 2025.03.03 04:54:25.536976 [ 186 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_36_7} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5059 | 2025.03.03 04:54:25.537585 [ 256 ] {e39d5e94-947e-474e-8b58-9ddee398921f} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5060 | 2025.03.03 04:54:25.537602 [ 186 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_36_7} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5061 | 2025.03.03 04:54:25.537660 [ 256 ] {e39d5e94-947e-474e-8b58-9ddee398921f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5062 | 2025.03.03 04:54:25.537835 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 5063 | 2025.03.03 04:54:25.538543 [ 256 ] {e39d5e94-947e-474e-8b58-9ddee398921f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5064 | 2025.03.03 04:54:25.538940 [ 256 ] {e39d5e94-947e-474e-8b58-9ddee398921f} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5065 | 2025.03.03 04:54:25.539095 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5066 | 2025.03.03 04:54:25.539131 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5067 | 2025.03.03 04:54:25.539158 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5068 | 2025.03.03 04:54:25.539161 [ 256 ] {e39d5e94-947e-474e-8b58-9ddee398921f} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00599 sec., 10684.474123539232 rows/sec., 762.01 KiB/sec. | ||
| 5069 | 2025.03.03 04:54:25.539610 [ 256 ] {e39d5e94-947e-474e-8b58-9ddee398921f} <Debug> TCPHandler: Processed in 0.006598682 sec. | ||
| 5070 | 2025.03.03 04:54:25.539755 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 5071 | 2025.03.03 04:54:25.540010 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5072 | 2025.03.03 04:54:25.540165 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.007262776 sec., 330865.2228844728 rows/sec., 25.33 MiB/sec. | ||
| 5073 | 2025.03.03 04:54:25.540333 [ 256 ] {0c248df1-14f3-45bb-816e-3d808bee4447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5074 | 2025.03.03 04:54:25.540333 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5075 | 2025.03.03 04:54:25.540458 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9764 rows starting from the beginning of the part | ||
| 5076 | 2025.03.03 04:54:25.540469 [ 256 ] {0c248df1-14f3-45bb-816e-3d808bee4447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5077 | 2025.03.03 04:54:25.540476 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5078 | 2025.03.03 04:54:25.540976 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 5079 | 2025.03.03 04:54:25.541632 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 5080 | 2025.03.03 04:54:25.541715 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_36_7} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5081 | 2025.03.03 04:54:25.542168 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_36_7} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5082 | 2025.03.03 04:54:25.542194 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 5083 | 2025.03.03 04:54:25.542546 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5084 | 2025.03.03 04:54:25.542676 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1019 rows starting from the beginning of the part | ||
| 5085 | 2025.03.03 04:54:25.543096 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 5086 | 2025.03.03 04:54:25.543760 [ 256 ] {0c248df1-14f3-45bb-816e-3d808bee4447} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5087 | 2025.03.03 04:54:25.543819 [ 256 ] {0c248df1-14f3-45bb-816e-3d808bee4447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5088 | 2025.03.03 04:54:25.544496 [ 256 ] {0c248df1-14f3-45bb-816e-3d808bee4447} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5089 | 2025.03.03 04:54:25.544855 [ 256 ] {0c248df1-14f3-45bb-816e-3d808bee4447} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5090 | 2025.03.03 04:54:25.545123 [ 45 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5091 | 2025.03.03 04:54:25.545215 [ 45 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5092 | 2025.03.03 04:54:25.545288 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5093 | 2025.03.03 04:54:25.545550 [ 256 ] {0c248df1-14f3-45bb-816e-3d808bee4447} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.00528 sec., 4545.454545454545 rows/sec., 313.68 KiB/sec. | ||
| 5094 | 2025.03.03 04:54:25.545809 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 5095 | 2025.03.03 04:54:25.546071 [ 256 ] {0c248df1-14f3-45bb-816e-3d808bee4447} <Debug> TCPHandler: Processed in 0.006185732 sec. | ||
| 5096 | 2025.03.03 04:54:25.546439 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5097 | 2025.03.03 04:54:25.546570 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1870 rows starting from the beginning of the part | ||
| 5098 | 2025.03.03 04:54:25.547166 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 5099 | 2025.03.03 04:54:25.547619 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 5100 | 2025.03.03 04:54:25.548031 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 5101 | 2025.03.03 04:54:25.548323 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 58 rows starting from the beginning of the part | ||
| 5102 | 2025.03.03 04:54:25.548629 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part | ||
| 5103 | 2025.03.03 04:54:25.550307 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11404 rows, containing 5 columns (5 merged, 0 gathered) in 0.010987675 sec., 1037890.1814988157 rows/sec., 70.02 MiB/sec. | ||
| 5104 | 2025.03.03 04:54:25.550612 [ 190 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2154 rows, containing 4 columns (4 merged, 0 gathered) in 0.00517737 sec., 416041.3491792165 rows/sec., 27.12 MiB/sec. | ||
| 5105 | 2025.03.03 04:54:25.550762 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5106 | 2025.03.03 04:54:25.551039 [ 190 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5107 | 2025.03.03 04:54:25.551322 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5108 | 2025.03.03 04:54:25.551457 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5109 | 2025.03.03 04:54:25.551614 [ 190 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_36_7} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5110 | 2025.03.03 04:54:25.551653 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
| 5111 | 2025.03.03 04:54:25.551753 [ 190 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_36_7} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5112 | 2025.03.03 04:54:25.551836 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 5113 | 2025.03.03 04:54:27.720801 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 5114 | 2025.03.03 04:54:27.721445 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5115 | 2025.03.03 04:54:27.721493 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5116 | 2025.03.03 04:54:27.722052 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5117 | 2025.03.03 04:54:27.722337 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5118 | 2025.03.03 04:54:27.722579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 5119 | 2025.03.03 04:54:28.474060 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5120 | 2025.03.03 04:54:28.494989 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5121 | 2025.03.03 04:54:28.495049 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5122 | 2025.03.03 04:54:28.502735 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5123 | 2025.03.03 04:54:28.503503 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5124 | 2025.03.03 04:54:28.506521 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5125 | 2025.03.03 04:54:30.530790 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5126 | 2025.03.03 04:54:30.530976 [ 256 ] {059d1433-4f1f-4122-8cdd-1bb318ca024c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5127 | 2025.03.03 04:54:30.531046 [ 256 ] {059d1433-4f1f-4122-8cdd-1bb318ca024c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5128 | 2025.03.03 04:54:30.531828 [ 256 ] {059d1433-4f1f-4122-8cdd-1bb318ca024c} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5129 | 2025.03.03 04:54:30.531873 [ 256 ] {059d1433-4f1f-4122-8cdd-1bb318ca024c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5130 | 2025.03.03 04:54:30.532295 [ 256 ] {059d1433-4f1f-4122-8cdd-1bb318ca024c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5131 | 2025.03.03 04:54:30.532547 [ 256 ] {059d1433-4f1f-4122-8cdd-1bb318ca024c} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5132 | 2025.03.03 04:54:30.532781 [ 256 ] {059d1433-4f1f-4122-8cdd-1bb318ca024c} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001856 sec., 59267.24137931035 rows/sec., 4.97 MiB/sec. | ||
| 5133 | 2025.03.03 04:54:30.532836 [ 256 ] {059d1433-4f1f-4122-8cdd-1bb318ca024c} <Debug> TCPHandler: Processed in 0.002172496 sec. | ||
| 5134 | 2025.03.03 04:54:30.532962 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5135 | 2025.03.03 04:54:30.533068 [ 256 ] {9f16e963-df6f-4471-a195-0f361e4774dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5136 | 2025.03.03 04:54:30.533113 [ 256 ] {9f16e963-df6f-4471-a195-0f361e4774dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5137 | 2025.03.03 04:54:30.533638 [ 256 ] {9f16e963-df6f-4471-a195-0f361e4774dc} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5138 | 2025.03.03 04:54:30.533678 [ 256 ] {9f16e963-df6f-4471-a195-0f361e4774dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5139 | 2025.03.03 04:54:30.534024 [ 256 ] {9f16e963-df6f-4471-a195-0f361e4774dc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5140 | 2025.03.03 04:54:30.534278 [ 256 ] {9f16e963-df6f-4471-a195-0f361e4774dc} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5141 | 2025.03.03 04:54:30.534499 [ 256 ] {9f16e963-df6f-4471-a195-0f361e4774dc} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001448 sec., 18646.408839779004 rows/sec., 1.37 MiB/sec. | ||
| 5142 | 2025.03.03 04:54:30.534599 [ 256 ] {9f16e963-df6f-4471-a195-0f361e4774dc} <Debug> TCPHandler: Processed in 0.001680616 sec. | ||
| 5143 | 2025.03.03 04:54:30.534816 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5144 | 2025.03.03 04:54:30.534922 [ 256 ] {6dcda4f6-e560-4a18-8a69-c3a3de59ce5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5145 | 2025.03.03 04:54:30.534973 [ 256 ] {6dcda4f6-e560-4a18-8a69-c3a3de59ce5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5146 | 2025.03.03 04:54:30.535524 [ 256 ] {6dcda4f6-e560-4a18-8a69-c3a3de59ce5e} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5147 | 2025.03.03 04:54:30.535563 [ 256 ] {6dcda4f6-e560-4a18-8a69-c3a3de59ce5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5148 | 2025.03.03 04:54:30.535912 [ 256 ] {6dcda4f6-e560-4a18-8a69-c3a3de59ce5e} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5149 | 2025.03.03 04:54:30.536160 [ 256 ] {6dcda4f6-e560-4a18-8a69-c3a3de59ce5e} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5150 | 2025.03.03 04:54:30.536370 [ 256 ] {6dcda4f6-e560-4a18-8a69-c3a3de59ce5e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001471 sec., 61862.678450033985 rows/sec., 4.83 MiB/sec. | ||
| 5151 | 2025.03.03 04:54:30.536422 [ 256 ] {6dcda4f6-e560-4a18-8a69-c3a3de59ce5e} <Debug> TCPHandler: Processed in 0.001674626 sec. | ||
| 5152 | 2025.03.03 04:54:30.536534 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5153 | 2025.03.03 04:54:30.536638 [ 256 ] {23f77421-9b19-42b6-afa9-92d6f9de15dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5154 | 2025.03.03 04:54:30.536688 [ 256 ] {23f77421-9b19-42b6-afa9-92d6f9de15dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5155 | 2025.03.03 04:54:30.537194 [ 256 ] {23f77421-9b19-42b6-afa9-92d6f9de15dc} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5156 | 2025.03.03 04:54:30.537292 [ 256 ] {23f77421-9b19-42b6-afa9-92d6f9de15dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5157 | 2025.03.03 04:54:30.537682 [ 256 ] {23f77421-9b19-42b6-afa9-92d6f9de15dc} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5158 | 2025.03.03 04:54:30.537930 [ 256 ] {23f77421-9b19-42b6-afa9-92d6f9de15dc} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5159 | 2025.03.03 04:54:30.538144 [ 256 ] {23f77421-9b19-42b6-afa9-92d6f9de15dc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001526 sec., 104849.27916120576 rows/sec., 7.30 MiB/sec. | ||
| 5160 | 2025.03.03 04:54:30.538213 [ 256 ] {23f77421-9b19-42b6-afa9-92d6f9de15dc} <Debug> TCPHandler: Processed in 0.001729977 sec. | ||
| 5161 | 2025.03.03 04:54:30.538396 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5162 | 2025.03.03 04:54:30.538512 [ 256 ] {c407c7cf-2258-41e1-9aec-85de5c704976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5163 | 2025.03.03 04:54:30.538593 [ 256 ] {c407c7cf-2258-41e1-9aec-85de5c704976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5164 | 2025.03.03 04:54:30.539746 [ 256 ] {c407c7cf-2258-41e1-9aec-85de5c704976} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5165 | 2025.03.03 04:54:30.539789 [ 256 ] {c407c7cf-2258-41e1-9aec-85de5c704976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5166 | 2025.03.03 04:54:30.540468 [ 256 ] {c407c7cf-2258-41e1-9aec-85de5c704976} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5167 | 2025.03.03 04:54:30.540750 [ 256 ] {c407c7cf-2258-41e1-9aec-85de5c704976} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5168 | 2025.03.03 04:54:30.540941 [ 39 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5169 | 2025.03.03 04:54:30.541031 [ 39 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5170 | 2025.03.03 04:54:30.541030 [ 256 ] {c407c7cf-2258-41e1-9aec-85de5c704976} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002538 sec., 10638.297872340427 rows/sec., 19.06 MiB/sec. | ||
| 5171 | 2025.03.03 04:54:30.541075 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5172 | 2025.03.03 04:54:30.541526 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 5173 | 2025.03.03 04:54:30.541714 [ 256 ] {c407c7cf-2258-41e1-9aec-85de5c704976} <Debug> TCPHandler: Processed in 0.003361922 sec. | ||
| 5174 | 2025.03.03 04:54:30.542231 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5175 | 2025.03.03 04:54:30.542497 [ 256 ] {70461940-c20b-4700-a06c-87fa160b669d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5176 | 2025.03.03 04:54:30.542630 [ 256 ] {70461940-c20b-4700-a06c-87fa160b669d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5177 | 2025.03.03 04:54:30.542760 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5178 | 2025.03.03 04:54:30.543032 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 348 rows starting from the beginning of the part | ||
| 5179 | 2025.03.03 04:54:30.543797 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part | ||
| 5180 | 2025.03.03 04:54:30.544553 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part | ||
| 5181 | 2025.03.03 04:54:30.544598 [ 256 ] {70461940-c20b-4700-a06c-87fa160b669d} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5182 | 2025.03.03 04:54:30.544667 [ 256 ] {70461940-c20b-4700-a06c-87fa160b669d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5183 | 2025.03.03 04:54:30.545120 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part | ||
| 5184 | 2025.03.03 04:54:30.545766 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part | ||
| 5185 | 2025.03.03 04:54:30.546022 [ 256 ] {70461940-c20b-4700-a06c-87fa160b669d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5186 | 2025.03.03 04:54:30.546317 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part | ||
| 5187 | 2025.03.03 04:54:30.546963 [ 256 ] {70461940-c20b-4700-a06c-87fa160b669d} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5188 | 2025.03.03 04:54:30.547658 [ 256 ] {70461940-c20b-4700-a06c-87fa160b669d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005216 sec., 11503.067484662577 rows/sec., 793.83 KiB/sec. | ||
| 5189 | 2025.03.03 04:54:30.547956 [ 256 ] {70461940-c20b-4700-a06c-87fa160b669d} <Debug> TCPHandler: Processed in 0.005853386 sec. | ||
| 5190 | 2025.03.03 04:54:30.552057 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 453 rows, containing 19 columns (19 merged, 0 gathered) in 0.010823682 sec., 41852.67083789047 rows/sec., 75.00 MiB/sec. | ||
| 5191 | 2025.03.03 04:54:30.552655 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5192 | 2025.03.03 04:54:30.553164 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5193 | 2025.03.03 04:54:30.553247 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5194 | 2025.03.03 04:54:30.553400 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 5195 | 2025.03.03 04:54:35.111045 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5196 | 2025.03.03 04:54:35.111133 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5197 | 2025.03.03 04:54:35.223696 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5198 | 2025.03.03 04:54:35.224386 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5199 | 2025.03.03 04:54:35.224435 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5200 | 2025.03.03 04:54:35.224973 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5201 | 2025.03.03 04:54:35.225243 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5202 | 2025.03.03 04:54:35.225539 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5203 | 2025.03.03 04:54:35.266957 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 746 | ||
| 5204 | 2025.03.03 04:54:35.269810 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5205 | 2025.03.03 04:54:35.269863 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5206 | 2025.03.03 04:54:35.271368 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5207 | 2025.03.03 04:54:35.271692 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5208 | 2025.03.03 04:54:35.272748 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 746 | ||
| 5209 | 2025.03.03 04:54:35.537214 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5210 | 2025.03.03 04:54:35.537546 [ 256 ] {1650c4e7-abe9-40ad-af35-af29ce1e0ec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5211 | 2025.03.03 04:54:35.537648 [ 256 ] {1650c4e7-abe9-40ad-af35-af29ce1e0ec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5212 | 2025.03.03 04:54:35.538710 [ 256 ] {1650c4e7-abe9-40ad-af35-af29ce1e0ec7} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5213 | 2025.03.03 04:54:35.538770 [ 256 ] {1650c4e7-abe9-40ad-af35-af29ce1e0ec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5214 | 2025.03.03 04:54:35.539262 [ 256 ] {1650c4e7-abe9-40ad-af35-af29ce1e0ec7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5215 | 2025.03.03 04:54:35.539549 [ 256 ] {1650c4e7-abe9-40ad-af35-af29ce1e0ec7} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5216 | 2025.03.03 04:54:35.539845 [ 256 ] {1650c4e7-abe9-40ad-af35-af29ce1e0ec7} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002346 sec., 90366.58141517476 rows/sec., 5.75 MiB/sec. | ||
| 5217 | 2025.03.03 04:54:35.540136 [ 256 ] {1650c4e7-abe9-40ad-af35-af29ce1e0ec7} <Debug> TCPHandler: Processed in 0.003060106 sec. | ||
| 5218 | 2025.03.03 04:54:35.540443 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5219 | 2025.03.03 04:54:35.540561 [ 256 ] {6ada435b-51be-42aa-9b46-5d43eeb2ee5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5220 | 2025.03.03 04:54:35.540612 [ 256 ] {6ada435b-51be-42aa-9b46-5d43eeb2ee5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5221 | 2025.03.03 04:54:35.541519 [ 256 ] {6ada435b-51be-42aa-9b46-5d43eeb2ee5b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5222 | 2025.03.03 04:54:35.541567 [ 256 ] {6ada435b-51be-42aa-9b46-5d43eeb2ee5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5223 | 2025.03.03 04:54:35.541984 [ 256 ] {6ada435b-51be-42aa-9b46-5d43eeb2ee5b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5224 | 2025.03.03 04:54:35.542289 [ 256 ] {6ada435b-51be-42aa-9b46-5d43eeb2ee5b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5225 | 2025.03.03 04:54:35.542516 [ 256 ] {6ada435b-51be-42aa-9b46-5d43eeb2ee5b} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001986 sec., 322759.3152064451 rows/sec., 25.43 MiB/sec. | ||
| 5226 | 2025.03.03 04:54:35.542577 [ 256 ] {6ada435b-51be-42aa-9b46-5d43eeb2ee5b} <Debug> TCPHandler: Processed in 0.002235288 sec. | ||
| 5227 | 2025.03.03 04:54:35.542740 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5228 | 2025.03.03 04:54:35.542854 [ 256 ] {d9a9d85d-2700-40bb-92d9-d2940b86539f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5229 | 2025.03.03 04:54:35.542901 [ 256 ] {d9a9d85d-2700-40bb-92d9-d2940b86539f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5230 | 2025.03.03 04:54:35.543603 [ 256 ] {d9a9d85d-2700-40bb-92d9-d2940b86539f} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5231 | 2025.03.03 04:54:35.543656 [ 256 ] {d9a9d85d-2700-40bb-92d9-d2940b86539f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5232 | 2025.03.03 04:54:35.544222 [ 256 ] {d9a9d85d-2700-40bb-92d9-d2940b86539f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5233 | 2025.03.03 04:54:35.544626 [ 256 ] {d9a9d85d-2700-40bb-92d9-d2940b86539f} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5234 | 2025.03.03 04:54:35.544905 [ 256 ] {d9a9d85d-2700-40bb-92d9-d2940b86539f} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.002074 sec., 56894.88910318226 rows/sec., 3.43 MiB/sec. | ||
| 5235 | 2025.03.03 04:54:35.544983 [ 256 ] {d9a9d85d-2700-40bb-92d9-d2940b86539f} <Debug> TCPHandler: Processed in 0.00230761 sec. | ||
| 5236 | 2025.03.03 04:54:35.545139 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5237 | 2025.03.03 04:54:35.545275 [ 256 ] {1275d124-f5e1-4a52-80d1-1c7fc3f0ae1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5238 | 2025.03.03 04:54:35.545324 [ 256 ] {1275d124-f5e1-4a52-80d1-1c7fc3f0ae1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5239 | 2025.03.03 04:54:35.545881 [ 256 ] {1275d124-f5e1-4a52-80d1-1c7fc3f0ae1a} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5240 | 2025.03.03 04:54:35.545922 [ 256 ] {1275d124-f5e1-4a52-80d1-1c7fc3f0ae1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5241 | 2025.03.03 04:54:35.546304 [ 256 ] {1275d124-f5e1-4a52-80d1-1c7fc3f0ae1a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5242 | 2025.03.03 04:54:35.546554 [ 256 ] {1275d124-f5e1-4a52-80d1-1c7fc3f0ae1a} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5243 | 2025.03.03 04:54:35.546771 [ 256 ] {1275d124-f5e1-4a52-80d1-1c7fc3f0ae1a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00152 sec., 74342.1052631579 rows/sec., 4.81 MiB/sec. | ||
| 5244 | 2025.03.03 04:54:35.546826 [ 256 ] {1275d124-f5e1-4a52-80d1-1c7fc3f0ae1a} <Debug> TCPHandler: Processed in 0.001750977 sec. | ||
| 5245 | 2025.03.03 04:54:35.546959 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5246 | 2025.03.03 04:54:35.547067 [ 256 ] {73a004d1-10d9-4555-8ee3-6147a504d3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5247 | 2025.03.03 04:54:35.547114 [ 256 ] {73a004d1-10d9-4555-8ee3-6147a504d3fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5248 | 2025.03.03 04:54:35.547693 [ 256 ] {73a004d1-10d9-4555-8ee3-6147a504d3fc} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5249 | 2025.03.03 04:54:35.547733 [ 256 ] {73a004d1-10d9-4555-8ee3-6147a504d3fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5250 | 2025.03.03 04:54:35.548111 [ 256 ] {73a004d1-10d9-4555-8ee3-6147a504d3fc} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5251 | 2025.03.03 04:54:35.548380 [ 256 ] {73a004d1-10d9-4555-8ee3-6147a504d3fc} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5252 | 2025.03.03 04:54:35.548641 [ 256 ] {73a004d1-10d9-4555-8ee3-6147a504d3fc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001596 sec., 70175.43859649124 rows/sec., 4.00 MiB/sec. | ||
| 5253 | 2025.03.03 04:54:35.548834 [ 256 ] {73a004d1-10d9-4555-8ee3-6147a504d3fc} <Debug> TCPHandler: Processed in 0.001929051 sec. | ||
| 5254 | 2025.03.03 04:54:35.548970 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5255 | 2025.03.03 04:54:35.549075 [ 256 ] {b411cc38-6031-4456-8465-4e78eb327c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5256 | 2025.03.03 04:54:35.549120 [ 256 ] {b411cc38-6031-4456-8465-4e78eb327c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5257 | 2025.03.03 04:54:35.549824 [ 256 ] {b411cc38-6031-4456-8465-4e78eb327c76} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5258 | 2025.03.03 04:54:35.549864 [ 256 ] {b411cc38-6031-4456-8465-4e78eb327c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5259 | 2025.03.03 04:54:35.550248 [ 256 ] {b411cc38-6031-4456-8465-4e78eb327c76} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5260 | 2025.03.03 04:54:35.550488 [ 256 ] {b411cc38-6031-4456-8465-4e78eb327c76} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5261 | 2025.03.03 04:54:35.550704 [ 256 ] {b411cc38-6031-4456-8465-4e78eb327c76} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001651 sec., 238643.24651726228 rows/sec., 16.88 MiB/sec. | ||
| 5262 | 2025.03.03 04:54:35.550756 [ 256 ] {b411cc38-6031-4456-8465-4e78eb327c76} <Debug> TCPHandler: Processed in 0.001835559 sec. | ||
| 5263 | 2025.03.03 04:54:35.550874 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5264 | 2025.03.03 04:54:35.550979 [ 256 ] {25eff058-06c9-44c1-b971-5efc2b307ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5265 | 2025.03.03 04:54:35.551027 [ 256 ] {25eff058-06c9-44c1-b971-5efc2b307ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5266 | 2025.03.03 04:54:35.551466 [ 256 ] {25eff058-06c9-44c1-b971-5efc2b307ee8} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5267 | 2025.03.03 04:54:35.551505 [ 256 ] {25eff058-06c9-44c1-b971-5efc2b307ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5268 | 2025.03.03 04:54:35.551853 [ 256 ] {25eff058-06c9-44c1-b971-5efc2b307ee8} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5269 | 2025.03.03 04:54:35.552086 [ 256 ] {25eff058-06c9-44c1-b971-5efc2b307ee8} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5270 | 2025.03.03 04:54:35.552240 [ 23 ] {} <Debug> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5271 | 2025.03.03 04:54:35.552315 [ 256 ] {25eff058-06c9-44c1-b971-5efc2b307ee8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 232.20 KiB/sec. | ||
| 5272 | 2025.03.03 04:54:35.552324 [ 23 ] {} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5273 | 2025.03.03 04:54:35.552405 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5274 | 2025.03.03 04:54:35.552436 [ 256 ] {25eff058-06c9-44c1-b971-5efc2b307ee8} <Debug> TCPHandler: Processed in 0.001606194 sec. | ||
| 5275 | 2025.03.03 04:54:35.552719 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5276 | 2025.03.03 04:54:35.552744 [ 194 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 5277 | 2025.03.03 04:54:35.553090 [ 256 ] {003af511-bd83-4888-880b-27ba24faaf6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5278 | 2025.03.03 04:54:35.553304 [ 256 ] {003af511-bd83-4888-880b-27ba24faaf6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5279 | 2025.03.03 04:54:35.553368 [ 194 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5280 | 2025.03.03 04:54:35.553535 [ 194 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 5281 | 2025.03.03 04:54:35.553841 [ 194 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 5282 | 2025.03.03 04:54:35.554131 [ 194 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 5283 | 2025.03.03 04:54:35.554452 [ 194 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 5284 | 2025.03.03 04:54:35.554758 [ 194 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 5285 | 2025.03.03 04:54:35.555184 [ 194 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 5286 | 2025.03.03 04:54:35.556241 [ 256 ] {003af511-bd83-4888-880b-27ba24faaf6e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2025.03.03 04:54:35.556306 [ 256 ] {003af511-bd83-4888-880b-27ba24faaf6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5288 | 2025.03.03 04:54:35.557285 [ 256 ] {003af511-bd83-4888-880b-27ba24faaf6e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5289 | 2025.03.03 04:54:35.557791 [ 193 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005253543 sec., 18273.382363102384 rows/sec., 954.71 KiB/sec. | ||
| 5290 | 2025.03.03 04:54:35.557811 [ 256 ] {003af511-bd83-4888-880b-27ba24faaf6e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5291 | 2025.03.03 04:54:35.557972 [ 193 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5292 | 2025.03.03 04:54:35.558166 [ 256 ] {003af511-bd83-4888-880b-27ba24faaf6e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005234 sec., 45280.85594191823 rows/sec., 3.04 MiB/sec. | ||
| 5293 | 2025.03.03 04:54:35.558273 [ 256 ] {003af511-bd83-4888-880b-27ba24faaf6e} <Debug> TCPHandler: Processed in 0.005664031 sec. | ||
| 5294 | 2025.03.03 04:54:35.558404 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5295 | 2025.03.03 04:54:35.558446 [ 193 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_16_3} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5296 | 2025.03.03 04:54:35.558538 [ 256 ] {66e095fc-8e19-41fe-8770-9b5b8bfc1820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5297 | 2025.03.03 04:54:35.558551 [ 193 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_16_3} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5298 | 2025.03.03 04:54:35.558591 [ 256 ] {66e095fc-8e19-41fe-8770-9b5b8bfc1820} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5299 | 2025.03.03 04:54:35.558662 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5300 | 2025.03.03 04:54:35.559052 [ 256 ] {66e095fc-8e19-41fe-8770-9b5b8bfc1820} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5301 | 2025.03.03 04:54:35.559090 [ 256 ] {66e095fc-8e19-41fe-8770-9b5b8bfc1820} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5302 | 2025.03.03 04:54:35.559448 [ 256 ] {66e095fc-8e19-41fe-8770-9b5b8bfc1820} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5303 | 2025.03.03 04:54:35.559683 [ 256 ] {66e095fc-8e19-41fe-8770-9b5b8bfc1820} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5304 | 2025.03.03 04:54:35.559883 [ 256 ] {66e095fc-8e19-41fe-8770-9b5b8bfc1820} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001375 sec., 727.2727272727274 rows/sec., 49.01 KiB/sec. | ||
| 5305 | 2025.03.03 04:54:35.559933 [ 256 ] {66e095fc-8e19-41fe-8770-9b5b8bfc1820} <Debug> TCPHandler: Processed in 0.001581774 sec. | ||
| 5306 | 2025.03.03 04:54:35.560050 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5307 | 2025.03.03 04:54:35.560154 [ 256 ] {c95b0276-03e3-4cdc-8216-561481235ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5308 | 2025.03.03 04:54:35.560226 [ 256 ] {c95b0276-03e3-4cdc-8216-561481235ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5309 | 2025.03.03 04:54:35.561304 [ 256 ] {c95b0276-03e3-4cdc-8216-561481235ead} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5310 | 2025.03.03 04:54:35.561345 [ 256 ] {c95b0276-03e3-4cdc-8216-561481235ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5311 | 2025.03.03 04:54:35.561956 [ 256 ] {c95b0276-03e3-4cdc-8216-561481235ead} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5312 | 2025.03.03 04:54:35.562233 [ 256 ] {c95b0276-03e3-4cdc-8216-561481235ead} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5313 | 2025.03.03 04:54:35.562538 [ 256 ] {c95b0276-03e3-4cdc-8216-561481235ead} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002405 sec., 4989.60498960499 rows/sec., 8.94 MiB/sec. | ||
| 5314 | 2025.03.03 04:54:35.562978 [ 256 ] {c95b0276-03e3-4cdc-8216-561481235ead} <Debug> TCPHandler: Processed in 0.002977644 sec. | ||
| 5315 | 2025.03.03 04:54:35.563095 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5316 | 2025.03.03 04:54:35.563212 [ 256 ] {b57e70c4-7267-4d7d-9fe4-a7087ff41a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5317 | 2025.03.03 04:54:35.563260 [ 256 ] {b57e70c4-7267-4d7d-9fe4-a7087ff41a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5318 | 2025.03.03 04:54:35.563712 [ 256 ] {b57e70c4-7267-4d7d-9fe4-a7087ff41a17} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5319 | 2025.03.03 04:54:35.563752 [ 256 ] {b57e70c4-7267-4d7d-9fe4-a7087ff41a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5320 | 2025.03.03 04:54:35.564124 [ 256 ] {b57e70c4-7267-4d7d-9fe4-a7087ff41a17} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5321 | 2025.03.03 04:54:35.564398 [ 256 ] {b57e70c4-7267-4d7d-9fe4-a7087ff41a17} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5322 | 2025.03.03 04:54:35.564624 [ 256 ] {b57e70c4-7267-4d7d-9fe4-a7087ff41a17} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00145 sec., 56551.724137931036 rows/sec., 3.59 MiB/sec. | ||
| 5323 | 2025.03.03 04:54:35.564677 [ 256 ] {b57e70c4-7267-4d7d-9fe4-a7087ff41a17} <Debug> TCPHandler: Processed in 0.001632275 sec. | ||
| 5324 | 2025.03.03 04:54:36.007558 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5325 | 2025.03.03 04:54:36.029171 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5326 | 2025.03.03 04:54:36.029228 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5327 | 2025.03.03 04:54:36.036671 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5328 | 2025.03.03 04:54:36.037465 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5329 | 2025.03.03 04:54:36.040343 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5330 | 2025.03.03 04:54:40.531082 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5331 | 2025.03.03 04:54:40.531277 [ 256 ] {a1cc7510-c1c9-42ba-8e56-a7f28914a491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5332 | 2025.03.03 04:54:40.531350 [ 256 ] {a1cc7510-c1c9-42ba-8e56-a7f28914a491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5333 | 2025.03.03 04:54:40.532101 [ 256 ] {a1cc7510-c1c9-42ba-8e56-a7f28914a491} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5334 | 2025.03.03 04:54:40.532152 [ 256 ] {a1cc7510-c1c9-42ba-8e56-a7f28914a491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5335 | 2025.03.03 04:54:40.532590 [ 256 ] {a1cc7510-c1c9-42ba-8e56-a7f28914a491} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5336 | 2025.03.03 04:54:40.532850 [ 256 ] {a1cc7510-c1c9-42ba-8e56-a7f28914a491} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5337 | 2025.03.03 04:54:40.533086 [ 256 ] {a1cc7510-c1c9-42ba-8e56-a7f28914a491} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001861 sec., 1074.69102632993 rows/sec., 87.63 KiB/sec. | ||
| 5338 | 2025.03.03 04:54:40.533153 [ 256 ] {a1cc7510-c1c9-42ba-8e56-a7f28914a491} <Debug> TCPHandler: Processed in 0.002198897 sec. | ||
| 5339 | 2025.03.03 04:54:40.533290 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5340 | 2025.03.03 04:54:40.533406 [ 256 ] {055759d2-c642-4656-9fa7-1469a3444f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5341 | 2025.03.03 04:54:40.533454 [ 256 ] {055759d2-c642-4656-9fa7-1469a3444f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5342 | 2025.03.03 04:54:40.534050 [ 256 ] {055759d2-c642-4656-9fa7-1469a3444f53} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5343 | 2025.03.03 04:54:40.534091 [ 256 ] {055759d2-c642-4656-9fa7-1469a3444f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5344 | 2025.03.03 04:54:40.534474 [ 256 ] {055759d2-c642-4656-9fa7-1469a3444f53} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5345 | 2025.03.03 04:54:40.534706 [ 256 ] {055759d2-c642-4656-9fa7-1469a3444f53} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5346 | 2025.03.03 04:54:40.534904 [ 256 ] {055759d2-c642-4656-9fa7-1469a3444f53} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.001527 sec., 72691.55206286837 rows/sec., 6.08 MiB/sec. | ||
| 5347 | 2025.03.03 04:54:40.534958 [ 256 ] {055759d2-c642-4656-9fa7-1469a3444f53} <Debug> TCPHandler: Processed in 0.001721117 sec. | ||
| 5348 | 2025.03.03 04:54:40.535074 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5349 | 2025.03.03 04:54:40.535193 [ 256 ] {c07b9a96-7d93-493e-b39b-f618869c31e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5350 | 2025.03.03 04:54:40.535239 [ 256 ] {c07b9a96-7d93-493e-b39b-f618869c31e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5351 | 2025.03.03 04:54:40.535770 [ 256 ] {c07b9a96-7d93-493e-b39b-f618869c31e2} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5352 | 2025.03.03 04:54:40.535810 [ 256 ] {c07b9a96-7d93-493e-b39b-f618869c31e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5353 | 2025.03.03 04:54:40.536158 [ 256 ] {c07b9a96-7d93-493e-b39b-f618869c31e2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5354 | 2025.03.03 04:54:40.536413 [ 256 ] {c07b9a96-7d93-493e-b39b-f618869c31e2} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5355 | 2025.03.03 04:54:40.536658 [ 256 ] {c07b9a96-7d93-493e-b39b-f618869c31e2} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001494 sec., 19410.977242302542 rows/sec., 1.42 MiB/sec. | ||
| 5356 | 2025.03.03 04:54:40.536740 [ 256 ] {c07b9a96-7d93-493e-b39b-f618869c31e2} <Debug> TCPHandler: Processed in 0.001717096 sec. | ||
| 5357 | 2025.03.03 04:54:40.536964 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5358 | 2025.03.03 04:54:40.537071 [ 256 ] {e2c5ab68-d5e5-44aa-b1dc-7645017e0cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5359 | 2025.03.03 04:54:40.537117 [ 256 ] {e2c5ab68-d5e5-44aa-b1dc-7645017e0cf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5360 | 2025.03.03 04:54:40.537718 [ 256 ] {e2c5ab68-d5e5-44aa-b1dc-7645017e0cf4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5361 | 2025.03.03 04:54:40.537831 [ 256 ] {e2c5ab68-d5e5-44aa-b1dc-7645017e0cf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5362 | 2025.03.03 04:54:40.538306 [ 256 ] {e2c5ab68-d5e5-44aa-b1dc-7645017e0cf4} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5363 | 2025.03.03 04:54:40.538580 [ 256 ] {e2c5ab68-d5e5-44aa-b1dc-7645017e0cf4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5364 | 2025.03.03 04:54:40.538811 [ 256 ] {e2c5ab68-d5e5-44aa-b1dc-7645017e0cf4} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001763 sec., 52750.992626205334 rows/sec., 4.12 MiB/sec. | ||
| 5365 | 2025.03.03 04:54:40.538872 [ 256 ] {e2c5ab68-d5e5-44aa-b1dc-7645017e0cf4} <Debug> TCPHandler: Processed in 0.001987463 sec. | ||
| 5366 | 2025.03.03 04:54:40.539006 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5367 | 2025.03.03 04:54:40.539121 [ 256 ] {aa81e66d-08e3-4c93-ad54-d141f105a99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5368 | 2025.03.03 04:54:40.539218 [ 256 ] {aa81e66d-08e3-4c93-ad54-d141f105a99d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5369 | 2025.03.03 04:54:40.539899 [ 256 ] {aa81e66d-08e3-4c93-ad54-d141f105a99d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5370 | 2025.03.03 04:54:40.539945 [ 256 ] {aa81e66d-08e3-4c93-ad54-d141f105a99d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5371 | 2025.03.03 04:54:40.540363 [ 256 ] {aa81e66d-08e3-4c93-ad54-d141f105a99d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5372 | 2025.03.03 04:54:40.540668 [ 256 ] {aa81e66d-08e3-4c93-ad54-d141f105a99d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2025.03.03 04:54:40.540897 [ 256 ] {aa81e66d-08e3-4c93-ad54-d141f105a99d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001802 sec., 89345.17203107658 rows/sec., 6.22 MiB/sec. | ||
| 5374 | 2025.03.03 04:54:40.540951 [ 256 ] {aa81e66d-08e3-4c93-ad54-d141f105a99d} <Debug> TCPHandler: Processed in 0.002002162 sec. | ||
| 5375 | 2025.03.03 04:54:40.541071 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5376 | 2025.03.03 04:54:40.541192 [ 256 ] {37169e12-da51-407d-95e7-4a17f9a6ba3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5377 | 2025.03.03 04:54:40.541260 [ 256 ] {37169e12-da51-407d-95e7-4a17f9a6ba3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5378 | 2025.03.03 04:54:40.542421 [ 256 ] {37169e12-da51-407d-95e7-4a17f9a6ba3b} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5379 | 2025.03.03 04:54:40.542464 [ 256 ] {37169e12-da51-407d-95e7-4a17f9a6ba3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5380 | 2025.03.03 04:54:40.543117 [ 256 ] {37169e12-da51-407d-95e7-4a17f9a6ba3b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5381 | 2025.03.03 04:54:40.543440 [ 256 ] {37169e12-da51-407d-95e7-4a17f9a6ba3b} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5382 | 2025.03.03 04:54:40.543715 [ 256 ] {37169e12-da51-407d-95e7-4a17f9a6ba3b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002559 sec., 10550.996483001172 rows/sec., 18.91 MiB/sec. | ||
| 5383 | 2025.03.03 04:54:40.543860 [ 256 ] {37169e12-da51-407d-95e7-4a17f9a6ba3b} <Debug> TCPHandler: Processed in 0.002838781 sec. | ||
| 5384 | 2025.03.03 04:54:40.544021 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5385 | 2025.03.03 04:54:40.544135 [ 256 ] {57bef183-5a12-4f03-9b80-5d4935fa99e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5386 | 2025.03.03 04:54:40.544196 [ 256 ] {57bef183-5a12-4f03-9b80-5d4935fa99e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5387 | 2025.03.03 04:54:40.544703 [ 256 ] {57bef183-5a12-4f03-9b80-5d4935fa99e3} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5388 | 2025.03.03 04:54:40.544742 [ 256 ] {57bef183-5a12-4f03-9b80-5d4935fa99e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5389 | 2025.03.03 04:54:40.545120 [ 256 ] {57bef183-5a12-4f03-9b80-5d4935fa99e3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5390 | 2025.03.03 04:54:40.545381 [ 256 ] {57bef183-5a12-4f03-9b80-5d4935fa99e3} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5391 | 2025.03.03 04:54:40.545598 [ 256 ] {57bef183-5a12-4f03-9b80-5d4935fa99e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001491 sec., 40241.44869215292 rows/sec., 2.71 MiB/sec. | ||
| 5392 | 2025.03.03 04:54:40.545649 [ 256 ] {57bef183-5a12-4f03-9b80-5d4935fa99e3} <Debug> TCPHandler: Processed in 0.001686276 sec. | ||
| 5393 | 2025.03.03 04:54:42.726649 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5394 | 2025.03.03 04:54:42.727301 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5395 | 2025.03.03 04:54:42.727350 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5396 | 2025.03.03 04:54:42.727920 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5397 | 2025.03.03 04:54:42.728193 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5398 | 2025.03.03 04:54:42.728472 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5399 | 2025.03.03 04:54:43.541381 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5400 | 2025.03.03 04:54:43.562974 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5401 | 2025.03.03 04:54:43.563046 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5402 | 2025.03.03 04:54:43.570193 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5403 | 2025.03.03 04:54:43.571017 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5404 | 2025.03.03 04:54:43.573694 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5405 | 2025.03.03 04:54:45.273861 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 782 | ||
| 5406 | 2025.03.03 04:54:45.277028 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5407 | 2025.03.03 04:54:45.277078 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5408 | 2025.03.03 04:54:45.278613 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5409 | 2025.03.03 04:54:45.278969 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5410 | 2025.03.03 04:54:45.279754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 782 | ||
| 5411 | 2025.03.03 04:54:45.536097 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5412 | 2025.03.03 04:54:45.536295 [ 256 ] {3f370ae2-1e20-4af2-863e-799ade37bb34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5413 | 2025.03.03 04:54:45.536369 [ 256 ] {3f370ae2-1e20-4af2-863e-799ade37bb34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5414 | 2025.03.03 04:54:45.537262 [ 256 ] {3f370ae2-1e20-4af2-863e-799ade37bb34} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2025.03.03 04:54:45.537315 [ 256 ] {3f370ae2-1e20-4af2-863e-799ade37bb34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5416 | 2025.03.03 04:54:45.537769 [ 256 ] {3f370ae2-1e20-4af2-863e-799ade37bb34} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5417 | 2025.03.03 04:54:45.538023 [ 256 ] {3f370ae2-1e20-4af2-863e-799ade37bb34} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2025.03.03 04:54:45.538224 [ 26 ] {} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5419 | 2025.03.03 04:54:45.538287 [ 256 ] {3f370ae2-1e20-4af2-863e-799ade37bb34} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002045 sec., 103667.48166259169 rows/sec., 6.59 MiB/sec. | ||
| 5420 | 2025.03.03 04:54:45.538444 [ 26 ] {} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5421 | 2025.03.03 04:54:45.538536 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5422 | 2025.03.03 04:54:45.538577 [ 256 ] {3f370ae2-1e20-4af2-863e-799ade37bb34} <Debug> TCPHandler: Processed in 0.002606926 sec. | ||
| 5423 | 2025.03.03 04:54:45.538766 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 5424 | 2025.03.03 04:54:45.538858 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5425 | 2025.03.03 04:54:45.539057 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5426 | 2025.03.03 04:54:45.539138 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 5427 | 2025.03.03 04:54:45.539138 [ 256 ] {52c42cd8-9424-4440-b3a2-7be356bccadd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5428 | 2025.03.03 04:54:45.539285 [ 256 ] {52c42cd8-9424-4440-b3a2-7be356bccadd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5429 | 2025.03.03 04:54:45.539453 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 5430 | 2025.03.03 04:54:45.539874 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 5431 | 2025.03.03 04:54:45.540214 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 5432 | 2025.03.03 04:54:45.540584 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 5433 | 2025.03.03 04:54:45.542642 [ 256 ] {52c42cd8-9424-4440-b3a2-7be356bccadd} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5434 | 2025.03.03 04:54:45.542700 [ 256 ] {52c42cd8-9424-4440-b3a2-7be356bccadd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5435 | 2025.03.03 04:54:45.543221 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004573068 sec., 231791.87363931612 rows/sec., 15.63 MiB/sec. | ||
| 5436 | 2025.03.03 04:54:45.543481 [ 193 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5437 | 2025.03.03 04:54:45.543559 [ 256 ] {52c42cd8-9424-4440-b3a2-7be356bccadd} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5438 | 2025.03.03 04:54:45.543885 [ 193 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_17_4} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5439 | 2025.03.03 04:54:45.543938 [ 256 ] {52c42cd8-9424-4440-b3a2-7be356bccadd} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5440 | 2025.03.03 04:54:45.544017 [ 193 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_17_4} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5441 | 2025.03.03 04:54:45.544234 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5442 | 2025.03.03 04:54:45.544302 [ 256 ] {52c42cd8-9424-4440-b3a2-7be356bccadd} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.005255 sec., 121979.06755470979 rows/sec., 9.61 MiB/sec. | ||
| 5443 | 2025.03.03 04:54:45.544375 [ 256 ] {52c42cd8-9424-4440-b3a2-7be356bccadd} <Debug> TCPHandler: Processed in 0.00560494 sec. | ||
| 5444 | 2025.03.03 04:54:45.544509 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5445 | 2025.03.03 04:54:45.544620 [ 256 ] {c23b56c6-89e5-4ec2-bf6a-08fcbbfe8e7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5446 | 2025.03.03 04:54:45.544669 [ 256 ] {c23b56c6-89e5-4ec2-bf6a-08fcbbfe8e7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5447 | 2025.03.03 04:54:45.545253 [ 256 ] {c23b56c6-89e5-4ec2-bf6a-08fcbbfe8e7c} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5448 | 2025.03.03 04:54:45.545294 [ 256 ] {c23b56c6-89e5-4ec2-bf6a-08fcbbfe8e7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5449 | 2025.03.03 04:54:45.545670 [ 256 ] {c23b56c6-89e5-4ec2-bf6a-08fcbbfe8e7c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5450 | 2025.03.03 04:54:45.545921 [ 256 ] {c23b56c6-89e5-4ec2-bf6a-08fcbbfe8e7c} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5451 | 2025.03.03 04:54:45.546186 [ 256 ] {c23b56c6-89e5-4ec2-bf6a-08fcbbfe8e7c} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001587 sec., 74354.127284184 rows/sec., 4.48 MiB/sec. | ||
| 5452 | 2025.03.03 04:54:45.546377 [ 256 ] {c23b56c6-89e5-4ec2-bf6a-08fcbbfe8e7c} <Debug> TCPHandler: Processed in 0.001919781 sec. | ||
| 5453 | 2025.03.03 04:54:45.546561 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5454 | 2025.03.03 04:54:45.546667 [ 256 ] {97b0c8eb-c968-4c5f-8cdd-69c67a727aa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5455 | 2025.03.03 04:54:45.546714 [ 256 ] {97b0c8eb-c968-4c5f-8cdd-69c67a727aa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5456 | 2025.03.03 04:54:45.547306 [ 256 ] {97b0c8eb-c968-4c5f-8cdd-69c67a727aa4} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5457 | 2025.03.03 04:54:45.547346 [ 256 ] {97b0c8eb-c968-4c5f-8cdd-69c67a727aa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5458 | 2025.03.03 04:54:45.547738 [ 256 ] {97b0c8eb-c968-4c5f-8cdd-69c67a727aa4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5459 | 2025.03.03 04:54:45.547991 [ 256 ] {97b0c8eb-c968-4c5f-8cdd-69c67a727aa4} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5460 | 2025.03.03 04:54:45.548225 [ 256 ] {97b0c8eb-c968-4c5f-8cdd-69c67a727aa4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001582 sec., 71428.57142857142 rows/sec., 4.62 MiB/sec. | ||
| 5461 | 2025.03.03 04:54:45.548291 [ 256 ] {97b0c8eb-c968-4c5f-8cdd-69c67a727aa4} <Debug> TCPHandler: Processed in 0.001794028 sec. | ||
| 5462 | 2025.03.03 04:54:45.548417 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5463 | 2025.03.03 04:54:45.548524 [ 256 ] {12dad2a0-bd39-4ade-9fa3-c522aa8d7365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5464 | 2025.03.03 04:54:45.548569 [ 256 ] {12dad2a0-bd39-4ade-9fa3-c522aa8d7365} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5465 | 2025.03.03 04:54:45.549139 [ 256 ] {12dad2a0-bd39-4ade-9fa3-c522aa8d7365} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5466 | 2025.03.03 04:54:45.549179 [ 256 ] {12dad2a0-bd39-4ade-9fa3-c522aa8d7365} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5467 | 2025.03.03 04:54:45.549537 [ 256 ] {12dad2a0-bd39-4ade-9fa3-c522aa8d7365} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5468 | 2025.03.03 04:54:45.549770 [ 256 ] {12dad2a0-bd39-4ade-9fa3-c522aa8d7365} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5469 | 2025.03.03 04:54:45.549927 [ 26 ] {} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5470 | 2025.03.03 04:54:45.549982 [ 26 ] {} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5471 | 2025.03.03 04:54:45.550020 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5472 | 2025.03.03 04:54:45.550026 [ 256 ] {12dad2a0-bd39-4ade-9fa3-c522aa8d7365} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001515 sec., 73927.39273927393 rows/sec., 4.21 MiB/sec. | ||
| 5473 | 2025.03.03 04:54:45.550311 [ 256 ] {12dad2a0-bd39-4ade-9fa3-c522aa8d7365} <Debug> TCPHandler: Processed in 0.001944791 sec. | ||
| 5474 | 2025.03.03 04:54:45.550336 [ 193 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 5475 | 2025.03.03 04:54:45.550655 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5476 | 2025.03.03 04:54:45.550849 [ 193 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5477 | 2025.03.03 04:54:45.550894 [ 193 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 5478 | 2025.03.03 04:54:45.550903 [ 256 ] {e87a098f-9083-4612-b35c-c0d6e43fee01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5479 | 2025.03.03 04:54:45.550967 [ 256 ] {e87a098f-9083-4612-b35c-c0d6e43fee01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5480 | 2025.03.03 04:54:45.551149 [ 193 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 5481 | 2025.03.03 04:54:45.551477 [ 193 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 5482 | 2025.03.03 04:54:45.551867 [ 193 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 5483 | 2025.03.03 04:54:45.552202 [ 193 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 5484 | 2025.03.03 04:54:45.553958 [ 256 ] {e87a098f-9083-4612-b35c-c0d6e43fee01} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5485 | 2025.03.03 04:54:45.554030 [ 256 ] {e87a098f-9083-4612-b35c-c0d6e43fee01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5486 | 2025.03.03 04:54:45.554977 [ 188 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004868584 sec., 115023.17717019981 rows/sec., 6.99 MiB/sec. | ||
| 5487 | 2025.03.03 04:54:45.555015 [ 256 ] {e87a098f-9083-4612-b35c-c0d6e43fee01} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5488 | 2025.03.03 04:54:45.555188 [ 188 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5489 | 2025.03.03 04:54:45.555469 [ 256 ] {e87a098f-9083-4612-b35c-c0d6e43fee01} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5490 | 2025.03.03 04:54:45.555860 [ 256 ] {e87a098f-9083-4612-b35c-c0d6e43fee01} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.00499 sec., 78957.91583166333 rows/sec., 5.59 MiB/sec. | ||
| 5491 | 2025.03.03 04:54:45.555860 [ 193 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_17_4} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5492 | 2025.03.03 04:54:45.555956 [ 256 ] {e87a098f-9083-4612-b35c-c0d6e43fee01} <Debug> TCPHandler: Processed in 0.005430806 sec. | ||
| 5493 | 2025.03.03 04:54:45.556032 [ 193 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_17_4} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5494 | 2025.03.03 04:54:45.556102 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5495 | 2025.03.03 04:54:45.556127 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5496 | 2025.03.03 04:54:45.556219 [ 256 ] {45473bcf-586b-49a1-96c3-aa72177d05e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5497 | 2025.03.03 04:54:45.556266 [ 256 ] {45473bcf-586b-49a1-96c3-aa72177d05e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5498 | 2025.03.03 04:54:45.556706 [ 256 ] {45473bcf-586b-49a1-96c3-aa72177d05e5} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5499 | 2025.03.03 04:54:45.556744 [ 256 ] {45473bcf-586b-49a1-96c3-aa72177d05e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5500 | 2025.03.03 04:54:45.557117 [ 256 ] {45473bcf-586b-49a1-96c3-aa72177d05e5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5501 | 2025.03.03 04:54:45.557355 [ 256 ] {45473bcf-586b-49a1-96c3-aa72177d05e5} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5502 | 2025.03.03 04:54:45.557531 [ 256 ] {45473bcf-586b-49a1-96c3-aa72177d05e5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001336 sec., 4491.017964071856 rows/sec., 234.64 KiB/sec. | ||
| 5503 | 2025.03.03 04:54:45.557579 [ 256 ] {45473bcf-586b-49a1-96c3-aa72177d05e5} <Debug> TCPHandler: Processed in 0.001546013 sec. | ||
| 5504 | 2025.03.03 04:54:45.557682 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5505 | 2025.03.03 04:54:45.557784 [ 256 ] {3e21fb5f-05f1-4a2e-902a-854bac689bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5506 | 2025.03.03 04:54:45.557831 [ 256 ] {3e21fb5f-05f1-4a2e-902a-854bac689bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5507 | 2025.03.03 04:54:45.558356 [ 256 ] {3e21fb5f-05f1-4a2e-902a-854bac689bd3} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5508 | 2025.03.03 04:54:45.558392 [ 256 ] {3e21fb5f-05f1-4a2e-902a-854bac689bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5509 | 2025.03.03 04:54:45.558782 [ 256 ] {3e21fb5f-05f1-4a2e-902a-854bac689bd3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5510 | 2025.03.03 04:54:45.559019 [ 256 ] {3e21fb5f-05f1-4a2e-902a-854bac689bd3} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5511 | 2025.03.03 04:54:45.559229 [ 256 ] {3e21fb5f-05f1-4a2e-902a-854bac689bd3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001465 sec., 161774.74402730376 rows/sec., 10.84 MiB/sec. | ||
| 5512 | 2025.03.03 04:54:45.559357 [ 256 ] {3e21fb5f-05f1-4a2e-902a-854bac689bd3} <Debug> TCPHandler: Processed in 0.001722257 sec. | ||
| 5513 | 2025.03.03 04:54:45.559590 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5514 | 2025.03.03 04:54:45.559700 [ 256 ] {a5b005a6-d97c-4011-8ab6-ca2dc9db750f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5515 | 2025.03.03 04:54:45.559749 [ 256 ] {a5b005a6-d97c-4011-8ab6-ca2dc9db750f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5516 | 2025.03.03 04:54:45.560196 [ 256 ] {a5b005a6-d97c-4011-8ab6-ca2dc9db750f} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5517 | 2025.03.03 04:54:45.560233 [ 256 ] {a5b005a6-d97c-4011-8ab6-ca2dc9db750f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5518 | 2025.03.03 04:54:45.560582 [ 256 ] {a5b005a6-d97c-4011-8ab6-ca2dc9db750f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5519 | 2025.03.03 04:54:45.560818 [ 256 ] {a5b005a6-d97c-4011-8ab6-ca2dc9db750f} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5520 | 2025.03.03 04:54:45.561023 [ 256 ] {a5b005a6-d97c-4011-8ab6-ca2dc9db750f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001343 sec., 744.6016381236038 rows/sec., 50.17 KiB/sec. | ||
| 5521 | 2025.03.03 04:54:45.561128 [ 256 ] {a5b005a6-d97c-4011-8ab6-ca2dc9db750f} <Debug> TCPHandler: Processed in 0.001618535 sec. | ||
| 5522 | 2025.03.03 04:54:45.561249 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5523 | 2025.03.03 04:54:45.561362 [ 256 ] {a743ea39-b9df-4fc8-80e4-75fa2fcedce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5524 | 2025.03.03 04:54:45.561427 [ 256 ] {a743ea39-b9df-4fc8-80e4-75fa2fcedce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5525 | 2025.03.03 04:54:45.562741 [ 256 ] {a743ea39-b9df-4fc8-80e4-75fa2fcedce6} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5526 | 2025.03.03 04:54:45.562785 [ 256 ] {a743ea39-b9df-4fc8-80e4-75fa2fcedce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5527 | 2025.03.03 04:54:45.563579 [ 256 ] {a743ea39-b9df-4fc8-80e4-75fa2fcedce6} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5528 | 2025.03.03 04:54:45.563914 [ 256 ] {a743ea39-b9df-4fc8-80e4-75fa2fcedce6} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5529 | 2025.03.03 04:54:45.564175 [ 256 ] {a743ea39-b9df-4fc8-80e4-75fa2fcedce6} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002838 sec., 4228.329809725159 rows/sec., 7.58 MiB/sec. | ||
| 5530 | 2025.03.03 04:54:45.564631 [ 256 ] {a743ea39-b9df-4fc8-80e4-75fa2fcedce6} <Debug> TCPHandler: Processed in 0.003429573 sec. | ||
| 5531 | 2025.03.03 04:54:45.564751 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5532 | 2025.03.03 04:54:45.564855 [ 256 ] {01192c11-4bc7-44c7-910f-51a6cde856f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5533 | 2025.03.03 04:54:45.564902 [ 256 ] {01192c11-4bc7-44c7-910f-51a6cde856f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5534 | 2025.03.03 04:54:45.565357 [ 256 ] {01192c11-4bc7-44c7-910f-51a6cde856f7} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5535 | 2025.03.03 04:54:45.565395 [ 256 ] {01192c11-4bc7-44c7-910f-51a6cde856f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5536 | 2025.03.03 04:54:45.565760 [ 256 ] {01192c11-4bc7-44c7-910f-51a6cde856f7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5537 | 2025.03.03 04:54:45.566007 [ 256 ] {01192c11-4bc7-44c7-910f-51a6cde856f7} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5538 | 2025.03.03 04:54:45.566195 [ 256 ] {01192c11-4bc7-44c7-910f-51a6cde856f7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001362 sec., 60205.580029368575 rows/sec., 3.82 MiB/sec. | ||
| 5539 | 2025.03.03 04:54:45.566303 [ 256 ] {01192c11-4bc7-44c7-910f-51a6cde856f7} <Debug> TCPHandler: Processed in 0.001603175 sec. | ||
| 5540 | 2025.03.03 04:54:50.111190 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5541 | 2025.03.03 04:54:50.111239 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5542 | 2025.03.03 04:54:50.229589 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5543 | 2025.03.03 04:54:50.230261 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5544 | 2025.03.03 04:54:50.230303 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5545 | 2025.03.03 04:54:50.230842 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5546 | 2025.03.03 04:54:50.231106 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5547 | 2025.03.03 04:54:50.231275 [ 84 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5548 | 2025.03.03 04:54:50.231331 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5549 | 2025.03.03 04:54:50.231339 [ 84 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5550 | 2025.03.03 04:54:50.231370 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5551 | 2025.03.03 04:54:50.231512 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 5552 | 2025.03.03 04:54:50.231799 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5553 | 2025.03.03 04:54:50.231884 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 5554 | 2025.03.03 04:54:50.231963 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 5555 | 2025.03.03 04:54:50.232059 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 5556 | 2025.03.03 04:54:50.232193 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 5557 | 2025.03.03 04:54:50.232254 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 5558 | 2025.03.03 04:54:50.232442 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 5559 | 2025.03.03 04:54:50.235068 [ 199 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003635968 sec., 3288257.762444554 rows/sec., 47.04 MiB/sec. | ||
| 5560 | 2025.03.03 04:54:50.235546 [ 199 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5561 | 2025.03.03 04:54:50.235940 [ 199 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_26_5} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5562 | 2025.03.03 04:54:50.236047 [ 199 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_26_5} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5563 | 2025.03.03 04:54:50.236177 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5564 | 2025.03.03 04:54:50.531082 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5565 | 2025.03.03 04:54:50.531362 [ 256 ] {1de870dd-3cb0-44a8-a298-4610bc43f738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5566 | 2025.03.03 04:54:50.531467 [ 256 ] {1de870dd-3cb0-44a8-a298-4610bc43f738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5567 | 2025.03.03 04:54:50.532565 [ 256 ] {1de870dd-3cb0-44a8-a298-4610bc43f738} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5568 | 2025.03.03 04:54:50.532612 [ 256 ] {1de870dd-3cb0-44a8-a298-4610bc43f738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5569 | 2025.03.03 04:54:50.533044 [ 256 ] {1de870dd-3cb0-44a8-a298-4610bc43f738} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5570 | 2025.03.03 04:54:50.533306 [ 256 ] {1de870dd-3cb0-44a8-a298-4610bc43f738} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5571 | 2025.03.03 04:54:50.533516 [ 84 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5572 | 2025.03.03 04:54:50.533578 [ 256 ] {1de870dd-3cb0-44a8-a298-4610bc43f738} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.00229 sec., 48034.9344978166 rows/sec., 4.03 MiB/sec. | ||
| 5573 | 2025.03.03 04:54:50.533631 [ 84 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5574 | 2025.03.03 04:54:50.533720 [ 256 ] {1de870dd-3cb0-44a8-a298-4610bc43f738} <Debug> TCPHandler: Processed in 0.00280648 sec. | ||
| 5575 | 2025.03.03 04:54:50.533724 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5576 | 2025.03.03 04:54:50.533930 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5577 | 2025.03.03 04:54:50.534032 [ 188 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 5578 | 2025.03.03 04:54:50.534105 [ 256 ] {44f1c6ec-7ed2-4218-8f80-225334e04e9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5579 | 2025.03.03 04:54:50.534204 [ 256 ] {44f1c6ec-7ed2-4218-8f80-225334e04e9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5580 | 2025.03.03 04:54:50.534430 [ 188 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5581 | 2025.03.03 04:54:50.534503 [ 188 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1845 rows starting from the beginning of the part | ||
| 5582 | 2025.03.03 04:54:50.534832 [ 188 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 110 rows starting from the beginning of the part | ||
| 5583 | 2025.03.03 04:54:50.535293 [ 188 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 641 rows starting from the beginning of the part | ||
| 5584 | 2025.03.03 04:54:50.535701 [ 188 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 111 rows starting from the beginning of the part | ||
| 5585 | 2025.03.03 04:54:50.535976 [ 188 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 641 rows starting from the beginning of the part | ||
| 5586 | 2025.03.03 04:54:50.536149 [ 188 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 110 rows starting from the beginning of the part | ||
| 5587 | 2025.03.03 04:54:50.537162 [ 256 ] {44f1c6ec-7ed2-4218-8f80-225334e04e9c} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5588 | 2025.03.03 04:54:50.537221 [ 256 ] {44f1c6ec-7ed2-4218-8f80-225334e04e9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5589 | 2025.03.03 04:54:50.538038 [ 256 ] {44f1c6ec-7ed2-4218-8f80-225334e04e9c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5590 | 2025.03.03 04:54:50.538648 [ 256 ] {44f1c6ec-7ed2-4218-8f80-225334e04e9c} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5591 | 2025.03.03 04:54:50.539093 [ 84 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 5592 | 2025.03.03 04:54:50.539134 [ 256 ] {44f1c6ec-7ed2-4218-8f80-225334e04e9c} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005062 sec., 5333.860134334255 rows/sec., 401.08 KiB/sec. | ||
| 5593 | 2025.03.03 04:54:50.539181 [ 84 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5594 | 2025.03.03 04:54:50.539275 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5595 | 2025.03.03 04:54:50.539448 [ 256 ] {44f1c6ec-7ed2-4218-8f80-225334e04e9c} <Debug> TCPHandler: Processed in 0.00562097 sec. | ||
| 5596 | 2025.03.03 04:54:50.539708 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 5597 | 2025.03.03 04:54:50.539862 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5598 | 2025.03.03 04:54:50.540292 [ 256 ] {2f3ff824-e59f-436b-a31d-e05578489763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5599 | 2025.03.03 04:54:50.540338 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5600 | 2025.03.03 04:54:50.540461 [ 256 ] {2f3ff824-e59f-436b-a31d-e05578489763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5601 | 2025.03.03 04:54:50.540496 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 163 rows starting from the beginning of the part | ||
| 5602 | 2025.03.03 04:54:50.540917 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part | ||
| 5603 | 2025.03.03 04:54:50.541460 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 118 rows starting from the beginning of the part | ||
| 5604 | 2025.03.03 04:54:50.541984 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 29 rows starting from the beginning of the part | ||
| 5605 | 2025.03.03 04:54:50.542379 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 118 rows starting from the beginning of the part | ||
| 5606 | 2025.03.03 04:54:50.543071 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part | ||
| 5607 | 2025.03.03 04:54:50.543177 [ 192 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3458 rows, containing 5 columns (5 merged, 0 gathered) in 0.00929443 sec., 372050.78740708146 rows/sec., 31.41 MiB/sec. | ||
| 5608 | 2025.03.03 04:54:50.543714 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5609 | 2025.03.03 04:54:50.544869 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_41_8} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5610 | 2025.03.03 04:54:50.544901 [ 256 ] {2f3ff824-e59f-436b-a31d-e05578489763} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5611 | 2025.03.03 04:54:50.545014 [ 256 ] {2f3ff824-e59f-436b-a31d-e05578489763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5612 | 2025.03.03 04:54:50.545211 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_41_8} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5613 | 2025.03.03 04:54:50.545539 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 5614 | 2025.03.03 04:54:50.545981 [ 256 ] {2f3ff824-e59f-436b-a31d-e05578489763} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5615 | 2025.03.03 04:54:50.546210 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 5 columns (5 merged, 0 gathered) in 0.006758155 sec., 71321.24078243248 rows/sec., 4.81 MiB/sec. | ||
| 5616 | 2025.03.03 04:54:50.546351 [ 256 ] {2f3ff824-e59f-436b-a31d-e05578489763} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5617 | 2025.03.03 04:54:50.546389 [ 197 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 5618 | 2025.03.03 04:54:50.546592 [ 84 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5619 | 2025.03.03 04:54:50.546690 [ 84 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5620 | 2025.03.03 04:54:50.546755 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5621 | 2025.03.03 04:54:50.546763 [ 256 ] {2f3ff824-e59f-436b-a31d-e05578489763} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.006596 sec., 13796.240145542753 rows/sec., 1.08 MiB/sec. | ||
| 5622 | 2025.03.03 04:54:50.547113 [ 256 ] {2f3ff824-e59f-436b-a31d-e05578489763} <Debug> TCPHandler: Processed in 0.007398719 sec. | ||
| 5623 | 2025.03.03 04:54:50.547163 [ 197 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_30_6} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5624 | 2025.03.03 04:54:50.547566 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 5625 | 2025.03.03 04:54:50.547662 [ 197 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_30_6} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 5626 | 2025.03.03 04:54:50.547731 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5627 | 2025.03.03 04:54:50.548088 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5628 | 2025.03.03 04:54:50.548270 [ 256 ] {5fe89621-5dec-4b71-b45f-a72dec560569} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5629 | 2025.03.03 04:54:50.548457 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5630 | 2025.03.03 04:54:50.548478 [ 256 ] {5fe89621-5dec-4b71-b45f-a72dec560569} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5631 | 2025.03.03 04:54:50.548559 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5632 | 2025.03.03 04:54:50.548895 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 91 rows starting from the beginning of the part | ||
| 5633 | 2025.03.03 04:54:50.549323 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 394 rows starting from the beginning of the part | ||
| 5634 | 2025.03.03 04:54:50.549672 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 93 rows starting from the beginning of the part | ||
| 5635 | 2025.03.03 04:54:50.549946 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 394 rows starting from the beginning of the part | ||
| 5636 | 2025.03.03 04:54:50.550197 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 91 rows starting from the beginning of the part | ||
| 5637 | 2025.03.03 04:54:50.551139 [ 256 ] {5fe89621-5dec-4b71-b45f-a72dec560569} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5638 | 2025.03.03 04:54:50.551212 [ 256 ] {5fe89621-5dec-4b71-b45f-a72dec560569} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5639 | 2025.03.03 04:54:50.552255 [ 256 ] {5fe89621-5dec-4b71-b45f-a72dec560569} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5640 | 2025.03.03 04:54:50.552693 [ 256 ] {5fe89621-5dec-4b71-b45f-a72dec560569} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5641 | 2025.03.03 04:54:50.552941 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5642 | 2025.03.03 04:54:50.553068 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5643 | 2025.03.03 04:54:50.553138 [ 256 ] {5fe89621-5dec-4b71-b45f-a72dec560569} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005018 sec., 31885.21323236349 rows/sec., 2.22 MiB/sec. | ||
| 5644 | 2025.03.03 04:54:50.553158 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5645 | 2025.03.03 04:54:50.553513 [ 256 ] {5fe89621-5dec-4b71-b45f-a72dec560569} <Debug> TCPHandler: Processed in 0.005942277 sec. | ||
| 5646 | 2025.03.03 04:54:50.553860 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5647 | 2025.03.03 04:54:50.553884 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.006917198 sec., 285664.8024243342 rows/sec., 21.84 MiB/sec. | ||
| 5648 | 2025.03.03 04:54:50.553966 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 5649 | 2025.03.03 04:54:50.554138 [ 256 ] {d6c1d2b8-034e-4632-b462-da76a337610f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5650 | 2025.03.03 04:54:50.554251 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5651 | 2025.03.03 04:54:50.554468 [ 256 ] {d6c1d2b8-034e-4632-b462-da76a337610f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5652 | 2025.03.03 04:54:50.554585 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5653 | 2025.03.03 04:54:50.554933 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11404 rows starting from the beginning of the part | ||
| 5654 | 2025.03.03 04:54:50.555305 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_41_8} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5655 | 2025.03.03 04:54:50.555594 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 5656 | 2025.03.03 04:54:50.555866 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_41_8} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5657 | 2025.03.03 04:54:50.556105 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 5658 | 2025.03.03 04:54:50.556317 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5659 | 2025.03.03 04:54:50.556639 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part | ||
| 5660 | 2025.03.03 04:54:50.557046 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 5661 | 2025.03.03 04:54:50.557503 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 5662 | 2025.03.03 04:54:50.560616 [ 256 ] {d6c1d2b8-034e-4632-b462-da76a337610f} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5663 | 2025.03.03 04:54:50.560694 [ 256 ] {d6c1d2b8-034e-4632-b462-da76a337610f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5664 | 2025.03.03 04:54:50.562196 [ 256 ] {d6c1d2b8-034e-4632-b462-da76a337610f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5665 | 2025.03.03 04:54:50.562644 [ 256 ] {d6c1d2b8-034e-4632-b462-da76a337610f} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5666 | 2025.03.03 04:54:50.563170 [ 256 ] {d6c1d2b8-034e-4632-b462-da76a337610f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.009109 sec., 2964.101438138105 rows/sec., 5.31 MiB/sec. | ||
| 5667 | 2025.03.03 04:54:50.563522 [ 256 ] {d6c1d2b8-034e-4632-b462-da76a337610f} <Debug> TCPHandler: Processed in 0.009757249 sec. | ||
| 5668 | 2025.03.03 04:54:50.563729 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5669 | 2025.03.03 04:54:50.564058 [ 256 ] {a4200b04-db01-42fd-a558-14eed6053c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5670 | 2025.03.03 04:54:50.564085 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12359 rows, containing 5 columns (5 merged, 0 gathered) in 0.010525795 sec., 1174163.0917189629 rows/sec., 79.30 MiB/sec. | ||
| 5671 | 2025.03.03 04:54:50.564148 [ 256 ] {a4200b04-db01-42fd-a558-14eed6053c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5672 | 2025.03.03 04:54:50.564699 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5673 | 2025.03.03 04:54:50.565009 [ 256 ] {a4200b04-db01-42fd-a558-14eed6053c2a} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5674 | 2025.03.03 04:54:50.565062 [ 256 ] {a4200b04-db01-42fd-a558-14eed6053c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5675 | 2025.03.03 04:54:50.565387 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5676 | 2025.03.03 04:54:50.565700 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5677 | 2025.03.03 04:54:50.565733 [ 256 ] {a4200b04-db01-42fd-a558-14eed6053c2a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5678 | 2025.03.03 04:54:50.565860 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
| 5679 | 2025.03.03 04:54:50.566072 [ 256 ] {a4200b04-db01-42fd-a558-14eed6053c2a} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5680 | 2025.03.03 04:54:50.566244 [ 84 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5681 | 2025.03.03 04:54:50.566304 [ 84 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5682 | 2025.03.03 04:54:50.566344 [ 256 ] {a4200b04-db01-42fd-a558-14eed6053c2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002339 sec., 25651.988029072254 rows/sec., 1.73 MiB/sec. | ||
| 5683 | 2025.03.03 04:54:50.566351 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5684 | 2025.03.03 04:54:50.566429 [ 256 ] {a4200b04-db01-42fd-a558-14eed6053c2a} <Debug> TCPHandler: Processed in 0.00279328 sec. | ||
| 5685 | 2025.03.03 04:54:50.566643 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 5686 | 2025.03.03 04:54:50.566740 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5687 | 2025.03.03 04:54:50.566768 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2154 rows starting from the beginning of the part | ||
| 5688 | 2025.03.03 04:54:50.566828 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 5689 | 2025.03.03 04:54:50.567053 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 5690 | 2025.03.03 04:54:50.567117 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5691 | 2025.03.03 04:54:50.567348 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 5692 | 2025.03.03 04:54:50.567425 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 5693 | 2025.03.03 04:54:50.568805 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2498 rows, containing 4 columns (4 merged, 0 gathered) in 0.002244198 sec., 1113092.5167921903 rows/sec., 72.60 MiB/sec. | ||
| 5694 | 2025.03.03 04:54:50.569042 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5695 | 2025.03.03 04:54:50.569339 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_41_8} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5696 | 2025.03.03 04:54:50.569417 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_41_8} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5697 | 2025.03.03 04:54:50.569492 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5698 | 2025.03.03 04:54:51.074735 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5699 | 2025.03.03 04:54:51.096123 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5700 | 2025.03.03 04:54:51.096175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5701 | 2025.03.03 04:54:51.103435 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5702 | 2025.03.03 04:54:51.104238 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5703 | 2025.03.03 04:54:51.104644 [ 84 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5704 | 2025.03.03 04:54:51.104775 [ 84 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5705 | 2025.03.03 04:54:51.104854 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5706 | 2025.03.03 04:54:51.105325 [ 197 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 5707 | 2025.03.03 04:54:51.119468 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5708 | 2025.03.03 04:54:51.121426 [ 197 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5709 | 2025.03.03 04:54:51.123083 [ 197 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 5710 | 2025.03.03 04:54:51.129129 [ 197 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 5711 | 2025.03.03 04:54:51.134821 [ 197 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 5712 | 2025.03.03 04:54:51.140503 [ 197 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 5713 | 2025.03.03 04:54:51.146389 [ 197 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 5714 | 2025.03.03 04:54:51.150777 [ 197 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 5715 | 2025.03.03 04:54:51.211740 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.106735736 sec., 1836.3109427567915 rows/sec., 9.50 MiB/sec. | ||
| 5716 | 2025.03.03 04:54:51.214594 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5717 | 2025.03.03 04:54:51.217680 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_26_5} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5718 | 2025.03.03 04:54:51.217819 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_26_5} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5719 | 2025.03.03 04:54:51.220243 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5720 | 2025.03.03 04:54:53.337671 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5721 | 2025.03.03 04:54:53.337946 [ 256 ] {b973f8b6-bf78-494e-824c-a4e680731153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5722 | 2025.03.03 04:54:53.338054 [ 256 ] {b973f8b6-bf78-494e-824c-a4e680731153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5723 | 2025.03.03 04:54:53.339043 [ 256 ] {b973f8b6-bf78-494e-824c-a4e680731153} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5724 | 2025.03.03 04:54:53.339097 [ 256 ] {b973f8b6-bf78-494e-824c-a4e680731153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5725 | 2025.03.03 04:54:53.339536 [ 256 ] {b973f8b6-bf78-494e-824c-a4e680731153} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5726 | 2025.03.03 04:54:53.339796 [ 256 ] {b973f8b6-bf78-494e-824c-a4e680731153} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5727 | 2025.03.03 04:54:53.340034 [ 256 ] {b973f8b6-bf78-494e-824c-a4e680731153} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002166 sec., 97876.26962142198 rows/sec., 6.22 MiB/sec. | ||
| 5728 | 2025.03.03 04:54:53.340102 [ 256 ] {b973f8b6-bf78-494e-824c-a4e680731153} <Debug> TCPHandler: Processed in 0.002610106 sec. | ||
| 5729 | 2025.03.03 04:54:53.340238 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5730 | 2025.03.03 04:54:53.340352 [ 256 ] {dfce6447-b83b-4731-a593-b50e7ff39070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5731 | 2025.03.03 04:54:53.340400 [ 256 ] {dfce6447-b83b-4731-a593-b50e7ff39070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5732 | 2025.03.03 04:54:53.340962 [ 256 ] {dfce6447-b83b-4731-a593-b50e7ff39070} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5733 | 2025.03.03 04:54:53.341002 [ 256 ] {dfce6447-b83b-4731-a593-b50e7ff39070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5734 | 2025.03.03 04:54:53.341350 [ 256 ] {dfce6447-b83b-4731-a593-b50e7ff39070} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5735 | 2025.03.03 04:54:53.341589 [ 256 ] {dfce6447-b83b-4731-a593-b50e7ff39070} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5736 | 2025.03.03 04:54:53.341834 [ 256 ] {dfce6447-b83b-4731-a593-b50e7ff39070} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.0015 sec., 10666.666666666666 rows/sec., 869.79 KiB/sec. | ||
| 5737 | 2025.03.03 04:54:53.342022 [ 256 ] {dfce6447-b83b-4731-a593-b50e7ff39070} <Debug> TCPHandler: Processed in 0.001836289 sec. | ||
| 5738 | 2025.03.03 04:54:53.342175 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5739 | 2025.03.03 04:54:53.342280 [ 256 ] {062bc7c4-7cab-4a45-99dc-510de751bbd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5740 | 2025.03.03 04:54:53.342324 [ 256 ] {062bc7c4-7cab-4a45-99dc-510de751bbd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5741 | 2025.03.03 04:54:53.343779 [ 256 ] {062bc7c4-7cab-4a45-99dc-510de751bbd4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5742 | 2025.03.03 04:54:53.343818 [ 256 ] {062bc7c4-7cab-4a45-99dc-510de751bbd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5743 | 2025.03.03 04:54:53.344295 [ 256 ] {062bc7c4-7cab-4a45-99dc-510de751bbd4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5744 | 2025.03.03 04:54:53.344547 [ 256 ] {062bc7c4-7cab-4a45-99dc-510de751bbd4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5745 | 2025.03.03 04:54:53.344751 [ 256 ] {062bc7c4-7cab-4a45-99dc-510de751bbd4} <Debug> executeQuery: Read 1789 rows, 148.42 KiB in 0.002493 sec., 717609.3060569594 rows/sec., 58.14 MiB/sec. | ||
| 5746 | 2025.03.03 04:54:53.344808 [ 256 ] {062bc7c4-7cab-4a45-99dc-510de751bbd4} <Debug> TCPHandler: Processed in 0.002684947 sec. | ||
| 5747 | 2025.03.03 04:54:53.344914 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5748 | 2025.03.03 04:54:53.345015 [ 256 ] {22ee2a43-6314-49c2-9706-7e2a1963d43e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5749 | 2025.03.03 04:54:53.345058 [ 256 ] {22ee2a43-6314-49c2-9706-7e2a1963d43e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5750 | 2025.03.03 04:54:53.345625 [ 256 ] {22ee2a43-6314-49c2-9706-7e2a1963d43e} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5751 | 2025.03.03 04:54:53.345663 [ 256 ] {22ee2a43-6314-49c2-9706-7e2a1963d43e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5752 | 2025.03.03 04:54:53.346010 [ 256 ] {22ee2a43-6314-49c2-9706-7e2a1963d43e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5753 | 2025.03.03 04:54:53.346248 [ 256 ] {22ee2a43-6314-49c2-9706-7e2a1963d43e} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5754 | 2025.03.03 04:54:53.346463 [ 256 ] {22ee2a43-6314-49c2-9706-7e2a1963d43e} <Debug> executeQuery: Read 134 rows, 8.41 KiB in 0.00147 sec., 91156.46258503402 rows/sec., 5.58 MiB/sec. | ||
| 5755 | 2025.03.03 04:54:53.346515 [ 256 ] {22ee2a43-6314-49c2-9706-7e2a1963d43e} <Debug> TCPHandler: Processed in 0.001651635 sec. | ||
| 5756 | 2025.03.03 04:54:53.346630 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5757 | 2025.03.03 04:54:53.346734 [ 256 ] {66f9c72c-8123-432a-a070-65d381aede2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5758 | 2025.03.03 04:54:53.346779 [ 256 ] {66f9c72c-8123-432a-a070-65d381aede2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5759 | 2025.03.03 04:54:53.347439 [ 256 ] {66f9c72c-8123-432a-a070-65d381aede2f} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5760 | 2025.03.03 04:54:53.347477 [ 256 ] {66f9c72c-8123-432a-a070-65d381aede2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5761 | 2025.03.03 04:54:53.347830 [ 256 ] {66f9c72c-8123-432a-a070-65d381aede2f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5762 | 2025.03.03 04:54:53.348070 [ 256 ] {66f9c72c-8123-432a-a070-65d381aede2f} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5763 | 2025.03.03 04:54:53.348283 [ 256 ] {66f9c72c-8123-432a-a070-65d381aede2f} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001571 sec., 217059.19796308086 rows/sec., 14.48 MiB/sec. | ||
| 5764 | 2025.03.03 04:54:53.348336 [ 256 ] {66f9c72c-8123-432a-a070-65d381aede2f} <Debug> TCPHandler: Processed in 0.001757108 sec. | ||
| 5765 | 2025.03.03 04:54:53.348440 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5766 | 2025.03.03 04:54:53.348541 [ 256 ] {6a7c74bb-7686-4ef0-86f4-1d2012c6b442} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5767 | 2025.03.03 04:54:53.348585 [ 256 ] {6a7c74bb-7686-4ef0-86f4-1d2012c6b442} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5768 | 2025.03.03 04:54:53.349139 [ 256 ] {6a7c74bb-7686-4ef0-86f4-1d2012c6b442} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5769 | 2025.03.03 04:54:53.349177 [ 256 ] {6a7c74bb-7686-4ef0-86f4-1d2012c6b442} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5770 | 2025.03.03 04:54:53.349534 [ 256 ] {6a7c74bb-7686-4ef0-86f4-1d2012c6b442} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5771 | 2025.03.03 04:54:53.349772 [ 256 ] {6a7c74bb-7686-4ef0-86f4-1d2012c6b442} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5772 | 2025.03.03 04:54:53.350012 [ 256 ] {6a7c74bb-7686-4ef0-86f4-1d2012c6b442} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001485 sec., 75420.87542087543 rows/sec., 4.30 MiB/sec. | ||
| 5773 | 2025.03.03 04:54:53.350206 [ 256 ] {6a7c74bb-7686-4ef0-86f4-1d2012c6b442} <Debug> TCPHandler: Processed in 0.001813879 sec. | ||
| 5774 | 2025.03.03 04:54:53.350393 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5775 | 2025.03.03 04:54:53.350498 [ 256 ] {65c5a96c-4d6d-4ef6-bb35-774208a1b2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5776 | 2025.03.03 04:54:53.350545 [ 256 ] {65c5a96c-4d6d-4ef6-bb35-774208a1b2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5777 | 2025.03.03 04:54:53.351519 [ 256 ] {65c5a96c-4d6d-4ef6-bb35-774208a1b2a6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5778 | 2025.03.03 04:54:53.351569 [ 256 ] {65c5a96c-4d6d-4ef6-bb35-774208a1b2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5779 | 2025.03.03 04:54:53.352058 [ 256 ] {65c5a96c-4d6d-4ef6-bb35-774208a1b2a6} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5780 | 2025.03.03 04:54:53.352329 [ 256 ] {65c5a96c-4d6d-4ef6-bb35-774208a1b2a6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5781 | 2025.03.03 04:54:53.352568 [ 256 ] {65c5a96c-4d6d-4ef6-bb35-774208a1b2a6} <Debug> executeQuery: Read 866 rows, 64.14 KiB in 0.002085 sec., 415347.72182254196 rows/sec., 30.04 MiB/sec. | ||
| 5782 | 2025.03.03 04:54:53.352672 [ 256 ] {65c5a96c-4d6d-4ef6-bb35-774208a1b2a6} <Debug> TCPHandler: Processed in 0.00233338 sec. | ||
| 5783 | 2025.03.03 04:54:53.352937 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5784 | 2025.03.03 04:54:53.353048 [ 256 ] {6e7971a9-7cc8-4923-aea4-d19f9b7653f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5785 | 2025.03.03 04:54:53.353096 [ 256 ] {6e7971a9-7cc8-4923-aea4-d19f9b7653f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5786 | 2025.03.03 04:54:53.353552 [ 256 ] {6e7971a9-7cc8-4923-aea4-d19f9b7653f9} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5787 | 2025.03.03 04:54:53.353592 [ 256 ] {6e7971a9-7cc8-4923-aea4-d19f9b7653f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5788 | 2025.03.03 04:54:53.353945 [ 256 ] {6e7971a9-7cc8-4923-aea4-d19f9b7653f9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5789 | 2025.03.03 04:54:53.354204 [ 256 ] {6e7971a9-7cc8-4923-aea4-d19f9b7653f9} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5790 | 2025.03.03 04:54:53.354383 [ 256 ] {6e7971a9-7cc8-4923-aea4-d19f9b7653f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 230.67 KiB/sec. | ||
| 5791 | 2025.03.03 04:54:53.354433 [ 256 ] {6e7971a9-7cc8-4923-aea4-d19f9b7653f9} <Debug> TCPHandler: Processed in 0.001592254 sec. | ||
| 5792 | 2025.03.03 04:54:53.354539 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5793 | 2025.03.03 04:54:53.354641 [ 256 ] {359e8ff7-ad23-44f5-8c6d-57d4acbb16e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5794 | 2025.03.03 04:54:53.354688 [ 256 ] {359e8ff7-ad23-44f5-8c6d-57d4acbb16e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5795 | 2025.03.03 04:54:53.355451 [ 256 ] {359e8ff7-ad23-44f5-8c6d-57d4acbb16e0} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5796 | 2025.03.03 04:54:53.355487 [ 256 ] {359e8ff7-ad23-44f5-8c6d-57d4acbb16e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5797 | 2025.03.03 04:54:53.355906 [ 256 ] {359e8ff7-ad23-44f5-8c6d-57d4acbb16e0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5798 | 2025.03.03 04:54:53.356144 [ 256 ] {359e8ff7-ad23-44f5-8c6d-57d4acbb16e0} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5799 | 2025.03.03 04:54:53.356360 [ 256 ] {359e8ff7-ad23-44f5-8c6d-57d4acbb16e0} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001736 sec., 591589.8617511521 rows/sec., 39.43 MiB/sec. | ||
| 5800 | 2025.03.03 04:54:53.356521 [ 256 ] {359e8ff7-ad23-44f5-8c6d-57d4acbb16e0} <Debug> TCPHandler: Processed in 0.002027153 sec. | ||
| 5801 | 2025.03.03 04:54:53.356784 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5802 | 2025.03.03 04:54:53.356893 [ 256 ] {6552bcd8-aba6-4601-a8a6-bc151945d079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5803 | 2025.03.03 04:54:53.356941 [ 256 ] {6552bcd8-aba6-4601-a8a6-bc151945d079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5804 | 2025.03.03 04:54:53.357387 [ 256 ] {6552bcd8-aba6-4601-a8a6-bc151945d079} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5805 | 2025.03.03 04:54:53.357425 [ 256 ] {6552bcd8-aba6-4601-a8a6-bc151945d079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5806 | 2025.03.03 04:54:53.357763 [ 256 ] {6552bcd8-aba6-4601-a8a6-bc151945d079} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5807 | 2025.03.03 04:54:53.357995 [ 256 ] {6552bcd8-aba6-4601-a8a6-bc151945d079} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5808 | 2025.03.03 04:54:53.358241 [ 256 ] {6552bcd8-aba6-4601-a8a6-bc151945d079} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec. | ||
| 5809 | 2025.03.03 04:54:53.358512 [ 256 ] {6552bcd8-aba6-4601-a8a6-bc151945d079} <Debug> TCPHandler: Processed in 0.001818029 sec. | ||
| 5810 | 2025.03.03 04:54:53.358701 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5811 | 2025.03.03 04:54:53.358809 [ 256 ] {4ae2c7ea-352f-4bd7-9554-761852faf50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5812 | 2025.03.03 04:54:53.358887 [ 256 ] {4ae2c7ea-352f-4bd7-9554-761852faf50b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5813 | 2025.03.03 04:54:53.359993 [ 256 ] {4ae2c7ea-352f-4bd7-9554-761852faf50b} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5814 | 2025.03.03 04:54:53.360032 [ 256 ] {4ae2c7ea-352f-4bd7-9554-761852faf50b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5815 | 2025.03.03 04:54:53.360647 [ 256 ] {4ae2c7ea-352f-4bd7-9554-761852faf50b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5816 | 2025.03.03 04:54:53.360899 [ 256 ] {4ae2c7ea-352f-4bd7-9554-761852faf50b} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5817 | 2025.03.03 04:54:53.361034 [ 125 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5818 | 2025.03.03 04:54:53.361085 [ 125 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5819 | 2025.03.03 04:54:53.361112 [ 256 ] {4ae2c7ea-352f-4bd7-9554-761852faf50b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002326 sec., 5159.071367153912 rows/sec., 9.24 MiB/sec. | ||
| 5820 | 2025.03.03 04:54:53.361118 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5821 | 2025.03.03 04:54:53.361549 [ 256 ] {4ae2c7ea-352f-4bd7-9554-761852faf50b} <Debug> TCPHandler: Processed in 0.002899912 sec. | ||
| 5822 | 2025.03.03 04:54:53.361637 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 5823 | 2025.03.03 04:54:53.361742 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5824 | 2025.03.03 04:54:53.361928 [ 256 ] {27a41f68-dd36-4d70-be64-27469f5b1adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5825 | 2025.03.03 04:54:53.362064 [ 256 ] {27a41f68-dd36-4d70-be64-27469f5b1adf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5826 | 2025.03.03 04:54:53.362908 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5827 | 2025.03.03 04:54:53.363028 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 453 rows starting from the beginning of the part | ||
| 5828 | 2025.03.03 04:54:53.363793 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part | ||
| 5829 | 2025.03.03 04:54:53.363959 [ 256 ] {27a41f68-dd36-4d70-be64-27469f5b1adf} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5830 | 2025.03.03 04:54:53.364061 [ 256 ] {27a41f68-dd36-4d70-be64-27469f5b1adf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5831 | 2025.03.03 04:54:53.364458 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 27 rows starting from the beginning of the part | ||
| 5832 | 2025.03.03 04:54:53.365153 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part | ||
| 5833 | 2025.03.03 04:54:53.365636 [ 256 ] {27a41f68-dd36-4d70-be64-27469f5b1adf} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5834 | 2025.03.03 04:54:53.365695 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part | ||
| 5835 | 2025.03.03 04:54:53.366150 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part | ||
| 5836 | 2025.03.03 04:54:53.366298 [ 256 ] {27a41f68-dd36-4d70-be64-27469f5b1adf} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5837 | 2025.03.03 04:54:53.367070 [ 256 ] {27a41f68-dd36-4d70-be64-27469f5b1adf} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.005169 sec., 11220.73902108725 rows/sec., 711.31 KiB/sec. | ||
| 5838 | 2025.03.03 04:54:53.367292 [ 256 ] {27a41f68-dd36-4d70-be64-27469f5b1adf} <Debug> TCPHandler: Processed in 0.00561513 sec. | ||
| 5839 | 2025.03.03 04:54:53.377789 [ 191 ] {1a441893-9993-4f87-907b-84f593661890::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 543 rows, containing 19 columns (19 merged, 0 gathered) in 0.016517984 sec., 32873.261046868676 rows/sec., 58.91 MiB/sec. | ||
| 5840 | 2025.03.03 04:54:53.378806 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5841 | 2025.03.03 04:54:53.379335 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5842 | 2025.03.03 04:54:53.379457 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5843 | 2025.03.03 04:54:53.379615 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 5844 | 2025.03.03 04:54:55.280926 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 840 | ||
| 5845 | 2025.03.03 04:54:55.284529 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5846 | 2025.03.03 04:54:55.284590 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5847 | 2025.03.03 04:54:55.286126 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5848 | 2025.03.03 04:54:55.286461 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5849 | 2025.03.03 04:54:55.287529 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 840 | ||
| 5850 | 2025.03.03 04:54:55.525191 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5851 | 2025.03.03 04:54:55.525378 [ 256 ] {6037c12d-8193-44a2-8d19-ea2777f9cddf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5852 | 2025.03.03 04:54:55.525449 [ 256 ] {6037c12d-8193-44a2-8d19-ea2777f9cddf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5853 | 2025.03.03 04:54:55.526248 [ 256 ] {6037c12d-8193-44a2-8d19-ea2777f9cddf} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5854 | 2025.03.03 04:54:55.526293 [ 256 ] {6037c12d-8193-44a2-8d19-ea2777f9cddf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5855 | 2025.03.03 04:54:55.526730 [ 256 ] {6037c12d-8193-44a2-8d19-ea2777f9cddf} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5856 | 2025.03.03 04:54:55.526988 [ 256 ] {6037c12d-8193-44a2-8d19-ea2777f9cddf} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5857 | 2025.03.03 04:54:55.527245 [ 256 ] {6037c12d-8193-44a2-8d19-ea2777f9cddf} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001911 sec., 29304.029304029304 rows/sec., 2.24 MiB/sec. | ||
| 5858 | 2025.03.03 04:54:55.527379 [ 256 ] {6037c12d-8193-44a2-8d19-ea2777f9cddf} <Debug> TCPHandler: Processed in 0.00231897 sec. | ||
| 5859 | 2025.03.03 04:54:55.527639 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5860 | 2025.03.03 04:54:55.527754 [ 256 ] {92872bf4-439d-4f7e-b3e0-b570a8f1a540} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5861 | 2025.03.03 04:54:55.527806 [ 256 ] {92872bf4-439d-4f7e-b3e0-b570a8f1a540} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5862 | 2025.03.03 04:54:55.528392 [ 256 ] {92872bf4-439d-4f7e-b3e0-b570a8f1a540} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5863 | 2025.03.03 04:54:55.528432 [ 256 ] {92872bf4-439d-4f7e-b3e0-b570a8f1a540} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5864 | 2025.03.03 04:54:55.528797 [ 256 ] {92872bf4-439d-4f7e-b3e0-b570a8f1a540} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5865 | 2025.03.03 04:54:55.529036 [ 256 ] {92872bf4-439d-4f7e-b3e0-b570a8f1a540} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5866 | 2025.03.03 04:54:55.529218 [ 256 ] {92872bf4-439d-4f7e-b3e0-b570a8f1a540} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001492 sec., 42895.442359249326 rows/sec., 3.35 MiB/sec. | ||
| 5867 | 2025.03.03 04:54:55.529272 [ 256 ] {92872bf4-439d-4f7e-b3e0-b570a8f1a540} <Debug> TCPHandler: Processed in 0.001726937 sec. | ||
| 5868 | 2025.03.03 04:54:55.529391 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5869 | 2025.03.03 04:54:55.529499 [ 256 ] {f6a6863d-e3a7-4a2b-97f7-087eba281f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5870 | 2025.03.03 04:54:55.529548 [ 256 ] {f6a6863d-e3a7-4a2b-97f7-087eba281f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5871 | 2025.03.03 04:54:55.530037 [ 256 ] {f6a6863d-e3a7-4a2b-97f7-087eba281f6e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5872 | 2025.03.03 04:54:55.530074 [ 256 ] {f6a6863d-e3a7-4a2b-97f7-087eba281f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5873 | 2025.03.03 04:54:55.530460 [ 256 ] {f6a6863d-e3a7-4a2b-97f7-087eba281f6e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5874 | 2025.03.03 04:54:55.530706 [ 256 ] {f6a6863d-e3a7-4a2b-97f7-087eba281f6e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5875 | 2025.03.03 04:54:55.530911 [ 256 ] {f6a6863d-e3a7-4a2b-97f7-087eba281f6e} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001431 sec., 44723.96925227114 rows/sec., 3.11 MiB/sec. | ||
| 5876 | 2025.03.03 04:54:55.530978 [ 256 ] {f6a6863d-e3a7-4a2b-97f7-087eba281f6e} <Debug> TCPHandler: Processed in 0.001638195 sec. | ||
| 5877 | 2025.03.03 04:54:55.531222 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5878 | 2025.03.03 04:54:55.531333 [ 256 ] {33c8e7de-d7b0-40f7-9251-df750a61e4d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5879 | 2025.03.03 04:54:55.531381 [ 256 ] {33c8e7de-d7b0-40f7-9251-df750a61e4d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5880 | 2025.03.03 04:54:55.531820 [ 256 ] {33c8e7de-d7b0-40f7-9251-df750a61e4d3} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5881 | 2025.03.03 04:54:55.531859 [ 256 ] {33c8e7de-d7b0-40f7-9251-df750a61e4d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.71 GiB. | ||
| 5882 | 2025.03.03 04:54:55.532221 [ 256 ] {33c8e7de-d7b0-40f7-9251-df750a61e4d3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5883 | 2025.03.03 04:54:55.532459 [ 256 ] {33c8e7de-d7b0-40f7-9251-df750a61e4d3} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5884 | 2025.03.03 04:54:55.532633 [ 256 ] {33c8e7de-d7b0-40f7-9251-df750a61e4d3} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001324 sec., 18126.888217522657 rows/sec., 1.22 MiB/sec. | ||
| 5885 | 2025.03.03 04:54:55.532682 [ 256 ] {33c8e7de-d7b0-40f7-9251-df750a61e4d3} <Debug> TCPHandler: Processed in 0.001540052 sec. | ||
| 5886 | 2025.03.03 04:54:57.732431 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5887 | 2025.03.03 04:54:57.733092 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5888 | 2025.03.03 04:54:57.733143 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5889 | 2025.03.03 04:54:57.733727 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5890 | 2025.03.03 04:54:57.734027 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5891 | 2025.03.03 04:54:57.734285 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5892 | 2025.03.03 04:54:58.620520 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5893 | 2025.03.03 04:54:58.639697 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5894 | 2025.03.03 04:54:58.639752 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5895 | 2025.03.03 04:54:58.647007 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5896 | 2025.03.03 04:54:58.647800 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5897 | 2025.03.03 04:54:58.651419 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5898 | 2025.03.03 04:55:00.530584 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5899 | 2025.03.03 04:55:00.530766 [ 256 ] {e4425d21-90ea-445d-8ec3-2b56a49575df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5900 | 2025.03.03 04:55:00.530843 [ 256 ] {e4425d21-90ea-445d-8ec3-2b56a49575df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5901 | 2025.03.03 04:55:00.531606 [ 256 ] {e4425d21-90ea-445d-8ec3-2b56a49575df} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5902 | 2025.03.03 04:55:00.531654 [ 256 ] {e4425d21-90ea-445d-8ec3-2b56a49575df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5903 | 2025.03.03 04:55:00.532092 [ 256 ] {e4425d21-90ea-445d-8ec3-2b56a49575df} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5904 | 2025.03.03 04:55:00.532365 [ 256 ] {e4425d21-90ea-445d-8ec3-2b56a49575df} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5905 | 2025.03.03 04:55:00.532643 [ 256 ] {e4425d21-90ea-445d-8ec3-2b56a49575df} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001927 sec., 57083.549558899846 rows/sec., 4.78 MiB/sec. | ||
| 5906 | 2025.03.03 04:55:00.532753 [ 256 ] {e4425d21-90ea-445d-8ec3-2b56a49575df} <Debug> TCPHandler: Processed in 0.002293319 sec. | ||
| 5907 | 2025.03.03 04:55:00.532911 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5908 | 2025.03.03 04:55:00.533021 [ 256 ] {58edb3bc-d82c-4657-9be3-11822cb2e098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5909 | 2025.03.03 04:55:00.533070 [ 256 ] {58edb3bc-d82c-4657-9be3-11822cb2e098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5910 | 2025.03.03 04:55:00.533635 [ 256 ] {58edb3bc-d82c-4657-9be3-11822cb2e098} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5911 | 2025.03.03 04:55:00.533675 [ 256 ] {58edb3bc-d82c-4657-9be3-11822cb2e098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5912 | 2025.03.03 04:55:00.534034 [ 256 ] {58edb3bc-d82c-4657-9be3-11822cb2e098} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5913 | 2025.03.03 04:55:00.534303 [ 256 ] {58edb3bc-d82c-4657-9be3-11822cb2e098} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5914 | 2025.03.03 04:55:00.534522 [ 256 ] {58edb3bc-d82c-4657-9be3-11822cb2e098} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001528 sec., 17670.15706806283 rows/sec., 1.30 MiB/sec. | ||
| 5915 | 2025.03.03 04:55:00.534643 [ 256 ] {58edb3bc-d82c-4657-9be3-11822cb2e098} <Debug> TCPHandler: Processed in 0.001788829 sec. | ||
| 5916 | 2025.03.03 04:55:00.534774 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5917 | 2025.03.03 04:55:00.534877 [ 256 ] {a8c04144-8b1d-45c8-9147-950be34a0b60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5918 | 2025.03.03 04:55:00.534924 [ 256 ] {a8c04144-8b1d-45c8-9147-950be34a0b60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5919 | 2025.03.03 04:55:00.535472 [ 256 ] {a8c04144-8b1d-45c8-9147-950be34a0b60} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5920 | 2025.03.03 04:55:00.535511 [ 256 ] {a8c04144-8b1d-45c8-9147-950be34a0b60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5921 | 2025.03.03 04:55:00.535867 [ 256 ] {a8c04144-8b1d-45c8-9147-950be34a0b60} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5922 | 2025.03.03 04:55:00.536100 [ 256 ] {a8c04144-8b1d-45c8-9147-950be34a0b60} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5923 | 2025.03.03 04:55:00.536306 [ 256 ] {a8c04144-8b1d-45c8-9147-950be34a0b60} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001452 sec., 62672.17630853995 rows/sec., 4.89 MiB/sec. | ||
| 5924 | 2025.03.03 04:55:00.536358 [ 256 ] {a8c04144-8b1d-45c8-9147-950be34a0b60} <Debug> TCPHandler: Processed in 0.001637895 sec. | ||
| 5925 | 2025.03.03 04:55:00.536469 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5926 | 2025.03.03 04:55:00.536574 [ 256 ] {b7393497-be61-464c-90e9-5e8da31485b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5927 | 2025.03.03 04:55:00.536623 [ 256 ] {b7393497-be61-464c-90e9-5e8da31485b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5928 | 2025.03.03 04:55:00.537136 [ 256 ] {b7393497-be61-464c-90e9-5e8da31485b2} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5929 | 2025.03.03 04:55:00.537176 [ 256 ] {b7393497-be61-464c-90e9-5e8da31485b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5930 | 2025.03.03 04:55:00.537557 [ 256 ] {b7393497-be61-464c-90e9-5e8da31485b2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5931 | 2025.03.03 04:55:00.537788 [ 256 ] {b7393497-be61-464c-90e9-5e8da31485b2} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5932 | 2025.03.03 04:55:00.538001 [ 256 ] {b7393497-be61-464c-90e9-5e8da31485b2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001448 sec., 110497.23756906077 rows/sec., 7.70 MiB/sec. | ||
| 5933 | 2025.03.03 04:55:00.538130 [ 256 ] {b7393497-be61-464c-90e9-5e8da31485b2} <Debug> TCPHandler: Processed in 0.001711656 sec. | ||
| 5934 | 2025.03.03 04:55:00.538397 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5935 | 2025.03.03 04:55:00.538517 [ 256 ] {8795a77e-0c85-4d54-bc6a-07922ff4d040} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5936 | 2025.03.03 04:55:00.538598 [ 256 ] {8795a77e-0c85-4d54-bc6a-07922ff4d040} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5937 | 2025.03.03 04:55:00.539866 [ 256 ] {8795a77e-0c85-4d54-bc6a-07922ff4d040} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5938 | 2025.03.03 04:55:00.539915 [ 256 ] {8795a77e-0c85-4d54-bc6a-07922ff4d040} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5939 | 2025.03.03 04:55:00.540591 [ 256 ] {8795a77e-0c85-4d54-bc6a-07922ff4d040} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5940 | 2025.03.03 04:55:00.540878 [ 256 ] {8795a77e-0c85-4d54-bc6a-07922ff4d040} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5941 | 2025.03.03 04:55:00.541157 [ 256 ] {8795a77e-0c85-4d54-bc6a-07922ff4d040} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002661 sec., 10146.561443066515 rows/sec., 18.18 MiB/sec. | ||
| 5942 | 2025.03.03 04:55:00.541408 [ 256 ] {8795a77e-0c85-4d54-bc6a-07922ff4d040} <Debug> TCPHandler: Processed in 0.003072416 sec. | ||
| 5943 | 2025.03.03 04:55:00.541537 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5944 | 2025.03.03 04:55:00.541645 [ 256 ] {73d72338-5cc2-4aa5-b26b-982ef5802ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5945 | 2025.03.03 04:55:00.541692 [ 256 ] {73d72338-5cc2-4aa5-b26b-982ef5802ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5946 | 2025.03.03 04:55:00.542130 [ 256 ] {73d72338-5cc2-4aa5-b26b-982ef5802ed5} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5947 | 2025.03.03 04:55:00.542172 [ 256 ] {73d72338-5cc2-4aa5-b26b-982ef5802ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5948 | 2025.03.03 04:55:00.542536 [ 256 ] {73d72338-5cc2-4aa5-b26b-982ef5802ed5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5949 | 2025.03.03 04:55:00.542804 [ 256 ] {73d72338-5cc2-4aa5-b26b-982ef5802ed5} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5950 | 2025.03.03 04:55:00.543016 [ 256 ] {73d72338-5cc2-4aa5-b26b-982ef5802ed5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
| 5951 | 2025.03.03 04:55:00.543067 [ 256 ] {73d72338-5cc2-4aa5-b26b-982ef5802ed5} <Debug> TCPHandler: Processed in 0.001582174 sec. | ||
| 5952 | 2025.03.03 04:55:04.274734 [ 139 ] {} <Debug> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5953 | 2025.03.03 04:55:04.274804 [ 139 ] {} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5954 | 2025.03.03 04:55:04.274830 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5955 | 2025.03.03 04:55:04.275007 [ 196 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::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 | ||
| 5956 | 2025.03.03 04:55:04.275172 [ 196 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5957 | 2025.03.03 04:55:04.275214 [ 196 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 5958 | 2025.03.03 04:55:04.275307 [ 196 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 5959 | 2025.03.03 04:55:04.275576 [ 196 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
| 5960 | 2025.03.03 04:55:04.275851 [ 196 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5961 | 2025.03.03 04:55:04.275987 [ 196 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 5962 | 2025.03.03 04:55:04.277174 [ 191 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.002266458 sec., 21178.420248687602 rows/sec., 1.77 MiB/sec. | ||
| 5963 | 2025.03.03 04:55:04.277375 [ 193 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5964 | 2025.03.03 04:55:04.277740 [ 193 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_5_1} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5965 | 2025.03.03 04:55:04.277833 [ 193 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_5_1} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5966 | 2025.03.03 04:55:04.277940 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5967 | 2025.03.03 04:55:04.319132 [ 139 ] {} <Debug> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 5968 | 2025.03.03 04:55:04.319173 [ 139 ] {} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5969 | 2025.03.03 04:55:04.319195 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5970 | 2025.03.03 04:55:04.319327 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full | ||
| 5971 | 2025.03.03 04:55:04.319470 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5972 | 2025.03.03 04:55:04.319502 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
| 5973 | 2025.03.03 04:55:04.319571 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5974 | 2025.03.03 04:55:04.319802 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 5975 | 2025.03.03 04:55:04.319999 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 5976 | 2025.03.03 04:55:04.320150 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 5977 | 2025.03.03 04:55:04.321258 [ 193 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.001997333 sec., 9512.68516566842 rows/sec., 639.04 KiB/sec. | ||
| 5978 | 2025.03.03 04:55:04.321444 [ 199 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 5979 | 2025.03.03 04:55:04.321787 [ 199 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_19_4} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5980 | 2025.03.03 04:55:04.321877 [ 199 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_19_4} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 5981 | 2025.03.03 04:55:04.321978 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5982 | 2025.03.03 04:55:05.111475 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5983 | 2025.03.03 04:55:05.111523 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5984 | 2025.03.03 04:55:05.235384 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5985 | 2025.03.03 04:55:05.236082 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5986 | 2025.03.03 04:55:05.236144 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5987 | 2025.03.03 04:55:05.236786 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5988 | 2025.03.03 04:55:05.237057 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5989 | 2025.03.03 04:55:05.237345 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5990 | 2025.03.03 04:55:05.288777 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 860 | ||
| 5991 | 2025.03.03 04:55:05.291726 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2025.03.03 04:55:05.291791 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 5993 | 2025.03.03 04:55:05.293273 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5994 | 2025.03.03 04:55:05.293605 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5995 | 2025.03.03 04:55:05.294249 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 860 | ||
| 5996 | 2025.03.03 04:55:05.536311 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5997 | 2025.03.03 04:55:05.536501 [ 256 ] {74978107-011a-4006-8e3a-b6287875f0fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5998 | 2025.03.03 04:55:05.536576 [ 256 ] {74978107-011a-4006-8e3a-b6287875f0fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5999 | 2025.03.03 04:55:05.537460 [ 256 ] {74978107-011a-4006-8e3a-b6287875f0fc} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6000 | 2025.03.03 04:55:05.537513 [ 256 ] {74978107-011a-4006-8e3a-b6287875f0fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6001 | 2025.03.03 04:55:05.537965 [ 256 ] {74978107-011a-4006-8e3a-b6287875f0fc} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6002 | 2025.03.03 04:55:05.538237 [ 256 ] {74978107-011a-4006-8e3a-b6287875f0fc} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6003 | 2025.03.03 04:55:05.538487 [ 256 ] {74978107-011a-4006-8e3a-b6287875f0fc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002029 sec., 104484.96796451454 rows/sec., 6.65 MiB/sec. | ||
| 6004 | 2025.03.03 04:55:05.538662 [ 256 ] {74978107-011a-4006-8e3a-b6287875f0fc} <Debug> TCPHandler: Processed in 0.002477333 sec. | ||
| 6005 | 2025.03.03 04:55:05.538856 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6006 | 2025.03.03 04:55:05.538969 [ 256 ] {6d1f746f-e810-4a23-ac66-75b77c6a8ba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6007 | 2025.03.03 04:55:05.539019 [ 256 ] {6d1f746f-e810-4a23-ac66-75b77c6a8ba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6008 | 2025.03.03 04:55:05.540111 [ 256 ] {6d1f746f-e810-4a23-ac66-75b77c6a8ba3} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6009 | 2025.03.03 04:55:05.540258 [ 256 ] {6d1f746f-e810-4a23-ac66-75b77c6a8ba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6010 | 2025.03.03 04:55:05.540811 [ 256 ] {6d1f746f-e810-4a23-ac66-75b77c6a8ba3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6011 | 2025.03.03 04:55:05.541097 [ 256 ] {6d1f746f-e810-4a23-ac66-75b77c6a8ba3} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6012 | 2025.03.03 04:55:05.541369 [ 256 ] {6d1f746f-e810-4a23-ac66-75b77c6a8ba3} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.002419 sec., 264985.5312112443 rows/sec., 20.88 MiB/sec. | ||
| 6013 | 2025.03.03 04:55:05.541501 [ 256 ] {6d1f746f-e810-4a23-ac66-75b77c6a8ba3} <Debug> TCPHandler: Processed in 0.002703538 sec. | ||
| 6014 | 2025.03.03 04:55:05.541761 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6015 | 2025.03.03 04:55:05.541875 [ 256 ] {e108841e-f10d-4433-a83c-ff7232b1b137} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6016 | 2025.03.03 04:55:05.541923 [ 256 ] {e108841e-f10d-4433-a83c-ff7232b1b137} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6017 | 2025.03.03 04:55:05.542555 [ 256 ] {e108841e-f10d-4433-a83c-ff7232b1b137} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6018 | 2025.03.03 04:55:05.542600 [ 256 ] {e108841e-f10d-4433-a83c-ff7232b1b137} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6019 | 2025.03.03 04:55:05.542978 [ 256 ] {e108841e-f10d-4433-a83c-ff7232b1b137} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6020 | 2025.03.03 04:55:05.543238 [ 256 ] {e108841e-f10d-4433-a83c-ff7232b1b137} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6021 | 2025.03.03 04:55:05.543484 [ 256 ] {e108841e-f10d-4433-a83c-ff7232b1b137} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001627 sec., 72526.1216963737 rows/sec., 4.37 MiB/sec. | ||
| 6022 | 2025.03.03 04:55:05.543642 [ 256 ] {e108841e-f10d-4433-a83c-ff7232b1b137} <Debug> TCPHandler: Processed in 0.001974483 sec. | ||
| 6023 | 2025.03.03 04:55:05.543872 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6024 | 2025.03.03 04:55:05.543989 [ 256 ] {890ccc5b-a8c6-494a-9676-ab9f5853db0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6025 | 2025.03.03 04:55:05.544041 [ 256 ] {890ccc5b-a8c6-494a-9676-ab9f5853db0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6026 | 2025.03.03 04:55:05.544683 [ 256 ] {890ccc5b-a8c6-494a-9676-ab9f5853db0f} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6027 | 2025.03.03 04:55:05.544723 [ 256 ] {890ccc5b-a8c6-494a-9676-ab9f5853db0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6028 | 2025.03.03 04:55:05.545382 [ 256 ] {890ccc5b-a8c6-494a-9676-ab9f5853db0f} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6029 | 2025.03.03 04:55:05.545641 [ 256 ] {890ccc5b-a8c6-494a-9676-ab9f5853db0f} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6030 | 2025.03.03 04:55:05.545867 [ 256 ] {890ccc5b-a8c6-494a-9676-ab9f5853db0f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001909 sec., 59193.29491880565 rows/sec., 3.83 MiB/sec. | ||
| 6031 | 2025.03.03 04:55:05.545923 [ 256 ] {890ccc5b-a8c6-494a-9676-ab9f5853db0f} <Debug> TCPHandler: Processed in 0.002126026 sec. | ||
| 6032 | 2025.03.03 04:55:05.546047 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6033 | 2025.03.03 04:55:05.546157 [ 256 ] {5053278f-3d30-40b3-86d4-ba2047c3ecad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6034 | 2025.03.03 04:55:05.546202 [ 256 ] {5053278f-3d30-40b3-86d4-ba2047c3ecad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6035 | 2025.03.03 04:55:05.546852 [ 256 ] {5053278f-3d30-40b3-86d4-ba2047c3ecad} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6036 | 2025.03.03 04:55:05.546893 [ 256 ] {5053278f-3d30-40b3-86d4-ba2047c3ecad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6037 | 2025.03.03 04:55:05.547305 [ 256 ] {5053278f-3d30-40b3-86d4-ba2047c3ecad} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6038 | 2025.03.03 04:55:05.547561 [ 256 ] {5053278f-3d30-40b3-86d4-ba2047c3ecad} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6039 | 2025.03.03 04:55:05.547807 [ 256 ] {5053278f-3d30-40b3-86d4-ba2047c3ecad} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001671 sec., 67025.73309395571 rows/sec., 3.82 MiB/sec. | ||
| 6040 | 2025.03.03 04:55:05.548031 [ 256 ] {5053278f-3d30-40b3-86d4-ba2047c3ecad} <Debug> TCPHandler: Processed in 0.002027804 sec. | ||
| 6041 | 2025.03.03 04:55:05.548163 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6042 | 2025.03.03 04:55:05.548268 [ 256 ] {484bd443-e696-48a8-be87-b33c62120752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6043 | 2025.03.03 04:55:05.548314 [ 256 ] {484bd443-e696-48a8-be87-b33c62120752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6044 | 2025.03.03 04:55:05.549088 [ 256 ] {484bd443-e696-48a8-be87-b33c62120752} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6045 | 2025.03.03 04:55:05.549134 [ 256 ] {484bd443-e696-48a8-be87-b33c62120752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6046 | 2025.03.03 04:55:05.549525 [ 256 ] {484bd443-e696-48a8-be87-b33c62120752} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6047 | 2025.03.03 04:55:05.549767 [ 256 ] {484bd443-e696-48a8-be87-b33c62120752} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6048 | 2025.03.03 04:55:05.550027 [ 256 ] {484bd443-e696-48a8-be87-b33c62120752} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.00177 sec., 222598.87005649717 rows/sec., 15.75 MiB/sec. | ||
| 6049 | 2025.03.03 04:55:05.550123 [ 256 ] {484bd443-e696-48a8-be87-b33c62120752} <Debug> TCPHandler: Processed in 0.002010253 sec. | ||
| 6050 | 2025.03.03 04:55:05.550381 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6051 | 2025.03.03 04:55:05.550494 [ 256 ] {54a8b8a0-0815-4423-ae20-929ed66c2064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6052 | 2025.03.03 04:55:05.550542 [ 256 ] {54a8b8a0-0815-4423-ae20-929ed66c2064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6053 | 2025.03.03 04:55:05.551000 [ 256 ] {54a8b8a0-0815-4423-ae20-929ed66c2064} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6054 | 2025.03.03 04:55:05.551041 [ 256 ] {54a8b8a0-0815-4423-ae20-929ed66c2064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6055 | 2025.03.03 04:55:05.551406 [ 256 ] {54a8b8a0-0815-4423-ae20-929ed66c2064} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6056 | 2025.03.03 04:55:05.551641 [ 256 ] {54a8b8a0-0815-4423-ae20-929ed66c2064} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6057 | 2025.03.03 04:55:05.551896 [ 256 ] {54a8b8a0-0815-4423-ae20-929ed66c2064} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
| 6058 | 2025.03.03 04:55:05.552100 [ 256 ] {54a8b8a0-0815-4423-ae20-929ed66c2064} <Debug> TCPHandler: Processed in 0.001805109 sec. | ||
| 6059 | 2025.03.03 04:55:05.552233 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6060 | 2025.03.03 04:55:05.552337 [ 256 ] {c2e61ddb-9429-4215-a98d-b702f4de64b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6061 | 2025.03.03 04:55:05.552384 [ 256 ] {c2e61ddb-9429-4215-a98d-b702f4de64b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6062 | 2025.03.03 04:55:05.552956 [ 256 ] {c2e61ddb-9429-4215-a98d-b702f4de64b5} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6063 | 2025.03.03 04:55:05.552995 [ 256 ] {c2e61ddb-9429-4215-a98d-b702f4de64b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6064 | 2025.03.03 04:55:05.553412 [ 256 ] {c2e61ddb-9429-4215-a98d-b702f4de64b5} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6065 | 2025.03.03 04:55:05.553651 [ 256 ] {c2e61ddb-9429-4215-a98d-b702f4de64b5} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6066 | 2025.03.03 04:55:05.553871 [ 256 ] {c2e61ddb-9429-4215-a98d-b702f4de64b5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001557 sec., 152215.79961464353 rows/sec., 10.20 MiB/sec. | ||
| 6067 | 2025.03.03 04:55:05.553923 [ 256 ] {c2e61ddb-9429-4215-a98d-b702f4de64b5} <Debug> TCPHandler: Processed in 0.001740557 sec. | ||
| 6068 | 2025.03.03 04:55:05.554039 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6069 | 2025.03.03 04:55:05.554146 [ 256 ] {c894b4f9-0ea1-4d7e-ba39-84b686e3c51e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6070 | 2025.03.03 04:55:05.554193 [ 256 ] {c894b4f9-0ea1-4d7e-ba39-84b686e3c51e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6071 | 2025.03.03 04:55:05.554615 [ 256 ] {c894b4f9-0ea1-4d7e-ba39-84b686e3c51e} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6072 | 2025.03.03 04:55:05.554654 [ 256 ] {c894b4f9-0ea1-4d7e-ba39-84b686e3c51e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6073 | 2025.03.03 04:55:05.554997 [ 256 ] {c894b4f9-0ea1-4d7e-ba39-84b686e3c51e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6074 | 2025.03.03 04:55:05.555242 [ 256 ] {c894b4f9-0ea1-4d7e-ba39-84b686e3c51e} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6075 | 2025.03.03 04:55:05.555519 [ 256 ] {c894b4f9-0ea1-4d7e-ba39-84b686e3c51e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001377 sec., 726.2164124909223 rows/sec., 48.93 KiB/sec. | ||
| 6076 | 2025.03.03 04:55:05.555748 [ 256 ] {c894b4f9-0ea1-4d7e-ba39-84b686e3c51e} <Debug> TCPHandler: Processed in 0.001756528 sec. | ||
| 6077 | 2025.03.03 04:55:05.555899 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6078 | 2025.03.03 04:55:05.556002 [ 256 ] {321f625f-ed9f-47df-bfd5-aead4e9b00ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6079 | 2025.03.03 04:55:05.556074 [ 256 ] {321f625f-ed9f-47df-bfd5-aead4e9b00ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6080 | 2025.03.03 04:55:05.557208 [ 256 ] {321f625f-ed9f-47df-bfd5-aead4e9b00ef} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6081 | 2025.03.03 04:55:05.557249 [ 256 ] {321f625f-ed9f-47df-bfd5-aead4e9b00ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6082 | 2025.03.03 04:55:05.557865 [ 256 ] {321f625f-ed9f-47df-bfd5-aead4e9b00ef} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6083 | 2025.03.03 04:55:05.558135 [ 256 ] {321f625f-ed9f-47df-bfd5-aead4e9b00ef} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6084 | 2025.03.03 04:55:05.558442 [ 256 ] {321f625f-ed9f-47df-bfd5-aead4e9b00ef} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002462 sec., 4874.086108854589 rows/sec., 8.73 MiB/sec. | ||
| 6085 | 2025.03.03 04:55:05.558972 [ 256 ] {321f625f-ed9f-47df-bfd5-aead4e9b00ef} <Debug> TCPHandler: Processed in 0.003123857 sec. | ||
| 6086 | 2025.03.03 04:55:05.559102 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6087 | 2025.03.03 04:55:05.559206 [ 256 ] {339b1aae-e334-49e6-866c-0fd1aaeae32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6088 | 2025.03.03 04:55:05.559251 [ 256 ] {339b1aae-e334-49e6-866c-0fd1aaeae32e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6089 | 2025.03.03 04:55:05.559711 [ 256 ] {339b1aae-e334-49e6-866c-0fd1aaeae32e} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6090 | 2025.03.03 04:55:05.559749 [ 256 ] {339b1aae-e334-49e6-866c-0fd1aaeae32e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6091 | 2025.03.03 04:55:05.560119 [ 256 ] {339b1aae-e334-49e6-866c-0fd1aaeae32e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6092 | 2025.03.03 04:55:05.560373 [ 256 ] {339b1aae-e334-49e6-866c-0fd1aaeae32e} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6093 | 2025.03.03 04:55:05.560590 [ 256 ] {339b1aae-e334-49e6-866c-0fd1aaeae32e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001407 sec., 58280.02842928216 rows/sec., 3.70 MiB/sec. | ||
| 6094 | 2025.03.03 04:55:05.560640 [ 256 ] {339b1aae-e334-49e6-866c-0fd1aaeae32e} <Debug> TCPHandler: Processed in 0.001590744 sec. | ||
| 6095 | 2025.03.03 04:55:06.152458 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 6096 | 2025.03.03 04:55:06.173049 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6097 | 2025.03.03 04:55:06.173118 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6098 | 2025.03.03 04:55:06.180505 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6099 | 2025.03.03 04:55:06.181304 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6100 | 2025.03.03 04:55:06.184190 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 6101 | 2025.03.03 04:55:10.530787 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6102 | 2025.03.03 04:55:10.531027 [ 256 ] {0c83b8e9-5c1d-47d6-87dc-61c84236625e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6103 | 2025.03.03 04:55:10.531120 [ 256 ] {0c83b8e9-5c1d-47d6-87dc-61c84236625e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6104 | 2025.03.03 04:55:10.532141 [ 256 ] {0c83b8e9-5c1d-47d6-87dc-61c84236625e} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6105 | 2025.03.03 04:55:10.532206 [ 256 ] {0c83b8e9-5c1d-47d6-87dc-61c84236625e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6106 | 2025.03.03 04:55:10.532786 [ 256 ] {0c83b8e9-5c1d-47d6-87dc-61c84236625e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6107 | 2025.03.03 04:55:10.533142 [ 256 ] {0c83b8e9-5c1d-47d6-87dc-61c84236625e} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6108 | 2025.03.03 04:55:10.533397 [ 132 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6109 | 2025.03.03 04:55:10.533478 [ 132 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6110 | 2025.03.03 04:55:10.533485 [ 256 ] {0c83b8e9-5c1d-47d6-87dc-61c84236625e} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002517 sec., 43702.820818434644 rows/sec., 3.66 MiB/sec. | ||
| 6111 | 2025.03.03 04:55:10.533510 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6112 | 2025.03.03 04:55:10.533713 [ 256 ] {0c83b8e9-5c1d-47d6-87dc-61c84236625e} <Debug> TCPHandler: Processed in 0.003107016 sec. | ||
| 6113 | 2025.03.03 04:55:10.533779 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6114 | 2025.03.03 04:55:10.533961 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6115 | 2025.03.03 04:55:10.534009 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6116 | 2025.03.03 04:55:10.534063 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1845 rows starting from the beginning of the part | ||
| 6117 | 2025.03.03 04:55:10.534300 [ 256 ] {584b0eb9-0f5d-4344-ae53-f1c28607330a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6118 | 2025.03.03 04:55:10.534329 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1789 rows starting from the beginning of the part | ||
| 6119 | 2025.03.03 04:55:10.534518 [ 256 ] {584b0eb9-0f5d-4344-ae53-f1c28607330a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6120 | 2025.03.03 04:55:10.534672 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 6121 | 2025.03.03 04:55:10.535093 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 110 rows starting from the beginning of the part | ||
| 6122 | 2025.03.03 04:55:10.535416 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 641 rows starting from the beginning of the part | ||
| 6123 | 2025.03.03 04:55:10.535685 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 110 rows starting from the beginning of the part | ||
| 6124 | 2025.03.03 04:55:10.537177 [ 256 ] {584b0eb9-0f5d-4344-ae53-f1c28607330a} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6125 | 2025.03.03 04:55:10.537271 [ 256 ] {584b0eb9-0f5d-4344-ae53-f1c28607330a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6126 | 2025.03.03 04:55:10.538242 [ 256 ] {584b0eb9-0f5d-4344-ae53-f1c28607330a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6127 | 2025.03.03 04:55:10.538619 [ 256 ] {584b0eb9-0f5d-4344-ae53-f1c28607330a} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6128 | 2025.03.03 04:55:10.538899 [ 256 ] {584b0eb9-0f5d-4344-ae53-f1c28607330a} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004755 sec., 5678.233438485805 rows/sec., 426.98 KiB/sec. | ||
| 6129 | 2025.03.03 04:55:10.539039 [ 256 ] {584b0eb9-0f5d-4344-ae53-f1c28607330a} <Debug> TCPHandler: Processed in 0.005190531 sec. | ||
| 6130 | 2025.03.03 04:55:10.539156 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6131 | 2025.03.03 04:55:10.539472 [ 199 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.005830405 sec., 780563.271333638 rows/sec., 66.13 MiB/sec. | ||
| 6132 | 2025.03.03 04:55:10.539501 [ 256 ] {29703f5f-9694-4050-a15d-160e5c78f2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6133 | 2025.03.03 04:55:10.539613 [ 256 ] {29703f5f-9694-4050-a15d-160e5c78f2a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6134 | 2025.03.03 04:55:10.539888 [ 199 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6135 | 2025.03.03 04:55:10.540705 [ 199 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_46_9} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6136 | 2025.03.03 04:55:10.540950 [ 199 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_46_9} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6137 | 2025.03.03 04:55:10.541172 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 6138 | 2025.03.03 04:55:10.541251 [ 256 ] {29703f5f-9694-4050-a15d-160e5c78f2a4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6139 | 2025.03.03 04:55:10.541306 [ 256 ] {29703f5f-9694-4050-a15d-160e5c78f2a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6140 | 2025.03.03 04:55:10.541864 [ 256 ] {29703f5f-9694-4050-a15d-160e5c78f2a4} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6141 | 2025.03.03 04:55:10.542218 [ 256 ] {29703f5f-9694-4050-a15d-160e5c78f2a4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6142 | 2025.03.03 04:55:10.542438 [ 132 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6143 | 2025.03.03 04:55:10.542502 [ 132 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6144 | 2025.03.03 04:55:10.542551 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6145 | 2025.03.03 04:55:10.542557 [ 256 ] {29703f5f-9694-4050-a15d-160e5c78f2a4} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.003095 sec., 29402.261712439416 rows/sec., 2.30 MiB/sec. | ||
| 6146 | 2025.03.03 04:55:10.542890 [ 256 ] {29703f5f-9694-4050-a15d-160e5c78f2a4} <Debug> TCPHandler: Processed in 0.003779891 sec. | ||
| 6147 | 2025.03.03 04:55:10.542973 [ 196 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 6148 | 2025.03.03 04:55:10.543314 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6149 | 2025.03.03 04:55:10.543675 [ 196 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6150 | 2025.03.03 04:55:10.543749 [ 256 ] {5b4fc2ad-c393-4703-88b3-246bd98d5aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6151 | 2025.03.03 04:55:10.543796 [ 196 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 6152 | 2025.03.03 04:55:10.543987 [ 256 ] {5b4fc2ad-c393-4703-88b3-246bd98d5aad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6153 | 2025.03.03 04:55:10.544074 [ 196 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 866 rows starting from the beginning of the part | ||
| 6154 | 2025.03.03 04:55:10.544462 [ 196 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 6155 | 2025.03.03 04:55:10.544820 [ 196 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 91 rows starting from the beginning of the part | ||
| 6156 | 2025.03.03 04:55:10.545186 [ 196 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 394 rows starting from the beginning of the part | ||
| 6157 | 2025.03.03 04:55:10.545572 [ 196 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 91 rows starting from the beginning of the part | ||
| 6158 | 2025.03.03 04:55:10.546921 [ 256 ] {5b4fc2ad-c393-4703-88b3-246bd98d5aad} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6159 | 2025.03.03 04:55:10.546998 [ 256 ] {5b4fc2ad-c393-4703-88b3-246bd98d5aad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6160 | 2025.03.03 04:55:10.548074 [ 256 ] {5b4fc2ad-c393-4703-88b3-246bd98d5aad} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6161 | 2025.03.03 04:55:10.549093 [ 256 ] {5b4fc2ad-c393-4703-88b3-246bd98d5aad} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6162 | 2025.03.03 04:55:10.549348 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.006725414 sec., 359680.45982002 rows/sec., 27.55 MiB/sec. | ||
| 6163 | 2025.03.03 04:55:10.549639 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6164 | 2025.03.03 04:55:10.549751 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6165 | 2025.03.03 04:55:10.549766 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6166 | 2025.03.03 04:55:10.549807 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6167 | 2025.03.03 04:55:10.549833 [ 256 ] {5b4fc2ad-c393-4703-88b3-246bd98d5aad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006221 sec., 25719.337727053527 rows/sec., 1.79 MiB/sec. | ||
| 6168 | 2025.03.03 04:55:10.550203 [ 256 ] {5b4fc2ad-c393-4703-88b3-246bd98d5aad} <Debug> TCPHandler: Processed in 0.007036331 sec. | ||
| 6169 | 2025.03.03 04:55:10.550297 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 6170 | 2025.03.03 04:55:10.550516 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6171 | 2025.03.03 04:55:10.550775 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6172 | 2025.03.03 04:55:10.550815 [ 256 ] {28569ea1-7159-4361-8f5b-1ac8405b810e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6173 | 2025.03.03 04:55:10.550877 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12359 rows starting from the beginning of the part | ||
| 6174 | 2025.03.03 04:55:10.550952 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_46_9} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6175 | 2025.03.03 04:55:10.551147 [ 256 ] {28569ea1-7159-4361-8f5b-1ac8405b810e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6176 | 2025.03.03 04:55:10.551245 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1027 rows starting from the beginning of the part | ||
| 6177 | 2025.03.03 04:55:10.551752 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 6178 | 2025.03.03 04:55:10.552238 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 6179 | 2025.03.03 04:55:10.552385 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_46_9} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6180 | 2025.03.03 04:55:10.552685 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 6181 | 2025.03.03 04:55:10.553124 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 6182 | 2025.03.03 04:55:10.553584 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6183 | 2025.03.03 04:55:10.555634 [ 256 ] {28569ea1-7159-4361-8f5b-1ac8405b810e} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6184 | 2025.03.03 04:55:10.555687 [ 256 ] {28569ea1-7159-4361-8f5b-1ac8405b810e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6185 | 2025.03.03 04:55:10.557347 [ 256 ] {28569ea1-7159-4361-8f5b-1ac8405b810e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6186 | 2025.03.03 04:55:10.557899 [ 256 ] {28569ea1-7159-4361-8f5b-1ac8405b810e} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6187 | 2025.03.03 04:55:10.558618 [ 256 ] {28569ea1-7159-4361-8f5b-1ac8405b810e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007856 sec., 3436.863543788187 rows/sec., 6.16 MiB/sec. | ||
| 6188 | 2025.03.03 04:55:10.559283 [ 256 ] {28569ea1-7159-4361-8f5b-1ac8405b810e} <Debug> TCPHandler: Processed in 0.00887117 sec. | ||
| 6189 | 2025.03.03 04:55:10.559435 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6190 | 2025.03.03 04:55:10.559551 [ 256 ] {f0f55028-61b1-4d1d-bed6-bd41176ea147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6191 | 2025.03.03 04:55:10.559617 [ 256 ] {f0f55028-61b1-4d1d-bed6-bd41176ea147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6192 | 2025.03.03 04:55:10.560363 [ 256 ] {f0f55028-61b1-4d1d-bed6-bd41176ea147} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6193 | 2025.03.03 04:55:10.560443 [ 256 ] {f0f55028-61b1-4d1d-bed6-bd41176ea147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6194 | 2025.03.03 04:55:10.560767 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14007 rows, containing 5 columns (5 merged, 0 gathered) in 0.010792361 sec., 1297862.441777105 rows/sec., 87.63 MiB/sec. | ||
| 6195 | 2025.03.03 04:55:10.561184 [ 256 ] {f0f55028-61b1-4d1d-bed6-bd41176ea147} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6196 | 2025.03.03 04:55:10.561281 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6197 | 2025.03.03 04:55:10.561615 [ 256 ] {f0f55028-61b1-4d1d-bed6-bd41176ea147} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6198 | 2025.03.03 04:55:10.561835 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6199 | 2025.03.03 04:55:10.561908 [ 132 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6200 | 2025.03.03 04:55:10.562048 [ 132 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6201 | 2025.03.03 04:55:10.562134 [ 256 ] {f0f55028-61b1-4d1d-bed6-bd41176ea147} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002589 sec., 23174.971031286208 rows/sec., 1.56 MiB/sec. | ||
| 6202 | 2025.03.03 04:55:10.562140 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6203 | 2025.03.03 04:55:10.562163 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6204 | 2025.03.03 04:55:10.562473 [ 256 ] {f0f55028-61b1-4d1d-bed6-bd41176ea147} <Debug> TCPHandler: Processed in 0.003077536 sec. | ||
| 6205 | 2025.03.03 04:55:10.562629 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.64 MiB. | ||
| 6206 | 2025.03.03 04:55:10.562704 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 6207 | 2025.03.03 04:55:10.562813 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6208 | 2025.03.03 04:55:10.562845 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2498 rows starting from the beginning of the part | ||
| 6209 | 2025.03.03 04:55:10.562924 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 58 rows starting from the beginning of the part | ||
| 6210 | 2025.03.03 04:55:10.562992 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part | ||
| 6211 | 2025.03.03 04:55:10.563199 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 6212 | 2025.03.03 04:55:10.563363 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 6213 | 2025.03.03 04:55:10.563430 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 6214 | 2025.03.03 04:55:10.564944 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2782 rows, containing 4 columns (4 merged, 0 gathered) in 0.002648497 sec., 1050407.0799400564 rows/sec., 68.51 MiB/sec. | ||
| 6215 | 2025.03.03 04:55:10.565217 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6216 | 2025.03.03 04:55:10.565570 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_46_9} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6217 | 2025.03.03 04:55:10.565651 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_46_9} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6218 | 2025.03.03 04:55:10.565730 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 6219 | 2025.03.03 04:55:12.738446 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 6220 | 2025.03.03 04:55:12.739115 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6221 | 2025.03.03 04:55:12.739164 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6222 | 2025.03.03 04:55:12.739708 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6223 | 2025.03.03 04:55:12.739977 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6224 | 2025.03.03 04:55:12.740303 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 6225 | 2025.03.03 04:55:13.685233 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 6226 | 2025.03.03 04:55:13.705409 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6227 | 2025.03.03 04:55:13.705466 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6228 | 2025.03.03 04:55:13.712909 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6229 | 2025.03.03 04:55:13.713735 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6230 | 2025.03.03 04:55:13.717119 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6231 | 2025.03.03 04:55:15.295355 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 894 | ||
| 6232 | 2025.03.03 04:55:15.298462 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6233 | 2025.03.03 04:55:15.298514 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6234 | 2025.03.03 04:55:15.300061 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6235 | 2025.03.03 04:55:15.300439 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6236 | 2025.03.03 04:55:15.300608 [ 130 ] {} <Debug> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6237 | 2025.03.03 04:55:15.300667 [ 130 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6238 | 2025.03.03 04:55:15.300703 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6239 | 2025.03.03 04:55:15.301045 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 6240 | 2025.03.03 04:55:15.302028 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 894 | ||
| 6241 | 2025.03.03 04:55:15.302412 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6242 | 2025.03.03 04:55:15.302603 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 726 rows starting from the beginning of the part | ||
| 6243 | 2025.03.03 04:55:15.303271 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 20 rows starting from the beginning of the part | ||
| 6244 | 2025.03.03 04:55:15.303852 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 6245 | 2025.03.03 04:55:15.304468 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 58 rows starting from the beginning of the part | ||
| 6246 | 2025.03.03 04:55:15.305056 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part | ||
| 6247 | 2025.03.03 04:55:15.305663 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 6248 | 2025.03.03 04:55:15.314033 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 894 rows, containing 72 columns (72 merged, 0 gathered) in 0.013227504 sec., 67586.44714830554 rows/sec., 55.61 MiB/sec. | ||
| 6249 | 2025.03.03 04:55:15.315356 [ 188 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6250 | 2025.03.03 04:55:15.316209 [ 188 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_21_4} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6251 | 2025.03.03 04:55:15.316311 [ 188 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_21_4} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6252 | 2025.03.03 04:55:15.316657 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 6253 | 2025.03.03 04:55:15.536678 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6254 | 2025.03.03 04:55:15.536871 [ 256 ] {aaeb3337-9ea2-4ff8-91f0-1b1d66a0a778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6255 | 2025.03.03 04:55:15.536942 [ 256 ] {aaeb3337-9ea2-4ff8-91f0-1b1d66a0a778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6256 | 2025.03.03 04:55:15.537802 [ 256 ] {aaeb3337-9ea2-4ff8-91f0-1b1d66a0a778} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6257 | 2025.03.03 04:55:15.537848 [ 256 ] {aaeb3337-9ea2-4ff8-91f0-1b1d66a0a778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6258 | 2025.03.03 04:55:15.538277 [ 256 ] {aaeb3337-9ea2-4ff8-91f0-1b1d66a0a778} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6259 | 2025.03.03 04:55:15.538538 [ 256 ] {aaeb3337-9ea2-4ff8-91f0-1b1d66a0a778} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6260 | 2025.03.03 04:55:15.538776 [ 256 ] {aaeb3337-9ea2-4ff8-91f0-1b1d66a0a778} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00196 sec., 108163.26530612246 rows/sec., 6.88 MiB/sec. | ||
| 6261 | 2025.03.03 04:55:15.538835 [ 256 ] {aaeb3337-9ea2-4ff8-91f0-1b1d66a0a778} <Debug> TCPHandler: Processed in 0.002285459 sec. | ||
| 6262 | 2025.03.03 04:55:15.538963 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6263 | 2025.03.03 04:55:15.539077 [ 256 ] {d0b2287b-5832-4be9-b42c-d1d4a746ff73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6264 | 2025.03.03 04:55:15.539266 [ 256 ] {d0b2287b-5832-4be9-b42c-d1d4a746ff73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6265 | 2025.03.03 04:55:15.540483 [ 256 ] {d0b2287b-5832-4be9-b42c-d1d4a746ff73} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6266 | 2025.03.03 04:55:15.540527 [ 256 ] {d0b2287b-5832-4be9-b42c-d1d4a746ff73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6267 | 2025.03.03 04:55:15.540968 [ 256 ] {d0b2287b-5832-4be9-b42c-d1d4a746ff73} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6268 | 2025.03.03 04:55:15.541234 [ 256 ] {d0b2287b-5832-4be9-b42c-d1d4a746ff73} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6269 | 2025.03.03 04:55:15.541481 [ 256 ] {d0b2287b-5832-4be9-b42c-d1d4a746ff73} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.002429 sec., 263894.6068340881 rows/sec., 20.79 MiB/sec. | ||
| 6270 | 2025.03.03 04:55:15.541549 [ 256 ] {d0b2287b-5832-4be9-b42c-d1d4a746ff73} <Debug> TCPHandler: Processed in 0.002638666 sec. | ||
| 6271 | 2025.03.03 04:55:15.541688 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6272 | 2025.03.03 04:55:15.541799 [ 256 ] {900880eb-74b1-40ea-9e54-54784c3bd81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6273 | 2025.03.03 04:55:15.541846 [ 256 ] {900880eb-74b1-40ea-9e54-54784c3bd81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6274 | 2025.03.03 04:55:15.542466 [ 256 ] {900880eb-74b1-40ea-9e54-54784c3bd81a} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6275 | 2025.03.03 04:55:15.542510 [ 256 ] {900880eb-74b1-40ea-9e54-54784c3bd81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6276 | 2025.03.03 04:55:15.542882 [ 256 ] {900880eb-74b1-40ea-9e54-54784c3bd81a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6277 | 2025.03.03 04:55:15.543133 [ 256 ] {900880eb-74b1-40ea-9e54-54784c3bd81a} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6278 | 2025.03.03 04:55:15.543335 [ 127 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 6279 | 2025.03.03 04:55:15.543400 [ 256 ] {900880eb-74b1-40ea-9e54-54784c3bd81a} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001622 sec., 72749.69173859432 rows/sec., 4.39 MiB/sec. | ||
| 6280 | 2025.03.03 04:55:15.543428 [ 127 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6281 | 2025.03.03 04:55:15.543498 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6282 | 2025.03.03 04:55:15.543521 [ 256 ] {900880eb-74b1-40ea-9e54-54784c3bd81a} <Debug> TCPHandler: Processed in 0.001886201 sec. | ||
| 6283 | 2025.03.03 04:55:15.543796 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6284 | 2025.03.03 04:55:15.543830 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 6285 | 2025.03.03 04:55:15.544131 [ 256 ] {077ea153-2e1d-47d2-9e2b-74c78436dcc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6286 | 2025.03.03 04:55:15.544301 [ 256 ] {077ea153-2e1d-47d2-9e2b-74c78436dcc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6287 | 2025.03.03 04:55:15.544340 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6288 | 2025.03.03 04:55:15.544434 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 163 rows starting from the beginning of the part | ||
| 6289 | 2025.03.03 04:55:15.544680 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 134 rows starting from the beginning of the part | ||
| 6290 | 2025.03.03 04:55:15.545082 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 27 rows starting from the beginning of the part | ||
| 6291 | 2025.03.03 04:55:15.545462 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 118 rows starting from the beginning of the part | ||
| 6292 | 2025.03.03 04:55:15.545790 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 27 rows starting from the beginning of the part | ||
| 6293 | 2025.03.03 04:55:15.546250 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 118 rows starting from the beginning of the part | ||
| 6294 | 2025.03.03 04:55:15.547378 [ 256 ] {077ea153-2e1d-47d2-9e2b-74c78436dcc7} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6295 | 2025.03.03 04:55:15.547455 [ 256 ] {077ea153-2e1d-47d2-9e2b-74c78436dcc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6296 | 2025.03.03 04:55:15.548484 [ 256 ] {077ea153-2e1d-47d2-9e2b-74c78436dcc7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6297 | 2025.03.03 04:55:15.549092 [ 256 ] {077ea153-2e1d-47d2-9e2b-74c78436dcc7} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6298 | 2025.03.03 04:55:15.549163 [ 197 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 587 rows, containing 5 columns (5 merged, 0 gathered) in 0.005573209 sec., 105325.31616883559 rows/sec., 6.99 MiB/sec. | ||
| 6299 | 2025.03.03 04:55:15.549358 [ 127 ] {} <Debug> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6300 | 2025.03.03 04:55:15.549443 [ 194 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 6301 | 2025.03.03 04:55:15.549472 [ 127 ] {} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6302 | 2025.03.03 04:55:15.549541 [ 256 ] {077ea153-2e1d-47d2-9e2b-74c78436dcc7} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005497 sec., 20556.667273058032 rows/sec., 1.33 MiB/sec. | ||
| 6303 | 2025.03.03 04:55:15.549593 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6304 | 2025.03.03 04:55:15.549804 [ 256 ] {077ea153-2e1d-47d2-9e2b-74c78436dcc7} <Debug> TCPHandler: Processed in 0.00608852 sec. | ||
| 6305 | 2025.03.03 04:55:15.550320 [ 190 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_21_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full | ||
| 6306 | 2025.03.03 04:55:15.550346 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6307 | 2025.03.03 04:55:15.550662 [ 194 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_35_7} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6308 | 2025.03.03 04:55:15.550876 [ 256 ] {407956f7-46f2-4bfb-a970-6e849910dc4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6309 | 2025.03.03 04:55:15.550969 [ 190 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6310 | 2025.03.03 04:55:15.551016 [ 194 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_35_7} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 6311 | 2025.03.03 04:55:15.551006 [ 256 ] {407956f7-46f2-4bfb-a970-6e849910dc4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6312 | 2025.03.03 04:55:15.551044 [ 190 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 342 rows starting from the beginning of the part | ||
| 6313 | 2025.03.03 04:55:15.551284 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6314 | 2025.03.03 04:55:15.551442 [ 190 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
| 6315 | 2025.03.03 04:55:15.551803 [ 190 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part | ||
| 6316 | 2025.03.03 04:55:15.552253 [ 190 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 341 rows starting from the beginning of the part | ||
| 6317 | 2025.03.03 04:55:15.552631 [ 190 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
| 6318 | 2025.03.03 04:55:15.552982 [ 190 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part | ||
| 6319 | 2025.03.03 04:55:15.554277 [ 256 ] {407956f7-46f2-4bfb-a970-6e849910dc4a} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6320 | 2025.03.03 04:55:15.554355 [ 256 ] {407956f7-46f2-4bfb-a970-6e849910dc4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6321 | 2025.03.03 04:55:15.555359 [ 256 ] {407956f7-46f2-4bfb-a970-6e849910dc4a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6322 | 2025.03.03 04:55:15.555810 [ 198 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.005980679 sec., 189777.78275677393 rows/sec., 13.24 MiB/sec. | ||
| 6323 | 2025.03.03 04:55:15.555877 [ 256 ] {407956f7-46f2-4bfb-a970-6e849910dc4a} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6324 | 2025.03.03 04:55:15.556029 [ 198 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6325 | 2025.03.03 04:55:15.556355 [ 256 ] {407956f7-46f2-4bfb-a970-6e849910dc4a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005692 sec., 19676.739283204497 rows/sec., 1.12 MiB/sec. | ||
| 6326 | 2025.03.03 04:55:15.556511 [ 256 ] {407956f7-46f2-4bfb-a970-6e849910dc4a} <Debug> TCPHandler: Processed in 0.006363807 sec. | ||
| 6327 | 2025.03.03 04:55:15.556707 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6328 | 2025.03.03 04:55:15.556719 [ 198 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_21_4} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6329 | 2025.03.03 04:55:15.556855 [ 198 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_21_4} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6330 | 2025.03.03 04:55:15.556873 [ 256 ] {a4f6d25d-025f-4b44-9f7c-516be6a30987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6331 | 2025.03.03 04:55:15.556981 [ 256 ] {a4f6d25d-025f-4b44-9f7c-516be6a30987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6332 | 2025.03.03 04:55:15.556993 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 6333 | 2025.03.03 04:55:15.557881 [ 256 ] {a4f6d25d-025f-4b44-9f7c-516be6a30987} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6334 | 2025.03.03 04:55:15.557926 [ 256 ] {a4f6d25d-025f-4b44-9f7c-516be6a30987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6335 | 2025.03.03 04:55:15.558318 [ 256 ] {a4f6d25d-025f-4b44-9f7c-516be6a30987} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6336 | 2025.03.03 04:55:15.558565 [ 256 ] {a4f6d25d-025f-4b44-9f7c-516be6a30987} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6337 | 2025.03.03 04:55:15.558781 [ 256 ] {a4f6d25d-025f-4b44-9f7c-516be6a30987} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001962 sec., 200815.49439347602 rows/sec., 14.21 MiB/sec. | ||
| 6338 | 2025.03.03 04:55:15.558835 [ 256 ] {a4f6d25d-025f-4b44-9f7c-516be6a30987} <Debug> TCPHandler: Processed in 0.002212718 sec. | ||
| 6339 | 2025.03.03 04:55:15.558956 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6340 | 2025.03.03 04:55:15.559062 [ 256 ] {aa0b81d2-f4ae-4b08-8aac-0582279073f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6341 | 2025.03.03 04:55:15.559109 [ 256 ] {aa0b81d2-f4ae-4b08-8aac-0582279073f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6342 | 2025.03.03 04:55:15.559549 [ 256 ] {aa0b81d2-f4ae-4b08-8aac-0582279073f9} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6343 | 2025.03.03 04:55:15.559588 [ 256 ] {aa0b81d2-f4ae-4b08-8aac-0582279073f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6344 | 2025.03.03 04:55:15.559942 [ 256 ] {aa0b81d2-f4ae-4b08-8aac-0582279073f9} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6345 | 2025.03.03 04:55:15.560178 [ 256 ] {aa0b81d2-f4ae-4b08-8aac-0582279073f9} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6346 | 2025.03.03 04:55:15.560439 [ 256 ] {aa0b81d2-f4ae-4b08-8aac-0582279073f9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001395 sec., 4301.075268817204 rows/sec., 224.71 KiB/sec. | ||
| 6347 | 2025.03.03 04:55:15.560646 [ 256 ] {aa0b81d2-f4ae-4b08-8aac-0582279073f9} <Debug> TCPHandler: Processed in 0.001738167 sec. | ||
| 6348 | 2025.03.03 04:55:15.560835 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6349 | 2025.03.03 04:55:15.560941 [ 256 ] {222f635f-28a4-4ea3-bedb-32238fc7ac8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6350 | 2025.03.03 04:55:15.560991 [ 256 ] {222f635f-28a4-4ea3-bedb-32238fc7ac8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6351 | 2025.03.03 04:55:15.561579 [ 256 ] {222f635f-28a4-4ea3-bedb-32238fc7ac8d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6352 | 2025.03.03 04:55:15.561618 [ 256 ] {222f635f-28a4-4ea3-bedb-32238fc7ac8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6353 | 2025.03.03 04:55:15.562008 [ 256 ] {222f635f-28a4-4ea3-bedb-32238fc7ac8d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6354 | 2025.03.03 04:55:15.562264 [ 256 ] {222f635f-28a4-4ea3-bedb-32238fc7ac8d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6355 | 2025.03.03 04:55:15.562491 [ 256 ] {222f635f-28a4-4ea3-bedb-32238fc7ac8d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001573 sec., 150667.51430387795 rows/sec., 10.10 MiB/sec. | ||
| 6356 | 2025.03.03 04:55:15.562587 [ 256 ] {222f635f-28a4-4ea3-bedb-32238fc7ac8d} <Debug> TCPHandler: Processed in 0.001820679 sec. | ||
| 6357 | 2025.03.03 04:55:15.562732 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6358 | 2025.03.03 04:55:15.562838 [ 256 ] {d11b6e7f-25cb-460c-be12-6ba485cef37e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6359 | 2025.03.03 04:55:15.562891 [ 256 ] {d11b6e7f-25cb-460c-be12-6ba485cef37e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6360 | 2025.03.03 04:55:15.563326 [ 256 ] {d11b6e7f-25cb-460c-be12-6ba485cef37e} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6361 | 2025.03.03 04:55:15.563365 [ 256 ] {d11b6e7f-25cb-460c-be12-6ba485cef37e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6362 | 2025.03.03 04:55:15.563707 [ 256 ] {d11b6e7f-25cb-460c-be12-6ba485cef37e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6363 | 2025.03.03 04:55:15.563945 [ 256 ] {d11b6e7f-25cb-460c-be12-6ba485cef37e} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6364 | 2025.03.03 04:55:15.564184 [ 256 ] {d11b6e7f-25cb-460c-be12-6ba485cef37e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001367 sec., 731.528895391368 rows/sec., 49.29 KiB/sec. | ||
| 6365 | 2025.03.03 04:55:15.564234 [ 256 ] {d11b6e7f-25cb-460c-be12-6ba485cef37e} <Debug> TCPHandler: Processed in 0.001552633 sec. | ||
| 6366 | 2025.03.03 04:55:15.564357 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6367 | 2025.03.03 04:55:15.564462 [ 256 ] {cf912693-75cc-4084-9c2e-dbda984740c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6368 | 2025.03.03 04:55:15.564529 [ 256 ] {cf912693-75cc-4084-9c2e-dbda984740c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6369 | 2025.03.03 04:55:15.565605 [ 256 ] {cf912693-75cc-4084-9c2e-dbda984740c3} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6370 | 2025.03.03 04:55:15.565646 [ 256 ] {cf912693-75cc-4084-9c2e-dbda984740c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6371 | 2025.03.03 04:55:15.566266 [ 256 ] {cf912693-75cc-4084-9c2e-dbda984740c3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6372 | 2025.03.03 04:55:15.566532 [ 256 ] {cf912693-75cc-4084-9c2e-dbda984740c3} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6373 | 2025.03.03 04:55:15.566793 [ 256 ] {cf912693-75cc-4084-9c2e-dbda984740c3} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002353 sec., 5099.87250318742 rows/sec., 9.14 MiB/sec. | ||
| 6374 | 2025.03.03 04:55:15.566906 [ 256 ] {cf912693-75cc-4084-9c2e-dbda984740c3} <Debug> TCPHandler: Processed in 0.002599625 sec. | ||
| 6375 | 2025.03.03 04:55:15.567020 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6376 | 2025.03.03 04:55:15.567123 [ 256 ] {6cd3d391-ec79-478b-a2e3-76442cef112d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6377 | 2025.03.03 04:55:15.567170 [ 256 ] {6cd3d391-ec79-478b-a2e3-76442cef112d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6378 | 2025.03.03 04:55:15.567622 [ 256 ] {6cd3d391-ec79-478b-a2e3-76442cef112d} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6379 | 2025.03.03 04:55:15.567666 [ 256 ] {6cd3d391-ec79-478b-a2e3-76442cef112d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6380 | 2025.03.03 04:55:15.568086 [ 256 ] {6cd3d391-ec79-478b-a2e3-76442cef112d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6381 | 2025.03.03 04:55:15.568331 [ 256 ] {6cd3d391-ec79-478b-a2e3-76442cef112d} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6382 | 2025.03.03 04:55:15.568550 [ 256 ] {6cd3d391-ec79-478b-a2e3-76442cef112d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00145 sec., 56551.724137931036 rows/sec., 3.59 MiB/sec. | ||
| 6383 | 2025.03.03 04:55:15.568603 [ 256 ] {6cd3d391-ec79-478b-a2e3-76442cef112d} <Debug> TCPHandler: Processed in 0.001632495 sec. | ||
| 6384 | 2025.03.03 04:55:20.111571 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6385 | 2025.03.03 04:55:20.111630 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6386 | 2025.03.03 04:55:20.241401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6387 | 2025.03.03 04:55:20.242093 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6388 | 2025.03.03 04:55:20.242147 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6389 | 2025.03.03 04:55:20.242680 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6390 | 2025.03.03 04:55:20.242947 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6391 | 2025.03.03 04:55:20.243299 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6392 | 2025.03.03 04:55:20.530302 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6393 | 2025.03.03 04:55:20.530583 [ 256 ] {b78287ec-a250-4316-8f75-70aa934ffd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6394 | 2025.03.03 04:55:20.530692 [ 256 ] {b78287ec-a250-4316-8f75-70aa934ffd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6395 | 2025.03.03 04:55:20.531689 [ 256 ] {b78287ec-a250-4316-8f75-70aa934ffd3c} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6396 | 2025.03.03 04:55:20.531739 [ 256 ] {b78287ec-a250-4316-8f75-70aa934ffd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6397 | 2025.03.03 04:55:20.532171 [ 256 ] {b78287ec-a250-4316-8f75-70aa934ffd3c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6398 | 2025.03.03 04:55:20.532424 [ 256 ] {b78287ec-a250-4316-8f75-70aa934ffd3c} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6399 | 2025.03.03 04:55:20.532659 [ 256 ] {b78287ec-a250-4316-8f75-70aa934ffd3c} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002148 sec., 51210.42830540037 rows/sec., 4.29 MiB/sec. | ||
| 6400 | 2025.03.03 04:55:20.532726 [ 256 ] {b78287ec-a250-4316-8f75-70aa934ffd3c} <Debug> TCPHandler: Processed in 0.002595206 sec. | ||
| 6401 | 2025.03.03 04:55:20.532856 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6402 | 2025.03.03 04:55:20.532971 [ 256 ] {f5556e24-7cbb-4936-a7a3-50d378af1cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6403 | 2025.03.03 04:55:20.533020 [ 256 ] {f5556e24-7cbb-4936-a7a3-50d378af1cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6404 | 2025.03.03 04:55:20.533560 [ 256 ] {f5556e24-7cbb-4936-a7a3-50d378af1cd6} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6405 | 2025.03.03 04:55:20.533601 [ 256 ] {f5556e24-7cbb-4936-a7a3-50d378af1cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6406 | 2025.03.03 04:55:20.533948 [ 256 ] {f5556e24-7cbb-4936-a7a3-50d378af1cd6} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6407 | 2025.03.03 04:55:20.534187 [ 256 ] {f5556e24-7cbb-4936-a7a3-50d378af1cd6} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6408 | 2025.03.03 04:55:20.534407 [ 256 ] {f5556e24-7cbb-4936-a7a3-50d378af1cd6} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001465 sec., 18430.034129692835 rows/sec., 1.35 MiB/sec. | ||
| 6409 | 2025.03.03 04:55:20.534461 [ 256 ] {f5556e24-7cbb-4936-a7a3-50d378af1cd6} <Debug> TCPHandler: Processed in 0.001660955 sec. | ||
| 6410 | 2025.03.03 04:55:20.534565 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6411 | 2025.03.03 04:55:20.534669 [ 256 ] {a1f40299-f889-4e93-b510-896d8e6710cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6412 | 2025.03.03 04:55:20.534715 [ 256 ] {a1f40299-f889-4e93-b510-896d8e6710cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6413 | 2025.03.03 04:55:20.535268 [ 256 ] {a1f40299-f889-4e93-b510-896d8e6710cb} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6414 | 2025.03.03 04:55:20.535308 [ 256 ] {a1f40299-f889-4e93-b510-896d8e6710cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6415 | 2025.03.03 04:55:20.535656 [ 256 ] {a1f40299-f889-4e93-b510-896d8e6710cb} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6416 | 2025.03.03 04:55:20.535892 [ 256 ] {a1f40299-f889-4e93-b510-896d8e6710cb} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6417 | 2025.03.03 04:55:20.536119 [ 256 ] {a1f40299-f889-4e93-b510-896d8e6710cb} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001473 sec., 61778.68295994569 rows/sec., 4.82 MiB/sec. | ||
| 6418 | 2025.03.03 04:55:20.536171 [ 256 ] {a1f40299-f889-4e93-b510-896d8e6710cb} <Debug> TCPHandler: Processed in 0.001656256 sec. | ||
| 6419 | 2025.03.03 04:55:20.536274 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6420 | 2025.03.03 04:55:20.536375 [ 256 ] {9c07ddba-f32a-4c1b-9ae2-219581e2a609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6421 | 2025.03.03 04:55:20.536423 [ 256 ] {9c07ddba-f32a-4c1b-9ae2-219581e2a609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6422 | 2025.03.03 04:55:20.536938 [ 256 ] {9c07ddba-f32a-4c1b-9ae2-219581e2a609} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6423 | 2025.03.03 04:55:20.536977 [ 256 ] {9c07ddba-f32a-4c1b-9ae2-219581e2a609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6424 | 2025.03.03 04:55:20.537349 [ 256 ] {9c07ddba-f32a-4c1b-9ae2-219581e2a609} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6425 | 2025.03.03 04:55:20.537578 [ 256 ] {9c07ddba-f32a-4c1b-9ae2-219581e2a609} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6426 | 2025.03.03 04:55:20.537785 [ 256 ] {9c07ddba-f32a-4c1b-9ae2-219581e2a609} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001432 sec., 111731.843575419 rows/sec., 7.78 MiB/sec. | ||
| 6427 | 2025.03.03 04:55:20.537835 [ 256 ] {9c07ddba-f32a-4c1b-9ae2-219581e2a609} <Debug> TCPHandler: Processed in 0.001612334 sec. | ||
| 6428 | 2025.03.03 04:55:20.537940 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6429 | 2025.03.03 04:55:20.538041 [ 256 ] {9cdb6955-a653-47ed-bbdd-77b7e26af054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6430 | 2025.03.03 04:55:20.538147 [ 256 ] {9cdb6955-a653-47ed-bbdd-77b7e26af054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6431 | 2025.03.03 04:55:20.539450 [ 256 ] {9cdb6955-a653-47ed-bbdd-77b7e26af054} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6432 | 2025.03.03 04:55:20.539553 [ 256 ] {9cdb6955-a653-47ed-bbdd-77b7e26af054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6433 | 2025.03.03 04:55:20.540433 [ 256 ] {9cdb6955-a653-47ed-bbdd-77b7e26af054} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6434 | 2025.03.03 04:55:20.540751 [ 256 ] {9cdb6955-a653-47ed-bbdd-77b7e26af054} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6435 | 2025.03.03 04:55:20.541013 [ 119 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6436 | 2025.03.03 04:55:20.541113 [ 119 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6437 | 2025.03.03 04:55:20.541126 [ 256 ] {9cdb6955-a653-47ed-bbdd-77b7e26af054} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003092 sec., 8732.212160413972 rows/sec., 15.65 MiB/sec. | ||
| 6438 | 2025.03.03 04:55:20.541160 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.70 GiB. | ||
| 6439 | 2025.03.03 04:55:20.541606 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 6440 | 2025.03.03 04:55:20.541615 [ 256 ] {9cdb6955-a653-47ed-bbdd-77b7e26af054} <Debug> TCPHandler: Processed in 0.00372254 sec. | ||
| 6441 | 2025.03.03 04:55:20.541949 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6442 | 2025.03.03 04:55:20.542185 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6443 | 2025.03.03 04:55:20.542214 [ 256 ] {337c5c50-8bd3-454c-a35c-33422fb48afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6444 | 2025.03.03 04:55:20.542322 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 543 rows starting from the beginning of the part | ||
| 6445 | 2025.03.03 04:55:20.542333 [ 256 ] {337c5c50-8bd3-454c-a35c-33422fb48afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6446 | 2025.03.03 04:55:20.543172 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 27 rows starting from the beginning of the part | ||
| 6447 | 2025.03.03 04:55:20.543821 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 12 rows starting from the beginning of the part | ||
| 6448 | 2025.03.03 04:55:20.544645 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 27 rows starting from the beginning of the part | ||
| 6449 | 2025.03.03 04:55:20.544706 [ 256 ] {337c5c50-8bd3-454c-a35c-33422fb48afe} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6450 | 2025.03.03 04:55:20.544780 [ 256 ] {337c5c50-8bd3-454c-a35c-33422fb48afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6451 | 2025.03.03 04:55:20.545253 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 12 rows starting from the beginning of the part | ||
| 6452 | 2025.03.03 04:55:20.545896 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part | ||
| 6453 | 2025.03.03 04:55:20.546188 [ 256 ] {337c5c50-8bd3-454c-a35c-33422fb48afe} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6454 | 2025.03.03 04:55:20.547078 [ 256 ] {337c5c50-8bd3-454c-a35c-33422fb48afe} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2025.03.03 04:55:20.547466 [ 256 ] {337c5c50-8bd3-454c-a35c-33422fb48afe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005321 sec., 11276.075925577898 rows/sec., 778.17 KiB/sec. | ||
| 6456 | 2025.03.03 04:55:20.547622 [ 256 ] {337c5c50-8bd3-454c-a35c-33422fb48afe} <Debug> TCPHandler: Processed in 0.005763274 sec. | ||
| 6457 | 2025.03.03 04:55:20.554023 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 19 columns (19 merged, 0 gathered) in 0.012696872 sec., 51036.1922212022 rows/sec., 91.45 MiB/sec. | ||
| 6458 | 2025.03.03 04:55:20.554609 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6459 | 2025.03.03 04:55:20.555006 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6460 | 2025.03.03 04:55:20.555088 [ 194 ] {1a441893-9993-4f87-907b-84f593661890::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6461 | 2025.03.03 04:55:20.555197 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 6462 | 2025.03.03 04:55:21.000171 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.37 MiB, peak 204.81 MiB, free memory in arenas 0.00 B, will set to 198.65 MiB (RSS), difference: 1.28 MiB | ||
| 6463 | 2025.03.03 04:55:21.218176 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6464 | 2025.03.03 04:55:21.240280 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6465 | 2025.03.03 04:55:21.240336 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6466 | 2025.03.03 04:55:21.247811 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6467 | 2025.03.03 04:55:21.248618 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6468 | 2025.03.03 04:55:21.251500 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6469 | 2025.03.03 04:55:23.338145 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6470 | 2025.03.03 04:55:23.338359 [ 256 ] {193548c3-5b37-4081-816e-a6f61d6bc89e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6471 | 2025.03.03 04:55:23.338442 [ 256 ] {193548c3-5b37-4081-816e-a6f61d6bc89e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6472 | 2025.03.03 04:55:23.339385 [ 256 ] {193548c3-5b37-4081-816e-a6f61d6bc89e} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6473 | 2025.03.03 04:55:23.339440 [ 256 ] {193548c3-5b37-4081-816e-a6f61d6bc89e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6474 | 2025.03.03 04:55:23.339894 [ 256 ] {193548c3-5b37-4081-816e-a6f61d6bc89e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6475 | 2025.03.03 04:55:23.340170 [ 256 ] {193548c3-5b37-4081-816e-a6f61d6bc89e} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6476 | 2025.03.03 04:55:23.340330 [ 117 ] {} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6477 | 2025.03.03 04:55:23.340380 [ 117 ] {} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6478 | 2025.03.03 04:55:23.340388 [ 256 ] {193548c3-5b37-4081-816e-a6f61d6bc89e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002086 sec., 101629.91371045061 rows/sec., 6.46 MiB/sec. | ||
| 6479 | 2025.03.03 04:55:23.340408 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6480 | 2025.03.03 04:55:23.340494 [ 256 ] {193548c3-5b37-4081-816e-a6f61d6bc89e} <Debug> TCPHandler: Processed in 0.002491363 sec. | ||
| 6481 | 2025.03.03 04:55:23.340852 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6482 | 2025.03.03 04:55:23.340886 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 6483 | 2025.03.03 04:55:23.341092 [ 256 ] {c11e89f3-fbbd-41c5-86f4-d254c1db8883} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6484 | 2025.03.03 04:55:23.341203 [ 256 ] {c11e89f3-fbbd-41c5-86f4-d254c1db8883} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6485 | 2025.03.03 04:55:23.341285 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6486 | 2025.03.03 04:55:23.341391 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 6487 | 2025.03.03 04:55:23.341651 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 6488 | 2025.03.03 04:55:23.342036 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 6489 | 2025.03.03 04:55:23.342417 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 6490 | 2025.03.03 04:55:23.342766 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 6491 | 2025.03.03 04:55:23.344622 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004087837 sec., 259305.83827094865 rows/sec., 17.48 MiB/sec. | ||
| 6492 | 2025.03.03 04:55:23.344823 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6493 | 2025.03.03 04:55:23.345192 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_21_5} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6494 | 2025.03.03 04:55:23.345298 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_21_5} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6495 | 2025.03.03 04:55:23.345324 [ 256 ] {c11e89f3-fbbd-41c5-86f4-d254c1db8883} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6496 | 2025.03.03 04:55:23.345425 [ 256 ] {c11e89f3-fbbd-41c5-86f4-d254c1db8883} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6497 | 2025.03.03 04:55:23.345447 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6498 | 2025.03.03 04:55:23.345960 [ 256 ] {c11e89f3-fbbd-41c5-86f4-d254c1db8883} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6499 | 2025.03.03 04:55:23.346218 [ 256 ] {c11e89f3-fbbd-41c5-86f4-d254c1db8883} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6500 | 2025.03.03 04:55:23.346419 [ 256 ] {c11e89f3-fbbd-41c5-86f4-d254c1db8883} <Debug> executeQuery: Read 1781 rows, 147.83 KiB in 0.005407 sec., 329387.8305899759 rows/sec., 26.70 MiB/sec. | ||
| 6501 | 2025.03.03 04:55:23.346513 [ 256 ] {c11e89f3-fbbd-41c5-86f4-d254c1db8883} <Debug> TCPHandler: Processed in 0.005776444 sec. | ||
| 6502 | 2025.03.03 04:55:23.346773 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6503 | 2025.03.03 04:55:23.346894 [ 256 ] {408fcced-0529-42fe-94dc-909d445e20cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6504 | 2025.03.03 04:55:23.346939 [ 256 ] {408fcced-0529-42fe-94dc-909d445e20cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6505 | 2025.03.03 04:55:23.347554 [ 256 ] {408fcced-0529-42fe-94dc-909d445e20cd} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6506 | 2025.03.03 04:55:23.347592 [ 256 ] {408fcced-0529-42fe-94dc-909d445e20cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6507 | 2025.03.03 04:55:23.347948 [ 256 ] {408fcced-0529-42fe-94dc-909d445e20cd} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6508 | 2025.03.03 04:55:23.348184 [ 256 ] {408fcced-0529-42fe-94dc-909d445e20cd} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6509 | 2025.03.03 04:55:23.348394 [ 256 ] {408fcced-0529-42fe-94dc-909d445e20cd} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001524 sec., 77427.8215223097 rows/sec., 4.67 MiB/sec. | ||
| 6510 | 2025.03.03 04:55:23.348449 [ 256 ] {408fcced-0529-42fe-94dc-909d445e20cd} <Debug> TCPHandler: Processed in 0.001773348 sec. | ||
| 6511 | 2025.03.03 04:55:23.348569 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6512 | 2025.03.03 04:55:23.348675 [ 256 ] {b9b079ab-0955-4ed8-8f26-dba40b3c7285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6513 | 2025.03.03 04:55:23.348718 [ 256 ] {b9b079ab-0955-4ed8-8f26-dba40b3c7285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6514 | 2025.03.03 04:55:23.349441 [ 256 ] {b9b079ab-0955-4ed8-8f26-dba40b3c7285} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6515 | 2025.03.03 04:55:23.349481 [ 256 ] {b9b079ab-0955-4ed8-8f26-dba40b3c7285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6516 | 2025.03.03 04:55:23.349843 [ 256 ] {b9b079ab-0955-4ed8-8f26-dba40b3c7285} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6517 | 2025.03.03 04:55:23.350095 [ 256 ] {b9b079ab-0955-4ed8-8f26-dba40b3c7285} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6518 | 2025.03.03 04:55:23.350304 [ 256 ] {b9b079ab-0955-4ed8-8f26-dba40b3c7285} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001651 sec., 206541.49000605693 rows/sec., 13.78 MiB/sec. | ||
| 6519 | 2025.03.03 04:55:23.350358 [ 256 ] {b9b079ab-0955-4ed8-8f26-dba40b3c7285} <Debug> TCPHandler: Processed in 0.001840759 sec. | ||
| 6520 | 2025.03.03 04:55:23.350464 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6521 | 2025.03.03 04:55:23.350564 [ 256 ] {e9a1c515-1f3d-4790-9bc7-30ea81ec887c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6522 | 2025.03.03 04:55:23.350608 [ 256 ] {e9a1c515-1f3d-4790-9bc7-30ea81ec887c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6523 | 2025.03.03 04:55:23.351180 [ 256 ] {e9a1c515-1f3d-4790-9bc7-30ea81ec887c} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6524 | 2025.03.03 04:55:23.351219 [ 256 ] {e9a1c515-1f3d-4790-9bc7-30ea81ec887c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6525 | 2025.03.03 04:55:23.351562 [ 256 ] {e9a1c515-1f3d-4790-9bc7-30ea81ec887c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6526 | 2025.03.03 04:55:23.351795 [ 256 ] {e9a1c515-1f3d-4790-9bc7-30ea81ec887c} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6527 | 2025.03.03 04:55:23.351950 [ 116 ] {} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6528 | 2025.03.03 04:55:23.352022 [ 256 ] {e9a1c515-1f3d-4790-9bc7-30ea81ec887c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001473 sec., 76035.30210454855 rows/sec., 4.33 MiB/sec. | ||
| 6529 | 2025.03.03 04:55:23.352031 [ 116 ] {} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6530 | 2025.03.03 04:55:23.352106 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6531 | 2025.03.03 04:55:23.352143 [ 256 ] {e9a1c515-1f3d-4790-9bc7-30ea81ec887c} <Debug> TCPHandler: Processed in 0.001725237 sec. | ||
| 6532 | 2025.03.03 04:55:23.352499 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6533 | 2025.03.03 04:55:23.352570 [ 192 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 6534 | 2025.03.03 04:55:23.352749 [ 256 ] {1a92accb-6381-4c76-b38b-c27517f1739d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6535 | 2025.03.03 04:55:23.352858 [ 256 ] {1a92accb-6381-4c76-b38b-c27517f1739d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6536 | 2025.03.03 04:55:23.352904 [ 192 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6537 | 2025.03.03 04:55:23.353013 [ 192 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 6538 | 2025.03.03 04:55:23.353327 [ 192 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 6539 | 2025.03.03 04:55:23.353686 [ 192 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 6540 | 2025.03.03 04:55:23.354044 [ 192 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 6541 | 2025.03.03 04:55:23.354355 [ 192 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 6542 | 2025.03.03 04:55:23.356282 [ 256 ] {1a92accb-6381-4c76-b38b-c27517f1739d} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6543 | 2025.03.03 04:55:23.356388 [ 256 ] {1a92accb-6381-4c76-b38b-c27517f1739d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6544 | 2025.03.03 04:55:23.356548 [ 200 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004321703 sec., 129578.54808625212 rows/sec., 7.88 MiB/sec. | ||
| 6545 | 2025.03.03 04:55:23.356752 [ 200 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6546 | 2025.03.03 04:55:23.357348 [ 256 ] {1a92accb-6381-4c76-b38b-c27517f1739d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6547 | 2025.03.03 04:55:23.357396 [ 200 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_21_5} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6548 | 2025.03.03 04:55:23.357546 [ 200 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_21_5} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6549 | 2025.03.03 04:55:23.357688 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6550 | 2025.03.03 04:55:23.357790 [ 256 ] {1a92accb-6381-4c76-b38b-c27517f1739d} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6551 | 2025.03.03 04:55:23.358021 [ 256 ] {1a92accb-6381-4c76-b38b-c27517f1739d} <Debug> executeQuery: Read 850 rows, 62.83 KiB in 0.005337 sec., 159265.50496533635 rows/sec., 11.50 MiB/sec. | ||
| 6552 | 2025.03.03 04:55:23.358085 [ 256 ] {1a92accb-6381-4c76-b38b-c27517f1739d} <Debug> TCPHandler: Processed in 0.005723033 sec. | ||
| 6553 | 2025.03.03 04:55:23.358207 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6554 | 2025.03.03 04:55:23.358314 [ 256 ] {f26ff72e-4e13-4c36-9cae-8b8dabde29f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6555 | 2025.03.03 04:55:23.358361 [ 256 ] {f26ff72e-4e13-4c36-9cae-8b8dabde29f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6556 | 2025.03.03 04:55:23.358816 [ 256 ] {f26ff72e-4e13-4c36-9cae-8b8dabde29f2} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6557 | 2025.03.03 04:55:23.358855 [ 256 ] {f26ff72e-4e13-4c36-9cae-8b8dabde29f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6558 | 2025.03.03 04:55:23.359213 [ 256 ] {f26ff72e-4e13-4c36-9cae-8b8dabde29f2} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6559 | 2025.03.03 04:55:23.359454 [ 256 ] {f26ff72e-4e13-4c36-9cae-8b8dabde29f2} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6560 | 2025.03.03 04:55:23.359611 [ 116 ] {} <Debug> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6561 | 2025.03.03 04:55:23.359673 [ 116 ] {} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6562 | 2025.03.03 04:55:23.359711 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6563 | 2025.03.03 04:55:23.359719 [ 256 ] {f26ff72e-4e13-4c36-9cae-8b8dabde29f2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 221.69 KiB/sec. | ||
| 6564 | 2025.03.03 04:55:23.359923 [ 256 ] {f26ff72e-4e13-4c36-9cae-8b8dabde29f2} <Debug> TCPHandler: Processed in 0.001763448 sec. | ||
| 6565 | 2025.03.03 04:55:23.359994 [ 187 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 6566 | 2025.03.03 04:55:23.360110 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6567 | 2025.03.03 04:55:23.360193 [ 187 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6568 | 2025.03.03 04:55:23.360264 [ 187 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 6569 | 2025.03.03 04:55:23.360304 [ 256 ] {1532dc9d-1b63-4641-8106-7ddb96d6dfd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6570 | 2025.03.03 04:55:23.360460 [ 187 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 6571 | 2025.03.03 04:55:23.360460 [ 256 ] {1532dc9d-1b63-4641-8106-7ddb96d6dfd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6572 | 2025.03.03 04:55:23.360777 [ 187 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 6573 | 2025.03.03 04:55:23.361168 [ 187 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 6574 | 2025.03.03 04:55:23.361500 [ 187 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 6575 | 2025.03.03 04:55:23.361793 [ 187 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 6576 | 2025.03.03 04:55:23.363854 [ 256 ] {1532dc9d-1b63-4641-8106-7ddb96d6dfd0} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6577 | 2025.03.03 04:55:23.363944 [ 256 ] {1532dc9d-1b63-4641-8106-7ddb96d6dfd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6578 | 2025.03.03 04:55:23.364358 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004545477 sec., 27719.863063876463 rows/sec., 1.41 MiB/sec. | ||
| 6579 | 2025.03.03 04:55:23.364592 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6580 | 2025.03.03 04:55:23.364996 [ 256 ] {1532dc9d-1b63-4641-8106-7ddb96d6dfd0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6581 | 2025.03.03 04:55:23.365181 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_21_4} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6582 | 2025.03.03 04:55:23.365353 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_21_4} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6583 | 2025.03.03 04:55:23.365529 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6584 | 2025.03.03 04:55:23.365538 [ 256 ] {1532dc9d-1b63-4641-8106-7ddb96d6dfd0} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6585 | 2025.03.03 04:55:23.365838 [ 256 ] {1532dc9d-1b63-4641-8106-7ddb96d6dfd0} <Debug> executeQuery: Read 1019 rows, 69.53 KiB in 0.005595 sec., 182126.89901697944 rows/sec., 12.14 MiB/sec. | ||
| 6586 | 2025.03.03 04:55:23.365956 [ 256 ] {1532dc9d-1b63-4641-8106-7ddb96d6dfd0} <Debug> TCPHandler: Processed in 0.005926767 sec. | ||
| 6587 | 2025.03.03 04:55:23.366255 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6588 | 2025.03.03 04:55:23.366384 [ 256 ] {6612dbb1-2d28-4d3a-9842-d996d76fdbfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6589 | 2025.03.03 04:55:23.366436 [ 256 ] {6612dbb1-2d28-4d3a-9842-d996d76fdbfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6590 | 2025.03.03 04:55:23.366883 [ 256 ] {6612dbb1-2d28-4d3a-9842-d996d76fdbfb} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6591 | 2025.03.03 04:55:23.366922 [ 256 ] {6612dbb1-2d28-4d3a-9842-d996d76fdbfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6592 | 2025.03.03 04:55:23.367275 [ 256 ] {6612dbb1-2d28-4d3a-9842-d996d76fdbfb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6593 | 2025.03.03 04:55:23.367514 [ 256 ] {6612dbb1-2d28-4d3a-9842-d996d76fdbfb} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6594 | 2025.03.03 04:55:23.367726 [ 256 ] {6612dbb1-2d28-4d3a-9842-d996d76fdbfb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001365 sec., 732.6007326007326 rows/sec., 49.36 KiB/sec. | ||
| 6595 | 2025.03.03 04:55:23.367777 [ 256 ] {6612dbb1-2d28-4d3a-9842-d996d76fdbfb} <Debug> TCPHandler: Processed in 0.001634165 sec. | ||
| 6596 | 2025.03.03 04:55:23.367883 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6597 | 2025.03.03 04:55:23.367985 [ 256 ] {e0ba3045-24cf-4fa0-b295-10c7ec18f456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6598 | 2025.03.03 04:55:23.368051 [ 256 ] {e0ba3045-24cf-4fa0-b295-10c7ec18f456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6599 | 2025.03.03 04:55:23.369127 [ 256 ] {e0ba3045-24cf-4fa0-b295-10c7ec18f456} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6600 | 2025.03.03 04:55:23.369166 [ 256 ] {e0ba3045-24cf-4fa0-b295-10c7ec18f456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6601 | 2025.03.03 04:55:23.369770 [ 256 ] {e0ba3045-24cf-4fa0-b295-10c7ec18f456} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6602 | 2025.03.03 04:55:23.370032 [ 256 ] {e0ba3045-24cf-4fa0-b295-10c7ec18f456} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6603 | 2025.03.03 04:55:23.370298 [ 256 ] {e0ba3045-24cf-4fa0-b295-10c7ec18f456} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002333 sec., 5143.591941705958 rows/sec., 9.22 MiB/sec. | ||
| 6604 | 2025.03.03 04:55:23.370610 [ 256 ] {e0ba3045-24cf-4fa0-b295-10c7ec18f456} <Debug> TCPHandler: Processed in 0.002776609 sec. | ||
| 6605 | 2025.03.03 04:55:23.370745 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6606 | 2025.03.03 04:55:23.370851 [ 256 ] {50f95e79-bc35-49ec-9b98-fd3701d09f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6607 | 2025.03.03 04:55:23.370899 [ 256 ] {50f95e79-bc35-49ec-9b98-fd3701d09f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6608 | 2025.03.03 04:55:23.371344 [ 256 ] {50f95e79-bc35-49ec-9b98-fd3701d09f6f} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6609 | 2025.03.03 04:55:23.371382 [ 256 ] {50f95e79-bc35-49ec-9b98-fd3701d09f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6610 | 2025.03.03 04:55:23.371746 [ 256 ] {50f95e79-bc35-49ec-9b98-fd3701d09f6f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6611 | 2025.03.03 04:55:23.371984 [ 256 ] {50f95e79-bc35-49ec-9b98-fd3701d09f6f} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6612 | 2025.03.03 04:55:23.372193 [ 256 ] {50f95e79-bc35-49ec-9b98-fd3701d09f6f} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001363 sec., 42553.1914893617 rows/sec., 2.63 MiB/sec. | ||
| 6613 | 2025.03.03 04:55:23.372242 [ 256 ] {50f95e79-bc35-49ec-9b98-fd3701d09f6f} <Debug> TCPHandler: Processed in 0.001547113 sec. | ||
| 6614 | 2025.03.03 04:55:25.303202 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 950 | ||
| 6615 | 2025.03.03 04:55:25.306622 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6616 | 2025.03.03 04:55:25.306663 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6617 | 2025.03.03 04:55:25.308163 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6618 | 2025.03.03 04:55:25.308494 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6619 | 2025.03.03 04:55:25.308975 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 950 | ||
| 6620 | 2025.03.03 04:55:25.524394 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6621 | 2025.03.03 04:55:25.524591 [ 256 ] {b04d74eb-50fc-472d-a926-84c5017e5be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6622 | 2025.03.03 04:55:25.524666 [ 256 ] {b04d74eb-50fc-472d-a926-84c5017e5be0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6623 | 2025.03.03 04:55:25.525559 [ 256 ] {b04d74eb-50fc-472d-a926-84c5017e5be0} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6624 | 2025.03.03 04:55:25.525611 [ 256 ] {b04d74eb-50fc-472d-a926-84c5017e5be0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6625 | 2025.03.03 04:55:25.526055 [ 256 ] {b04d74eb-50fc-472d-a926-84c5017e5be0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6626 | 2025.03.03 04:55:25.526316 [ 256 ] {b04d74eb-50fc-472d-a926-84c5017e5be0} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6627 | 2025.03.03 04:55:25.526561 [ 256 ] {b04d74eb-50fc-472d-a926-84c5017e5be0} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002022 sec., 27695.351137487636 rows/sec., 2.11 MiB/sec. | ||
| 6628 | 2025.03.03 04:55:25.526634 [ 256 ] {b04d74eb-50fc-472d-a926-84c5017e5be0} <Debug> TCPHandler: Processed in 0.002390441 sec. | ||
| 6629 | 2025.03.03 04:55:25.526777 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6630 | 2025.03.03 04:55:25.526890 [ 256 ] {1099e503-513c-42ae-ac00-b483a882f07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6631 | 2025.03.03 04:55:25.526941 [ 256 ] {1099e503-513c-42ae-ac00-b483a882f07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6632 | 2025.03.03 04:55:25.527531 [ 256 ] {1099e503-513c-42ae-ac00-b483a882f07c} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6633 | 2025.03.03 04:55:25.527573 [ 256 ] {1099e503-513c-42ae-ac00-b483a882f07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6634 | 2025.03.03 04:55:25.527947 [ 256 ] {1099e503-513c-42ae-ac00-b483a882f07c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6635 | 2025.03.03 04:55:25.528193 [ 256 ] {1099e503-513c-42ae-ac00-b483a882f07c} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6636 | 2025.03.03 04:55:25.528424 [ 256 ] {1099e503-513c-42ae-ac00-b483a882f07c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001561 sec., 40999.35938500961 rows/sec., 3.20 MiB/sec. | ||
| 6637 | 2025.03.03 04:55:25.528481 [ 256 ] {1099e503-513c-42ae-ac00-b483a882f07c} <Debug> TCPHandler: Processed in 0.001757557 sec. | ||
| 6638 | 2025.03.03 04:55:25.528601 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6639 | 2025.03.03 04:55:25.528713 [ 256 ] {47e7eadd-384a-4826-b704-2ca58237098f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6640 | 2025.03.03 04:55:25.528765 [ 256 ] {47e7eadd-384a-4826-b704-2ca58237098f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6641 | 2025.03.03 04:55:25.529271 [ 256 ] {47e7eadd-384a-4826-b704-2ca58237098f} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6642 | 2025.03.03 04:55:25.529312 [ 256 ] {47e7eadd-384a-4826-b704-2ca58237098f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6643 | 2025.03.03 04:55:25.529702 [ 256 ] {47e7eadd-384a-4826-b704-2ca58237098f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6644 | 2025.03.03 04:55:25.529960 [ 256 ] {47e7eadd-384a-4826-b704-2ca58237098f} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6645 | 2025.03.03 04:55:25.530176 [ 256 ] {47e7eadd-384a-4826-b704-2ca58237098f} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001489 sec., 42981.86702484889 rows/sec., 2.99 MiB/sec. | ||
| 6646 | 2025.03.03 04:55:25.530232 [ 256 ] {47e7eadd-384a-4826-b704-2ca58237098f} <Debug> TCPHandler: Processed in 0.001683536 sec. | ||
| 6647 | 2025.03.03 04:55:25.530351 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6648 | 2025.03.03 04:55:25.530460 [ 256 ] {d1bba376-a339-4469-bd32-6deb9084725a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6649 | 2025.03.03 04:55:25.530509 [ 256 ] {d1bba376-a339-4469-bd32-6deb9084725a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6650 | 2025.03.03 04:55:25.530952 [ 256 ] {d1bba376-a339-4469-bd32-6deb9084725a} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6651 | 2025.03.03 04:55:25.530992 [ 256 ] {d1bba376-a339-4469-bd32-6deb9084725a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6652 | 2025.03.03 04:55:25.531377 [ 256 ] {d1bba376-a339-4469-bd32-6deb9084725a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6653 | 2025.03.03 04:55:25.531618 [ 256 ] {d1bba376-a339-4469-bd32-6deb9084725a} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6654 | 2025.03.03 04:55:25.531842 [ 256 ] {d1bba376-a339-4469-bd32-6deb9084725a} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001406 sec., 17069.701280227597 rows/sec., 1.15 MiB/sec. | ||
| 6655 | 2025.03.03 04:55:25.531900 [ 256 ] {d1bba376-a339-4469-bd32-6deb9084725a} <Debug> TCPHandler: Processed in 0.001599705 sec. | ||
| 6656 | 2025.03.03 04:55:27.744404 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6657 | 2025.03.03 04:55:27.745063 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6658 | 2025.03.03 04:55:27.745111 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6659 | 2025.03.03 04:55:27.745640 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6660 | 2025.03.03 04:55:27.745910 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6661 | 2025.03.03 04:55:27.746112 [ 110 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6662 | 2025.03.03 04:55:27.746180 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6663 | 2025.03.03 04:55:27.746221 [ 110 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6664 | 2025.03.03 04:55:27.746255 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6665 | 2025.03.03 04:55:27.746456 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 6666 | 2025.03.03 04:55:27.746709 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6667 | 2025.03.03 04:55:27.746783 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 6668 | 2025.03.03 04:55:27.746949 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 6669 | 2025.03.03 04:55:27.747209 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 6670 | 2025.03.03 04:55:27.747404 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 6671 | 2025.03.03 04:55:27.747573 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 6672 | 2025.03.03 04:55:27.747769 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 6673 | 2025.03.03 04:55:27.749949 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003606817 sec., 3940593.603723172 rows/sec., 56.37 MiB/sec. | ||
| 6674 | 2025.03.03 04:55:27.750405 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6675 | 2025.03.03 04:55:27.750705 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_31_6} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6676 | 2025.03.03 04:55:27.750787 [ 196 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_31_6} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6677 | 2025.03.03 04:55:27.750891 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6678 | 2025.03.03 04:55:28.752542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6679 | 2025.03.03 04:55:28.774190 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6680 | 2025.03.03 04:55:28.774260 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6681 | 2025.03.03 04:55:28.781558 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6682 | 2025.03.03 04:55:28.782366 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6683 | 2025.03.03 04:55:28.782737 [ 85 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6684 | 2025.03.03 04:55:28.782880 [ 85 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6685 | 2025.03.03 04:55:28.782951 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6686 | 2025.03.03 04:55:28.783447 [ 196 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 6687 | 2025.03.03 04:55:28.797299 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6688 | 2025.03.03 04:55:28.799148 [ 196 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6689 | 2025.03.03 04:55:28.800849 [ 196 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 6690 | 2025.03.03 04:55:28.807111 [ 196 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 6691 | 2025.03.03 04:55:28.813604 [ 196 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 6692 | 2025.03.03 04:55:28.819068 [ 196 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
| 6693 | 2025.03.03 04:55:28.824715 [ 196 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 6694 | 2025.03.03 04:55:28.829212 [ 196 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part | ||
| 6695 | 2025.03.03 04:55:28.886748 [ 186 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.103630289 sec., 2258.027090901966 rows/sec., 11.68 MiB/sec. | ||
| 6696 | 2025.03.03 04:55:28.889740 [ 189 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6697 | 2025.03.03 04:55:28.892810 [ 189 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_31_6} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6698 | 2025.03.03 04:55:28.892945 [ 189 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_31_6} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6699 | 2025.03.03 04:55:28.895718 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. | ||
| 6700 | 2025.03.03 04:55:29.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 200.46 MiB, peak 211.02 MiB, free memory in arenas 0.00 B, will set to 201.94 MiB (RSS), difference: 1.48 MiB | ||
| 6701 | 2025.03.03 04:55:30.531358 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6702 | 2025.03.03 04:55:30.531638 [ 256 ] {8895deae-cdcb-4415-ad87-383ddf2ddc51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6703 | 2025.03.03 04:55:30.531742 [ 256 ] {8895deae-cdcb-4415-ad87-383ddf2ddc51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6704 | 2025.03.03 04:55:30.532795 [ 256 ] {8895deae-cdcb-4415-ad87-383ddf2ddc51} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6705 | 2025.03.03 04:55:30.532844 [ 256 ] {8895deae-cdcb-4415-ad87-383ddf2ddc51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6706 | 2025.03.03 04:55:30.533285 [ 256 ] {8895deae-cdcb-4415-ad87-383ddf2ddc51} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6707 | 2025.03.03 04:55:30.533539 [ 256 ] {8895deae-cdcb-4415-ad87-383ddf2ddc51} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6708 | 2025.03.03 04:55:30.533767 [ 64 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6709 | 2025.03.03 04:55:30.533796 [ 256 ] {8895deae-cdcb-4415-ad87-383ddf2ddc51} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002234 sec., 49239.033124440466 rows/sec., 4.13 MiB/sec. | ||
| 6710 | 2025.03.03 04:55:30.533896 [ 64 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6711 | 2025.03.03 04:55:30.533984 [ 256 ] {8895deae-cdcb-4415-ad87-383ddf2ddc51} <Debug> TCPHandler: Processed in 0.00279899 sec. | ||
| 6712 | 2025.03.03 04:55:30.533994 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6713 | 2025.03.03 04:55:30.534206 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6714 | 2025.03.03 04:55:30.534232 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 6715 | 2025.03.03 04:55:30.534445 [ 256 ] {0ba4b84b-17cb-4e7b-9dd0-5a9a92104724} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6716 | 2025.03.03 04:55:30.534568 [ 256 ] {0ba4b84b-17cb-4e7b-9dd0-5a9a92104724} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6717 | 2025.03.03 04:55:30.534581 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6718 | 2025.03.03 04:55:30.534702 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1845 rows starting from the beginning of the part | ||
| 6719 | 2025.03.03 04:55:30.535148 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 641 rows starting from the beginning of the part | ||
| 6720 | 2025.03.03 04:55:30.535493 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 110 rows starting from the beginning of the part | ||
| 6721 | 2025.03.03 04:55:30.535732 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1781 rows starting from the beginning of the part | ||
| 6722 | 2025.03.03 04:55:30.536272 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6723 | 2025.03.03 04:55:30.536436 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 110 rows starting from the beginning of the part | ||
| 6724 | 2025.03.03 04:55:30.536964 [ 256 ] {0ba4b84b-17cb-4e7b-9dd0-5a9a92104724} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6725 | 2025.03.03 04:55:30.537011 [ 256 ] {0ba4b84b-17cb-4e7b-9dd0-5a9a92104724} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6726 | 2025.03.03 04:55:30.537609 [ 256 ] {0ba4b84b-17cb-4e7b-9dd0-5a9a92104724} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6727 | 2025.03.03 04:55:30.537929 [ 256 ] {0ba4b84b-17cb-4e7b-9dd0-5a9a92104724} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6728 | 2025.03.03 04:55:30.538179 [ 256 ] {0ba4b84b-17cb-4e7b-9dd0-5a9a92104724} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.003818 sec., 7071.765322158198 rows/sec., 531.76 KiB/sec. | ||
| 6729 | 2025.03.03 04:55:30.538246 [ 256 ] {0ba4b84b-17cb-4e7b-9dd0-5a9a92104724} <Debug> TCPHandler: Processed in 0.004129988 sec. | ||
| 6730 | 2025.03.03 04:55:30.538364 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6731 | 2025.03.03 04:55:30.538482 [ 256 ] {7ed933b5-c8ae-45fa-b76e-320f0d0e4021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6732 | 2025.03.03 04:55:30.538529 [ 256 ] {7ed933b5-c8ae-45fa-b76e-320f0d0e4021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6733 | 2025.03.03 04:55:30.538950 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.004818343 sec., 942855.2512762167 rows/sec., 79.89 MiB/sec. | ||
| 6734 | 2025.03.03 04:55:30.539243 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6735 | 2025.03.03 04:55:30.539472 [ 256 ] {7ed933b5-c8ae-45fa-b76e-320f0d0e4021} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6736 | 2025.03.03 04:55:30.539523 [ 256 ] {7ed933b5-c8ae-45fa-b76e-320f0d0e4021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6737 | 2025.03.03 04:55:30.539754 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_51_10} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6738 | 2025.03.03 04:55:30.539904 [ 197 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_51_10} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6739 | 2025.03.03 04:55:30.540002 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 6740 | 2025.03.03 04:55:30.540051 [ 256 ] {7ed933b5-c8ae-45fa-b76e-320f0d0e4021} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6741 | 2025.03.03 04:55:30.540329 [ 256 ] {7ed933b5-c8ae-45fa-b76e-320f0d0e4021} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6742 | 2025.03.03 04:55:30.540521 [ 64 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6743 | 2025.03.03 04:55:30.540584 [ 64 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6744 | 2025.03.03 04:55:30.540600 [ 256 ] {7ed933b5-c8ae-45fa-b76e-320f0d0e4021} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002142 sec., 42483.660130718956 rows/sec., 3.32 MiB/sec. | ||
| 6745 | 2025.03.03 04:55:30.540621 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6746 | 2025.03.03 04:55:30.540781 [ 256 ] {7ed933b5-c8ae-45fa-b76e-320f0d0e4021} <Debug> TCPHandler: Processed in 0.002471113 sec. | ||
| 6747 | 2025.03.03 04:55:30.540969 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 6748 | 2025.03.03 04:55:30.540989 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6749 | 2025.03.03 04:55:30.541206 [ 256 ] {4d888f80-90a5-45b9-a309-f240522a6090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6750 | 2025.03.03 04:55:30.541322 [ 256 ] {4d888f80-90a5-45b9-a309-f240522a6090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6751 | 2025.03.03 04:55:30.541325 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6752 | 2025.03.03 04:55:30.541453 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6753 | 2025.03.03 04:55:30.541887 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 394 rows starting from the beginning of the part | ||
| 6754 | 2025.03.03 04:55:30.542267 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 91 rows starting from the beginning of the part | ||
| 6755 | 2025.03.03 04:55:30.542429 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 850 rows starting from the beginning of the part | ||
| 6756 | 2025.03.03 04:55:30.542791 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 6757 | 2025.03.03 04:55:30.543088 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 91 rows starting from the beginning of the part | ||
| 6758 | 2025.03.03 04:55:30.543741 [ 256 ] {4d888f80-90a5-45b9-a309-f240522a6090} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6759 | 2025.03.03 04:55:30.543789 [ 256 ] {4d888f80-90a5-45b9-a309-f240522a6090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6760 | 2025.03.03 04:55:30.544655 [ 256 ] {4d888f80-90a5-45b9-a309-f240522a6090} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6761 | 2025.03.03 04:55:30.545211 [ 256 ] {4d888f80-90a5-45b9-a309-f240522a6090} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6762 | 2025.03.03 04:55:30.545549 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6763 | 2025.03.03 04:55:30.545634 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6764 | 2025.03.03 04:55:30.545671 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6765 | 2025.03.03 04:55:30.545679 [ 256 ] {4d888f80-90a5-45b9-a309-f240522a6090} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004533 sec., 35296.71299360247 rows/sec., 2.46 MiB/sec. | ||
| 6766 | 2025.03.03 04:55:30.546015 [ 256 ] {4d888f80-90a5-45b9-a309-f240522a6090} <Debug> TCPHandler: Processed in 0.005086409 sec. | ||
| 6767 | 2025.03.03 04:55:30.546044 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 6768 | 2025.03.03 04:55:30.546204 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6769 | 2025.03.03 04:55:30.546430 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6770 | 2025.03.03 04:55:30.546533 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14007 rows starting from the beginning of the part | ||
| 6771 | 2025.03.03 04:55:30.546546 [ 256 ] {aa153c80-2923-4995-94fc-62dc09657f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6772 | 2025.03.03 04:55:30.547059 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 6773 | 2025.03.03 04:55:30.547065 [ 256 ] {aa153c80-2923-4995-94fc-62dc09657f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6774 | 2025.03.03 04:55:30.547065 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.006279484 sec., 382674.75480469415 rows/sec., 29.29 MiB/sec. | ||
| 6775 | 2025.03.03 04:55:30.547381 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 6776 | 2025.03.03 04:55:30.547637 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6777 | 2025.03.03 04:55:30.547855 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1019 rows starting from the beginning of the part | ||
| 6778 | 2025.03.03 04:55:30.548401 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 6779 | 2025.03.03 04:55:30.548787 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 6780 | 2025.03.03 04:55:30.549413 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_51_10} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6781 | 2025.03.03 04:55:30.549608 [ 201 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_51_10} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6782 | 2025.03.03 04:55:30.549784 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6783 | 2025.03.03 04:55:30.551322 [ 256 ] {aa153c80-2923-4995-94fc-62dc09657f9e} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6784 | 2025.03.03 04:55:30.551371 [ 256 ] {aa153c80-2923-4995-94fc-62dc09657f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6785 | 2025.03.03 04:55:30.552423 [ 256 ] {aa153c80-2923-4995-94fc-62dc09657f9e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6786 | 2025.03.03 04:55:30.552717 [ 256 ] {aa153c80-2923-4995-94fc-62dc09657f9e} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6787 | 2025.03.03 04:55:30.552993 [ 256 ] {aa153c80-2923-4995-94fc-62dc09657f9e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.006568 sec., 4110.840438489647 rows/sec., 7.37 MiB/sec. | ||
| 6788 | 2025.03.03 04:55:30.553149 [ 256 ] {aa153c80-2923-4995-94fc-62dc09657f9e} <Debug> TCPHandler: Processed in 0.007055361 sec. | ||
| 6789 | 2025.03.03 04:55:30.553278 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6790 | 2025.03.03 04:55:30.553393 [ 256 ] {50863250-12dd-4887-8b8b-dce0e63b7d8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6791 | 2025.03.03 04:55:30.553440 [ 256 ] {50863250-12dd-4887-8b8b-dce0e63b7d8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6792 | 2025.03.03 04:55:30.553950 [ 256 ] {50863250-12dd-4887-8b8b-dce0e63b7d8a} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6793 | 2025.03.03 04:55:30.553996 [ 256 ] {50863250-12dd-4887-8b8b-dce0e63b7d8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6794 | 2025.03.03 04:55:30.554374 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15647 rows, containing 5 columns (5 merged, 0 gathered) in 0.008599335 sec., 1819559.3031321608 rows/sec., 122.83 MiB/sec. | ||
| 6795 | 2025.03.03 04:55:30.554540 [ 256 ] {50863250-12dd-4887-8b8b-dce0e63b7d8a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6796 | 2025.03.03 04:55:30.554795 [ 256 ] {50863250-12dd-4887-8b8b-dce0e63b7d8a} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6797 | 2025.03.03 04:55:30.555011 [ 109 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6798 | 2025.03.03 04:55:30.555015 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6799 | 2025.03.03 04:55:30.555075 [ 109 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6800 | 2025.03.03 04:55:30.555148 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6801 | 2025.03.03 04:55:30.555164 [ 256 ] {50863250-12dd-4887-8b8b-dce0e63b7d8a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00177 sec., 33898.30508474576 rows/sec., 2.28 MiB/sec. | ||
| 6802 | 2025.03.03 04:55:30.555607 [ 256 ] {50863250-12dd-4887-8b8b-dce0e63b7d8a} <Debug> TCPHandler: Processed in 0.002376591 sec. | ||
| 6803 | 2025.03.03 04:55:30.555713 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 6804 | 2025.03.03 04:55:30.556254 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6805 | 2025.03.03 04:55:30.556274 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6806 | 2025.03.03 04:55:30.556367 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2782 rows starting from the beginning of the part | ||
| 6807 | 2025.03.03 04:55:30.556676 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6808 | 2025.03.03 04:55:30.556816 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 6809 | 2025.03.03 04:55:30.557129 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
| 6810 | 2025.03.03 04:55:30.557260 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 6811 | 2025.03.03 04:55:30.557530 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 58 rows starting from the beginning of the part | ||
| 6812 | 2025.03.03 04:55:30.557812 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 24 rows starting from the beginning of the part | ||
| 6813 | 2025.03.03 04:55:30.557920 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 6814 | 2025.03.03 04:55:30.559510 [ 190 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3066 rows, containing 4 columns (4 merged, 0 gathered) in 0.00419859 sec., 730245.1537301808 rows/sec., 47.62 MiB/sec. | ||
| 6815 | 2025.03.03 04:55:30.559900 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6816 | 2025.03.03 04:55:30.560252 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_51_10} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6817 | 2025.03.03 04:55:30.560348 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_51_10} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6818 | 2025.03.03 04:55:30.560435 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6819 | 2025.03.03 04:55:35.111677 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6820 | 2025.03.03 04:55:35.111741 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6821 | 2025.03.03 04:55:35.247284 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6822 | 2025.03.03 04:55:35.247971 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6823 | 2025.03.03 04:55:35.248024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6824 | 2025.03.03 04:55:35.248558 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6825 | 2025.03.03 04:55:35.248897 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6826 | 2025.03.03 04:55:35.249292 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6827 | 2025.03.03 04:55:35.310211 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 970 | ||
| 6828 | 2025.03.03 04:55:35.312999 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6829 | 2025.03.03 04:55:35.313060 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6830 | 2025.03.03 04:55:35.314526 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6831 | 2025.03.03 04:55:35.314840 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6832 | 2025.03.03 04:55:35.315727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 970 | ||
| 6833 | 2025.03.03 04:55:35.537637 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6834 | 2025.03.03 04:55:35.537850 [ 256 ] {2a65adc3-2f16-45b3-808c-a4ff9e7c296c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6835 | 2025.03.03 04:55:35.537935 [ 256 ] {2a65adc3-2f16-45b3-808c-a4ff9e7c296c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6836 | 2025.03.03 04:55:35.538863 [ 256 ] {2a65adc3-2f16-45b3-808c-a4ff9e7c296c} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6837 | 2025.03.03 04:55:35.538915 [ 256 ] {2a65adc3-2f16-45b3-808c-a4ff9e7c296c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6838 | 2025.03.03 04:55:35.539442 [ 256 ] {2a65adc3-2f16-45b3-808c-a4ff9e7c296c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6839 | 2025.03.03 04:55:35.539824 [ 256 ] {2a65adc3-2f16-45b3-808c-a4ff9e7c296c} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6840 | 2025.03.03 04:55:35.540180 [ 256 ] {2a65adc3-2f16-45b3-808c-a4ff9e7c296c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002378 sec., 89150.54667788057 rows/sec., 5.67 MiB/sec. | ||
| 6841 | 2025.03.03 04:55:35.540597 [ 256 ] {2a65adc3-2f16-45b3-808c-a4ff9e7c296c} <Debug> TCPHandler: Processed in 0.003088916 sec. | ||
| 6842 | 2025.03.03 04:55:35.540932 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6843 | 2025.03.03 04:55:35.541060 [ 256 ] {3c475173-ef05-4f6b-a39f-2ed53de97b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6844 | 2025.03.03 04:55:35.541122 [ 256 ] {3c475173-ef05-4f6b-a39f-2ed53de97b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6845 | 2025.03.03 04:55:35.542074 [ 256 ] {3c475173-ef05-4f6b-a39f-2ed53de97b62} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6846 | 2025.03.03 04:55:35.542120 [ 256 ] {3c475173-ef05-4f6b-a39f-2ed53de97b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6847 | 2025.03.03 04:55:35.542581 [ 256 ] {3c475173-ef05-4f6b-a39f-2ed53de97b62} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6848 | 2025.03.03 04:55:35.542852 [ 256 ] {3c475173-ef05-4f6b-a39f-2ed53de97b62} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6849 | 2025.03.03 04:55:35.543098 [ 256 ] {3c475173-ef05-4f6b-a39f-2ed53de97b62} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.002072 sec., 309362.9343629344 rows/sec., 24.38 MiB/sec. | ||
| 6850 | 2025.03.03 04:55:35.543162 [ 256 ] {3c475173-ef05-4f6b-a39f-2ed53de97b62} <Debug> TCPHandler: Processed in 0.002312749 sec. | ||
| 6851 | 2025.03.03 04:55:35.543289 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6852 | 2025.03.03 04:55:35.543403 [ 256 ] {fb51a21c-3827-48bd-a947-9f73ee7cf9c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6853 | 2025.03.03 04:55:35.543457 [ 256 ] {fb51a21c-3827-48bd-a947-9f73ee7cf9c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6854 | 2025.03.03 04:55:35.544172 [ 256 ] {fb51a21c-3827-48bd-a947-9f73ee7cf9c1} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6855 | 2025.03.03 04:55:35.544223 [ 256 ] {fb51a21c-3827-48bd-a947-9f73ee7cf9c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6856 | 2025.03.03 04:55:35.544637 [ 256 ] {fb51a21c-3827-48bd-a947-9f73ee7cf9c1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6857 | 2025.03.03 04:55:35.544890 [ 256 ] {fb51a21c-3827-48bd-a947-9f73ee7cf9c1} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6858 | 2025.03.03 04:55:35.545112 [ 256 ] {fb51a21c-3827-48bd-a947-9f73ee7cf9c1} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001733 sec., 68090.01731102135 rows/sec., 4.11 MiB/sec. | ||
| 6859 | 2025.03.03 04:55:35.545168 [ 256 ] {fb51a21c-3827-48bd-a947-9f73ee7cf9c1} <Debug> TCPHandler: Processed in 0.001935222 sec. | ||
| 6860 | 2025.03.03 04:55:35.545296 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6861 | 2025.03.03 04:55:35.545404 [ 256 ] {051dd487-02f9-4747-b1d1-0a3b4f97fbfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6862 | 2025.03.03 04:55:35.545453 [ 256 ] {051dd487-02f9-4747-b1d1-0a3b4f97fbfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6863 | 2025.03.03 04:55:35.546017 [ 256 ] {051dd487-02f9-4747-b1d1-0a3b4f97fbfe} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6864 | 2025.03.03 04:55:35.546058 [ 256 ] {051dd487-02f9-4747-b1d1-0a3b4f97fbfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6865 | 2025.03.03 04:55:35.546426 [ 256 ] {051dd487-02f9-4747-b1d1-0a3b4f97fbfe} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6866 | 2025.03.03 04:55:35.546680 [ 256 ] {051dd487-02f9-4747-b1d1-0a3b4f97fbfe} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6867 | 2025.03.03 04:55:35.546910 [ 256 ] {051dd487-02f9-4747-b1d1-0a3b4f97fbfe} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001529 sec., 73904.51275343362 rows/sec., 4.78 MiB/sec. | ||
| 6868 | 2025.03.03 04:55:35.547031 [ 256 ] {051dd487-02f9-4747-b1d1-0a3b4f97fbfe} <Debug> TCPHandler: Processed in 0.001785788 sec. | ||
| 6869 | 2025.03.03 04:55:35.547152 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6870 | 2025.03.03 04:55:35.547259 [ 256 ] {e93b1c12-3784-4e49-ae10-5335d311a257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6871 | 2025.03.03 04:55:35.547304 [ 256 ] {e93b1c12-3784-4e49-ae10-5335d311a257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6872 | 2025.03.03 04:55:35.547871 [ 256 ] {e93b1c12-3784-4e49-ae10-5335d311a257} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6873 | 2025.03.03 04:55:35.547911 [ 256 ] {e93b1c12-3784-4e49-ae10-5335d311a257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6874 | 2025.03.03 04:55:35.548271 [ 256 ] {e93b1c12-3784-4e49-ae10-5335d311a257} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6875 | 2025.03.03 04:55:35.548519 [ 256 ] {e93b1c12-3784-4e49-ae10-5335d311a257} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6876 | 2025.03.03 04:55:35.548723 [ 256 ] {e93b1c12-3784-4e49-ae10-5335d311a257} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001486 sec., 75370.12113055182 rows/sec., 4.29 MiB/sec. | ||
| 6877 | 2025.03.03 04:55:35.548776 [ 256 ] {e93b1c12-3784-4e49-ae10-5335d311a257} <Debug> TCPHandler: Processed in 0.001674956 sec. | ||
| 6878 | 2025.03.03 04:55:35.548888 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6879 | 2025.03.03 04:55:35.548992 [ 256 ] {609e3036-d417-4f5b-a4d3-df0f6f9939aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6880 | 2025.03.03 04:55:35.549036 [ 256 ] {609e3036-d417-4f5b-a4d3-df0f6f9939aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6881 | 2025.03.03 04:55:35.549710 [ 256 ] {609e3036-d417-4f5b-a4d3-df0f6f9939aa} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6882 | 2025.03.03 04:55:35.549750 [ 256 ] {609e3036-d417-4f5b-a4d3-df0f6f9939aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6883 | 2025.03.03 04:55:35.550121 [ 256 ] {609e3036-d417-4f5b-a4d3-df0f6f9939aa} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6884 | 2025.03.03 04:55:35.550366 [ 256 ] {609e3036-d417-4f5b-a4d3-df0f6f9939aa} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6885 | 2025.03.03 04:55:35.550582 [ 256 ] {609e3036-d417-4f5b-a4d3-df0f6f9939aa} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001611 sec., 244568.59093730603 rows/sec., 17.30 MiB/sec. | ||
| 6886 | 2025.03.03 04:55:35.550633 [ 256 ] {609e3036-d417-4f5b-a4d3-df0f6f9939aa} <Debug> TCPHandler: Processed in 0.001796338 sec. | ||
| 6887 | 2025.03.03 04:55:35.550764 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6888 | 2025.03.03 04:55:35.550896 [ 256 ] {c337b7b9-59fc-40bb-a5fa-0d8e7da674aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6889 | 2025.03.03 04:55:35.550954 [ 256 ] {c337b7b9-59fc-40bb-a5fa-0d8e7da674aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6890 | 2025.03.03 04:55:35.551475 [ 256 ] {c337b7b9-59fc-40bb-a5fa-0d8e7da674aa} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6891 | 2025.03.03 04:55:35.551515 [ 256 ] {c337b7b9-59fc-40bb-a5fa-0d8e7da674aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6892 | 2025.03.03 04:55:35.551876 [ 256 ] {c337b7b9-59fc-40bb-a5fa-0d8e7da674aa} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6893 | 2025.03.03 04:55:35.552109 [ 256 ] {c337b7b9-59fc-40bb-a5fa-0d8e7da674aa} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6894 | 2025.03.03 04:55:35.552320 [ 256 ] {c337b7b9-59fc-40bb-a5fa-0d8e7da674aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 215.45 KiB/sec. | ||
| 6895 | 2025.03.03 04:55:35.552371 [ 256 ] {c337b7b9-59fc-40bb-a5fa-0d8e7da674aa} <Debug> TCPHandler: Processed in 0.001670925 sec. | ||
| 6896 | 2025.03.03 04:55:35.552474 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6897 | 2025.03.03 04:55:35.552576 [ 256 ] {f1dd1428-708f-45e8-b0b6-04234a8782ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6898 | 2025.03.03 04:55:35.552622 [ 256 ] {f1dd1428-708f-45e8-b0b6-04234a8782ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6899 | 2025.03.03 04:55:35.553138 [ 256 ] {f1dd1428-708f-45e8-b0b6-04234a8782ea} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6900 | 2025.03.03 04:55:35.553178 [ 256 ] {f1dd1428-708f-45e8-b0b6-04234a8782ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6901 | 2025.03.03 04:55:35.553554 [ 256 ] {f1dd1428-708f-45e8-b0b6-04234a8782ea} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6902 | 2025.03.03 04:55:35.553794 [ 256 ] {f1dd1428-708f-45e8-b0b6-04234a8782ea} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6903 | 2025.03.03 04:55:35.553988 [ 256 ] {f1dd1428-708f-45e8-b0b6-04234a8782ea} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001433 sec., 165387.29937194695 rows/sec., 11.09 MiB/sec. | ||
| 6904 | 2025.03.03 04:55:35.554041 [ 256 ] {f1dd1428-708f-45e8-b0b6-04234a8782ea} <Debug> TCPHandler: Processed in 0.001616425 sec. | ||
| 6905 | 2025.03.03 04:55:35.554144 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6906 | 2025.03.03 04:55:35.554244 [ 256 ] {a6618aee-fe03-4ac5-8cdf-4376f9d1939d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6907 | 2025.03.03 04:55:35.554290 [ 256 ] {a6618aee-fe03-4ac5-8cdf-4376f9d1939d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6908 | 2025.03.03 04:55:35.554692 [ 256 ] {a6618aee-fe03-4ac5-8cdf-4376f9d1939d} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6909 | 2025.03.03 04:55:35.554731 [ 256 ] {a6618aee-fe03-4ac5-8cdf-4376f9d1939d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6910 | 2025.03.03 04:55:35.555071 [ 256 ] {a6618aee-fe03-4ac5-8cdf-4376f9d1939d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6911 | 2025.03.03 04:55:35.555318 [ 256 ] {a6618aee-fe03-4ac5-8cdf-4376f9d1939d} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6912 | 2025.03.03 04:55:35.555544 [ 256 ] {a6618aee-fe03-4ac5-8cdf-4376f9d1939d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00132 sec., 757.5757575757576 rows/sec., 51.05 KiB/sec. | ||
| 6913 | 2025.03.03 04:55:35.555593 [ 256 ] {a6618aee-fe03-4ac5-8cdf-4376f9d1939d} <Debug> TCPHandler: Processed in 0.001499142 sec. | ||
| 6914 | 2025.03.03 04:55:35.555715 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6915 | 2025.03.03 04:55:35.555819 [ 256 ] {96b232eb-2b82-492a-9024-bb71c7d40753} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6916 | 2025.03.03 04:55:35.555885 [ 256 ] {96b232eb-2b82-492a-9024-bb71c7d40753} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6917 | 2025.03.03 04:55:35.556950 [ 256 ] {96b232eb-2b82-492a-9024-bb71c7d40753} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6918 | 2025.03.03 04:55:35.556990 [ 256 ] {96b232eb-2b82-492a-9024-bb71c7d40753} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6919 | 2025.03.03 04:55:35.557598 [ 256 ] {96b232eb-2b82-492a-9024-bb71c7d40753} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6920 | 2025.03.03 04:55:35.557853 [ 256 ] {96b232eb-2b82-492a-9024-bb71c7d40753} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6921 | 2025.03.03 04:55:35.558141 [ 256 ] {96b232eb-2b82-492a-9024-bb71c7d40753} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002332 sec., 5145.797598627788 rows/sec., 9.22 MiB/sec. | ||
| 6922 | 2025.03.03 04:55:35.558653 [ 256 ] {96b232eb-2b82-492a-9024-bb71c7d40753} <Debug> TCPHandler: Processed in 0.002983944 sec. | ||
| 6923 | 2025.03.03 04:55:35.558853 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6924 | 2025.03.03 04:55:35.558956 [ 256 ] {4f8ca3ce-e5d4-493e-8c26-b2722f84911c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6925 | 2025.03.03 04:55:35.559004 [ 256 ] {4f8ca3ce-e5d4-493e-8c26-b2722f84911c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6926 | 2025.03.03 04:55:35.559459 [ 256 ] {4f8ca3ce-e5d4-493e-8c26-b2722f84911c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6927 | 2025.03.03 04:55:35.559499 [ 256 ] {4f8ca3ce-e5d4-493e-8c26-b2722f84911c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6928 | 2025.03.03 04:55:35.559851 [ 256 ] {4f8ca3ce-e5d4-493e-8c26-b2722f84911c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 6929 | 2025.03.03 04:55:35.560090 [ 256 ] {4f8ca3ce-e5d4-493e-8c26-b2722f84911c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6930 | 2025.03.03 04:55:35.560298 [ 256 ] {4f8ca3ce-e5d4-493e-8c26-b2722f84911c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001364 sec., 60117.302052785926 rows/sec., 3.82 MiB/sec. | ||
| 6931 | 2025.03.03 04:55:35.560383 [ 256 ] {4f8ca3ce-e5d4-493e-8c26-b2722f84911c} <Debug> TCPHandler: Processed in 0.001578744 sec. | ||
| 6932 | 2025.03.03 04:55:36.001292 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00092364 sec. | ||
| 6933 | 2025.03.03 04:55:36.298373 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6934 | 2025.03.03 04:55:36.317492 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6935 | 2025.03.03 04:55:36.317564 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6936 | 2025.03.03 04:55:36.324670 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6937 | 2025.03.03 04:55:36.325408 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6938 | 2025.03.03 04:55:36.329002 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6939 | 2025.03.03 04:55:40.530822 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6940 | 2025.03.03 04:55:40.531034 [ 256 ] {f0da73da-8d45-4e10-ac02-e84e4cf2a2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6941 | 2025.03.03 04:55:40.531117 [ 256 ] {f0da73da-8d45-4e10-ac02-e84e4cf2a2b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6942 | 2025.03.03 04:55:40.531930 [ 256 ] {f0da73da-8d45-4e10-ac02-e84e4cf2a2b7} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6943 | 2025.03.03 04:55:40.531986 [ 256 ] {f0da73da-8d45-4e10-ac02-e84e4cf2a2b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6944 | 2025.03.03 04:55:40.532403 [ 256 ] {f0da73da-8d45-4e10-ac02-e84e4cf2a2b7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6945 | 2025.03.03 04:55:40.532668 [ 256 ] {f0da73da-8d45-4e10-ac02-e84e4cf2a2b7} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6946 | 2025.03.03 04:55:40.532915 [ 256 ] {f0da73da-8d45-4e10-ac02-e84e4cf2a2b7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001937 sec., 1032.5245224574085 rows/sec., 84.20 KiB/sec. | ||
| 6947 | 2025.03.03 04:55:40.533011 [ 256 ] {f0da73da-8d45-4e10-ac02-e84e4cf2a2b7} <Debug> TCPHandler: Processed in 0.00232586 sec. | ||
| 6948 | 2025.03.03 04:55:40.533152 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6949 | 2025.03.03 04:55:40.533267 [ 256 ] {74b2a65a-c514-4e1a-b487-77b67aa045d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6950 | 2025.03.03 04:55:40.533315 [ 256 ] {74b2a65a-c514-4e1a-b487-77b67aa045d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6951 | 2025.03.03 04:55:40.533898 [ 256 ] {74b2a65a-c514-4e1a-b487-77b67aa045d9} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6952 | 2025.03.03 04:55:40.533939 [ 256 ] {74b2a65a-c514-4e1a-b487-77b67aa045d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6953 | 2025.03.03 04:55:40.534301 [ 256 ] {74b2a65a-c514-4e1a-b487-77b67aa045d9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6954 | 2025.03.03 04:55:40.534535 [ 256 ] {74b2a65a-c514-4e1a-b487-77b67aa045d9} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6955 | 2025.03.03 04:55:40.534752 [ 256 ] {74b2a65a-c514-4e1a-b487-77b67aa045d9} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.001514 sec., 73315.71994715984 rows/sec., 6.14 MiB/sec. | ||
| 6956 | 2025.03.03 04:55:40.534805 [ 256 ] {74b2a65a-c514-4e1a-b487-77b67aa045d9} <Debug> TCPHandler: Processed in 0.001708296 sec. | ||
| 6957 | 2025.03.03 04:55:40.534916 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6958 | 2025.03.03 04:55:40.535025 [ 256 ] {e0554af3-431f-40c8-90d1-01b113c41fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6959 | 2025.03.03 04:55:40.535070 [ 256 ] {e0554af3-431f-40c8-90d1-01b113c41fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6960 | 2025.03.03 04:55:40.535587 [ 256 ] {e0554af3-431f-40c8-90d1-01b113c41fa7} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6961 | 2025.03.03 04:55:40.535628 [ 256 ] {e0554af3-431f-40c8-90d1-01b113c41fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6962 | 2025.03.03 04:55:40.535966 [ 256 ] {e0554af3-431f-40c8-90d1-01b113c41fa7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6963 | 2025.03.03 04:55:40.536208 [ 256 ] {e0554af3-431f-40c8-90d1-01b113c41fa7} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6964 | 2025.03.03 04:55:40.536381 [ 102 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 6965 | 2025.03.03 04:55:40.536441 [ 256 ] {e0554af3-431f-40c8-90d1-01b113c41fa7} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001434 sec., 20223.152022315204 rows/sec., 1.48 MiB/sec. | ||
| 6966 | 2025.03.03 04:55:40.536457 [ 102 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6967 | 2025.03.03 04:55:40.536521 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6968 | 2025.03.03 04:55:40.536570 [ 256 ] {e0554af3-431f-40c8-90d1-01b113c41fa7} <Debug> TCPHandler: Processed in 0.001702266 sec. | ||
| 6969 | 2025.03.03 04:55:40.536873 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6970 | 2025.03.03 04:55:40.536899 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 6971 | 2025.03.03 04:55:40.537225 [ 256 ] {10c51f59-b034-4871-a89b-5bb7003f79a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6972 | 2025.03.03 04:55:40.537410 [ 256 ] {10c51f59-b034-4871-a89b-5bb7003f79a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6973 | 2025.03.03 04:55:40.537440 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6974 | 2025.03.03 04:55:40.537546 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 163 rows starting from the beginning of the part | ||
| 6975 | 2025.03.03 04:55:40.537805 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part | ||
| 6976 | 2025.03.03 04:55:40.538136 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 118 rows starting from the beginning of the part | ||
| 6977 | 2025.03.03 04:55:40.538547 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part | ||
| 6978 | 2025.03.03 04:55:40.538962 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 118 rows starting from the beginning of the part | ||
| 6979 | 2025.03.03 04:55:40.539272 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 29 rows starting from the beginning of the part | ||
| 6980 | 2025.03.03 04:55:40.540480 [ 256 ] {10c51f59-b034-4871-a89b-5bb7003f79a7} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6981 | 2025.03.03 04:55:40.540541 [ 256 ] {10c51f59-b034-4871-a89b-5bb7003f79a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6982 | 2025.03.03 04:55:40.541661 [ 256 ] {10c51f59-b034-4871-a89b-5bb7003f79a7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6983 | 2025.03.03 04:55:40.542352 [ 256 ] {10c51f59-b034-4871-a89b-5bb7003f79a7} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6984 | 2025.03.03 04:55:40.542528 [ 198 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 5 columns (5 merged, 0 gathered) in 0.005907106 sec., 81596.63970817521 rows/sec., 5.50 MiB/sec. | ||
| 6985 | 2025.03.03 04:55:40.542788 [ 256 ] {10c51f59-b034-4871-a89b-5bb7003f79a7} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.005726 sec., 16241.704505763186 rows/sec., 1.27 MiB/sec. | ||
| 6986 | 2025.03.03 04:55:40.542865 [ 194 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 6987 | 2025.03.03 04:55:40.542938 [ 256 ] {10c51f59-b034-4871-a89b-5bb7003f79a7} <Debug> TCPHandler: Processed in 0.006166802 sec. | ||
| 6988 | 2025.03.03 04:55:40.543105 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6989 | 2025.03.03 04:55:40.543291 [ 256 ] {ee87d3df-8a9d-4202-aceb-6667b030e51a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6990 | 2025.03.03 04:55:40.543374 [ 194 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_40_8} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6991 | 2025.03.03 04:55:40.543381 [ 256 ] {ee87d3df-8a9d-4202-aceb-6667b030e51a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6992 | 2025.03.03 04:55:40.543592 [ 194 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_40_8} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 6993 | 2025.03.03 04:55:40.543792 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6994 | 2025.03.03 04:55:40.544273 [ 256 ] {ee87d3df-8a9d-4202-aceb-6667b030e51a} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6995 | 2025.03.03 04:55:40.544318 [ 256 ] {ee87d3df-8a9d-4202-aceb-6667b030e51a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 6996 | 2025.03.03 04:55:40.544744 [ 256 ] {ee87d3df-8a9d-4202-aceb-6667b030e51a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 6997 | 2025.03.03 04:55:40.545037 [ 256 ] {ee87d3df-8a9d-4202-aceb-6667b030e51a} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6998 | 2025.03.03 04:55:40.545291 [ 256 ] {ee87d3df-8a9d-4202-aceb-6667b030e51a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002054 sec., 78383.64167478093 rows/sec., 5.46 MiB/sec. | ||
| 6999 | 2025.03.03 04:55:40.545369 [ 256 ] {ee87d3df-8a9d-4202-aceb-6667b030e51a} <Debug> TCPHandler: Processed in 0.002329449 sec. | ||
| 7000 | 2025.03.03 04:55:40.545498 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7001 | 2025.03.03 04:55:40.545603 [ 256 ] {0d12efa3-88f6-4791-8227-bcb73c5fb1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7002 | 2025.03.03 04:55:40.545679 [ 256 ] {0d12efa3-88f6-4791-8227-bcb73c5fb1d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7003 | 2025.03.03 04:55:40.546857 [ 256 ] {0d12efa3-88f6-4791-8227-bcb73c5fb1d3} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7004 | 2025.03.03 04:55:40.546898 [ 256 ] {0d12efa3-88f6-4791-8227-bcb73c5fb1d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 7005 | 2025.03.03 04:55:40.547536 [ 256 ] {0d12efa3-88f6-4791-8227-bcb73c5fb1d3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7006 | 2025.03.03 04:55:40.547797 [ 256 ] {0d12efa3-88f6-4791-8227-bcb73c5fb1d3} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7007 | 2025.03.03 04:55:40.548056 [ 256 ] {0d12efa3-88f6-4791-8227-bcb73c5fb1d3} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002476 sec., 10904.684975767366 rows/sec., 19.54 MiB/sec. | ||
| 7008 | 2025.03.03 04:55:40.548178 [ 256 ] {0d12efa3-88f6-4791-8227-bcb73c5fb1d3} <Debug> TCPHandler: Processed in 0.002728369 sec. | ||
| 7009 | 2025.03.03 04:55:40.548297 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7010 | 2025.03.03 04:55:40.548399 [ 256 ] {a72ceeac-57b9-4ef2-a9c1-50eaf13ed00c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7011 | 2025.03.03 04:55:40.548448 [ 256 ] {a72ceeac-57b9-4ef2-a9c1-50eaf13ed00c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7012 | 2025.03.03 04:55:40.548886 [ 256 ] {a72ceeac-57b9-4ef2-a9c1-50eaf13ed00c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7013 | 2025.03.03 04:55:40.548931 [ 256 ] {a72ceeac-57b9-4ef2-a9c1-50eaf13ed00c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 7014 | 2025.03.03 04:55:40.549302 [ 256 ] {a72ceeac-57b9-4ef2-a9c1-50eaf13ed00c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7015 | 2025.03.03 04:55:40.549560 [ 256 ] {a72ceeac-57b9-4ef2-a9c1-50eaf13ed00c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7016 | 2025.03.03 04:55:40.549769 [ 256 ] {a72ceeac-57b9-4ef2-a9c1-50eaf13ed00c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001391 sec., 43134.43565780014 rows/sec., 2.91 MiB/sec. | ||
| 7017 | 2025.03.03 04:55:40.549823 [ 256 ] {a72ceeac-57b9-4ef2-a9c1-50eaf13ed00c} <Debug> TCPHandler: Processed in 0.001576534 sec. | ||
| 7018 | 2025.03.03 04:55:42.750391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 7019 | 2025.03.03 04:55:42.751043 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7020 | 2025.03.03 04:55:42.751095 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 7021 | 2025.03.03 04:55:42.751622 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7022 | 2025.03.03 04:55:42.751881 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7023 | 2025.03.03 04:55:42.752194 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 7024 | 2025.03.03 04:55:43.830036 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 7025 | 2025.03.03 04:55:43.849561 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7026 | 2025.03.03 04:55:43.849615 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 7027 | 2025.03.03 04:55:43.857065 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7028 | 2025.03.03 04:55:43.857816 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7029 | 2025.03.03 04:55:43.861767 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 7030 | 2025.03.03 04:55:45.316852 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1006 | ||
| 7031 | 2025.03.03 04:55:45.319920 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2025.03.03 04:55:45.319966 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 7033 | 2025.03.03 04:55:45.321433 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7034 | 2025.03.03 04:55:45.321753 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2025.03.03 04:55:45.322834 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1006 | ||
| 7036 | 2025.03.03 04:55:45.535338 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7037 | 2025.03.03 04:55:45.535546 [ 256 ] {a02bbc02-128a-4b8b-b41c-75cb2530e1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7038 | 2025.03.03 04:55:45.535626 [ 256 ] {a02bbc02-128a-4b8b-b41c-75cb2530e1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7039 | 2025.03.03 04:55:45.536494 [ 256 ] {a02bbc02-128a-4b8b-b41c-75cb2530e1b1} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7040 | 2025.03.03 04:55:45.536542 [ 256 ] {a02bbc02-128a-4b8b-b41c-75cb2530e1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 7041 | 2025.03.03 04:55:45.536986 [ 256 ] {a02bbc02-128a-4b8b-b41c-75cb2530e1b1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7042 | 2025.03.03 04:55:45.537242 [ 256 ] {a02bbc02-128a-4b8b-b41c-75cb2530e1b1} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7043 | 2025.03.03 04:55:45.537497 [ 256 ] {a02bbc02-128a-4b8b-b41c-75cb2530e1b1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002011 sec., 105420.18896071606 rows/sec., 6.70 MiB/sec. | ||
| 7044 | 2025.03.03 04:55:45.537553 [ 256 ] {a02bbc02-128a-4b8b-b41c-75cb2530e1b1} <Debug> TCPHandler: Processed in 0.002350841 sec. | ||
| 7045 | 2025.03.03 04:55:45.537676 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7046 | 2025.03.03 04:55:45.537783 [ 256 ] {c36c2bce-6190-4fb6-b9a2-316e6c87e1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7047 | 2025.03.03 04:55:45.537828 [ 256 ] {c36c2bce-6190-4fb6-b9a2-316e6c87e1cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7048 | 2025.03.03 04:55:45.538671 [ 256 ] {c36c2bce-6190-4fb6-b9a2-316e6c87e1cd} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7049 | 2025.03.03 04:55:45.538711 [ 256 ] {c36c2bce-6190-4fb6-b9a2-316e6c87e1cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 7050 | 2025.03.03 04:55:45.539106 [ 256 ] {c36c2bce-6190-4fb6-b9a2-316e6c87e1cd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7051 | 2025.03.03 04:55:45.539405 [ 256 ] {c36c2bce-6190-4fb6-b9a2-316e6c87e1cd} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7052 | 2025.03.03 04:55:45.539628 [ 256 ] {c36c2bce-6190-4fb6-b9a2-316e6c87e1cd} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001866 sec., 343515.5412647374 rows/sec., 27.07 MiB/sec. | ||
| 7053 | 2025.03.03 04:55:45.539680 [ 256 ] {c36c2bce-6190-4fb6-b9a2-316e6c87e1cd} <Debug> TCPHandler: Processed in 0.002053934 sec. | ||
| 7054 | 2025.03.03 04:55:45.539809 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7055 | 2025.03.03 04:55:45.539915 [ 256 ] {1232c2b4-e7fe-4350-bd97-7e8b5436955d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7056 | 2025.03.03 04:55:45.539958 [ 256 ] {1232c2b4-e7fe-4350-bd97-7e8b5436955d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7057 | 2025.03.03 04:55:45.540521 [ 256 ] {1232c2b4-e7fe-4350-bd97-7e8b5436955d} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7058 | 2025.03.03 04:55:45.540561 [ 256 ] {1232c2b4-e7fe-4350-bd97-7e8b5436955d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 7059 | 2025.03.03 04:55:45.540928 [ 256 ] {1232c2b4-e7fe-4350-bd97-7e8b5436955d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7060 | 2025.03.03 04:55:45.541255 [ 256 ] {1232c2b4-e7fe-4350-bd97-7e8b5436955d} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7061 | 2025.03.03 04:55:45.541494 [ 256 ] {1232c2b4-e7fe-4350-bd97-7e8b5436955d} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001601 sec., 73703.93504059962 rows/sec., 4.45 MiB/sec. | ||
| 7062 | 2025.03.03 04:55:45.541548 [ 256 ] {1232c2b4-e7fe-4350-bd97-7e8b5436955d} <Debug> TCPHandler: Processed in 0.001790208 sec. | ||
| 7063 | 2025.03.03 04:55:45.541665 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7064 | 2025.03.03 04:55:45.541770 [ 256 ] {e5275f97-f898-4632-8992-744136c2701b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7065 | 2025.03.03 04:55:45.541815 [ 256 ] {e5275f97-f898-4632-8992-744136c2701b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7066 | 2025.03.03 04:55:45.542407 [ 256 ] {e5275f97-f898-4632-8992-744136c2701b} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7067 | 2025.03.03 04:55:45.542448 [ 256 ] {e5275f97-f898-4632-8992-744136c2701b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.69 GiB. | ||
| 7068 | 2025.03.03 04:55:45.542807 [ 256 ] {e5275f97-f898-4632-8992-744136c2701b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7069 | 2025.03.03 04:55:45.543068 [ 256 ] {e5275f97-f898-4632-8992-744136c2701b} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7070 | 2025.03.03 04:55:45.543301 [ 256 ] {e5275f97-f898-4632-8992-744136c2701b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001552 sec., 72809.27835051547 rows/sec., 4.71 MiB/sec. | ||
| 7071 | 2025.03.03 04:55:45.543421 [ 256 ] {e5275f97-f898-4632-8992-744136c2701b} <Debug> TCPHandler: Processed in 0.001804068 sec. | ||
| 7072 | 2025.03.03 04:55:45.543549 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7073 | 2025.03.03 04:55:45.543655 [ 256 ] {32535a3f-03b3-418b-99fa-6e78262b71dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7074 | 2025.03.03 04:55:45.543701 [ 256 ] {32535a3f-03b3-418b-99fa-6e78262b71dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7075 | 2025.03.03 04:55:45.544256 [ 256 ] {32535a3f-03b3-418b-99fa-6e78262b71dc} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7076 | 2025.03.03 04:55:45.544296 [ 256 ] {32535a3f-03b3-418b-99fa-6e78262b71dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7077 | 2025.03.03 04:55:45.544647 [ 256 ] {32535a3f-03b3-418b-99fa-6e78262b71dc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7078 | 2025.03.03 04:55:45.544923 [ 256 ] {32535a3f-03b3-418b-99fa-6e78262b71dc} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7079 | 2025.03.03 04:55:45.545149 [ 256 ] {32535a3f-03b3-418b-99fa-6e78262b71dc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001515 sec., 73927.39273927393 rows/sec., 4.21 MiB/sec. | ||
| 7080 | 2025.03.03 04:55:45.545203 [ 256 ] {32535a3f-03b3-418b-99fa-6e78262b71dc} <Debug> TCPHandler: Processed in 0.001703307 sec. | ||
| 7081 | 2025.03.03 04:55:45.545331 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7082 | 2025.03.03 04:55:45.545434 [ 256 ] {6581c4ab-ccab-4cf4-b8ca-d0fba3dabe76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7083 | 2025.03.03 04:55:45.545481 [ 256 ] {6581c4ab-ccab-4cf4-b8ca-d0fba3dabe76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7084 | 2025.03.03 04:55:45.546274 [ 256 ] {6581c4ab-ccab-4cf4-b8ca-d0fba3dabe76} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7085 | 2025.03.03 04:55:45.546321 [ 256 ] {6581c4ab-ccab-4cf4-b8ca-d0fba3dabe76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7086 | 2025.03.03 04:55:45.546746 [ 256 ] {6581c4ab-ccab-4cf4-b8ca-d0fba3dabe76} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7087 | 2025.03.03 04:55:45.547008 [ 256 ] {6581c4ab-ccab-4cf4-b8ca-d0fba3dabe76} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7088 | 2025.03.03 04:55:45.547233 [ 256 ] {6581c4ab-ccab-4cf4-b8ca-d0fba3dabe76} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.00182 sec., 216483.5164835165 rows/sec., 15.32 MiB/sec. | ||
| 7089 | 2025.03.03 04:55:45.547284 [ 256 ] {6581c4ab-ccab-4cf4-b8ca-d0fba3dabe76} <Debug> TCPHandler: Processed in 0.002003123 sec. | ||
| 7090 | 2025.03.03 04:55:45.547405 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7091 | 2025.03.03 04:55:45.547526 [ 256 ] {98e5a377-e499-47b7-b602-ed038f1c44f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7092 | 2025.03.03 04:55:45.547580 [ 256 ] {98e5a377-e499-47b7-b602-ed038f1c44f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7093 | 2025.03.03 04:55:45.548057 [ 256 ] {98e5a377-e499-47b7-b602-ed038f1c44f8} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7094 | 2025.03.03 04:55:45.548097 [ 256 ] {98e5a377-e499-47b7-b602-ed038f1c44f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7095 | 2025.03.03 04:55:45.548462 [ 256 ] {98e5a377-e499-47b7-b602-ed038f1c44f8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7096 | 2025.03.03 04:55:45.548757 [ 256 ] {98e5a377-e499-47b7-b602-ed038f1c44f8} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7097 | 2025.03.03 04:55:45.549025 [ 256 ] {98e5a377-e499-47b7-b602-ed038f1c44f8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001525 sec., 3934.4262295081967 rows/sec., 205.56 KiB/sec. | ||
| 7098 | 2025.03.03 04:55:45.549236 [ 256 ] {98e5a377-e499-47b7-b602-ed038f1c44f8} <Debug> TCPHandler: Processed in 0.001876101 sec. | ||
| 7099 | 2025.03.03 04:55:45.549368 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7100 | 2025.03.03 04:55:45.549481 [ 256 ] {acc90acb-313d-496c-9190-58015fd6e51c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7101 | 2025.03.03 04:55:45.549537 [ 256 ] {acc90acb-313d-496c-9190-58015fd6e51c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7102 | 2025.03.03 04:55:45.550107 [ 256 ] {acc90acb-313d-496c-9190-58015fd6e51c} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7103 | 2025.03.03 04:55:45.550147 [ 256 ] {acc90acb-313d-496c-9190-58015fd6e51c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7104 | 2025.03.03 04:55:45.550583 [ 256 ] {acc90acb-313d-496c-9190-58015fd6e51c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7105 | 2025.03.03 04:55:45.550842 [ 256 ] {acc90acb-313d-496c-9190-58015fd6e51c} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7106 | 2025.03.03 04:55:45.551068 [ 256 ] {acc90acb-313d-496c-9190-58015fd6e51c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001615 sec., 146749.22600619195 rows/sec., 9.84 MiB/sec. | ||
| 7107 | 2025.03.03 04:55:45.551128 [ 256 ] {acc90acb-313d-496c-9190-58015fd6e51c} <Debug> TCPHandler: Processed in 0.001810298 sec. | ||
| 7108 | 2025.03.03 04:55:45.551254 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7109 | 2025.03.03 04:55:45.551363 [ 256 ] {d5ff84e6-5a05-4b47-8497-e6db39c090ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7110 | 2025.03.03 04:55:45.551411 [ 256 ] {d5ff84e6-5a05-4b47-8497-e6db39c090ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7111 | 2025.03.03 04:55:45.551826 [ 256 ] {d5ff84e6-5a05-4b47-8497-e6db39c090ed} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7112 | 2025.03.03 04:55:45.551864 [ 256 ] {d5ff84e6-5a05-4b47-8497-e6db39c090ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7113 | 2025.03.03 04:55:45.552211 [ 256 ] {d5ff84e6-5a05-4b47-8497-e6db39c090ed} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7114 | 2025.03.03 04:55:45.552449 [ 256 ] {d5ff84e6-5a05-4b47-8497-e6db39c090ed} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7115 | 2025.03.03 04:55:45.552605 [ 100 ] {} <Debug> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 7116 | 2025.03.03 04:55:45.552673 [ 256 ] {d5ff84e6-5a05-4b47-8497-e6db39c090ed} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00133 sec., 751.8796992481203 rows/sec., 50.66 KiB/sec. | ||
| 7117 | 2025.03.03 04:55:45.552681 [ 100 ] {} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7118 | 2025.03.03 04:55:45.552760 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7119 | 2025.03.03 04:55:45.552790 [ 256 ] {d5ff84e6-5a05-4b47-8497-e6db39c090ed} <Debug> TCPHandler: Processed in 0.001587394 sec. | ||
| 7120 | 2025.03.03 04:55:45.553082 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7121 | 2025.03.03 04:55:45.553162 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
| 7122 | 2025.03.03 04:55:45.553351 [ 256 ] {e0f10c9a-4f33-41e4-9692-1dca6ac4af55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7123 | 2025.03.03 04:55:45.553547 [ 256 ] {e0f10c9a-4f33-41e4-9692-1dca6ac4af55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7124 | 2025.03.03 04:55:45.553609 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7125 | 2025.03.03 04:55:45.553768 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 19 rows starting from the beginning of the part | ||
| 7126 | 2025.03.03 04:55:45.554085 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7127 | 2025.03.03 04:55:45.554469 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7128 | 2025.03.03 04:55:45.554760 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7129 | 2025.03.03 04:55:45.555165 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7130 | 2025.03.03 04:55:45.555474 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7131 | 2025.03.03 04:55:45.558998 [ 256 ] {e0f10c9a-4f33-41e4-9692-1dca6ac4af55} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7132 | 2025.03.03 04:55:45.559091 [ 256 ] {e0f10c9a-4f33-41e4-9692-1dca6ac4af55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7133 | 2025.03.03 04:55:45.559236 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.006349176 sec., 3780.0180684863676 rows/sec., 254.09 KiB/sec. | ||
| 7134 | 2025.03.03 04:55:45.559473 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7135 | 2025.03.03 04:55:45.560155 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_24_5} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7136 | 2025.03.03 04:55:45.560379 [ 198 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_24_5} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 7137 | 2025.03.03 04:55:45.560546 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7138 | 2025.03.03 04:55:45.560609 [ 256 ] {e0f10c9a-4f33-41e4-9692-1dca6ac4af55} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7139 | 2025.03.03 04:55:45.560906 [ 256 ] {e0f10c9a-4f33-41e4-9692-1dca6ac4af55} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7140 | 2025.03.03 04:55:45.561107 [ 100 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7141 | 2025.03.03 04:55:45.561182 [ 100 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7142 | 2025.03.03 04:55:45.561222 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7143 | 2025.03.03 04:55:45.561229 [ 256 ] {e0f10c9a-4f33-41e4-9692-1dca6ac4af55} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.007965 sec., 1506.5913370998117 rows/sec., 2.70 MiB/sec. | ||
| 7144 | 2025.03.03 04:55:45.561541 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 7145 | 2025.03.03 04:55:45.561654 [ 256 ] {e0f10c9a-4f33-41e4-9692-1dca6ac4af55} <Debug> TCPHandler: Processed in 0.008677026 sec. | ||
| 7146 | 2025.03.03 04:55:45.561916 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7147 | 2025.03.03 04:55:45.562130 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7148 | 2025.03.03 04:55:45.562184 [ 256 ] {3fb7f5d7-c2f2-45a6-9942-ffe1ba262305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7149 | 2025.03.03 04:55:45.562293 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 648 rows starting from the beginning of the part | ||
| 7150 | 2025.03.03 04:55:45.562321 [ 256 ] {3fb7f5d7-c2f2-45a6-9942-ffe1ba262305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7151 | 2025.03.03 04:55:45.563172 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 12 rows starting from the beginning of the part | ||
| 7152 | 2025.03.03 04:55:45.563803 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part | ||
| 7153 | 2025.03.03 04:55:45.564554 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 12 rows starting from the beginning of the part | ||
| 7154 | 2025.03.03 04:55:45.564932 [ 256 ] {3fb7f5d7-c2f2-45a6-9942-ffe1ba262305} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7155 | 2025.03.03 04:55:45.565084 [ 256 ] {3fb7f5d7-c2f2-45a6-9942-ffe1ba262305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7156 | 2025.03.03 04:55:45.565222 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 27 rows starting from the beginning of the part | ||
| 7157 | 2025.03.03 04:55:45.565866 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 12 rows starting from the beginning of the part | ||
| 7158 | 2025.03.03 04:55:45.566794 [ 256 ] {3fb7f5d7-c2f2-45a6-9942-ffe1ba262305} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7159 | 2025.03.03 04:55:45.567318 [ 256 ] {3fb7f5d7-c2f2-45a6-9942-ffe1ba262305} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7160 | 2025.03.03 04:55:45.567935 [ 256 ] {3fb7f5d7-c2f2-45a6-9942-ffe1ba262305} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005812 sec., 14108.74053682037 rows/sec., 917.59 KiB/sec. | ||
| 7161 | 2025.03.03 04:55:45.568122 [ 256 ] {3fb7f5d7-c2f2-45a6-9942-ffe1ba262305} <Debug> TCPHandler: Processed in 0.006309875 sec. | ||
| 7162 | 2025.03.03 04:55:45.571545 [ 191 ] {1a441893-9993-4f87-907b-84f593661890::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 738 rows, containing 19 columns (19 merged, 0 gathered) in 0.010235649 sec., 72100.94836194559 rows/sec., 129.20 MiB/sec. | ||
| 7163 | 2025.03.03 04:55:45.572370 [ 200 ] {1a441893-9993-4f87-907b-84f593661890::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7164 | 2025.03.03 04:55:45.572785 [ 200 ] {1a441893-9993-4f87-907b-84f593661890::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7165 | 2025.03.03 04:55:45.572872 [ 200 ] {1a441893-9993-4f87-907b-84f593661890::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7166 | 2025.03.03 04:55:45.573003 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. | ||
| 7167 | 2025.03.03 04:55:50.111984 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7168 | 2025.03.03 04:55:50.112045 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7169 | 2025.03.03 04:55:50.253280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 7170 | 2025.03.03 04:55:50.253960 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7171 | 2025.03.03 04:55:50.254011 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7172 | 2025.03.03 04:55:50.254534 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7173 | 2025.03.03 04:55:50.254797 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7174 | 2025.03.03 04:55:50.255072 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7175 | 2025.03.03 04:55:50.530241 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7176 | 2025.03.03 04:55:50.530454 [ 256 ] {ad68812c-6424-465d-8c9b-48125578db7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7177 | 2025.03.03 04:55:50.530533 [ 256 ] {ad68812c-6424-465d-8c9b-48125578db7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7178 | 2025.03.03 04:55:50.531406 [ 256 ] {ad68812c-6424-465d-8c9b-48125578db7f} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7179 | 2025.03.03 04:55:50.531456 [ 256 ] {ad68812c-6424-465d-8c9b-48125578db7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7180 | 2025.03.03 04:55:50.531900 [ 256 ] {ad68812c-6424-465d-8c9b-48125578db7f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7181 | 2025.03.03 04:55:50.532157 [ 256 ] {ad68812c-6424-465d-8c9b-48125578db7f} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7182 | 2025.03.03 04:55:50.532398 [ 256 ] {ad68812c-6424-465d-8c9b-48125578db7f} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002005 sec., 54862.84289276809 rows/sec., 4.60 MiB/sec. | ||
| 7183 | 2025.03.03 04:55:50.532464 [ 256 ] {ad68812c-6424-465d-8c9b-48125578db7f} <Debug> TCPHandler: Processed in 0.002363081 sec. | ||
| 7184 | 2025.03.03 04:55:50.532594 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7185 | 2025.03.03 04:55:50.532709 [ 256 ] {b520f821-8382-44b5-a129-f8bd2e889e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7186 | 2025.03.03 04:55:50.532759 [ 256 ] {b520f821-8382-44b5-a129-f8bd2e889e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7187 | 2025.03.03 04:55:50.533308 [ 256 ] {b520f821-8382-44b5-a129-f8bd2e889e00} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7188 | 2025.03.03 04:55:50.533348 [ 256 ] {b520f821-8382-44b5-a129-f8bd2e889e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7189 | 2025.03.03 04:55:50.533702 [ 256 ] {b520f821-8382-44b5-a129-f8bd2e889e00} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7190 | 2025.03.03 04:55:50.533950 [ 256 ] {b520f821-8382-44b5-a129-f8bd2e889e00} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7191 | 2025.03.03 04:55:50.534156 [ 256 ] {b520f821-8382-44b5-a129-f8bd2e889e00} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001473 sec., 18329.938900203666 rows/sec., 1.35 MiB/sec. | ||
| 7192 | 2025.03.03 04:55:50.534209 [ 256 ] {b520f821-8382-44b5-a129-f8bd2e889e00} <Debug> TCPHandler: Processed in 0.001668915 sec. | ||
| 7193 | 2025.03.03 04:55:50.534314 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7194 | 2025.03.03 04:55:50.534418 [ 256 ] {62ef4dd6-9439-4e76-abc9-f6fbfeb8c745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7195 | 2025.03.03 04:55:50.534463 [ 256 ] {62ef4dd6-9439-4e76-abc9-f6fbfeb8c745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7196 | 2025.03.03 04:55:50.535012 [ 256 ] {62ef4dd6-9439-4e76-abc9-f6fbfeb8c745} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7197 | 2025.03.03 04:55:50.535052 [ 256 ] {62ef4dd6-9439-4e76-abc9-f6fbfeb8c745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7198 | 2025.03.03 04:55:50.535407 [ 256 ] {62ef4dd6-9439-4e76-abc9-f6fbfeb8c745} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7199 | 2025.03.03 04:55:50.535662 [ 256 ] {62ef4dd6-9439-4e76-abc9-f6fbfeb8c745} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7200 | 2025.03.03 04:55:50.535882 [ 256 ] {62ef4dd6-9439-4e76-abc9-f6fbfeb8c745} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001486 sec., 61238.223418573354 rows/sec., 4.78 MiB/sec. | ||
| 7201 | 2025.03.03 04:55:50.535935 [ 256 ] {62ef4dd6-9439-4e76-abc9-f6fbfeb8c745} <Debug> TCPHandler: Processed in 0.001671136 sec. | ||
| 7202 | 2025.03.03 04:55:50.536039 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7203 | 2025.03.03 04:55:50.536142 [ 256 ] {248194f7-c31a-496b-81f8-a5fcaffcf9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7204 | 2025.03.03 04:55:50.536191 [ 256 ] {248194f7-c31a-496b-81f8-a5fcaffcf9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7205 | 2025.03.03 04:55:50.536718 [ 256 ] {248194f7-c31a-496b-81f8-a5fcaffcf9d4} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7206 | 2025.03.03 04:55:50.536757 [ 256 ] {248194f7-c31a-496b-81f8-a5fcaffcf9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7207 | 2025.03.03 04:55:50.537143 [ 256 ] {248194f7-c31a-496b-81f8-a5fcaffcf9d4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7208 | 2025.03.03 04:55:50.537389 [ 256 ] {248194f7-c31a-496b-81f8-a5fcaffcf9d4} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7209 | 2025.03.03 04:55:50.537647 [ 256 ] {248194f7-c31a-496b-81f8-a5fcaffcf9d4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001518 sec., 105401.84453227931 rows/sec., 7.34 MiB/sec. | ||
| 7210 | 2025.03.03 04:55:50.537702 [ 256 ] {248194f7-c31a-496b-81f8-a5fcaffcf9d4} <Debug> TCPHandler: Processed in 0.001714266 sec. | ||
| 7211 | 2025.03.03 04:55:50.537951 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7212 | 2025.03.03 04:55:50.538074 [ 256 ] {e46281b2-b9fc-4315-8cf7-8d7b6c8ab0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7213 | 2025.03.03 04:55:50.538147 [ 256 ] {e46281b2-b9fc-4315-8cf7-8d7b6c8ab0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.03.03 04:55:50.539281 [ 256 ] {e46281b2-b9fc-4315-8cf7-8d7b6c8ab0a9} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7215 | 2025.03.03 04:55:50.539381 [ 256 ] {e46281b2-b9fc-4315-8cf7-8d7b6c8ab0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7216 | 2025.03.03 04:55:50.540074 [ 256 ] {e46281b2-b9fc-4315-8cf7-8d7b6c8ab0a9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7217 | 2025.03.03 04:55:50.540426 [ 256 ] {e46281b2-b9fc-4315-8cf7-8d7b6c8ab0a9} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7218 | 2025.03.03 04:55:50.540720 [ 256 ] {e46281b2-b9fc-4315-8cf7-8d7b6c8ab0a9} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00267 sec., 10112.359550561798 rows/sec., 18.12 MiB/sec. | ||
| 7219 | 2025.03.03 04:55:50.540856 [ 256 ] {e46281b2-b9fc-4315-8cf7-8d7b6c8ab0a9} <Debug> TCPHandler: Processed in 0.002993594 sec. | ||
| 7220 | 2025.03.03 04:55:50.541033 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7221 | 2025.03.03 04:55:50.541143 [ 256 ] {a9aadce1-4b99-454b-8af1-ec05405503b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7222 | 2025.03.03 04:55:50.541191 [ 256 ] {a9aadce1-4b99-454b-8af1-ec05405503b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7223 | 2025.03.03 04:55:50.541748 [ 256 ] {a9aadce1-4b99-454b-8af1-ec05405503b3} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7224 | 2025.03.03 04:55:50.541804 [ 256 ] {a9aadce1-4b99-454b-8af1-ec05405503b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7225 | 2025.03.03 04:55:50.542427 [ 256 ] {a9aadce1-4b99-454b-8af1-ec05405503b3} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7226 | 2025.03.03 04:55:50.542833 [ 256 ] {a9aadce1-4b99-454b-8af1-ec05405503b3} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7227 | 2025.03.03 04:55:50.543101 [ 256 ] {a9aadce1-4b99-454b-8af1-ec05405503b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001978 sec., 30333.670374115267 rows/sec., 2.04 MiB/sec. | ||
| 7228 | 2025.03.03 04:55:50.543159 [ 256 ] {a9aadce1-4b99-454b-8af1-ec05405503b3} <Debug> TCPHandler: Processed in 0.002189477 sec. | ||
| 7229 | 2025.03.03 04:55:51.362799 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7230 | 2025.03.03 04:55:51.384276 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7231 | 2025.03.03 04:55:51.384344 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7232 | 2025.03.03 04:55:51.391942 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7233 | 2025.03.03 04:55:51.392803 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7234 | 2025.03.03 04:55:51.396502 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7235 | 2025.03.03 04:55:53.337291 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7236 | 2025.03.03 04:55:53.337507 [ 256 ] {d6671656-5fa6-4336-8e15-7f85b6308613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7237 | 2025.03.03 04:55:53.337590 [ 256 ] {d6671656-5fa6-4336-8e15-7f85b6308613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7238 | 2025.03.03 04:55:53.338540 [ 256 ] {d6671656-5fa6-4336-8e15-7f85b6308613} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7239 | 2025.03.03 04:55:53.338592 [ 256 ] {d6671656-5fa6-4336-8e15-7f85b6308613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7240 | 2025.03.03 04:55:53.339038 [ 256 ] {d6671656-5fa6-4336-8e15-7f85b6308613} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7241 | 2025.03.03 04:55:53.339289 [ 256 ] {d6671656-5fa6-4336-8e15-7f85b6308613} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7242 | 2025.03.03 04:55:53.339543 [ 256 ] {d6671656-5fa6-4336-8e15-7f85b6308613} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002095 sec., 101193.31742243437 rows/sec., 6.44 MiB/sec. | ||
| 7243 | 2025.03.03 04:55:53.339609 [ 256 ] {d6671656-5fa6-4336-8e15-7f85b6308613} <Debug> TCPHandler: Processed in 0.002458203 sec. | ||
| 7244 | 2025.03.03 04:55:53.339724 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7245 | 2025.03.03 04:55:53.339833 [ 256 ] {b4b67d4e-68d2-4bab-a36f-ed2962c9863e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7246 | 2025.03.03 04:55:53.339881 [ 256 ] {b4b67d4e-68d2-4bab-a36f-ed2962c9863e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7247 | 2025.03.03 04:55:53.340416 [ 256 ] {b4b67d4e-68d2-4bab-a36f-ed2962c9863e} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7248 | 2025.03.03 04:55:53.340458 [ 256 ] {b4b67d4e-68d2-4bab-a36f-ed2962c9863e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7249 | 2025.03.03 04:55:53.340801 [ 256 ] {b4b67d4e-68d2-4bab-a36f-ed2962c9863e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 7250 | 2025.03.03 04:55:53.341033 [ 256 ] {b4b67d4e-68d2-4bab-a36f-ed2962c9863e} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7251 | 2025.03.03 04:55:53.341250 [ 256 ] {b4b67d4e-68d2-4bab-a36f-ed2962c9863e} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001444 sec., 11080.3324099723 rows/sec., 903.52 KiB/sec. | ||
| 7252 | 2025.03.03 04:55:53.341304 [ 256 ] {b4b67d4e-68d2-4bab-a36f-ed2962c9863e} <Debug> TCPHandler: Processed in 0.001632515 sec. | ||
| 7253 | 2025.03.03 04:55:53.341410 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7254 | 2025.03.03 04:55:53.341513 [ 256 ] {a393213a-90fc-435c-9480-16152f9ad5e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7255 | 2025.03.03 04:55:53.341558 [ 256 ] {a393213a-90fc-435c-9480-16152f9ad5e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7256 | 2025.03.03 04:55:53.342923 [ 256 ] {a393213a-90fc-435c-9480-16152f9ad5e4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7257 | 2025.03.03 04:55:53.342963 [ 256 ] {a393213a-90fc-435c-9480-16152f9ad5e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7258 | 2025.03.03 04:55:53.343472 [ 256 ] {a393213a-90fc-435c-9480-16152f9ad5e4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7259 | 2025.03.03 04:55:53.343709 [ 256 ] {a393213a-90fc-435c-9480-16152f9ad5e4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7260 | 2025.03.03 04:55:53.343900 [ 88 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7261 | 2025.03.03 04:55:53.343958 [ 256 ] {a393213a-90fc-435c-9480-16152f9ad5e4} <Debug> executeQuery: Read 1789 rows, 148.42 KiB in 0.002466 sec., 725466.3422546635 rows/sec., 58.78 MiB/sec. | ||
| 7262 | 2025.03.03 04:55:53.344036 [ 88 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7263 | 2025.03.03 04:55:53.344086 [ 256 ] {a393213a-90fc-435c-9480-16152f9ad5e4} <Debug> TCPHandler: Processed in 0.002726419 sec. | ||
| 7264 | 2025.03.03 04:55:53.344115 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7265 | 2025.03.03 04:55:53.344276 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7266 | 2025.03.03 04:55:53.344483 [ 256 ] {63fb1fa7-664f-4844-b873-83685b1a0cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7267 | 2025.03.03 04:55:53.344479 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 7268 | 2025.03.03 04:55:53.344533 [ 256 ] {63fb1fa7-664f-4844-b873-83685b1a0cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7269 | 2025.03.03 04:55:53.345027 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7270 | 2025.03.03 04:55:53.345117 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1845 rows starting from the beginning of the part | ||
| 7271 | 2025.03.03 04:55:53.345414 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 641 rows starting from the beginning of the part | ||
| 7272 | 2025.03.03 04:55:53.345817 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 111 rows starting from the beginning of the part | ||
| 7273 | 2025.03.03 04:55:53.346173 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 641 rows starting from the beginning of the part | ||
| 7274 | 2025.03.03 04:55:53.346495 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 110 rows starting from the beginning of the part | ||
| 7275 | 2025.03.03 04:55:53.346946 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1789 rows starting from the beginning of the part | ||
| 7276 | 2025.03.03 04:55:53.347653 [ 256 ] {63fb1fa7-664f-4844-b873-83685b1a0cfe} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7277 | 2025.03.03 04:55:53.347728 [ 256 ] {63fb1fa7-664f-4844-b873-83685b1a0cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7278 | 2025.03.03 04:55:53.348494 [ 256 ] {63fb1fa7-664f-4844-b873-83685b1a0cfe} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7279 | 2025.03.03 04:55:53.348994 [ 256 ] {63fb1fa7-664f-4844-b873-83685b1a0cfe} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7280 | 2025.03.03 04:55:53.349546 [ 256 ] {63fb1fa7-664f-4844-b873-83685b1a0cfe} <Debug> executeQuery: Read 134 rows, 8.41 KiB in 0.005094 sec., 26305.457400863765 rows/sec., 1.61 MiB/sec. | ||
| 7281 | 2025.03.03 04:55:53.349777 [ 256 ] {63fb1fa7-664f-4844-b873-83685b1a0cfe} <Debug> TCPHandler: Processed in 0.005579519 sec. | ||
| 7282 | 2025.03.03 04:55:53.349960 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7283 | 2025.03.03 04:55:53.350116 [ 256 ] {2292aedc-afc3-4cd4-8e46-beddb0521f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7284 | 2025.03.03 04:55:53.350177 [ 256 ] {2292aedc-afc3-4cd4-8e46-beddb0521f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7285 | 2025.03.03 04:55:53.351369 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5137 rows, containing 5 columns (5 merged, 0 gathered) in 0.007093392 sec., 724195.1382356988 rows/sec., 61.20 MiB/sec. | ||
| 7286 | 2025.03.03 04:55:53.351456 [ 256 ] {2292aedc-afc3-4cd4-8e46-beddb0521f48} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7287 | 2025.03.03 04:55:53.351502 [ 256 ] {2292aedc-afc3-4cd4-8e46-beddb0521f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7288 | 2025.03.03 04:55:53.351742 [ 199 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7289 | 2025.03.03 04:55:53.352083 [ 256 ] {2292aedc-afc3-4cd4-8e46-beddb0521f48} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7290 | 2025.03.03 04:55:53.352289 [ 199 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_56_11} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7291 | 2025.03.03 04:55:53.352455 [ 199 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_56_11} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7292 | 2025.03.03 04:55:53.352524 [ 256 ] {2292aedc-afc3-4cd4-8e46-beddb0521f48} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7293 | 2025.03.03 04:55:53.352621 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 7294 | 2025.03.03 04:55:53.352882 [ 256 ] {2292aedc-afc3-4cd4-8e46-beddb0521f48} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002801 sec., 121742.23491610138 rows/sec., 8.12 MiB/sec. | ||
| 7295 | 2025.03.03 04:55:53.352954 [ 256 ] {2292aedc-afc3-4cd4-8e46-beddb0521f48} <Debug> TCPHandler: Processed in 0.003069926 sec. | ||
| 7296 | 2025.03.03 04:55:53.353104 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7297 | 2025.03.03 04:55:53.353211 [ 256 ] {efd221ac-0f14-484e-a676-09a853307b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7298 | 2025.03.03 04:55:53.353254 [ 256 ] {efd221ac-0f14-484e-a676-09a853307b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7299 | 2025.03.03 04:55:53.353834 [ 256 ] {efd221ac-0f14-484e-a676-09a853307b40} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7300 | 2025.03.03 04:55:53.353872 [ 256 ] {efd221ac-0f14-484e-a676-09a853307b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7301 | 2025.03.03 04:55:53.354224 [ 256 ] {efd221ac-0f14-484e-a676-09a853307b40} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7302 | 2025.03.03 04:55:53.354467 [ 256 ] {efd221ac-0f14-484e-a676-09a853307b40} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7303 | 2025.03.03 04:55:53.354721 [ 256 ] {efd221ac-0f14-484e-a676-09a853307b40} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00153 sec., 73202.61437908497 rows/sec., 4.17 MiB/sec. | ||
| 7304 | 2025.03.03 04:55:53.354940 [ 256 ] {efd221ac-0f14-484e-a676-09a853307b40} <Debug> TCPHandler: Processed in 0.00188515 sec. | ||
| 7305 | 2025.03.03 04:55:53.355130 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7306 | 2025.03.03 04:55:53.355235 [ 256 ] {0da50cc2-4060-48dc-8581-76552875fe1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7307 | 2025.03.03 04:55:53.355282 [ 256 ] {0da50cc2-4060-48dc-8581-76552875fe1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7308 | 2025.03.03 04:55:53.356189 [ 256 ] {0da50cc2-4060-48dc-8581-76552875fe1e} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7309 | 2025.03.03 04:55:53.356228 [ 256 ] {0da50cc2-4060-48dc-8581-76552875fe1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7310 | 2025.03.03 04:55:53.356618 [ 256 ] {0da50cc2-4060-48dc-8581-76552875fe1e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7311 | 2025.03.03 04:55:53.356854 [ 256 ] {0da50cc2-4060-48dc-8581-76552875fe1e} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7312 | 2025.03.03 04:55:53.357029 [ 88 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7313 | 2025.03.03 04:55:53.357109 [ 256 ] {0da50cc2-4060-48dc-8581-76552875fe1e} <Debug> executeQuery: Read 866 rows, 64.14 KiB in 0.001888 sec., 458686.4406779661 rows/sec., 33.18 MiB/sec. | ||
| 7314 | 2025.03.03 04:55:53.357120 [ 88 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7315 | 2025.03.03 04:55:53.357232 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7316 | 2025.03.03 04:55:53.357247 [ 256 ] {0da50cc2-4060-48dc-8581-76552875fe1e} <Debug> TCPHandler: Processed in 0.002179737 sec. | ||
| 7317 | 2025.03.03 04:55:53.357513 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7318 | 2025.03.03 04:55:53.357536 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 7319 | 2025.03.03 04:55:53.357686 [ 256 ] {906379f7-1c19-428f-8a8a-8cd7e35de543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7320 | 2025.03.03 04:55:53.357836 [ 256 ] {906379f7-1c19-428f-8a8a-8cd7e35de543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7321 | 2025.03.03 04:55:53.358015 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7322 | 2025.03.03 04:55:53.358111 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 7323 | 2025.03.03 04:55:53.358350 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 394 rows starting from the beginning of the part | ||
| 7324 | 2025.03.03 04:55:53.358750 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 93 rows starting from the beginning of the part | ||
| 7325 | 2025.03.03 04:55:53.359129 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 394 rows starting from the beginning of the part | ||
| 7326 | 2025.03.03 04:55:53.359447 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 91 rows starting from the beginning of the part | ||
| 7327 | 2025.03.03 04:55:53.359788 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 866 rows starting from the beginning of the part | ||
| 7328 | 2025.03.03 04:55:53.360714 [ 256 ] {906379f7-1c19-428f-8a8a-8cd7e35de543} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7329 | 2025.03.03 04:55:53.360764 [ 256 ] {906379f7-1c19-428f-8a8a-8cd7e35de543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7330 | 2025.03.03 04:55:53.361719 [ 256 ] {906379f7-1c19-428f-8a8a-8cd7e35de543} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7331 | 2025.03.03 04:55:53.362269 [ 256 ] {906379f7-1c19-428f-8a8a-8cd7e35de543} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7332 | 2025.03.03 04:55:53.362769 [ 256 ] {906379f7-1c19-428f-8a8a-8cd7e35de543} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005135 sec., 1168.451801363194 rows/sec., 61.05 KiB/sec. | ||
| 7333 | 2025.03.03 04:55:53.362983 [ 256 ] {906379f7-1c19-428f-8a8a-8cd7e35de543} <Debug> TCPHandler: Processed in 0.005533468 sec. | ||
| 7334 | 2025.03.03 04:55:53.363378 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7335 | 2025.03.03 04:55:53.363794 [ 256 ] {8e75e048-7a87-4dae-a1f9-0eaa33a6dba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7336 | 2025.03.03 04:55:53.363987 [ 256 ] {8e75e048-7a87-4dae-a1f9-0eaa33a6dba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7337 | 2025.03.03 04:55:53.364122 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2751 rows, containing 5 columns (5 merged, 0 gathered) in 0.006717494 sec., 409527.71971214266 rows/sec., 31.20 MiB/sec. | ||
| 7338 | 2025.03.03 04:55:53.364457 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7339 | 2025.03.03 04:55:53.364981 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_56_11} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7340 | 2025.03.03 04:55:53.365224 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_56_11} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7341 | 2025.03.03 04:55:53.365344 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 7342 | 2025.03.03 04:55:53.365394 [ 256 ] {8e75e048-7a87-4dae-a1f9-0eaa33a6dba2} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7343 | 2025.03.03 04:55:53.365438 [ 256 ] {8e75e048-7a87-4dae-a1f9-0eaa33a6dba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7344 | 2025.03.03 04:55:53.365895 [ 256 ] {8e75e048-7a87-4dae-a1f9-0eaa33a6dba2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7345 | 2025.03.03 04:55:53.366149 [ 256 ] {8e75e048-7a87-4dae-a1f9-0eaa33a6dba2} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7346 | 2025.03.03 04:55:53.366322 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7347 | 2025.03.03 04:55:53.366375 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7348 | 2025.03.03 04:55:53.366402 [ 256 ] {8e75e048-7a87-4dae-a1f9-0eaa33a6dba2} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.002788 sec., 368364.41893830703 rows/sec., 24.55 MiB/sec. | ||
| 7349 | 2025.03.03 04:55:53.366415 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7350 | 2025.03.03 04:55:53.366564 [ 256 ] {8e75e048-7a87-4dae-a1f9-0eaa33a6dba2} <Debug> TCPHandler: Processed in 0.003333051 sec. | ||
| 7351 | 2025.03.03 04:55:53.366684 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 7352 | 2025.03.03 04:55:53.366747 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7353 | 2025.03.03 04:55:53.366956 [ 256 ] {08866b0b-5e99-4372-a87b-4de5df652bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7354 | 2025.03.03 04:55:53.366970 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7355 | 2025.03.03 04:55:53.367052 [ 256 ] {08866b0b-5e99-4372-a87b-4de5df652bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7356 | 2025.03.03 04:55:53.367056 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15647 rows starting from the beginning of the part | ||
| 7357 | 2025.03.03 04:55:53.367367 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 7358 | 2025.03.03 04:55:53.367728 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 161 rows starting from the beginning of the part | ||
| 7359 | 2025.03.03 04:55:53.368167 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 7360 | 2025.03.03 04:55:53.368464 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 7361 | 2025.03.03 04:55:53.368639 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1027 rows starting from the beginning of the part | ||
| 7362 | 2025.03.03 04:55:53.369470 [ 256 ] {08866b0b-5e99-4372-a87b-4de5df652bdf} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7363 | 2025.03.03 04:55:53.369546 [ 256 ] {08866b0b-5e99-4372-a87b-4de5df652bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7364 | 2025.03.03 04:55:53.370161 [ 256 ] {08866b0b-5e99-4372-a87b-4de5df652bdf} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7365 | 2025.03.03 04:55:53.370460 [ 256 ] {08866b0b-5e99-4372-a87b-4de5df652bdf} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7366 | 2025.03.03 04:55:53.370826 [ 256 ] {08866b0b-5e99-4372-a87b-4de5df652bdf} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003917 sec., 255.29742149604286 rows/sec., 17.20 KiB/sec. | ||
| 7367 | 2025.03.03 04:55:53.371118 [ 256 ] {08866b0b-5e99-4372-a87b-4de5df652bdf} <Debug> TCPHandler: Processed in 0.004432746 sec. | ||
| 7368 | 2025.03.03 04:55:53.371524 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7369 | 2025.03.03 04:55:53.371803 [ 256 ] {c1aa2070-50d2-4e08-b4b0-33887c7a3458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7370 | 2025.03.03 04:55:53.372020 [ 256 ] {c1aa2070-50d2-4e08-b4b0-33887c7a3458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7371 | 2025.03.03 04:55:53.374262 [ 256 ] {c1aa2070-50d2-4e08-b4b0-33887c7a3458} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7372 | 2025.03.03 04:55:53.374303 [ 256 ] {c1aa2070-50d2-4e08-b4b0-33887c7a3458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7373 | 2025.03.03 04:55:53.375046 [ 256 ] {c1aa2070-50d2-4e08-b4b0-33887c7a3458} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7374 | 2025.03.03 04:55:53.375471 [ 256 ] {c1aa2070-50d2-4e08-b4b0-33887c7a3458} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7375 | 2025.03.03 04:55:53.375951 [ 256 ] {c1aa2070-50d2-4e08-b4b0-33887c7a3458} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004223 sec., 2841.581813876391 rows/sec., 5.09 MiB/sec. | ||
| 7376 | 2025.03.03 04:55:53.376638 [ 256 ] {c1aa2070-50d2-4e08-b4b0-33887c7a3458} <Debug> TCPHandler: Processed in 0.005261673 sec. | ||
| 7377 | 2025.03.03 04:55:53.377189 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7378 | 2025.03.03 04:55:53.377414 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17469 rows, containing 5 columns (5 merged, 0 gathered) in 0.010859252 sec., 1608674.3359487376 rows/sec., 108.56 MiB/sec. | ||
| 7379 | 2025.03.03 04:55:53.377441 [ 256 ] {db8e549b-0605-40de-a489-a23235dfad54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7380 | 2025.03.03 04:55:53.377516 [ 256 ] {db8e549b-0605-40de-a489-a23235dfad54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7381 | 2025.03.03 04:55:53.377693 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7382 | 2025.03.03 04:55:53.378263 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7383 | 2025.03.03 04:55:53.378472 [ 186 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7384 | 2025.03.03 04:55:53.378559 [ 256 ] {db8e549b-0605-40de-a489-a23235dfad54} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7385 | 2025.03.03 04:55:53.378627 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. | ||
| 7386 | 2025.03.03 04:55:53.378629 [ 256 ] {db8e549b-0605-40de-a489-a23235dfad54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7387 | 2025.03.03 04:55:53.379050 [ 256 ] {db8e549b-0605-40de-a489-a23235dfad54} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7388 | 2025.03.03 04:55:53.379303 [ 256 ] {db8e549b-0605-40de-a489-a23235dfad54} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7389 | 2025.03.03 04:55:53.379489 [ 86 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7390 | 2025.03.03 04:55:53.379541 [ 256 ] {db8e549b-0605-40de-a489-a23235dfad54} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.002148 sec., 27001.862197392922 rows/sec., 1.67 MiB/sec. | ||
| 7391 | 2025.03.03 04:55:53.379549 [ 86 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7392 | 2025.03.03 04:55:53.379629 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7393 | 2025.03.03 04:55:53.379674 [ 256 ] {db8e549b-0605-40de-a489-a23235dfad54} <Debug> TCPHandler: Processed in 0.002624566 sec. | ||
| 7394 | 2025.03.03 04:55:53.379897 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 7395 | 2025.03.03 04:55:53.380261 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7396 | 2025.03.03 04:55:53.380365 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3066 rows starting from the beginning of the part | ||
| 7397 | 2025.03.03 04:55:53.380637 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 7398 | 2025.03.03 04:55:53.380734 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 7399 | 2025.03.03 04:55:53.380938 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 7400 | 2025.03.03 04:55:53.381167 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 7401 | 2025.03.03 04:55:53.381260 [ 197 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 58 rows starting from the beginning of the part | ||
| 7402 | 2025.03.03 04:55:53.382811 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3408 rows, containing 4 columns (4 merged, 0 gathered) in 0.003079956 sec., 1106509.3137694176 rows/sec., 72.09 MiB/sec. | ||
| 7403 | 2025.03.03 04:55:53.383227 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7404 | 2025.03.03 04:55:53.383586 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_56_11} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7405 | 2025.03.03 04:55:53.383686 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_56_11} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7406 | 2025.03.03 04:55:53.383789 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 7407 | 2025.03.03 04:55:55.324014 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1064 | ||
| 7408 | 2025.03.03 04:55:55.327590 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7409 | 2025.03.03 04:55:55.327650 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7410 | 2025.03.03 04:55:55.329167 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7411 | 2025.03.03 04:55:55.329484 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7412 | 2025.03.03 04:55:55.330629 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1064 | ||
| 7413 | 2025.03.03 04:55:55.524162 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7414 | 2025.03.03 04:55:55.524373 [ 256 ] {3268f159-c177-4223-b4f7-8de2dda8244f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7415 | 2025.03.03 04:55:55.524454 [ 256 ] {3268f159-c177-4223-b4f7-8de2dda8244f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7416 | 2025.03.03 04:55:55.525320 [ 256 ] {3268f159-c177-4223-b4f7-8de2dda8244f} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7417 | 2025.03.03 04:55:55.525370 [ 256 ] {3268f159-c177-4223-b4f7-8de2dda8244f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7418 | 2025.03.03 04:55:55.525799 [ 256 ] {3268f159-c177-4223-b4f7-8de2dda8244f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7419 | 2025.03.03 04:55:55.526051 [ 256 ] {3268f159-c177-4223-b4f7-8de2dda8244f} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7420 | 2025.03.03 04:55:55.526286 [ 256 ] {3268f159-c177-4223-b4f7-8de2dda8244f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.17 MiB/sec. | ||
| 7421 | 2025.03.03 04:55:55.526418 [ 256 ] {3268f159-c177-4223-b4f7-8de2dda8244f} <Debug> TCPHandler: Processed in 0.002396631 sec. | ||
| 7422 | 2025.03.03 04:55:55.526654 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7423 | 2025.03.03 04:55:55.526837 [ 256 ] {647da119-863f-4853-a996-a7ae47b86c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7424 | 2025.03.03 04:55:55.526888 [ 256 ] {647da119-863f-4853-a996-a7ae47b86c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7425 | 2025.03.03 04:55:55.527481 [ 256 ] {647da119-863f-4853-a996-a7ae47b86c84} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7426 | 2025.03.03 04:55:55.527523 [ 256 ] {647da119-863f-4853-a996-a7ae47b86c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7427 | 2025.03.03 04:55:55.527883 [ 256 ] {647da119-863f-4853-a996-a7ae47b86c84} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7428 | 2025.03.03 04:55:55.528140 [ 256 ] {647da119-863f-4853-a996-a7ae47b86c84} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7429 | 2025.03.03 04:55:55.528368 [ 256 ] {647da119-863f-4853-a996-a7ae47b86c84} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001564 sec., 40920.71611253197 rows/sec., 3.19 MiB/sec. | ||
| 7430 | 2025.03.03 04:55:55.528446 [ 256 ] {647da119-863f-4853-a996-a7ae47b86c84} <Debug> TCPHandler: Processed in 0.001900841 sec. | ||
| 7431 | 2025.03.03 04:55:55.528605 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7432 | 2025.03.03 04:55:55.528710 [ 256 ] {21e2ab3c-2a82-408a-bb53-df3adef01149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7433 | 2025.03.03 04:55:55.528760 [ 256 ] {21e2ab3c-2a82-408a-bb53-df3adef01149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7434 | 2025.03.03 04:55:55.529256 [ 256 ] {21e2ab3c-2a82-408a-bb53-df3adef01149} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7435 | 2025.03.03 04:55:55.529295 [ 256 ] {21e2ab3c-2a82-408a-bb53-df3adef01149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7436 | 2025.03.03 04:55:55.529665 [ 256 ] {21e2ab3c-2a82-408a-bb53-df3adef01149} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7437 | 2025.03.03 04:55:55.529909 [ 256 ] {21e2ab3c-2a82-408a-bb53-df3adef01149} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7438 | 2025.03.03 04:55:55.530122 [ 256 ] {21e2ab3c-2a82-408a-bb53-df3adef01149} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001436 sec., 44568.24512534819 rows/sec., 3.10 MiB/sec. | ||
| 7439 | 2025.03.03 04:55:55.530174 [ 256 ] {21e2ab3c-2a82-408a-bb53-df3adef01149} <Debug> TCPHandler: Processed in 0.001628515 sec. | ||
| 7440 | 2025.03.03 04:55:55.530293 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7441 | 2025.03.03 04:55:55.530399 [ 256 ] {4fe85f69-1bcf-40a8-93c4-ccc212691dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7442 | 2025.03.03 04:55:55.530447 [ 256 ] {4fe85f69-1bcf-40a8-93c4-ccc212691dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7443 | 2025.03.03 04:55:55.530878 [ 256 ] {4fe85f69-1bcf-40a8-93c4-ccc212691dae} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7444 | 2025.03.03 04:55:55.530916 [ 256 ] {4fe85f69-1bcf-40a8-93c4-ccc212691dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7445 | 2025.03.03 04:55:55.531273 [ 256 ] {4fe85f69-1bcf-40a8-93c4-ccc212691dae} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7446 | 2025.03.03 04:55:55.531509 [ 256 ] {4fe85f69-1bcf-40a8-93c4-ccc212691dae} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7447 | 2025.03.03 04:55:55.531733 [ 256 ] {4fe85f69-1bcf-40a8-93c4-ccc212691dae} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001349 sec., 17790.956263899185 rows/sec., 1.20 MiB/sec. | ||
| 7448 | 2025.03.03 04:55:55.531796 [ 256 ] {4fe85f69-1bcf-40a8-93c4-ccc212691dae} <Debug> TCPHandler: Processed in 0.001554393 sec. | ||
| 7449 | 2025.03.03 04:55:57.756190 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 7450 | 2025.03.03 04:55:57.756849 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7451 | 2025.03.03 04:55:57.756900 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7452 | 2025.03.03 04:55:57.757430 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7453 | 2025.03.03 04:55:57.757688 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7454 | 2025.03.03 04:55:57.757902 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 7455 | 2025.03.03 04:55:58.897542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7456 | 2025.03.03 04:55:58.918866 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7457 | 2025.03.03 04:55:58.918935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7458 | 2025.03.03 04:55:58.926265 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7459 | 2025.03.03 04:55:58.927027 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7460 | 2025.03.03 04:55:58.929900 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7461 | 2025.03.03 04:56:00.530953 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7462 | 2025.03.03 04:56:00.531163 [ 256 ] {00f5d1e0-195c-4db3-b8b9-951153ddc810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7463 | 2025.03.03 04:56:00.531238 [ 256 ] {00f5d1e0-195c-4db3-b8b9-951153ddc810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7464 | 2025.03.03 04:56:00.532069 [ 256 ] {00f5d1e0-195c-4db3-b8b9-951153ddc810} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7465 | 2025.03.03 04:56:00.532123 [ 256 ] {00f5d1e0-195c-4db3-b8b9-951153ddc810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7466 | 2025.03.03 04:56:00.532567 [ 256 ] {00f5d1e0-195c-4db3-b8b9-951153ddc810} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7467 | 2025.03.03 04:56:00.532833 [ 256 ] {00f5d1e0-195c-4db3-b8b9-951153ddc810} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7468 | 2025.03.03 04:56:00.533078 [ 256 ] {00f5d1e0-195c-4db3-b8b9-951153ddc810} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001972 sec., 55780.93306288033 rows/sec., 4.67 MiB/sec. | ||
| 7469 | 2025.03.03 04:56:00.533146 [ 256 ] {00f5d1e0-195c-4db3-b8b9-951153ddc810} <Debug> TCPHandler: Processed in 0.00233046 sec. | ||
| 7470 | 2025.03.03 04:56:00.533286 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7471 | 2025.03.03 04:56:00.533401 [ 256 ] {5bf64819-a2fe-4ff7-82cf-a98dfaed1271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7472 | 2025.03.03 04:56:00.533452 [ 256 ] {5bf64819-a2fe-4ff7-82cf-a98dfaed1271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7473 | 2025.03.03 04:56:00.534010 [ 256 ] {5bf64819-a2fe-4ff7-82cf-a98dfaed1271} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7474 | 2025.03.03 04:56:00.534050 [ 256 ] {5bf64819-a2fe-4ff7-82cf-a98dfaed1271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7475 | 2025.03.03 04:56:00.534407 [ 256 ] {5bf64819-a2fe-4ff7-82cf-a98dfaed1271} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7476 | 2025.03.03 04:56:00.534650 [ 256 ] {5bf64819-a2fe-4ff7-82cf-a98dfaed1271} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7477 | 2025.03.03 04:56:00.534875 [ 256 ] {5bf64819-a2fe-4ff7-82cf-a98dfaed1271} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001501 sec., 17988.00799467022 rows/sec., 1.32 MiB/sec. | ||
| 7478 | 2025.03.03 04:56:00.534929 [ 256 ] {5bf64819-a2fe-4ff7-82cf-a98dfaed1271} <Debug> TCPHandler: Processed in 0.001697116 sec. | ||
| 7479 | 2025.03.03 04:56:00.535040 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7480 | 2025.03.03 04:56:00.535143 [ 256 ] {c4898a5f-ae07-47b8-b19e-bc7f38e20c47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7481 | 2025.03.03 04:56:00.535189 [ 256 ] {c4898a5f-ae07-47b8-b19e-bc7f38e20c47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7482 | 2025.03.03 04:56:00.535753 [ 256 ] {c4898a5f-ae07-47b8-b19e-bc7f38e20c47} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7483 | 2025.03.03 04:56:00.535793 [ 256 ] {c4898a5f-ae07-47b8-b19e-bc7f38e20c47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7484 | 2025.03.03 04:56:00.536159 [ 256 ] {c4898a5f-ae07-47b8-b19e-bc7f38e20c47} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7485 | 2025.03.03 04:56:00.536399 [ 256 ] {c4898a5f-ae07-47b8-b19e-bc7f38e20c47} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7486 | 2025.03.03 04:56:00.536616 [ 256 ] {c4898a5f-ae07-47b8-b19e-bc7f38e20c47} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001495 sec., 60869.565217391304 rows/sec., 4.75 MiB/sec. | ||
| 7487 | 2025.03.03 04:56:00.536668 [ 256 ] {c4898a5f-ae07-47b8-b19e-bc7f38e20c47} <Debug> TCPHandler: Processed in 0.001679716 sec. | ||
| 7488 | 2025.03.03 04:56:00.536785 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7489 | 2025.03.03 04:56:00.536892 [ 256 ] {1533222d-fb3c-4997-b53d-9983d20a6199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7490 | 2025.03.03 04:56:00.536941 [ 256 ] {1533222d-fb3c-4997-b53d-9983d20a6199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7491 | 2025.03.03 04:56:00.537469 [ 256 ] {1533222d-fb3c-4997-b53d-9983d20a6199} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7492 | 2025.03.03 04:56:00.537510 [ 256 ] {1533222d-fb3c-4997-b53d-9983d20a6199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7493 | 2025.03.03 04:56:00.537897 [ 256 ] {1533222d-fb3c-4997-b53d-9983d20a6199} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7494 | 2025.03.03 04:56:00.538136 [ 256 ] {1533222d-fb3c-4997-b53d-9983d20a6199} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7495 | 2025.03.03 04:56:00.538381 [ 256 ] {1533222d-fb3c-4997-b53d-9983d20a6199} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001506 sec., 106241.69986719788 rows/sec., 7.40 MiB/sec. | ||
| 7496 | 2025.03.03 04:56:00.538466 [ 256 ] {1533222d-fb3c-4997-b53d-9983d20a6199} <Debug> TCPHandler: Processed in 0.001732547 sec. | ||
| 7497 | 2025.03.03 04:56:00.538736 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7498 | 2025.03.03 04:56:00.538871 [ 256 ] {c505f7c2-0bab-401f-8ff0-debc629b90a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7499 | 2025.03.03 04:56:00.538945 [ 256 ] {c505f7c2-0bab-401f-8ff0-debc629b90a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7500 | 2025.03.03 04:56:00.540261 [ 256 ] {c505f7c2-0bab-401f-8ff0-debc629b90a6} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7501 | 2025.03.03 04:56:00.540359 [ 256 ] {c505f7c2-0bab-401f-8ff0-debc629b90a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7502 | 2025.03.03 04:56:00.541007 [ 256 ] {c505f7c2-0bab-401f-8ff0-debc629b90a6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7503 | 2025.03.03 04:56:00.541278 [ 256 ] {c505f7c2-0bab-401f-8ff0-debc629b90a6} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7504 | 2025.03.03 04:56:00.541511 [ 256 ] {c505f7c2-0bab-401f-8ff0-debc629b90a6} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002663 sec., 10138.94104393541 rows/sec., 18.17 MiB/sec. | ||
| 7505 | 2025.03.03 04:56:00.541607 [ 256 ] {c505f7c2-0bab-401f-8ff0-debc629b90a6} <Debug> TCPHandler: Processed in 0.002982054 sec. | ||
| 7506 | 2025.03.03 04:56:00.541736 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7507 | 2025.03.03 04:56:00.541842 [ 256 ] {c12cb47e-a2b8-4865-8fa2-7ce2d7f0ca3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7508 | 2025.03.03 04:56:00.541891 [ 256 ] {c12cb47e-a2b8-4865-8fa2-7ce2d7f0ca3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7509 | 2025.03.03 04:56:00.542352 [ 256 ] {c12cb47e-a2b8-4865-8fa2-7ce2d7f0ca3b} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7510 | 2025.03.03 04:56:00.542395 [ 256 ] {c12cb47e-a2b8-4865-8fa2-7ce2d7f0ca3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7511 | 2025.03.03 04:56:00.542770 [ 256 ] {c12cb47e-a2b8-4865-8fa2-7ce2d7f0ca3b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7512 | 2025.03.03 04:56:00.543017 [ 256 ] {c12cb47e-a2b8-4865-8fa2-7ce2d7f0ca3b} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7513 | 2025.03.03 04:56:00.543268 [ 256 ] {c12cb47e-a2b8-4865-8fa2-7ce2d7f0ca3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
| 7514 | 2025.03.03 04:56:00.543358 [ 256 ] {c12cb47e-a2b8-4865-8fa2-7ce2d7f0ca3b} <Debug> TCPHandler: Processed in 0.001671786 sec. | ||
| 7515 | 2025.03.03 04:56:05.112291 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7516 | 2025.03.03 04:56:05.112352 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7517 | 2025.03.03 04:56:05.258989 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7518 | 2025.03.03 04:56:05.259665 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7519 | 2025.03.03 04:56:05.259715 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7520 | 2025.03.03 04:56:05.260261 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7521 | 2025.03.03 04:56:05.260529 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7522 | 2025.03.03 04:56:05.260729 [ 70 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7523 | 2025.03.03 04:56:05.260822 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7524 | 2025.03.03 04:56:05.260830 [ 70 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7525 | 2025.03.03 04:56:05.260872 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7526 | 2025.03.03 04:56:05.261188 [ 197 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 7527 | 2025.03.03 04:56:05.261822 [ 197 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7528 | 2025.03.03 04:56:05.261959 [ 197 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 7529 | 2025.03.03 04:56:05.262199 [ 197 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 7530 | 2025.03.03 04:56:05.262552 [ 197 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 7531 | 2025.03.03 04:56:05.262798 [ 197 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 7532 | 2025.03.03 04:56:05.262957 [ 197 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 7533 | 2025.03.03 04:56:05.263139 [ 197 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 7534 | 2025.03.03 04:56:05.265871 [ 201 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.004907135 sec., 3368768.1304875454 rows/sec., 48.19 MiB/sec. | ||
| 7535 | 2025.03.03 04:56:05.266021 [ 190 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7536 | 2025.03.03 04:56:05.266397 [ 190 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_36_7} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7537 | 2025.03.03 04:56:05.266486 [ 190 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_36_7} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7538 | 2025.03.03 04:56:05.266609 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7539 | 2025.03.03 04:56:05.331860 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1084 | ||
| 7540 | 2025.03.03 04:56:05.334671 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7541 | 2025.03.03 04:56:05.334711 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7542 | 2025.03.03 04:56:05.336200 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7543 | 2025.03.03 04:56:05.336507 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7544 | 2025.03.03 04:56:05.336667 [ 70 ] {} <Debug> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7545 | 2025.03.03 04:56:05.336734 [ 70 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7546 | 2025.03.03 04:56:05.336776 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7547 | 2025.03.03 04:56:05.337354 [ 189 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 7548 | 2025.03.03 04:56:05.338876 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1084 | ||
| 7549 | 2025.03.03 04:56:05.339236 [ 189 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7550 | 2025.03.03 04:56:05.339439 [ 189 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 894 rows starting from the beginning of the part | ||
| 7551 | 2025.03.03 04:56:05.340131 [ 189 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 7552 | 2025.03.03 04:56:05.340768 [ 189 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 20 rows starting from the beginning of the part | ||
| 7553 | 2025.03.03 04:56:05.341267 [ 189 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
| 7554 | 2025.03.03 04:56:05.341758 [ 189 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part | ||
| 7555 | 2025.03.03 04:56:05.342272 [ 189 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part | ||
| 7556 | 2025.03.03 04:56:05.350649 [ 189 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1084 rows, containing 72 columns (72 merged, 0 gathered) in 0.013769315 sec., 78725.77539260304 rows/sec., 63.18 MiB/sec. | ||
| 7557 | 2025.03.03 04:56:05.351848 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7558 | 2025.03.03 04:56:05.352570 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_26_5} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7559 | 2025.03.03 04:56:05.352662 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_26_5} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7560 | 2025.03.03 04:56:05.352892 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 7561 | 2025.03.03 04:56:05.536107 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7562 | 2025.03.03 04:56:05.536302 [ 256 ] {7ff5228c-ed1b-4ccd-809a-7cf87b7ffb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7563 | 2025.03.03 04:56:05.536372 [ 256 ] {7ff5228c-ed1b-4ccd-809a-7cf87b7ffb19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7564 | 2025.03.03 04:56:05.537230 [ 256 ] {7ff5228c-ed1b-4ccd-809a-7cf87b7ffb19} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7565 | 2025.03.03 04:56:05.537280 [ 256 ] {7ff5228c-ed1b-4ccd-809a-7cf87b7ffb19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7566 | 2025.03.03 04:56:05.537697 [ 256 ] {7ff5228c-ed1b-4ccd-809a-7cf87b7ffb19} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7567 | 2025.03.03 04:56:05.537947 [ 256 ] {7ff5228c-ed1b-4ccd-809a-7cf87b7ffb19} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7568 | 2025.03.03 04:56:05.538136 [ 70 ] {} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7569 | 2025.03.03 04:56:05.538196 [ 256 ] {7ff5228c-ed1b-4ccd-809a-7cf87b7ffb19} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00195 sec., 108717.94871794872 rows/sec., 6.91 MiB/sec. | ||
| 7570 | 2025.03.03 04:56:05.538209 [ 70 ] {} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7571 | 2025.03.03 04:56:05.538282 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7572 | 2025.03.03 04:56:05.538336 [ 256 ] {7ff5228c-ed1b-4ccd-809a-7cf87b7ffb19} <Debug> TCPHandler: Processed in 0.002358241 sec. | ||
| 7573 | 2025.03.03 04:56:05.538514 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 7574 | 2025.03.03 04:56:05.538553 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7575 | 2025.03.03 04:56:05.538757 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7576 | 2025.03.03 04:56:05.538769 [ 256 ] {83643764-5bb9-4831-b0db-6720aa2eba0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7577 | 2025.03.03 04:56:05.538811 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 7578 | 2025.03.03 04:56:05.538855 [ 256 ] {83643764-5bb9-4831-b0db-6720aa2eba0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7579 | 2025.03.03 04:56:05.539203 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 7580 | 2025.03.03 04:56:05.539611 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 7581 | 2025.03.03 04:56:05.539988 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 7582 | 2025.03.03 04:56:05.540304 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 7583 | 2025.03.03 04:56:05.542063 [ 256 ] {83643764-5bb9-4831-b0db-6720aa2eba0e} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7584 | 2025.03.03 04:56:05.542150 [ 256 ] {83643764-5bb9-4831-b0db-6720aa2eba0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7585 | 2025.03.03 04:56:05.542924 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004539888 sec., 233485.9362169287 rows/sec., 15.74 MiB/sec. | ||
| 7586 | 2025.03.03 04:56:05.543061 [ 256 ] {83643764-5bb9-4831-b0db-6720aa2eba0e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7587 | 2025.03.03 04:56:05.543112 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7588 | 2025.03.03 04:56:05.543588 [ 256 ] {83643764-5bb9-4831-b0db-6720aa2eba0e} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7589 | 2025.03.03 04:56:05.543638 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_25_6} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7590 | 2025.03.03 04:56:05.543876 [ 194 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_25_6} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7591 | 2025.03.03 04:56:05.544059 [ 256 ] {83643764-5bb9-4831-b0db-6720aa2eba0e} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.00536 sec., 119589.55223880596 rows/sec., 9.42 MiB/sec. | ||
| 7592 | 2025.03.03 04:56:05.544073 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 7593 | 2025.03.03 04:56:05.544188 [ 256 ] {83643764-5bb9-4831-b0db-6720aa2eba0e} <Debug> TCPHandler: Processed in 0.005704513 sec. | ||
| 7594 | 2025.03.03 04:56:05.544310 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7595 | 2025.03.03 04:56:05.544423 [ 256 ] {10402679-3fec-4bcb-8f88-40f5d0b775c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7596 | 2025.03.03 04:56:05.544477 [ 256 ] {10402679-3fec-4bcb-8f88-40f5d0b775c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7597 | 2025.03.03 04:56:05.545140 [ 256 ] {10402679-3fec-4bcb-8f88-40f5d0b775c0} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7598 | 2025.03.03 04:56:05.545183 [ 256 ] {10402679-3fec-4bcb-8f88-40f5d0b775c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7599 | 2025.03.03 04:56:05.545562 [ 256 ] {10402679-3fec-4bcb-8f88-40f5d0b775c0} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7600 | 2025.03.03 04:56:05.545820 [ 256 ] {10402679-3fec-4bcb-8f88-40f5d0b775c0} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7601 | 2025.03.03 04:56:05.546004 [ 70 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 7602 | 2025.03.03 04:56:05.546053 [ 70 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7603 | 2025.03.03 04:56:05.546075 [ 256 ] {10402679-3fec-4bcb-8f88-40f5d0b775c0} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001665 sec., 70870.87087087087 rows/sec., 4.27 MiB/sec. | ||
| 7604 | 2025.03.03 04:56:05.546089 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7605 | 2025.03.03 04:56:05.546229 [ 256 ] {10402679-3fec-4bcb-8f88-40f5d0b775c0} <Debug> TCPHandler: Processed in 0.001966042 sec. | ||
| 7606 | 2025.03.03 04:56:05.546384 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 7607 | 2025.03.03 04:56:05.546429 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7608 | 2025.03.03 04:56:05.546663 [ 256 ] {3e64604c-3e0a-433c-9ec0-125f7dca6e15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7609 | 2025.03.03 04:56:05.546678 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7610 | 2025.03.03 04:56:05.546752 [ 256 ] {3e64604c-3e0a-433c-9ec0-125f7dca6e15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7611 | 2025.03.03 04:56:05.546762 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 163 rows starting from the beginning of the part | ||
| 7612 | 2025.03.03 04:56:05.547082 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 118 rows starting from the beginning of the part | ||
| 7613 | 2025.03.03 04:56:05.547461 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 27 rows starting from the beginning of the part | ||
| 7614 | 2025.03.03 04:56:05.547880 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 134 rows starting from the beginning of the part | ||
| 7615 | 2025.03.03 04:56:05.548251 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part | ||
| 7616 | 2025.03.03 04:56:05.548602 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 118 rows starting from the beginning of the part | ||
| 7617 | 2025.03.03 04:56:05.549530 [ 256 ] {3e64604c-3e0a-433c-9ec0-125f7dca6e15} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7618 | 2025.03.03 04:56:05.549610 [ 256 ] {3e64604c-3e0a-433c-9ec0-125f7dca6e15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7619 | 2025.03.03 04:56:05.550654 [ 256 ] {3e64604c-3e0a-433c-9ec0-125f7dca6e15} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7620 | 2025.03.03 04:56:05.551275 [ 256 ] {3e64604c-3e0a-433c-9ec0-125f7dca6e15} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7621 | 2025.03.03 04:56:05.551311 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 587 rows, containing 5 columns (5 merged, 0 gathered) in 0.005083409 sec., 115473.69098178015 rows/sec., 7.67 MiB/sec. | ||
| 7622 | 2025.03.03 04:56:05.551561 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 7623 | 2025.03.03 04:56:05.551586 [ 71 ] {} <Debug> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7624 | 2025.03.03 04:56:05.551715 [ 71 ] {} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7625 | 2025.03.03 04:56:05.551759 [ 256 ] {3e64604c-3e0a-433c-9ec0-125f7dca6e15} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005151 sec., 21937.4878664337 rows/sec., 1.42 MiB/sec. | ||
| 7626 | 2025.03.03 04:56:05.551781 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7627 | 2025.03.03 04:56:05.552173 [ 256 ] {3e64604c-3e0a-433c-9ec0-125f7dca6e15} <Debug> TCPHandler: Processed in 0.005793124 sec. | ||
| 7628 | 2025.03.03 04:56:05.552519 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 7629 | 2025.03.03 04:56:05.552679 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7630 | 2025.03.03 04:56:05.552773 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_45_9} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7631 | 2025.03.03 04:56:05.553239 [ 256 ] {c625cb8d-73bf-453b-bf0e-f57c996077e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7632 | 2025.03.03 04:56:05.553339 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_45_9} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 7633 | 2025.03.03 04:56:05.553392 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7634 | 2025.03.03 04:56:05.553467 [ 256 ] {c625cb8d-73bf-453b-bf0e-f57c996077e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7635 | 2025.03.03 04:56:05.553564 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 342 rows starting from the beginning of the part | ||
| 7636 | 2025.03.03 04:56:05.553650 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7637 | 2025.03.03 04:56:05.554047 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 341 rows starting from the beginning of the part | ||
| 7638 | 2025.03.03 04:56:05.554365 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 7639 | 2025.03.03 04:56:05.554797 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part | ||
| 7640 | 2025.03.03 04:56:05.555105 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 341 rows starting from the beginning of the part | ||
| 7641 | 2025.03.03 04:56:05.555473 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part | ||
| 7642 | 2025.03.03 04:56:05.556380 [ 256 ] {c625cb8d-73bf-453b-bf0e-f57c996077e1} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7643 | 2025.03.03 04:56:05.556434 [ 256 ] {c625cb8d-73bf-453b-bf0e-f57c996077e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7644 | 2025.03.03 04:56:05.557443 [ 256 ] {c625cb8d-73bf-453b-bf0e-f57c996077e1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7645 | 2025.03.03 04:56:05.557901 [ 256 ] {c625cb8d-73bf-453b-bf0e-f57c996077e1} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7646 | 2025.03.03 04:56:05.558237 [ 198 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1363 rows, containing 5 columns (5 merged, 0 gathered) in 0.006269534 sec., 217400.5276947218 rows/sec., 15.23 MiB/sec. | ||
| 7647 | 2025.03.03 04:56:05.558331 [ 71 ] {} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7648 | 2025.03.03 04:56:05.558432 [ 71 ] {} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7649 | 2025.03.03 04:56:05.558493 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7650 | 2025.03.03 04:56:05.558542 [ 256 ] {c625cb8d-73bf-453b-bf0e-f57c996077e1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005473 sec., 20464.096473597663 rows/sec., 1.17 MiB/sec. | ||
| 7651 | 2025.03.03 04:56:05.558610 [ 191 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7652 | 2025.03.03 04:56:05.558894 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 7653 | 2025.03.03 04:56:05.558989 [ 256 ] {c625cb8d-73bf-453b-bf0e-f57c996077e1} <Debug> TCPHandler: Processed in 0.006459419 sec. | ||
| 7654 | 2025.03.03 04:56:05.559455 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7655 | 2025.03.03 04:56:05.559558 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7656 | 2025.03.03 04:56:05.559754 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 7657 | 2025.03.03 04:56:05.559885 [ 191 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_26_5} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7658 | 2025.03.03 04:56:05.559933 [ 256 ] {f647efa1-cd86-46a4-9135-3b0bd5c70eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7659 | 2025.03.03 04:56:05.560193 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 7660 | 2025.03.03 04:56:05.560219 [ 256 ] {f647efa1-cd86-46a4-9135-3b0bd5c70eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7661 | 2025.03.03 04:56:05.560335 [ 191 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_26_5} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7662 | 2025.03.03 04:56:05.560875 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 7663 | 2025.03.03 04:56:05.560899 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 7664 | 2025.03.03 04:56:05.561372 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 7665 | 2025.03.03 04:56:05.561771 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 7666 | 2025.03.03 04:56:05.564215 [ 256 ] {f647efa1-cd86-46a4-9135-3b0bd5c70eb7} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7667 | 2025.03.03 04:56:05.564318 [ 256 ] {f647efa1-cd86-46a4-9135-3b0bd5c70eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7668 | 2025.03.03 04:56:05.564674 [ 191 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00607464 sec., 92186.53286449896 rows/sec., 5.60 MiB/sec. | ||
| 7669 | 2025.03.03 04:56:05.564944 [ 191 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7670 | 2025.03.03 04:56:05.565311 [ 256 ] {f647efa1-cd86-46a4-9135-3b0bd5c70eb7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7671 | 2025.03.03 04:56:05.565531 [ 191 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_25_6} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7672 | 2025.03.03 04:56:05.565697 [ 191 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_25_6} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7673 | 2025.03.03 04:56:05.565867 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7674 | 2025.03.03 04:56:05.565902 [ 256 ] {f647efa1-cd86-46a4-9135-3b0bd5c70eb7} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7675 | 2025.03.03 04:56:05.566153 [ 256 ] {f647efa1-cd86-46a4-9135-3b0bd5c70eb7} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.00641 sec., 61466.45865834633 rows/sec., 4.35 MiB/sec. | ||
| 7676 | 2025.03.03 04:56:05.566233 [ 256 ] {f647efa1-cd86-46a4-9135-3b0bd5c70eb7} <Debug> TCPHandler: Processed in 0.006962689 sec. | ||
| 7677 | 2025.03.03 04:56:05.566358 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7678 | 2025.03.03 04:56:05.566466 [ 256 ] {408af694-4099-46d8-ac24-10f5ee4b9ea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7679 | 2025.03.03 04:56:05.566514 [ 256 ] {408af694-4099-46d8-ac24-10f5ee4b9ea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7680 | 2025.03.03 04:56:05.567079 [ 256 ] {408af694-4099-46d8-ac24-10f5ee4b9ea3} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7681 | 2025.03.03 04:56:05.567125 [ 256 ] {408af694-4099-46d8-ac24-10f5ee4b9ea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7682 | 2025.03.03 04:56:05.567512 [ 256 ] {408af694-4099-46d8-ac24-10f5ee4b9ea3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7683 | 2025.03.03 04:56:05.567780 [ 256 ] {408af694-4099-46d8-ac24-10f5ee4b9ea3} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7684 | 2025.03.03 04:56:05.567986 [ 256 ] {408af694-4099-46d8-ac24-10f5ee4b9ea3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001544 sec., 3886.0103626943005 rows/sec., 203.03 KiB/sec. | ||
| 7685 | 2025.03.03 04:56:05.568038 [ 256 ] {408af694-4099-46d8-ac24-10f5ee4b9ea3} <Debug> TCPHandler: Processed in 0.001732788 sec. | ||
| 7686 | 2025.03.03 04:56:05.568167 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7687 | 2025.03.03 04:56:05.568273 [ 256 ] {d894f13a-d865-4be4-b496-fa1331429757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7688 | 2025.03.03 04:56:05.568321 [ 256 ] {d894f13a-d865-4be4-b496-fa1331429757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7689 | 2025.03.03 04:56:05.568893 [ 256 ] {d894f13a-d865-4be4-b496-fa1331429757} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7690 | 2025.03.03 04:56:05.568944 [ 256 ] {d894f13a-d865-4be4-b496-fa1331429757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7691 | 2025.03.03 04:56:05.569349 [ 256 ] {d894f13a-d865-4be4-b496-fa1331429757} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7692 | 2025.03.03 04:56:05.569596 [ 256 ] {d894f13a-d865-4be4-b496-fa1331429757} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7693 | 2025.03.03 04:56:05.569828 [ 256 ] {d894f13a-d865-4be4-b496-fa1331429757} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001576 sec., 150380.7106598985 rows/sec., 10.08 MiB/sec. | ||
| 7694 | 2025.03.03 04:56:05.569881 [ 256 ] {d894f13a-d865-4be4-b496-fa1331429757} <Debug> TCPHandler: Processed in 0.001766018 sec. | ||
| 7695 | 2025.03.03 04:56:05.570009 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7696 | 2025.03.03 04:56:05.570115 [ 256 ] {4339f390-f64a-4177-862e-3b9576825f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7697 | 2025.03.03 04:56:05.570163 [ 256 ] {4339f390-f64a-4177-862e-3b9576825f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7698 | 2025.03.03 04:56:05.570591 [ 256 ] {4339f390-f64a-4177-862e-3b9576825f7c} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7699 | 2025.03.03 04:56:05.570631 [ 256 ] {4339f390-f64a-4177-862e-3b9576825f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7700 | 2025.03.03 04:56:05.571023 [ 256 ] {4339f390-f64a-4177-862e-3b9576825f7c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7701 | 2025.03.03 04:56:05.571273 [ 256 ] {4339f390-f64a-4177-862e-3b9576825f7c} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7702 | 2025.03.03 04:56:05.571508 [ 256 ] {4339f390-f64a-4177-862e-3b9576825f7c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 7703 | 2025.03.03 04:56:05.571630 [ 256 ] {4339f390-f64a-4177-862e-3b9576825f7c} <Debug> TCPHandler: Processed in 0.001671915 sec. | ||
| 7704 | 2025.03.03 04:56:05.571766 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7705 | 2025.03.03 04:56:05.571877 [ 256 ] {cac15ff9-b716-40e8-8184-7b07ee9b62ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7706 | 2025.03.03 04:56:05.571955 [ 256 ] {cac15ff9-b716-40e8-8184-7b07ee9b62ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7707 | 2025.03.03 04:56:05.573035 [ 256 ] {cac15ff9-b716-40e8-8184-7b07ee9b62ba} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7708 | 2025.03.03 04:56:05.573074 [ 256 ] {cac15ff9-b716-40e8-8184-7b07ee9b62ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7709 | 2025.03.03 04:56:05.573678 [ 256 ] {cac15ff9-b716-40e8-8184-7b07ee9b62ba} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7710 | 2025.03.03 04:56:05.573949 [ 256 ] {cac15ff9-b716-40e8-8184-7b07ee9b62ba} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7711 | 2025.03.03 04:56:05.574293 [ 256 ] {cac15ff9-b716-40e8-8184-7b07ee9b62ba} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002443 sec., 4911.9934506754 rows/sec., 8.80 MiB/sec. | ||
| 7712 | 2025.03.03 04:56:05.574870 [ 256 ] {cac15ff9-b716-40e8-8184-7b07ee9b62ba} <Debug> TCPHandler: Processed in 0.003147068 sec. | ||
| 7713 | 2025.03.03 04:56:05.575070 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7714 | 2025.03.03 04:56:05.575174 [ 256 ] {ca3b4e92-186d-4f6a-b9cb-ee2ffcf37c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7715 | 2025.03.03 04:56:05.575221 [ 256 ] {ca3b4e92-186d-4f6a-b9cb-ee2ffcf37c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7716 | 2025.03.03 04:56:05.575702 [ 256 ] {ca3b4e92-186d-4f6a-b9cb-ee2ffcf37c48} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7717 | 2025.03.03 04:56:05.575743 [ 256 ] {ca3b4e92-186d-4f6a-b9cb-ee2ffcf37c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7718 | 2025.03.03 04:56:05.576144 [ 256 ] {ca3b4e92-186d-4f6a-b9cb-ee2ffcf37c48} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7719 | 2025.03.03 04:56:05.576383 [ 256 ] {ca3b4e92-186d-4f6a-b9cb-ee2ffcf37c48} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7720 | 2025.03.03 04:56:05.576618 [ 256 ] {ca3b4e92-186d-4f6a-b9cb-ee2ffcf37c48} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001464 sec., 56010.928961748636 rows/sec., 3.56 MiB/sec. | ||
| 7721 | 2025.03.03 04:56:05.576700 [ 256 ] {ca3b4e92-186d-4f6a-b9cb-ee2ffcf37c48} <Debug> TCPHandler: Processed in 0.001678416 sec. | ||
| 7722 | 2025.03.03 04:56:06.430950 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7723 | 2025.03.03 04:56:06.456417 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7724 | 2025.03.03 04:56:06.456511 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7725 | 2025.03.03 04:56:06.464725 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7726 | 2025.03.03 04:56:06.465732 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7727 | 2025.03.03 04:56:06.466184 [ 69 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7728 | 2025.03.03 04:56:06.466320 [ 69 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7729 | 2025.03.03 04:56:06.466402 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7730 | 2025.03.03 04:56:06.466865 [ 188 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 7731 | 2025.03.03 04:56:06.485855 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7732 | 2025.03.03 04:56:06.486971 [ 188 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7733 | 2025.03.03 04:56:06.488737 [ 188 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 7734 | 2025.03.03 04:56:06.494726 [ 188 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 7735 | 2025.03.03 04:56:06.500992 [ 188 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 7736 | 2025.03.03 04:56:06.506363 [ 188 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 7737 | 2025.03.03 04:56:06.511824 [ 188 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 7738 | 2025.03.03 04:56:06.516131 [ 188 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 7739 | 2025.03.03 04:56:06.576160 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.109577627 sec., 2482.258536224735 rows/sec., 12.84 MiB/sec. | ||
| 7740 | 2025.03.03 04:56:06.579483 [ 186 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7741 | 2025.03.03 04:56:06.583124 [ 186 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_36_7} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7742 | 2025.03.03 04:56:06.583276 [ 186 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_36_7} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7743 | 2025.03.03 04:56:06.585922 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. | ||
| 7744 | 2025.03.03 04:56:07.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.78 MiB, peak 218.66 MiB, free memory in arenas 0.00 B, will set to 209.03 MiB (RSS), difference: 2.26 MiB | ||
| 7745 | 2025.03.03 04:56:10.530758 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7746 | 2025.03.03 04:56:10.530947 [ 256 ] {c6956bd0-7505-4323-890b-d8650ae921a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7747 | 2025.03.03 04:56:10.531020 [ 256 ] {c6956bd0-7505-4323-890b-d8650ae921a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7748 | 2025.03.03 04:56:10.531854 [ 256 ] {c6956bd0-7505-4323-890b-d8650ae921a7} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7749 | 2025.03.03 04:56:10.531903 [ 256 ] {c6956bd0-7505-4323-890b-d8650ae921a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7750 | 2025.03.03 04:56:10.532363 [ 256 ] {c6956bd0-7505-4323-890b-d8650ae921a7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7751 | 2025.03.03 04:56:10.532631 [ 256 ] {c6956bd0-7505-4323-890b-d8650ae921a7} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7752 | 2025.03.03 04:56:10.532886 [ 256 ] {c6956bd0-7505-4323-890b-d8650ae921a7} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001991 sec., 55248.61878453038 rows/sec., 4.63 MiB/sec. | ||
| 7753 | 2025.03.03 04:56:10.532954 [ 256 ] {c6956bd0-7505-4323-890b-d8650ae921a7} <Debug> TCPHandler: Processed in 0.00232363 sec. | ||
| 7754 | 2025.03.03 04:56:10.533093 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7755 | 2025.03.03 04:56:10.533211 [ 256 ] {cd484520-30c2-427d-b1dc-ce650be7f122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7756 | 2025.03.03 04:56:10.533262 [ 256 ] {cd484520-30c2-427d-b1dc-ce650be7f122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7757 | 2025.03.03 04:56:10.533833 [ 256 ] {cd484520-30c2-427d-b1dc-ce650be7f122} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7758 | 2025.03.03 04:56:10.533875 [ 256 ] {cd484520-30c2-427d-b1dc-ce650be7f122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7759 | 2025.03.03 04:56:10.534245 [ 256 ] {cd484520-30c2-427d-b1dc-ce650be7f122} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7760 | 2025.03.03 04:56:10.534492 [ 256 ] {cd484520-30c2-427d-b1dc-ce650be7f122} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7761 | 2025.03.03 04:56:10.534704 [ 256 ] {cd484520-30c2-427d-b1dc-ce650be7f122} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001523 sec., 17728.16808929744 rows/sec., 1.30 MiB/sec. | ||
| 7762 | 2025.03.03 04:56:10.534758 [ 256 ] {cd484520-30c2-427d-b1dc-ce650be7f122} <Debug> TCPHandler: Processed in 0.001718176 sec. | ||
| 7763 | 2025.03.03 04:56:10.534875 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7764 | 2025.03.03 04:56:10.534985 [ 256 ] {794f1125-8d13-4c2f-98f2-6ac7852c0be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7765 | 2025.03.03 04:56:10.535031 [ 256 ] {794f1125-8d13-4c2f-98f2-6ac7852c0be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7766 | 2025.03.03 04:56:10.535603 [ 256 ] {794f1125-8d13-4c2f-98f2-6ac7852c0be9} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7767 | 2025.03.03 04:56:10.535643 [ 256 ] {794f1125-8d13-4c2f-98f2-6ac7852c0be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7768 | 2025.03.03 04:56:10.536003 [ 256 ] {794f1125-8d13-4c2f-98f2-6ac7852c0be9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7769 | 2025.03.03 04:56:10.536255 [ 256 ] {794f1125-8d13-4c2f-98f2-6ac7852c0be9} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7770 | 2025.03.03 04:56:10.536477 [ 256 ] {794f1125-8d13-4c2f-98f2-6ac7852c0be9} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001517 sec., 59986.81608437707 rows/sec., 4.68 MiB/sec. | ||
| 7771 | 2025.03.03 04:56:10.536529 [ 256 ] {794f1125-8d13-4c2f-98f2-6ac7852c0be9} <Debug> TCPHandler: Processed in 0.001704306 sec. | ||
| 7772 | 2025.03.03 04:56:10.536648 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7773 | 2025.03.03 04:56:10.536755 [ 256 ] {2df9c4ee-5ba8-45bf-99df-d2b2b23748e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7774 | 2025.03.03 04:56:10.536804 [ 256 ] {2df9c4ee-5ba8-45bf-99df-d2b2b23748e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7775 | 2025.03.03 04:56:10.537356 [ 256 ] {2df9c4ee-5ba8-45bf-99df-d2b2b23748e1} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7776 | 2025.03.03 04:56:10.537396 [ 256 ] {2df9c4ee-5ba8-45bf-99df-d2b2b23748e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7777 | 2025.03.03 04:56:10.537786 [ 256 ] {2df9c4ee-5ba8-45bf-99df-d2b2b23748e1} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7778 | 2025.03.03 04:56:10.538041 [ 256 ] {2df9c4ee-5ba8-45bf-99df-d2b2b23748e1} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7779 | 2025.03.03 04:56:10.538254 [ 256 ] {2df9c4ee-5ba8-45bf-99df-d2b2b23748e1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001521 sec., 105193.9513477975 rows/sec., 7.33 MiB/sec. | ||
| 7780 | 2025.03.03 04:56:10.538305 [ 256 ] {2df9c4ee-5ba8-45bf-99df-d2b2b23748e1} <Debug> TCPHandler: Processed in 0.001708276 sec. | ||
| 7781 | 2025.03.03 04:56:10.538412 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7782 | 2025.03.03 04:56:10.538516 [ 256 ] {a74546de-4404-4fb2-8b0f-135163149d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7783 | 2025.03.03 04:56:10.538582 [ 256 ] {a74546de-4404-4fb2-8b0f-135163149d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7784 | 2025.03.03 04:56:10.539937 [ 256 ] {a74546de-4404-4fb2-8b0f-135163149d44} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7785 | 2025.03.03 04:56:10.540062 [ 256 ] {a74546de-4404-4fb2-8b0f-135163149d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7786 | 2025.03.03 04:56:10.540930 [ 256 ] {a74546de-4404-4fb2-8b0f-135163149d44} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7787 | 2025.03.03 04:56:10.541255 [ 256 ] {a74546de-4404-4fb2-8b0f-135163149d44} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7788 | 2025.03.03 04:56:10.541482 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7789 | 2025.03.03 04:56:10.541569 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7790 | 2025.03.03 04:56:10.541578 [ 256 ] {a74546de-4404-4fb2-8b0f-135163149d44} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003076 sec., 8777.633289986996 rows/sec., 15.73 MiB/sec. | ||
| 7791 | 2025.03.03 04:56:10.541610 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7792 | 2025.03.03 04:56:10.542043 [ 256 ] {a74546de-4404-4fb2-8b0f-135163149d44} <Debug> TCPHandler: Processed in 0.003676169 sec. | ||
| 7793 | 2025.03.03 04:56:10.542082 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 7794 | 2025.03.03 04:56:10.542258 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7795 | 2025.03.03 04:56:10.542530 [ 256 ] {0791f953-fd7f-43a8-bddb-3f65893512c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7796 | 2025.03.03 04:56:10.542658 [ 256 ] {0791f953-fd7f-43a8-bddb-3f65893512c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7797 | 2025.03.03 04:56:10.542928 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7798 | 2025.03.03 04:56:10.543177 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 738 rows starting from the beginning of the part | ||
| 7799 | 2025.03.03 04:56:10.543908 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 27 rows starting from the beginning of the part | ||
| 7800 | 2025.03.03 04:56:10.544669 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 12 rows starting from the beginning of the part | ||
| 7801 | 2025.03.03 04:56:10.544944 [ 256 ] {0791f953-fd7f-43a8-bddb-3f65893512c9} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7802 | 2025.03.03 04:56:10.545075 [ 256 ] {0791f953-fd7f-43a8-bddb-3f65893512c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7803 | 2025.03.03 04:56:10.545399 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part | ||
| 7804 | 2025.03.03 04:56:10.545953 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part | ||
| 7805 | 2025.03.03 04:56:10.546593 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 27 rows starting from the beginning of the part | ||
| 7806 | 2025.03.03 04:56:10.546675 [ 256 ] {0791f953-fd7f-43a8-bddb-3f65893512c9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7807 | 2025.03.03 04:56:10.547550 [ 256 ] {0791f953-fd7f-43a8-bddb-3f65893512c9} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7808 | 2025.03.03 04:56:10.547977 [ 256 ] {0791f953-fd7f-43a8-bddb-3f65893512c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005553 sec., 10804.970286331712 rows/sec., 745.66 KiB/sec. | ||
| 7809 | 2025.03.03 04:56:10.548207 [ 256 ] {0791f953-fd7f-43a8-bddb-3f65893512c9} <Debug> TCPHandler: Processed in 0.006025549 sec. | ||
| 7810 | 2025.03.03 04:56:10.556956 [ 187 ] {1a441893-9993-4f87-907b-84f593661890::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 843 rows, containing 19 columns (19 merged, 0 gathered) in 0.015136534 sec., 55693.06685401031 rows/sec., 99.80 MiB/sec. | ||
| 7811 | 2025.03.03 04:56:10.557980 [ 190 ] {1a441893-9993-4f87-907b-84f593661890::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7812 | 2025.03.03 04:56:10.558492 [ 190 ] {1a441893-9993-4f87-907b-84f593661890::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7813 | 2025.03.03 04:56:10.558590 [ 190 ] {1a441893-9993-4f87-907b-84f593661890::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7814 | 2025.03.03 04:56:10.558775 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. | ||
| 7815 | 2025.03.03 04:56:11.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.50 MiB, peak 218.66 MiB, free memory in arenas 0.00 B, will set to 211.21 MiB (RSS), difference: 1.71 MiB | ||
| 7816 | 2025.03.03 04:56:12.761927 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7817 | 2025.03.03 04:56:12.762554 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7818 | 2025.03.03 04:56:12.762596 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7819 | 2025.03.03 04:56:12.763127 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7820 | 2025.03.03 04:56:12.763398 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7821 | 2025.03.03 04:56:12.763632 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7822 | 2025.03.03 04:56:13.986930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7823 | 2025.03.03 04:56:14.007892 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7824 | 2025.03.03 04:56:14.007979 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7825 | 2025.03.03 04:56:14.018476 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7826 | 2025.03.03 04:56:14.019431 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7827 | 2025.03.03 04:56:14.024229 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7828 | 2025.03.03 04:56:15.340042 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1118 | ||
| 7829 | 2025.03.03 04:56:15.343390 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7830 | 2025.03.03 04:56:15.343445 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7831 | 2025.03.03 04:56:15.344940 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7832 | 2025.03.03 04:56:15.345272 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7833 | 2025.03.03 04:56:15.346495 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1118 | ||
| 7834 | 2025.03.03 04:56:15.535740 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7835 | 2025.03.03 04:56:15.535931 [ 256 ] {cbea5f71-643e-42a5-8f6a-f89c5c8143d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7836 | 2025.03.03 04:56:15.536005 [ 256 ] {cbea5f71-643e-42a5-8f6a-f89c5c8143d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7837 | 2025.03.03 04:56:15.536939 [ 256 ] {cbea5f71-643e-42a5-8f6a-f89c5c8143d4} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7838 | 2025.03.03 04:56:15.536990 [ 256 ] {cbea5f71-643e-42a5-8f6a-f89c5c8143d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7839 | 2025.03.03 04:56:15.537453 [ 256 ] {cbea5f71-643e-42a5-8f6a-f89c5c8143d4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7840 | 2025.03.03 04:56:15.537728 [ 256 ] {cbea5f71-643e-42a5-8f6a-f89c5c8143d4} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7841 | 2025.03.03 04:56:15.537987 [ 256 ] {cbea5f71-643e-42a5-8f6a-f89c5c8143d4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002101 sec., 100904.33127082342 rows/sec., 6.42 MiB/sec. | ||
| 7842 | 2025.03.03 04:56:15.538114 [ 256 ] {cbea5f71-643e-42a5-8f6a-f89c5c8143d4} <Debug> TCPHandler: Processed in 0.002491893 sec. | ||
| 7843 | 2025.03.03 04:56:15.538359 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7844 | 2025.03.03 04:56:15.538470 [ 256 ] {bbc6f372-62b9-4c57-bbfd-49327c32da69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7845 | 2025.03.03 04:56:15.538521 [ 256 ] {bbc6f372-62b9-4c57-bbfd-49327c32da69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7846 | 2025.03.03 04:56:15.539503 [ 256 ] {bbc6f372-62b9-4c57-bbfd-49327c32da69} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7847 | 2025.03.03 04:56:15.539626 [ 256 ] {bbc6f372-62b9-4c57-bbfd-49327c32da69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.68 GiB. | ||
| 7848 | 2025.03.03 04:56:15.540133 [ 256 ] {bbc6f372-62b9-4c57-bbfd-49327c32da69} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7849 | 2025.03.03 04:56:15.540420 [ 256 ] {bbc6f372-62b9-4c57-bbfd-49327c32da69} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7850 | 2025.03.03 04:56:15.540611 [ 58 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7851 | 2025.03.03 04:56:15.540672 [ 256 ] {bbc6f372-62b9-4c57-bbfd-49327c32da69} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.002225 sec., 288089.88764044945 rows/sec., 22.70 MiB/sec. | ||
| 7852 | 2025.03.03 04:56:15.540697 [ 58 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7853 | 2025.03.03 04:56:15.540769 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7854 | 2025.03.03 04:56:15.540804 [ 256 ] {bbc6f372-62b9-4c57-bbfd-49327c32da69} <Debug> TCPHandler: Processed in 0.002510914 sec. | ||
| 7855 | 2025.03.03 04:56:15.541035 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 7856 | 2025.03.03 04:56:15.541050 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7857 | 2025.03.03 04:56:15.541342 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7858 | 2025.03.03 04:56:15.541349 [ 256 ] {ca04125b-9107-4f62-bf8a-f90432211d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7859 | 2025.03.03 04:56:15.541413 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1845 rows starting from the beginning of the part | ||
| 7860 | 2025.03.03 04:56:15.541459 [ 256 ] {ca04125b-9107-4f62-bf8a-f90432211d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7861 | 2025.03.03 04:56:15.541770 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 7862 | 2025.03.03 04:56:15.542118 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 110 rows starting from the beginning of the part | ||
| 7863 | 2025.03.03 04:56:15.542456 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 641 rows starting from the beginning of the part | ||
| 7864 | 2025.03.03 04:56:15.542793 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 110 rows starting from the beginning of the part | ||
| 7865 | 2025.03.03 04:56:15.543202 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 641 rows starting from the beginning of the part | ||
| 7866 | 2025.03.03 04:56:15.544504 [ 256 ] {ca04125b-9107-4f62-bf8a-f90432211d74} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7867 | 2025.03.03 04:56:15.544567 [ 256 ] {ca04125b-9107-4f62-bf8a-f90432211d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7868 | 2025.03.03 04:56:15.545540 [ 256 ] {ca04125b-9107-4f62-bf8a-f90432211d74} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7869 | 2025.03.03 04:56:15.546069 [ 256 ] {ca04125b-9107-4f62-bf8a-f90432211d74} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7870 | 2025.03.03 04:56:15.546363 [ 256 ] {ca04125b-9107-4f62-bf8a-f90432211d74} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.00511 sec., 23091.97651663405 rows/sec., 1.39 MiB/sec. | ||
| 7871 | 2025.03.03 04:56:15.546461 [ 256 ] {ca04125b-9107-4f62-bf8a-f90432211d74} <Debug> TCPHandler: Processed in 0.005508258 sec. | ||
| 7872 | 2025.03.03 04:56:15.546597 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7873 | 2025.03.03 04:56:15.546851 [ 256 ] {bdf23c81-51e2-4ec0-ae2e-d75401eee640} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7874 | 2025.03.03 04:56:15.547022 [ 256 ] {bdf23c81-51e2-4ec0-ae2e-d75401eee640} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7875 | 2025.03.03 04:56:15.547132 [ 196 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3403 rows, containing 5 columns (5 merged, 0 gathered) in 0.006229163 sec., 546301.3249131545 rows/sec., 46.03 MiB/sec. | ||
| 7876 | 2025.03.03 04:56:15.547537 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7877 | 2025.03.03 04:56:15.548095 [ 256 ] {bdf23c81-51e2-4ec0-ae2e-d75401eee640} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7878 | 2025.03.03 04:56:15.548180 [ 256 ] {bdf23c81-51e2-4ec0-ae2e-d75401eee640} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7879 | 2025.03.03 04:56:15.548219 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_61_12} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7880 | 2025.03.03 04:56:15.548423 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_61_12} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7881 | 2025.03.03 04:56:15.548610 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7882 | 2025.03.03 04:56:15.548807 [ 256 ] {bdf23c81-51e2-4ec0-ae2e-d75401eee640} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7883 | 2025.03.03 04:56:15.549072 [ 256 ] {bdf23c81-51e2-4ec0-ae2e-d75401eee640} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7884 | 2025.03.03 04:56:15.549333 [ 256 ] {bdf23c81-51e2-4ec0-ae2e-d75401eee640} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002596 sec., 43528.50539291218 rows/sec., 2.82 MiB/sec. | ||
| 7885 | 2025.03.03 04:56:15.549575 [ 256 ] {bdf23c81-51e2-4ec0-ae2e-d75401eee640} <Debug> TCPHandler: Processed in 0.003024715 sec. | ||
| 7886 | 2025.03.03 04:56:15.549765 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7887 | 2025.03.03 04:56:15.549871 [ 256 ] {806bc2c4-b4c6-4fd7-a33d-6eb289b3956a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7888 | 2025.03.03 04:56:15.549919 [ 256 ] {806bc2c4-b4c6-4fd7-a33d-6eb289b3956a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7889 | 2025.03.03 04:56:15.550532 [ 256 ] {806bc2c4-b4c6-4fd7-a33d-6eb289b3956a} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7890 | 2025.03.03 04:56:15.550572 [ 256 ] {806bc2c4-b4c6-4fd7-a33d-6eb289b3956a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7891 | 2025.03.03 04:56:15.550928 [ 256 ] {806bc2c4-b4c6-4fd7-a33d-6eb289b3956a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7892 | 2025.03.03 04:56:15.551172 [ 256 ] {806bc2c4-b4c6-4fd7-a33d-6eb289b3956a} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7893 | 2025.03.03 04:56:15.551378 [ 256 ] {806bc2c4-b4c6-4fd7-a33d-6eb289b3956a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001532 sec., 73107.0496083551 rows/sec., 4.16 MiB/sec. | ||
| 7894 | 2025.03.03 04:56:15.551434 [ 256 ] {806bc2c4-b4c6-4fd7-a33d-6eb289b3956a} <Debug> TCPHandler: Processed in 0.001724727 sec. | ||
| 7895 | 2025.03.03 04:56:15.551556 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7896 | 2025.03.03 04:56:15.551660 [ 256 ] {7a2268b0-ae2e-42a9-8a57-87bf40d76072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7897 | 2025.03.03 04:56:15.551705 [ 256 ] {7a2268b0-ae2e-42a9-8a57-87bf40d76072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7898 | 2025.03.03 04:56:15.552433 [ 256 ] {7a2268b0-ae2e-42a9-8a57-87bf40d76072} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7899 | 2025.03.03 04:56:15.552472 [ 256 ] {7a2268b0-ae2e-42a9-8a57-87bf40d76072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7900 | 2025.03.03 04:56:15.552848 [ 256 ] {7a2268b0-ae2e-42a9-8a57-87bf40d76072} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7901 | 2025.03.03 04:56:15.553089 [ 256 ] {7a2268b0-ae2e-42a9-8a57-87bf40d76072} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7902 | 2025.03.03 04:56:15.553249 [ 58 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7903 | 2025.03.03 04:56:15.553310 [ 58 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7904 | 2025.03.03 04:56:15.553340 [ 256 ] {7a2268b0-ae2e-42a9-8a57-87bf40d76072} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001695 sec., 232448.37758112096 rows/sec., 16.45 MiB/sec. | ||
| 7905 | 2025.03.03 04:56:15.553352 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7906 | 2025.03.03 04:56:15.553491 [ 256 ] {7a2268b0-ae2e-42a9-8a57-87bf40d76072} <Debug> TCPHandler: Processed in 0.001981063 sec. | ||
| 7907 | 2025.03.03 04:56:15.553716 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 7908 | 2025.03.03 04:56:15.553746 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7909 | 2025.03.03 04:56:15.554154 [ 256 ] {fb980b94-847a-480f-969b-5c575a8e4f68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7910 | 2025.03.03 04:56:15.554317 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7911 | 2025.03.03 04:56:15.554375 [ 256 ] {fb980b94-847a-480f-969b-5c575a8e4f68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7912 | 2025.03.03 04:56:15.554501 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 913 rows starting from the beginning of the part | ||
| 7913 | 2025.03.03 04:56:15.555149 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 7914 | 2025.03.03 04:56:15.555630 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 91 rows starting from the beginning of the part | ||
| 7915 | 2025.03.03 04:56:15.556287 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 394 rows starting from the beginning of the part | ||
| 7916 | 2025.03.03 04:56:15.556816 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 91 rows starting from the beginning of the part | ||
| 7917 | 2025.03.03 04:56:15.556941 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 394 rows starting from the beginning of the part | ||
| 7918 | 2025.03.03 04:56:15.557469 [ 256 ] {fb980b94-847a-480f-969b-5c575a8e4f68} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7919 | 2025.03.03 04:56:15.557520 [ 256 ] {fb980b94-847a-480f-969b-5c575a8e4f68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7920 | 2025.03.03 04:56:15.558039 [ 256 ] {fb980b94-847a-480f-969b-5c575a8e4f68} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7921 | 2025.03.03 04:56:15.558344 [ 256 ] {fb980b94-847a-480f-969b-5c575a8e4f68} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7922 | 2025.03.03 04:56:15.558549 [ 58 ] {} <Debug> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7923 | 2025.03.03 04:56:15.558659 [ 58 ] {} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7924 | 2025.03.03 04:56:15.558742 [ 256 ] {fb980b94-847a-480f-969b-5c575a8e4f68} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004712 sec., 1273.3446519524618 rows/sec., 66.53 KiB/sec. | ||
| 7925 | 2025.03.03 04:56:15.558757 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7926 | 2025.03.03 04:56:15.559154 [ 256 ] {fb980b94-847a-480f-969b-5c575a8e4f68} <Debug> TCPHandler: Processed in 0.005455707 sec. | ||
| 7927 | 2025.03.03 04:56:15.559420 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.005933587 sec., 328132.03884935036 rows/sec., 25.06 MiB/sec. | ||
| 7928 | 2025.03.03 04:56:15.559449 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 7929 | 2025.03.03 04:56:15.559506 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7930 | 2025.03.03 04:56:15.559696 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7931 | 2025.03.03 04:56:15.559859 [ 256 ] {c5ef1751-cf9b-4764-914a-059646f0e463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7932 | 2025.03.03 04:56:15.559949 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7933 | 2025.03.03 04:56:15.559999 [ 256 ] {c5ef1751-cf9b-4764-914a-059646f0e463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7934 | 2025.03.03 04:56:15.560030 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 7935 | 2025.03.03 04:56:15.560539 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 7936 | 2025.03.03 04:56:15.560868 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_61_12} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7937 | 2025.03.03 04:56:15.561057 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 7938 | 2025.03.03 04:56:15.561324 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_61_12} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7939 | 2025.03.03 04:56:15.561830 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 7940 | 2025.03.03 04:56:15.561836 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7941 | 2025.03.03 04:56:15.562191 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 7942 | 2025.03.03 04:56:15.562448 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 7943 | 2025.03.03 04:56:15.563572 [ 256 ] {c5ef1751-cf9b-4764-914a-059646f0e463} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7944 | 2025.03.03 04:56:15.563626 [ 256 ] {c5ef1751-cf9b-4764-914a-059646f0e463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7945 | 2025.03.03 04:56:15.564809 [ 256 ] {c5ef1751-cf9b-4764-914a-059646f0e463} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7946 | 2025.03.03 04:56:15.565072 [ 198 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.006020999 sec., 25909.321692297242 rows/sec., 1.32 MiB/sec. | ||
| 7947 | 2025.03.03 04:56:15.565286 [ 256 ] {c5ef1751-cf9b-4764-914a-059646f0e463} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7948 | 2025.03.03 04:56:15.565288 [ 198 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7949 | 2025.03.03 04:56:15.565599 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7950 | 2025.03.03 04:56:15.565678 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7951 | 2025.03.03 04:56:15.565753 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7952 | 2025.03.03 04:56:15.565896 [ 256 ] {c5ef1751-cf9b-4764-914a-059646f0e463} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006139 sec., 38605.636097084214 rows/sec., 2.59 MiB/sec. | ||
| 7953 | 2025.03.03 04:56:15.566361 [ 198 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_26_5} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7954 | 2025.03.03 04:56:15.566371 [ 256 ] {c5ef1751-cf9b-4764-914a-059646f0e463} <Debug> TCPHandler: Processed in 0.006930999 sec. | ||
| 7955 | 2025.03.03 04:56:15.566397 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 7956 | 2025.03.03 04:56:15.566688 [ 198 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_26_5} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7957 | 2025.03.03 04:56:15.566741 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7958 | 2025.03.03 04:56:15.567034 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7959 | 2025.03.03 04:56:15.567182 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7960 | 2025.03.03 04:56:15.567211 [ 256 ] {85e17ba0-6664-4f20-8728-bd49d7a209d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7961 | 2025.03.03 04:56:15.567336 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17469 rows starting from the beginning of the part | ||
| 7962 | 2025.03.03 04:56:15.567415 [ 256 ] {85e17ba0-6664-4f20-8728-bd49d7a209d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7963 | 2025.03.03 04:56:15.567886 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 7964 | 2025.03.03 04:56:15.568350 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 7965 | 2025.03.03 04:56:15.568903 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 7966 | 2025.03.03 04:56:15.569228 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 7967 | 2025.03.03 04:56:15.569674 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 7968 | 2025.03.03 04:56:15.570698 [ 256 ] {85e17ba0-6664-4f20-8728-bd49d7a209d4} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7969 | 2025.03.03 04:56:15.570765 [ 256 ] {85e17ba0-6664-4f20-8728-bd49d7a209d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7970 | 2025.03.03 04:56:15.571537 [ 256 ] {85e17ba0-6664-4f20-8728-bd49d7a209d4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7971 | 2025.03.03 04:56:15.571857 [ 256 ] {85e17ba0-6664-4f20-8728-bd49d7a209d4} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7972 | 2025.03.03 04:56:15.572149 [ 256 ] {85e17ba0-6664-4f20-8728-bd49d7a209d4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005072 sec., 197.1608832807571 rows/sec., 13.29 KiB/sec. | ||
| 7973 | 2025.03.03 04:56:15.572301 [ 256 ] {85e17ba0-6664-4f20-8728-bd49d7a209d4} <Debug> TCPHandler: Processed in 0.005687382 sec. | ||
| 7974 | 2025.03.03 04:56:15.572519 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7975 | 2025.03.03 04:56:15.572775 [ 256 ] {39fee056-82b9-4b99-b02d-66844d1e7fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7976 | 2025.03.03 04:56:15.572996 [ 256 ] {39fee056-82b9-4b99-b02d-66844d1e7fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7977 | 2025.03.03 04:56:15.575116 [ 256 ] {39fee056-82b9-4b99-b02d-66844d1e7fa9} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7978 | 2025.03.03 04:56:15.575155 [ 256 ] {39fee056-82b9-4b99-b02d-66844d1e7fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7979 | 2025.03.03 04:56:15.576055 [ 256 ] {39fee056-82b9-4b99-b02d-66844d1e7fa9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7980 | 2025.03.03 04:56:15.576653 [ 256 ] {39fee056-82b9-4b99-b02d-66844d1e7fa9} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7981 | 2025.03.03 04:56:15.577026 [ 256 ] {39fee056-82b9-4b99-b02d-66844d1e7fa9} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004331 sec., 2770.7226968367586 rows/sec., 4.97 MiB/sec. | ||
| 7982 | 2025.03.03 04:56:15.578204 [ 256 ] {39fee056-82b9-4b99-b02d-66844d1e7fa9} <Debug> TCPHandler: Processed in 0.005756464 sec. | ||
| 7983 | 2025.03.03 04:56:15.578232 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18327 rows, containing 5 columns (5 merged, 0 gathered) in 0.012343824 sec., 1484710.086598772 rows/sec., 100.24 MiB/sec. | ||
| 7984 | 2025.03.03 04:56:15.578497 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7985 | 2025.03.03 04:56:15.578539 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 7986 | 2025.03.03 04:56:15.578744 [ 256 ] {859bebaa-0697-4360-8a82-d6fea48843de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7987 | 2025.03.03 04:56:15.578822 [ 256 ] {859bebaa-0697-4360-8a82-d6fea48843de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7988 | 2025.03.03 04:56:15.579200 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7989 | 2025.03.03 04:56:15.579362 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 7990 | 2025.03.03 04:56:15.579498 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.15 MiB. | ||
| 7991 | 2025.03.03 04:56:15.579735 [ 256 ] {859bebaa-0697-4360-8a82-d6fea48843de} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7992 | 2025.03.03 04:56:15.579780 [ 256 ] {859bebaa-0697-4360-8a82-d6fea48843de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7993 | 2025.03.03 04:56:15.580178 [ 256 ] {859bebaa-0697-4360-8a82-d6fea48843de} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7994 | 2025.03.03 04:56:15.580426 [ 256 ] {859bebaa-0697-4360-8a82-d6fea48843de} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7995 | 2025.03.03 04:56:15.580590 [ 58 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7996 | 2025.03.03 04:56:15.580656 [ 58 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7997 | 2025.03.03 04:56:15.580691 [ 256 ] {859bebaa-0697-4360-8a82-d6fea48843de} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002033 sec., 40334.481062469255 rows/sec., 2.56 MiB/sec. | ||
| 7998 | 2025.03.03 04:56:15.580702 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 7999 | 2025.03.03 04:56:15.580857 [ 256 ] {859bebaa-0697-4360-8a82-d6fea48843de} <Debug> TCPHandler: Processed in 0.002426172 sec. | ||
| 8000 | 2025.03.03 04:56:15.580908 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 8001 | 2025.03.03 04:56:15.581011 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8002 | 2025.03.03 04:56:15.581038 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3408 rows starting from the beginning of the part | ||
| 8003 | 2025.03.03 04:56:15.581097 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 24 rows starting from the beginning of the part | ||
| 8004 | 2025.03.03 04:56:15.581312 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 8005 | 2025.03.03 04:56:15.581531 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 8006 | 2025.03.03 04:56:15.581700 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 8007 | 2025.03.03 04:56:15.581850 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 8008 | 2025.03.03 04:56:15.583542 [ 199 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3716 rows, containing 4 columns (4 merged, 0 gathered) in 0.002698087 sec., 1377272.1190977162 rows/sec., 89.75 MiB/sec. | ||
| 8009 | 2025.03.03 04:56:15.583873 [ 199 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8010 | 2025.03.03 04:56:15.584172 [ 199 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_61_12} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8011 | 2025.03.03 04:56:15.584258 [ 199 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_61_12} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8012 | 2025.03.03 04:56:15.584348 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8013 | 2025.03.03 04:56:20.112400 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8014 | 2025.03.03 04:56:20.112452 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8015 | 2025.03.03 04:56:20.264731 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 8016 | 2025.03.03 04:56:20.265407 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8017 | 2025.03.03 04:56:20.265456 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8018 | 2025.03.03 04:56:20.266009 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8019 | 2025.03.03 04:56:20.266271 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8020 | 2025.03.03 04:56:20.266581 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 8021 | 2025.03.03 04:56:20.530967 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8022 | 2025.03.03 04:56:20.531151 [ 256 ] {4fb1978f-1da0-43ae-888d-ed0fb764be27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8023 | 2025.03.03 04:56:20.531222 [ 256 ] {4fb1978f-1da0-43ae-888d-ed0fb764be27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8024 | 2025.03.03 04:56:20.532058 [ 256 ] {4fb1978f-1da0-43ae-888d-ed0fb764be27} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8025 | 2025.03.03 04:56:20.532101 [ 256 ] {4fb1978f-1da0-43ae-888d-ed0fb764be27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8026 | 2025.03.03 04:56:20.532543 [ 256 ] {4fb1978f-1da0-43ae-888d-ed0fb764be27} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8027 | 2025.03.03 04:56:20.532796 [ 256 ] {4fb1978f-1da0-43ae-888d-ed0fb764be27} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8028 | 2025.03.03 04:56:20.533004 [ 256 ] {4fb1978f-1da0-43ae-888d-ed0fb764be27} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001904 sec., 57773.10924369748 rows/sec., 4.84 MiB/sec. | ||
| 8029 | 2025.03.03 04:56:20.533068 [ 256 ] {4fb1978f-1da0-43ae-888d-ed0fb764be27} <Debug> TCPHandler: Processed in 0.002226198 sec. | ||
| 8030 | 2025.03.03 04:56:20.533195 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8031 | 2025.03.03 04:56:20.533308 [ 256 ] {074ab88b-333d-407d-84d1-8aa4a516de6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8032 | 2025.03.03 04:56:20.533356 [ 256 ] {074ab88b-333d-407d-84d1-8aa4a516de6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8033 | 2025.03.03 04:56:20.533893 [ 256 ] {074ab88b-333d-407d-84d1-8aa4a516de6e} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8034 | 2025.03.03 04:56:20.533931 [ 256 ] {074ab88b-333d-407d-84d1-8aa4a516de6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8035 | 2025.03.03 04:56:20.534279 [ 256 ] {074ab88b-333d-407d-84d1-8aa4a516de6e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8036 | 2025.03.03 04:56:20.534513 [ 256 ] {074ab88b-333d-407d-84d1-8aa4a516de6e} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8037 | 2025.03.03 04:56:20.534693 [ 256 ] {074ab88b-333d-407d-84d1-8aa4a516de6e} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001413 sec., 19108.28025477707 rows/sec., 1.40 MiB/sec. | ||
| 8038 | 2025.03.03 04:56:20.534745 [ 256 ] {074ab88b-333d-407d-84d1-8aa4a516de6e} <Debug> TCPHandler: Processed in 0.001603365 sec. | ||
| 8039 | 2025.03.03 04:56:20.534847 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8040 | 2025.03.03 04:56:20.534950 [ 256 ] {806e27f5-6ad0-47db-ad3b-0fc1c99f4a00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8041 | 2025.03.03 04:56:20.534994 [ 256 ] {806e27f5-6ad0-47db-ad3b-0fc1c99f4a00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8042 | 2025.03.03 04:56:20.535545 [ 256 ] {806e27f5-6ad0-47db-ad3b-0fc1c99f4a00} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8043 | 2025.03.03 04:56:20.535580 [ 256 ] {806e27f5-6ad0-47db-ad3b-0fc1c99f4a00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8044 | 2025.03.03 04:56:20.535930 [ 256 ] {806e27f5-6ad0-47db-ad3b-0fc1c99f4a00} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8045 | 2025.03.03 04:56:20.536176 [ 256 ] {806e27f5-6ad0-47db-ad3b-0fc1c99f4a00} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8046 | 2025.03.03 04:56:20.536366 [ 256 ] {806e27f5-6ad0-47db-ad3b-0fc1c99f4a00} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001435 sec., 63414.63414634146 rows/sec., 4.95 MiB/sec. | ||
| 8047 | 2025.03.03 04:56:20.536471 [ 256 ] {806e27f5-6ad0-47db-ad3b-0fc1c99f4a00} <Debug> TCPHandler: Processed in 0.001672815 sec. | ||
| 8048 | 2025.03.03 04:56:20.536650 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8049 | 2025.03.03 04:56:20.536958 [ 256 ] {8804e28a-8c43-489b-b6d5-237d5bcd95fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8050 | 2025.03.03 04:56:20.537036 [ 256 ] {8804e28a-8c43-489b-b6d5-237d5bcd95fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8051 | 2025.03.03 04:56:20.537586 [ 256 ] {8804e28a-8c43-489b-b6d5-237d5bcd95fb} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8052 | 2025.03.03 04:56:20.537623 [ 256 ] {8804e28a-8c43-489b-b6d5-237d5bcd95fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8053 | 2025.03.03 04:56:20.538019 [ 256 ] {8804e28a-8c43-489b-b6d5-237d5bcd95fb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8054 | 2025.03.03 04:56:20.538257 [ 256 ] {8804e28a-8c43-489b-b6d5-237d5bcd95fb} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8055 | 2025.03.03 04:56:20.538465 [ 256 ] {8804e28a-8c43-489b-b6d5-237d5bcd95fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001616 sec., 99009.900990099 rows/sec., 6.90 MiB/sec. | ||
| 8056 | 2025.03.03 04:56:20.538524 [ 256 ] {8804e28a-8c43-489b-b6d5-237d5bcd95fb} <Debug> TCPHandler: Processed in 0.001978743 sec. | ||
| 8057 | 2025.03.03 04:56:20.538690 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8058 | 2025.03.03 04:56:20.538796 [ 256 ] {15647c3d-5ebd-47a1-87b6-131b43a664aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8059 | 2025.03.03 04:56:20.538860 [ 256 ] {15647c3d-5ebd-47a1-87b6-131b43a664aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8060 | 2025.03.03 04:56:20.540408 [ 256 ] {15647c3d-5ebd-47a1-87b6-131b43a664aa} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8061 | 2025.03.03 04:56:20.540505 [ 256 ] {15647c3d-5ebd-47a1-87b6-131b43a664aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8062 | 2025.03.03 04:56:20.541167 [ 256 ] {15647c3d-5ebd-47a1-87b6-131b43a664aa} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8063 | 2025.03.03 04:56:20.541455 [ 256 ] {15647c3d-5ebd-47a1-87b6-131b43a664aa} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8064 | 2025.03.03 04:56:20.541696 [ 256 ] {15647c3d-5ebd-47a1-87b6-131b43a664aa} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002922 sec., 9240.246406570841 rows/sec., 16.56 MiB/sec. | ||
| 8065 | 2025.03.03 04:56:20.541815 [ 256 ] {15647c3d-5ebd-47a1-87b6-131b43a664aa} <Debug> TCPHandler: Processed in 0.003187738 sec. | ||
| 8066 | 2025.03.03 04:56:20.541929 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8067 | 2025.03.03 04:56:20.542034 [ 256 ] {4ac02f91-491d-44d2-8805-3d8dd2c42f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8068 | 2025.03.03 04:56:20.542081 [ 256 ] {4ac02f91-491d-44d2-8805-3d8dd2c42f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8069 | 2025.03.03 04:56:20.542522 [ 256 ] {4ac02f91-491d-44d2-8805-3d8dd2c42f08} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8070 | 2025.03.03 04:56:20.542563 [ 256 ] {4ac02f91-491d-44d2-8805-3d8dd2c42f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8071 | 2025.03.03 04:56:20.542923 [ 256 ] {4ac02f91-491d-44d2-8805-3d8dd2c42f08} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8072 | 2025.03.03 04:56:20.543168 [ 256 ] {4ac02f91-491d-44d2-8805-3d8dd2c42f08} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8073 | 2025.03.03 04:56:20.543411 [ 256 ] {4ac02f91-491d-44d2-8805-3d8dd2c42f08} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 8074 | 2025.03.03 04:56:20.543494 [ 256 ] {4ac02f91-491d-44d2-8805-3d8dd2c42f08} <Debug> TCPHandler: Processed in 0.001612035 sec. | ||
| 8075 | 2025.03.03 04:56:21.525265 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 8076 | 2025.03.03 04:56:21.544643 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8077 | 2025.03.03 04:56:21.544691 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8078 | 2025.03.03 04:56:21.552144 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8079 | 2025.03.03 04:56:21.552883 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8080 | 2025.03.03 04:56:21.556295 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 8081 | 2025.03.03 04:56:23.336207 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8082 | 2025.03.03 04:56:23.336420 [ 256 ] {6d5c12f6-e513-45a0-9cb3-e2a0484e9dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8083 | 2025.03.03 04:56:23.336498 [ 256 ] {6d5c12f6-e513-45a0-9cb3-e2a0484e9dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8084 | 2025.03.03 04:56:23.337409 [ 256 ] {6d5c12f6-e513-45a0-9cb3-e2a0484e9dff} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8085 | 2025.03.03 04:56:23.337463 [ 256 ] {6d5c12f6-e513-45a0-9cb3-e2a0484e9dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8086 | 2025.03.03 04:56:23.337930 [ 256 ] {6d5c12f6-e513-45a0-9cb3-e2a0484e9dff} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8087 | 2025.03.03 04:56:23.338188 [ 256 ] {6d5c12f6-e513-45a0-9cb3-e2a0484e9dff} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8088 | 2025.03.03 04:56:23.338435 [ 256 ] {6d5c12f6-e513-45a0-9cb3-e2a0484e9dff} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002073 sec., 102267.24553786781 rows/sec., 6.50 MiB/sec. | ||
| 8089 | 2025.03.03 04:56:23.338524 [ 256 ] {6d5c12f6-e513-45a0-9cb3-e2a0484e9dff} <Debug> TCPHandler: Processed in 0.002455222 sec. | ||
| 8090 | 2025.03.03 04:56:23.338670 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8091 | 2025.03.03 04:56:23.338771 [ 256 ] {2af2e5fb-788b-4b95-b36a-1489c6722af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8092 | 2025.03.03 04:56:23.338817 [ 256 ] {2af2e5fb-788b-4b95-b36a-1489c6722af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8093 | 2025.03.03 04:56:23.340330 [ 256 ] {2af2e5fb-788b-4b95-b36a-1489c6722af5} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8094 | 2025.03.03 04:56:23.340370 [ 256 ] {2af2e5fb-788b-4b95-b36a-1489c6722af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8095 | 2025.03.03 04:56:23.340828 [ 256 ] {2af2e5fb-788b-4b95-b36a-1489c6722af5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8096 | 2025.03.03 04:56:23.341075 [ 256 ] {2af2e5fb-788b-4b95-b36a-1489c6722af5} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8097 | 2025.03.03 04:56:23.341282 [ 256 ] {2af2e5fb-788b-4b95-b36a-1489c6722af5} <Debug> executeQuery: Read 1781 rows, 147.83 KiB in 0.002532 sec., 703396.5244865719 rows/sec., 57.02 MiB/sec. | ||
| 8098 | 2025.03.03 04:56:23.341333 [ 256 ] {2af2e5fb-788b-4b95-b36a-1489c6722af5} <Debug> TCPHandler: Processed in 0.002719418 sec. | ||
| 8099 | 2025.03.03 04:56:23.341448 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8100 | 2025.03.03 04:56:23.341553 [ 256 ] {ad9d8c5c-1736-43bf-bbb5-0911b62f3c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8101 | 2025.03.03 04:56:23.341598 [ 256 ] {ad9d8c5c-1736-43bf-bbb5-0911b62f3c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8102 | 2025.03.03 04:56:23.342173 [ 256 ] {ad9d8c5c-1736-43bf-bbb5-0911b62f3c80} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8103 | 2025.03.03 04:56:23.342212 [ 256 ] {ad9d8c5c-1736-43bf-bbb5-0911b62f3c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8104 | 2025.03.03 04:56:23.342567 [ 256 ] {ad9d8c5c-1736-43bf-bbb5-0911b62f3c80} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8105 | 2025.03.03 04:56:23.342815 [ 256 ] {ad9d8c5c-1736-43bf-bbb5-0911b62f3c80} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8106 | 2025.03.03 04:56:23.343027 [ 256 ] {ad9d8c5c-1736-43bf-bbb5-0911b62f3c80} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001495 sec., 78929.76588628763 rows/sec., 4.76 MiB/sec. | ||
| 8107 | 2025.03.03 04:56:23.343080 [ 256 ] {ad9d8c5c-1736-43bf-bbb5-0911b62f3c80} <Debug> TCPHandler: Processed in 0.001681646 sec. | ||
| 8108 | 2025.03.03 04:56:23.343193 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8109 | 2025.03.03 04:56:23.343298 [ 256 ] {94dc7617-40fe-4abf-aa67-047919f34dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8110 | 2025.03.03 04:56:23.343342 [ 256 ] {94dc7617-40fe-4abf-aa67-047919f34dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8111 | 2025.03.03 04:56:23.343996 [ 256 ] {94dc7617-40fe-4abf-aa67-047919f34dca} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8112 | 2025.03.03 04:56:23.344035 [ 256 ] {94dc7617-40fe-4abf-aa67-047919f34dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8113 | 2025.03.03 04:56:23.344388 [ 256 ] {94dc7617-40fe-4abf-aa67-047919f34dca} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8114 | 2025.03.03 04:56:23.344622 [ 256 ] {94dc7617-40fe-4abf-aa67-047919f34dca} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8115 | 2025.03.03 04:56:23.344884 [ 256 ] {94dc7617-40fe-4abf-aa67-047919f34dca} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001594 sec., 213927.2271016311 rows/sec., 14.27 MiB/sec. | ||
| 8116 | 2025.03.03 04:56:23.344970 [ 256 ] {94dc7617-40fe-4abf-aa67-047919f34dca} <Debug> TCPHandler: Processed in 0.001826899 sec. | ||
| 8117 | 2025.03.03 04:56:23.345222 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8118 | 2025.03.03 04:56:23.345361 [ 256 ] {4723f0fb-c8d1-4350-ad8b-6d408e25f1d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8119 | 2025.03.03 04:56:23.345407 [ 256 ] {4723f0fb-c8d1-4350-ad8b-6d408e25f1d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8120 | 2025.03.03 04:56:23.345986 [ 256 ] {4723f0fb-c8d1-4350-ad8b-6d408e25f1d5} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8121 | 2025.03.03 04:56:23.346025 [ 256 ] {4723f0fb-c8d1-4350-ad8b-6d408e25f1d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8122 | 2025.03.03 04:56:23.346371 [ 256 ] {4723f0fb-c8d1-4350-ad8b-6d408e25f1d5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8123 | 2025.03.03 04:56:23.346607 [ 256 ] {4723f0fb-c8d1-4350-ad8b-6d408e25f1d5} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8124 | 2025.03.03 04:56:23.346845 [ 256 ] {4723f0fb-c8d1-4350-ad8b-6d408e25f1d5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001505 sec., 74418.6046511628 rows/sec., 4.24 MiB/sec. | ||
| 8125 | 2025.03.03 04:56:23.346960 [ 256 ] {4723f0fb-c8d1-4350-ad8b-6d408e25f1d5} <Debug> TCPHandler: Processed in 0.001823149 sec. | ||
| 8126 | 2025.03.03 04:56:23.347243 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8127 | 2025.03.03 04:56:23.347368 [ 256 ] {b7e70124-ee49-47ec-80b6-8ce2e11f18fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8128 | 2025.03.03 04:56:23.347415 [ 256 ] {b7e70124-ee49-47ec-80b6-8ce2e11f18fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8129 | 2025.03.03 04:56:23.348333 [ 256 ] {b7e70124-ee49-47ec-80b6-8ce2e11f18fb} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8130 | 2025.03.03 04:56:23.348372 [ 256 ] {b7e70124-ee49-47ec-80b6-8ce2e11f18fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8131 | 2025.03.03 04:56:23.348764 [ 256 ] {b7e70124-ee49-47ec-80b6-8ce2e11f18fb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8132 | 2025.03.03 04:56:23.349009 [ 256 ] {b7e70124-ee49-47ec-80b6-8ce2e11f18fb} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8133 | 2025.03.03 04:56:23.349246 [ 256 ] {b7e70124-ee49-47ec-80b6-8ce2e11f18fb} <Debug> executeQuery: Read 850 rows, 62.83 KiB in 0.001895 sec., 448548.81266490766 rows/sec., 32.38 MiB/sec. | ||
| 8134 | 2025.03.03 04:56:23.349357 [ 256 ] {b7e70124-ee49-47ec-80b6-8ce2e11f18fb} <Debug> TCPHandler: Processed in 0.002210397 sec. | ||
| 8135 | 2025.03.03 04:56:23.349539 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8136 | 2025.03.03 04:56:23.349879 [ 256 ] {b954c028-db3f-4509-9269-67e45fb8a537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8137 | 2025.03.03 04:56:23.350000 [ 256 ] {b954c028-db3f-4509-9269-67e45fb8a537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8138 | 2025.03.03 04:56:23.350492 [ 256 ] {b954c028-db3f-4509-9269-67e45fb8a537} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8139 | 2025.03.03 04:56:23.350531 [ 256 ] {b954c028-db3f-4509-9269-67e45fb8a537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8140 | 2025.03.03 04:56:23.350883 [ 256 ] {b954c028-db3f-4509-9269-67e45fb8a537} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8141 | 2025.03.03 04:56:23.351117 [ 256 ] {b954c028-db3f-4509-9269-67e45fb8a537} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8142 | 2025.03.03 04:56:23.351315 [ 256 ] {b954c028-db3f-4509-9269-67e45fb8a537} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001581 sec., 3795.066413662239 rows/sec., 198.28 KiB/sec. | ||
| 8143 | 2025.03.03 04:56:23.351365 [ 256 ] {b954c028-db3f-4509-9269-67e45fb8a537} <Debug> TCPHandler: Processed in 0.001909281 sec. | ||
| 8144 | 2025.03.03 04:56:23.351467 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8145 | 2025.03.03 04:56:23.351569 [ 256 ] {934aebff-d1e9-422b-ae41-548cb9e3df0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8146 | 2025.03.03 04:56:23.351616 [ 256 ] {934aebff-d1e9-422b-ae41-548cb9e3df0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8147 | 2025.03.03 04:56:23.352349 [ 256 ] {934aebff-d1e9-422b-ae41-548cb9e3df0c} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8148 | 2025.03.03 04:56:23.352387 [ 256 ] {934aebff-d1e9-422b-ae41-548cb9e3df0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8149 | 2025.03.03 04:56:23.352816 [ 256 ] {934aebff-d1e9-422b-ae41-548cb9e3df0c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8150 | 2025.03.03 04:56:23.353053 [ 256 ] {934aebff-d1e9-422b-ae41-548cb9e3df0c} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8151 | 2025.03.03 04:56:23.353266 [ 256 ] {934aebff-d1e9-422b-ae41-548cb9e3df0c} <Debug> executeQuery: Read 1019 rows, 69.53 KiB in 0.001719 sec., 592786.5037812681 rows/sec., 39.50 MiB/sec. | ||
| 8152 | 2025.03.03 04:56:23.353318 [ 256 ] {934aebff-d1e9-422b-ae41-548cb9e3df0c} <Debug> TCPHandler: Processed in 0.001900571 sec. | ||
| 8153 | 2025.03.03 04:56:23.353433 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8154 | 2025.03.03 04:56:23.353538 [ 256 ] {9de6ed9d-60ca-46ff-80dc-88a0801c4455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8155 | 2025.03.03 04:56:23.353583 [ 256 ] {9de6ed9d-60ca-46ff-80dc-88a0801c4455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8156 | 2025.03.03 04:56:23.353992 [ 256 ] {9de6ed9d-60ca-46ff-80dc-88a0801c4455} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8157 | 2025.03.03 04:56:23.354030 [ 256 ] {9de6ed9d-60ca-46ff-80dc-88a0801c4455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8158 | 2025.03.03 04:56:23.354377 [ 256 ] {9de6ed9d-60ca-46ff-80dc-88a0801c4455} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8159 | 2025.03.03 04:56:23.354608 [ 256 ] {9de6ed9d-60ca-46ff-80dc-88a0801c4455} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8160 | 2025.03.03 04:56:23.354786 [ 256 ] {9de6ed9d-60ca-46ff-80dc-88a0801c4455} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00127 sec., 787.4015748031495 rows/sec., 53.06 KiB/sec. | ||
| 8161 | 2025.03.03 04:56:23.354833 [ 256 ] {9de6ed9d-60ca-46ff-80dc-88a0801c4455} <Debug> TCPHandler: Processed in 0.00145036 sec. | ||
| 8162 | 2025.03.03 04:56:23.354940 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8163 | 2025.03.03 04:56:23.355041 [ 256 ] {2f5a1e2f-800a-4335-b62c-328c36535ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8164 | 2025.03.03 04:56:23.355104 [ 256 ] {2f5a1e2f-800a-4335-b62c-328c36535ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8165 | 2025.03.03 04:56:23.356151 [ 256 ] {2f5a1e2f-800a-4335-b62c-328c36535ebb} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8166 | 2025.03.03 04:56:23.356188 [ 256 ] {2f5a1e2f-800a-4335-b62c-328c36535ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8167 | 2025.03.03 04:56:23.356784 [ 256 ] {2f5a1e2f-800a-4335-b62c-328c36535ebb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8168 | 2025.03.03 04:56:23.357036 [ 256 ] {2f5a1e2f-800a-4335-b62c-328c36535ebb} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8169 | 2025.03.03 04:56:23.357237 [ 256 ] {2f5a1e2f-800a-4335-b62c-328c36535ebb} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002217 sec., 5412.719891745603 rows/sec., 9.70 MiB/sec. | ||
| 8170 | 2025.03.03 04:56:23.357327 [ 256 ] {2f5a1e2f-800a-4335-b62c-328c36535ebb} <Debug> TCPHandler: Processed in 0.002440452 sec. | ||
| 8171 | 2025.03.03 04:56:23.357457 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8172 | 2025.03.03 04:56:23.357562 [ 256 ] {7e5f9364-96d4-4821-84de-8b69b44e37be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8173 | 2025.03.03 04:56:23.357608 [ 256 ] {7e5f9364-96d4-4821-84de-8b69b44e37be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8174 | 2025.03.03 04:56:23.358038 [ 256 ] {7e5f9364-96d4-4821-84de-8b69b44e37be} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8175 | 2025.03.03 04:56:23.358075 [ 256 ] {7e5f9364-96d4-4821-84de-8b69b44e37be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8176 | 2025.03.03 04:56:23.358416 [ 256 ] {7e5f9364-96d4-4821-84de-8b69b44e37be} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8177 | 2025.03.03 04:56:23.358644 [ 256 ] {7e5f9364-96d4-4821-84de-8b69b44e37be} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8178 | 2025.03.03 04:56:23.358813 [ 256 ] {7e5f9364-96d4-4821-84de-8b69b44e37be} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001273 sec., 45561.66535742341 rows/sec., 2.82 MiB/sec. | ||
| 8179 | 2025.03.03 04:56:23.358860 [ 256 ] {7e5f9364-96d4-4821-84de-8b69b44e37be} <Debug> TCPHandler: Processed in 0.001452671 sec. | ||
| 8180 | 2025.03.03 04:56:25.347653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1174 | ||
| 8181 | 2025.03.03 04:56:25.351326 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8182 | 2025.03.03 04:56:25.351391 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8183 | 2025.03.03 04:56:25.352890 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8184 | 2025.03.03 04:56:25.353221 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8185 | 2025.03.03 04:56:25.354522 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1174 | ||
| 8186 | 2025.03.03 04:56:25.523955 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8187 | 2025.03.03 04:56:25.524147 [ 256 ] {6d5f8396-7b9c-48a3-ada3-26739cc4d209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8188 | 2025.03.03 04:56:25.524220 [ 256 ] {6d5f8396-7b9c-48a3-ada3-26739cc4d209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8189 | 2025.03.03 04:56:25.525017 [ 256 ] {6d5f8396-7b9c-48a3-ada3-26739cc4d209} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8190 | 2025.03.03 04:56:25.525068 [ 256 ] {6d5f8396-7b9c-48a3-ada3-26739cc4d209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8191 | 2025.03.03 04:56:25.525511 [ 256 ] {6d5f8396-7b9c-48a3-ada3-26739cc4d209} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8192 | 2025.03.03 04:56:25.525770 [ 256 ] {6d5f8396-7b9c-48a3-ada3-26739cc4d209} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8193 | 2025.03.03 04:56:25.525992 [ 256 ] {6d5f8396-7b9c-48a3-ada3-26739cc4d209} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.25 MiB/sec. | ||
| 8194 | 2025.03.03 04:56:25.526061 [ 256 ] {6d5f8396-7b9c-48a3-ada3-26739cc4d209} <Debug> TCPHandler: Processed in 0.002255759 sec. | ||
| 8195 | 2025.03.03 04:56:25.526216 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8196 | 2025.03.03 04:56:25.526334 [ 256 ] {aa783d7a-c59b-455f-a2b0-f2db448f5b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8197 | 2025.03.03 04:56:25.526379 [ 256 ] {aa783d7a-c59b-455f-a2b0-f2db448f5b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8198 | 2025.03.03 04:56:25.526917 [ 256 ] {aa783d7a-c59b-455f-a2b0-f2db448f5b00} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8199 | 2025.03.03 04:56:25.526955 [ 256 ] {aa783d7a-c59b-455f-a2b0-f2db448f5b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8200 | 2025.03.03 04:56:25.527326 [ 256 ] {aa783d7a-c59b-455f-a2b0-f2db448f5b00} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8201 | 2025.03.03 04:56:25.527569 [ 256 ] {aa783d7a-c59b-455f-a2b0-f2db448f5b00} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8202 | 2025.03.03 04:56:25.527800 [ 256 ] {aa783d7a-c59b-455f-a2b0-f2db448f5b00} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001487 sec., 43039.67720242098 rows/sec., 3.36 MiB/sec. | ||
| 8203 | 2025.03.03 04:56:25.527899 [ 256 ] {aa783d7a-c59b-455f-a2b0-f2db448f5b00} <Debug> TCPHandler: Processed in 0.001758127 sec. | ||
| 8204 | 2025.03.03 04:56:25.528145 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8205 | 2025.03.03 04:56:25.528294 [ 256 ] {1b0fb7a2-020a-4f9e-a648-4f8f77cabe72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8206 | 2025.03.03 04:56:25.528345 [ 256 ] {1b0fb7a2-020a-4f9e-a648-4f8f77cabe72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8207 | 2025.03.03 04:56:25.528852 [ 256 ] {1b0fb7a2-020a-4f9e-a648-4f8f77cabe72} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8208 | 2025.03.03 04:56:25.528891 [ 256 ] {1b0fb7a2-020a-4f9e-a648-4f8f77cabe72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8209 | 2025.03.03 04:56:25.529256 [ 256 ] {1b0fb7a2-020a-4f9e-a648-4f8f77cabe72} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8210 | 2025.03.03 04:56:25.529493 [ 256 ] {1b0fb7a2-020a-4f9e-a648-4f8f77cabe72} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8211 | 2025.03.03 04:56:25.529711 [ 256 ] {1b0fb7a2-020a-4f9e-a648-4f8f77cabe72} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001439 sec., 44475.33009034052 rows/sec., 3.10 MiB/sec. | ||
| 8212 | 2025.03.03 04:56:25.529771 [ 256 ] {1b0fb7a2-020a-4f9e-a648-4f8f77cabe72} <Debug> TCPHandler: Processed in 0.001728187 sec. | ||
| 8213 | 2025.03.03 04:56:25.529929 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8214 | 2025.03.03 04:56:25.530035 [ 256 ] {509dadb0-1a97-47e1-9f3e-fd63172ad03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8215 | 2025.03.03 04:56:25.530081 [ 256 ] {509dadb0-1a97-47e1-9f3e-fd63172ad03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8216 | 2025.03.03 04:56:25.530497 [ 256 ] {509dadb0-1a97-47e1-9f3e-fd63172ad03c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8217 | 2025.03.03 04:56:25.530534 [ 256 ] {509dadb0-1a97-47e1-9f3e-fd63172ad03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8218 | 2025.03.03 04:56:25.530911 [ 256 ] {509dadb0-1a97-47e1-9f3e-fd63172ad03c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8219 | 2025.03.03 04:56:25.531189 [ 256 ] {509dadb0-1a97-47e1-9f3e-fd63172ad03c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8220 | 2025.03.03 04:56:25.531391 [ 256 ] {509dadb0-1a97-47e1-9f3e-fd63172ad03c} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001377 sec., 17429.193899782134 rows/sec., 1.17 MiB/sec. | ||
| 8221 | 2025.03.03 04:56:25.531441 [ 256 ] {509dadb0-1a97-47e1-9f3e-fd63172ad03c} <Debug> TCPHandler: Processed in 0.001572554 sec. | ||
| 8222 | 2025.03.03 04:56:27.767694 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 8223 | 2025.03.03 04:56:27.768469 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8224 | 2025.03.03 04:56:27.768540 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8225 | 2025.03.03 04:56:27.769114 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8226 | 2025.03.03 04:56:27.769384 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8227 | 2025.03.03 04:56:27.769628 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 8228 | 2025.03.03 04:56:29.057355 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8229 | 2025.03.03 04:56:29.078478 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8230 | 2025.03.03 04:56:29.078548 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8231 | 2025.03.03 04:56:29.085940 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8232 | 2025.03.03 04:56:29.086727 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8233 | 2025.03.03 04:56:29.091213 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8234 | 2025.03.03 04:56:30.530607 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8235 | 2025.03.03 04:56:30.530816 [ 256 ] {298c76d2-0946-4fbf-9cca-c01af2abd531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8236 | 2025.03.03 04:56:30.530903 [ 256 ] {298c76d2-0946-4fbf-9cca-c01af2abd531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8237 | 2025.03.03 04:56:30.531746 [ 256 ] {298c76d2-0946-4fbf-9cca-c01af2abd531} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8238 | 2025.03.03 04:56:30.531793 [ 256 ] {298c76d2-0946-4fbf-9cca-c01af2abd531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8239 | 2025.03.03 04:56:30.532228 [ 256 ] {298c76d2-0946-4fbf-9cca-c01af2abd531} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8240 | 2025.03.03 04:56:30.532501 [ 256 ] {298c76d2-0946-4fbf-9cca-c01af2abd531} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8241 | 2025.03.03 04:56:30.532743 [ 256 ] {298c76d2-0946-4fbf-9cca-c01af2abd531} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001984 sec., 55443.54838709677 rows/sec., 4.65 MiB/sec. | ||
| 8242 | 2025.03.03 04:56:30.532817 [ 256 ] {298c76d2-0946-4fbf-9cca-c01af2abd531} <Debug> TCPHandler: Processed in 0.002347331 sec. | ||
| 8243 | 2025.03.03 04:56:30.532945 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8244 | 2025.03.03 04:56:30.533058 [ 256 ] {cf712eb4-1205-4bd1-b3df-5e5a3473cb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8245 | 2025.03.03 04:56:30.533107 [ 256 ] {cf712eb4-1205-4bd1-b3df-5e5a3473cb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8246 | 2025.03.03 04:56:30.533674 [ 256 ] {cf712eb4-1205-4bd1-b3df-5e5a3473cb09} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8247 | 2025.03.03 04:56:30.533715 [ 256 ] {cf712eb4-1205-4bd1-b3df-5e5a3473cb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8248 | 2025.03.03 04:56:30.534067 [ 256 ] {cf712eb4-1205-4bd1-b3df-5e5a3473cb09} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8249 | 2025.03.03 04:56:30.534311 [ 256 ] {cf712eb4-1205-4bd1-b3df-5e5a3473cb09} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8250 | 2025.03.03 04:56:30.534495 [ 42 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 8251 | 2025.03.03 04:56:30.534559 [ 256 ] {cf712eb4-1205-4bd1-b3df-5e5a3473cb09} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001522 sec., 17739.81603153745 rows/sec., 1.30 MiB/sec. | ||
| 8252 | 2025.03.03 04:56:30.534579 [ 42 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8253 | 2025.03.03 04:56:30.534648 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8254 | 2025.03.03 04:56:30.534679 [ 256 ] {cf712eb4-1205-4bd1-b3df-5e5a3473cb09} <Debug> TCPHandler: Processed in 0.001783759 sec. | ||
| 8255 | 2025.03.03 04:56:30.534887 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8256 | 2025.03.03 04:56:30.534898 [ 192 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 8257 | 2025.03.03 04:56:30.535059 [ 256 ] {386e6e53-56f2-404c-8f9b-db7142047bb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8258 | 2025.03.03 04:56:30.535179 [ 256 ] {386e6e53-56f2-404c-8f9b-db7142047bb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8259 | 2025.03.03 04:56:30.535221 [ 192 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8260 | 2025.03.03 04:56:30.535322 [ 192 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 163 rows starting from the beginning of the part | ||
| 8261 | 2025.03.03 04:56:30.535627 [ 192 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 27 rows starting from the beginning of the part | ||
| 8262 | 2025.03.03 04:56:30.536011 [ 192 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 118 rows starting from the beginning of the part | ||
| 8263 | 2025.03.03 04:56:30.536353 [ 192 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 27 rows starting from the beginning of the part | ||
| 8264 | 2025.03.03 04:56:30.536705 [ 192 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 118 rows starting from the beginning of the part | ||
| 8265 | 2025.03.03 04:56:30.537023 [ 192 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 27 rows starting from the beginning of the part | ||
| 8266 | 2025.03.03 04:56:30.538185 [ 256 ] {386e6e53-56f2-404c-8f9b-db7142047bb2} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8267 | 2025.03.03 04:56:30.538424 [ 256 ] {386e6e53-56f2-404c-8f9b-db7142047bb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8268 | 2025.03.03 04:56:30.539552 [ 256 ] {386e6e53-56f2-404c-8f9b-db7142047bb2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8269 | 2025.03.03 04:56:30.539620 [ 193 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 5 columns (5 merged, 0 gathered) in 0.004864194 sec., 98680.27467654456 rows/sec., 6.65 MiB/sec. | ||
| 8270 | 2025.03.03 04:56:30.539803 [ 193 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 8271 | 2025.03.03 04:56:30.539918 [ 256 ] {386e6e53-56f2-404c-8f9b-db7142047bb2} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8272 | 2025.03.03 04:56:30.540249 [ 256 ] {386e6e53-56f2-404c-8f9b-db7142047bb2} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005239 sec., 17369.727047146403 rows/sec., 1.36 MiB/sec. | ||
| 8273 | 2025.03.03 04:56:30.540296 [ 193 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_50_10} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8274 | 2025.03.03 04:56:30.540449 [ 256 ] {386e6e53-56f2-404c-8f9b-db7142047bb2} <Debug> TCPHandler: Processed in 0.005646891 sec. | ||
| 8275 | 2025.03.03 04:56:30.540570 [ 193 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_50_10} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 8276 | 2025.03.03 04:56:30.540704 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8277 | 2025.03.03 04:56:30.540747 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 8278 | 2025.03.03 04:56:30.540854 [ 256 ] {4207dbff-3d41-4d7f-90f8-20bdf00d508e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8279 | 2025.03.03 04:56:30.540906 [ 256 ] {4207dbff-3d41-4d7f-90f8-20bdf00d508e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8280 | 2025.03.03 04:56:30.541440 [ 256 ] {4207dbff-3d41-4d7f-90f8-20bdf00d508e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8281 | 2025.03.03 04:56:30.541480 [ 256 ] {4207dbff-3d41-4d7f-90f8-20bdf00d508e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8282 | 2025.03.03 04:56:30.541877 [ 256 ] {4207dbff-3d41-4d7f-90f8-20bdf00d508e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8283 | 2025.03.03 04:56:30.542128 [ 256 ] {4207dbff-3d41-4d7f-90f8-20bdf00d508e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8284 | 2025.03.03 04:56:30.542355 [ 256 ] {4207dbff-3d41-4d7f-90f8-20bdf00d508e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec. | ||
| 8285 | 2025.03.03 04:56:30.542405 [ 256 ] {4207dbff-3d41-4d7f-90f8-20bdf00d508e} <Debug> TCPHandler: Processed in 0.001797008 sec. | ||
| 8286 | 2025.03.03 04:56:30.542510 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8287 | 2025.03.03 04:56:30.542610 [ 256 ] {c37e3448-015c-45ec-9669-f00a171eb1b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8288 | 2025.03.03 04:56:30.542676 [ 256 ] {c37e3448-015c-45ec-9669-f00a171eb1b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8289 | 2025.03.03 04:56:30.543799 [ 256 ] {c37e3448-015c-45ec-9669-f00a171eb1b8} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8290 | 2025.03.03 04:56:30.543842 [ 256 ] {c37e3448-015c-45ec-9669-f00a171eb1b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8291 | 2025.03.03 04:56:30.544489 [ 256 ] {c37e3448-015c-45ec-9669-f00a171eb1b8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8292 | 2025.03.03 04:56:30.544762 [ 256 ] {c37e3448-015c-45ec-9669-f00a171eb1b8} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8293 | 2025.03.03 04:56:30.545039 [ 256 ] {c37e3448-015c-45ec-9669-f00a171eb1b8} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002447 sec., 11033.919084593379 rows/sec., 19.77 MiB/sec. | ||
| 8294 | 2025.03.03 04:56:30.545370 [ 256 ] {c37e3448-015c-45ec-9669-f00a171eb1b8} <Debug> TCPHandler: Processed in 0.002908623 sec. | ||
| 8295 | 2025.03.03 04:56:30.545507 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8296 | 2025.03.03 04:56:30.545609 [ 256 ] {ae1e972b-b376-4f2e-8518-304e57551126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8297 | 2025.03.03 04:56:30.545657 [ 256 ] {ae1e972b-b376-4f2e-8518-304e57551126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8298 | 2025.03.03 04:56:30.546100 [ 256 ] {ae1e972b-b376-4f2e-8518-304e57551126} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8299 | 2025.03.03 04:56:30.546139 [ 256 ] {ae1e972b-b376-4f2e-8518-304e57551126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8300 | 2025.03.03 04:56:30.546503 [ 256 ] {ae1e972b-b376-4f2e-8518-304e57551126} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8301 | 2025.03.03 04:56:30.546744 [ 256 ] {ae1e972b-b376-4f2e-8518-304e57551126} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8302 | 2025.03.03 04:56:30.546982 [ 256 ] {ae1e972b-b376-4f2e-8518-304e57551126} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00139 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. | ||
| 8303 | 2025.03.03 04:56:30.547087 [ 256 ] {ae1e972b-b376-4f2e-8518-304e57551126} <Debug> TCPHandler: Processed in 0.001628655 sec. | ||
| 8304 | 2025.03.03 04:56:35.017191 [ 35 ] {} <Debug> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
| 8305 | 2025.03.03 04:56:35.017262 [ 35 ] {} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8306 | 2025.03.03 04:56:35.017287 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8307 | 2025.03.03 04:56:35.017513 [ 201 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_28_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_24_5 to all_28_28_0 into Compact with storage Full | ||
| 8308 | 2025.03.03 04:56:35.017769 [ 201 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8309 | 2025.03.03 04:56:35.017814 [ 201 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 24 rows starting from the beginning of the part | ||
| 8310 | 2025.03.03 04:56:35.018161 [ 201 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8311 | 2025.03.03 04:56:35.018350 [ 201 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 8312 | 2025.03.03 04:56:35.018576 [ 201 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 8313 | 2025.03.03 04:56:35.018720 [ 201 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 8314 | 2025.03.03 04:56:35.019835 [ 189 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002467162 sec., 11349.072334933822 rows/sec., 763.15 KiB/sec. | ||
| 8315 | 2025.03.03 04:56:35.019963 [ 189 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 8316 | 2025.03.03 04:56:35.020243 [ 189 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_28_6} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8317 | 2025.03.03 04:56:35.020325 [ 189 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_28_6} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
| 8318 | 2025.03.03 04:56:35.020403 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 8319 | 2025.03.03 04:56:35.112694 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8320 | 2025.03.03 04:56:35.112740 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8321 | 2025.03.03 04:56:35.270715 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 8322 | 2025.03.03 04:56:35.271387 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8323 | 2025.03.03 04:56:35.271438 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8324 | 2025.03.03 04:56:35.272003 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8325 | 2025.03.03 04:56:35.272278 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8326 | 2025.03.03 04:56:35.272582 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8327 | 2025.03.03 04:56:35.355748 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1194 | ||
| 8328 | 2025.03.03 04:56:35.358566 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8329 | 2025.03.03 04:56:35.358625 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8330 | 2025.03.03 04:56:35.360094 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8331 | 2025.03.03 04:56:35.360412 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8332 | 2025.03.03 04:56:35.361657 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1194 | ||
| 8333 | 2025.03.03 04:56:35.535651 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8334 | 2025.03.03 04:56:35.535859 [ 256 ] {ca5a9dfa-871a-49b7-bd88-c468260af4ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8335 | 2025.03.03 04:56:35.535939 [ 256 ] {ca5a9dfa-871a-49b7-bd88-c468260af4ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8336 | 2025.03.03 04:56:35.536807 [ 256 ] {ca5a9dfa-871a-49b7-bd88-c468260af4ee} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8337 | 2025.03.03 04:56:35.536856 [ 256 ] {ca5a9dfa-871a-49b7-bd88-c468260af4ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8338 | 2025.03.03 04:56:35.537297 [ 256 ] {ca5a9dfa-871a-49b7-bd88-c468260af4ee} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8339 | 2025.03.03 04:56:35.537551 [ 256 ] {ca5a9dfa-871a-49b7-bd88-c468260af4ee} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8340 | 2025.03.03 04:56:35.537787 [ 256 ] {ca5a9dfa-871a-49b7-bd88-c468260af4ee} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001986 sec., 106747.2306143001 rows/sec., 6.79 MiB/sec. | ||
| 8341 | 2025.03.03 04:56:35.537854 [ 256 ] {ca5a9dfa-871a-49b7-bd88-c468260af4ee} <Debug> TCPHandler: Processed in 0.00233961 sec. | ||
| 8342 | 2025.03.03 04:56:35.538039 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8343 | 2025.03.03 04:56:35.538153 [ 256 ] {667c550b-4da5-41dd-b051-d2e486aec631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8344 | 2025.03.03 04:56:35.538201 [ 256 ] {667c550b-4da5-41dd-b051-d2e486aec631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8345 | 2025.03.03 04:56:35.539075 [ 256 ] {667c550b-4da5-41dd-b051-d2e486aec631} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8346 | 2025.03.03 04:56:35.539190 [ 256 ] {667c550b-4da5-41dd-b051-d2e486aec631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8347 | 2025.03.03 04:56:35.539696 [ 256 ] {667c550b-4da5-41dd-b051-d2e486aec631} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8348 | 2025.03.03 04:56:35.540048 [ 256 ] {667c550b-4da5-41dd-b051-d2e486aec631} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8349 | 2025.03.03 04:56:35.540286 [ 35 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8350 | 2025.03.03 04:56:35.540345 [ 256 ] {667c550b-4da5-41dd-b051-d2e486aec631} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.002212 sec., 289783.00180831825 rows/sec., 22.83 MiB/sec. | ||
| 8351 | 2025.03.03 04:56:35.540370 [ 35 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8352 | 2025.03.03 04:56:35.540442 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8353 | 2025.03.03 04:56:35.540502 [ 256 ] {667c550b-4da5-41dd-b051-d2e486aec631} <Debug> TCPHandler: Processed in 0.002515824 sec. | ||
| 8354 | 2025.03.03 04:56:35.540648 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 8355 | 2025.03.03 04:56:35.540682 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8356 | 2025.03.03 04:56:35.540804 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8357 | 2025.03.03 04:56:35.540827 [ 256 ] {b611a956-ad0d-4ff5-bb30-3e236cbf83c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8358 | 2025.03.03 04:56:35.540847 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1845 rows starting from the beginning of the part | ||
| 8359 | 2025.03.03 04:56:35.540891 [ 256 ] {b611a956-ad0d-4ff5-bb30-3e236cbf83c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8360 | 2025.03.03 04:56:35.541039 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 110 rows starting from the beginning of the part | ||
| 8361 | 2025.03.03 04:56:35.541391 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1781 rows starting from the beginning of the part | ||
| 8362 | 2025.03.03 04:56:35.541639 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 8363 | 2025.03.03 04:56:35.541867 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 110 rows starting from the beginning of the part | ||
| 8364 | 2025.03.03 04:56:35.542033 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 641 rows starting from the beginning of the part | ||
| 8365 | 2025.03.03 04:56:35.542560 [ 256 ] {b611a956-ad0d-4ff5-bb30-3e236cbf83c6} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8366 | 2025.03.03 04:56:35.542610 [ 256 ] {b611a956-ad0d-4ff5-bb30-3e236cbf83c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8367 | 2025.03.03 04:56:35.543152 [ 256 ] {b611a956-ad0d-4ff5-bb30-3e236cbf83c6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8368 | 2025.03.03 04:56:35.543537 [ 256 ] {b611a956-ad0d-4ff5-bb30-3e236cbf83c6} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8369 | 2025.03.03 04:56:35.543772 [ 256 ] {b611a956-ad0d-4ff5-bb30-3e236cbf83c6} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.002978 sec., 39623.90866353257 rows/sec., 2.39 MiB/sec. | ||
| 8370 | 2025.03.03 04:56:35.543896 [ 256 ] {b611a956-ad0d-4ff5-bb30-3e236cbf83c6} <Debug> TCPHandler: Processed in 0.00327609 sec. | ||
| 8371 | 2025.03.03 04:56:35.544245 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8372 | 2025.03.03 04:56:35.544735 [ 256 ] {653bd8dc-95cb-479d-a56f-7f01fe925f47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8373 | 2025.03.03 04:56:35.544977 [ 256 ] {653bd8dc-95cb-479d-a56f-7f01fe925f47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8374 | 2025.03.03 04:56:35.545236 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.00468219 sec., 970272.457973726 rows/sec., 82.22 MiB/sec. | ||
| 8375 | 2025.03.03 04:56:35.545481 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8376 | 2025.03.03 04:56:35.545829 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_66_13} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8377 | 2025.03.03 04:56:35.545961 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_66_13} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8378 | 2025.03.03 04:56:35.545989 [ 256 ] {653bd8dc-95cb-479d-a56f-7f01fe925f47} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8379 | 2025.03.03 04:56:35.546045 [ 256 ] {653bd8dc-95cb-479d-a56f-7f01fe925f47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8380 | 2025.03.03 04:56:35.546053 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 8381 | 2025.03.03 04:56:35.546409 [ 256 ] {653bd8dc-95cb-479d-a56f-7f01fe925f47} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8382 | 2025.03.03 04:56:35.546665 [ 256 ] {653bd8dc-95cb-479d-a56f-7f01fe925f47} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8383 | 2025.03.03 04:56:35.546898 [ 256 ] {653bd8dc-95cb-479d-a56f-7f01fe925f47} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00235 sec., 48085.10638297872 rows/sec., 3.11 MiB/sec. | ||
| 8384 | 2025.03.03 04:56:35.547089 [ 256 ] {653bd8dc-95cb-479d-a56f-7f01fe925f47} <Debug> TCPHandler: Processed in 0.002996233 sec. | ||
| 8385 | 2025.03.03 04:56:35.547281 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8386 | 2025.03.03 04:56:35.547389 [ 256 ] {4de9a463-3ba0-418e-94fa-a280cb4ed9bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8387 | 2025.03.03 04:56:35.547434 [ 256 ] {4de9a463-3ba0-418e-94fa-a280cb4ed9bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8388 | 2025.03.03 04:56:35.548013 [ 256 ] {4de9a463-3ba0-418e-94fa-a280cb4ed9bf} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8389 | 2025.03.03 04:56:35.548051 [ 256 ] {4de9a463-3ba0-418e-94fa-a280cb4ed9bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8390 | 2025.03.03 04:56:35.548405 [ 256 ] {4de9a463-3ba0-418e-94fa-a280cb4ed9bf} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8391 | 2025.03.03 04:56:35.548645 [ 256 ] {4de9a463-3ba0-418e-94fa-a280cb4ed9bf} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8392 | 2025.03.03 04:56:35.548844 [ 256 ] {4de9a463-3ba0-418e-94fa-a280cb4ed9bf} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00148 sec., 75675.67567567568 rows/sec., 4.31 MiB/sec. | ||
| 8393 | 2025.03.03 04:56:35.548897 [ 256 ] {4de9a463-3ba0-418e-94fa-a280cb4ed9bf} <Debug> TCPHandler: Processed in 0.001681465 sec. | ||
| 8394 | 2025.03.03 04:56:35.549016 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8395 | 2025.03.03 04:56:35.549121 [ 256 ] {ad819937-25a3-4c6f-8929-d979de327da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8396 | 2025.03.03 04:56:35.549166 [ 256 ] {ad819937-25a3-4c6f-8929-d979de327da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8397 | 2025.03.03 04:56:35.549826 [ 256 ] {ad819937-25a3-4c6f-8929-d979de327da3} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8398 | 2025.03.03 04:56:35.549863 [ 256 ] {ad819937-25a3-4c6f-8929-d979de327da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8399 | 2025.03.03 04:56:35.550228 [ 256 ] {ad819937-25a3-4c6f-8929-d979de327da3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8400 | 2025.03.03 04:56:35.550489 [ 256 ] {ad819937-25a3-4c6f-8929-d979de327da3} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8401 | 2025.03.03 04:56:35.550615 [ 29 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8402 | 2025.03.03 04:56:35.550655 [ 29 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8403 | 2025.03.03 04:56:35.550671 [ 256 ] {ad819937-25a3-4c6f-8929-d979de327da3} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.00157 sec., 250955.41401273885 rows/sec., 17.76 MiB/sec. | ||
| 8404 | 2025.03.03 04:56:35.550681 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8405 | 2025.03.03 04:56:35.550761 [ 256 ] {ad819937-25a3-4c6f-8929-d979de327da3} <Debug> TCPHandler: Processed in 0.001794508 sec. | ||
| 8406 | 2025.03.03 04:56:35.550811 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 8407 | 2025.03.03 04:56:35.550881 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8408 | 2025.03.03 04:56:35.550918 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8409 | 2025.03.03 04:56:35.550948 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 913 rows starting from the beginning of the part | ||
| 8410 | 2025.03.03 04:56:35.551029 [ 256 ] {0db90e70-6f15-4b6e-bc75-e2b035cab03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8411 | 2025.03.03 04:56:35.551076 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 91 rows starting from the beginning of the part | ||
| 8412 | 2025.03.03 04:56:35.551124 [ 256 ] {0db90e70-6f15-4b6e-bc75-e2b035cab03b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8413 | 2025.03.03 04:56:35.551323 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 850 rows starting from the beginning of the part | ||
| 8414 | 2025.03.03 04:56:35.551664 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 8415 | 2025.03.03 04:56:35.551962 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 91 rows starting from the beginning of the part | ||
| 8416 | 2025.03.03 04:56:35.552270 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 394 rows starting from the beginning of the part | ||
| 8417 | 2025.03.03 04:56:35.552887 [ 256 ] {0db90e70-6f15-4b6e-bc75-e2b035cab03b} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8418 | 2025.03.03 04:56:35.552929 [ 256 ] {0db90e70-6f15-4b6e-bc75-e2b035cab03b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8419 | 2025.03.03 04:56:35.553488 [ 256 ] {0db90e70-6f15-4b6e-bc75-e2b035cab03b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8420 | 2025.03.03 04:56:35.553756 [ 256 ] {0db90e70-6f15-4b6e-bc75-e2b035cab03b} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8421 | 2025.03.03 04:56:35.554097 [ 256 ] {0db90e70-6f15-4b6e-bc75-e2b035cab03b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003117 sec., 1924.9278152069298 rows/sec., 100.57 KiB/sec. | ||
| 8422 | 2025.03.03 04:56:35.554137 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.003374642 sec., 712075.5327528075 rows/sec., 54.51 MiB/sec. | ||
| 8423 | 2025.03.03 04:56:35.554190 [ 256 ] {0db90e70-6f15-4b6e-bc75-e2b035cab03b} <Debug> TCPHandler: Processed in 0.003362292 sec. | ||
| 8424 | 2025.03.03 04:56:35.554352 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8425 | 2025.03.03 04:56:35.554469 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8426 | 2025.03.03 04:56:35.554496 [ 256 ] {18afa423-af21-40ac-9fc3-523e4c26c3cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8427 | 2025.03.03 04:56:35.554617 [ 256 ] {18afa423-af21-40ac-9fc3-523e4c26c3cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8428 | 2025.03.03 04:56:35.555128 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_66_13} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8429 | 2025.03.03 04:56:35.555349 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_66_13} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8430 | 2025.03.03 04:56:35.555536 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8431 | 2025.03.03 04:56:35.555679 [ 256 ] {18afa423-af21-40ac-9fc3-523e4c26c3cc} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8432 | 2025.03.03 04:56:35.555722 [ 256 ] {18afa423-af21-40ac-9fc3-523e4c26c3cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8433 | 2025.03.03 04:56:35.556114 [ 256 ] {18afa423-af21-40ac-9fc3-523e4c26c3cc} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8434 | 2025.03.03 04:56:35.556351 [ 256 ] {18afa423-af21-40ac-9fc3-523e4c26c3cc} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8435 | 2025.03.03 04:56:35.556479 [ 29 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8436 | 2025.03.03 04:56:35.556516 [ 29 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8437 | 2025.03.03 04:56:35.556538 [ 256 ] {18afa423-af21-40ac-9fc3-523e4c26c3cc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002082 sec., 113832.8530259366 rows/sec., 7.63 MiB/sec. | ||
| 8438 | 2025.03.03 04:56:35.556541 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8439 | 2025.03.03 04:56:35.556666 [ 256 ] {18afa423-af21-40ac-9fc3-523e4c26c3cc} <Debug> TCPHandler: Processed in 0.002375781 sec. | ||
| 8440 | 2025.03.03 04:56:35.556834 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 8441 | 2025.03.03 04:56:35.556875 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8442 | 2025.03.03 04:56:35.557127 [ 256 ] {cc0beb9c-9cd4-4743-bc2d-3284fbdb181b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8443 | 2025.03.03 04:56:35.557133 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8444 | 2025.03.03 04:56:35.557224 [ 256 ] {cc0beb9c-9cd4-4743-bc2d-3284fbdb181b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8445 | 2025.03.03 04:56:35.557227 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18327 rows starting from the beginning of the part | ||
| 8446 | 2025.03.03 04:56:35.557601 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 8447 | 2025.03.03 04:56:35.558033 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1019 rows starting from the beginning of the part | ||
| 8448 | 2025.03.03 04:56:35.558363 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 8449 | 2025.03.03 04:56:35.558647 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 8450 | 2025.03.03 04:56:35.558966 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 8451 | 2025.03.03 04:56:35.559710 [ 256 ] {cc0beb9c-9cd4-4743-bc2d-3284fbdb181b} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8452 | 2025.03.03 04:56:35.559765 [ 256 ] {cc0beb9c-9cd4-4743-bc2d-3284fbdb181b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8453 | 2025.03.03 04:56:35.560430 [ 256 ] {cc0beb9c-9cd4-4743-bc2d-3284fbdb181b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8454 | 2025.03.03 04:56:35.560745 [ 256 ] {cc0beb9c-9cd4-4743-bc2d-3284fbdb181b} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8455 | 2025.03.03 04:56:35.560980 [ 256 ] {cc0beb9c-9cd4-4743-bc2d-3284fbdb181b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003952 sec., 253.03643724696357 rows/sec., 17.05 KiB/sec. | ||
| 8456 | 2025.03.03 04:56:35.561058 [ 256 ] {cc0beb9c-9cd4-4743-bc2d-3284fbdb181b} <Debug> TCPHandler: Processed in 0.004244061 sec. | ||
| 8457 | 2025.03.03 04:56:35.561186 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8458 | 2025.03.03 04:56:35.561398 [ 256 ] {47d20325-2ec2-4366-9631-5489b01a9524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8459 | 2025.03.03 04:56:35.561603 [ 256 ] {47d20325-2ec2-4366-9631-5489b01a9524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8460 | 2025.03.03 04:56:35.564078 [ 256 ] {47d20325-2ec2-4366-9631-5489b01a9524} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8461 | 2025.03.03 04:56:35.564116 [ 256 ] {47d20325-2ec2-4366-9631-5489b01a9524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8462 | 2025.03.03 04:56:35.565222 [ 256 ] {47d20325-2ec2-4366-9631-5489b01a9524} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8463 | 2025.03.03 04:56:35.565641 [ 256 ] {47d20325-2ec2-4366-9631-5489b01a9524} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8464 | 2025.03.03 04:56:35.565807 [ 29 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8465 | 2025.03.03 04:56:35.565846 [ 29 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8466 | 2025.03.03 04:56:35.565869 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8467 | 2025.03.03 04:56:35.565896 [ 256 ] {47d20325-2ec2-4366-9631-5489b01a9524} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.004571 sec., 2625.2461168234518 rows/sec., 4.70 MiB/sec. | ||
| 8468 | 2025.03.03 04:56:35.566227 [ 190 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 8469 | 2025.03.03 04:56:35.566478 [ 256 ] {47d20325-2ec2-4366-9631-5489b01a9524} <Debug> TCPHandler: Processed in 0.005343024 sec. | ||
| 8470 | 2025.03.03 04:56:35.566798 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8471 | 2025.03.03 04:56:35.567069 [ 256 ] {13497383-13bf-4ecd-9823-8602fb7045dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8472 | 2025.03.03 04:56:35.567113 [ 190 ] {1a441893-9993-4f87-907b-84f593661890::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8473 | 2025.03.03 04:56:35.567279 [ 256 ] {13497383-13bf-4ecd-9823-8602fb7045dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8474 | 2025.03.03 04:56:35.567520 [ 190 ] {1a441893-9993-4f87-907b-84f593661890::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 843 rows starting from the beginning of the part | ||
| 8475 | 2025.03.03 04:56:35.568559 [ 190 ] {1a441893-9993-4f87-907b-84f593661890::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 12 rows starting from the beginning of the part | ||
| 8476 | 2025.03.03 04:56:35.569835 [ 256 ] {13497383-13bf-4ecd-9823-8602fb7045dd} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8477 | 2025.03.03 04:56:35.569854 [ 190 ] {1a441893-9993-4f87-907b-84f593661890::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 27 rows starting from the beginning of the part | ||
| 8478 | 2025.03.03 04:56:35.569948 [ 256 ] {13497383-13bf-4ecd-9823-8602fb7045dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8479 | 2025.03.03 04:56:35.570333 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19967 rows, containing 5 columns (5 merged, 0 gathered) in 0.013655922 sec., 1462149.5348318482 rows/sec., 98.71 MiB/sec. | ||
| 8480 | 2025.03.03 04:56:35.571053 [ 190 ] {1a441893-9993-4f87-907b-84f593661890::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 12 rows starting from the beginning of the part | ||
| 8481 | 2025.03.03 04:56:35.571639 [ 256 ] {13497383-13bf-4ecd-9823-8602fb7045dd} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8482 | 2025.03.03 04:56:35.571778 [ 191 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8483 | 2025.03.03 04:56:35.571925 [ 190 ] {1a441893-9993-4f87-907b-84f593661890::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 27 rows starting from the beginning of the part | ||
| 8484 | 2025.03.03 04:56:35.572554 [ 256 ] {13497383-13bf-4ecd-9823-8602fb7045dd} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8485 | 2025.03.03 04:56:35.572915 [ 190 ] {1a441893-9993-4f87-907b-84f593661890::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 12 rows starting from the beginning of the part | ||
| 8486 | 2025.03.03 04:56:35.573030 [ 29 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8487 | 2025.03.03 04:56:35.573162 [ 29 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8488 | 2025.03.03 04:56:35.573269 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8489 | 2025.03.03 04:56:35.573609 [ 256 ] {13497383-13bf-4ecd-9823-8602fb7045dd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00661 sec., 12405.446293494704 rows/sec., 806.81 KiB/sec. | ||
| 8490 | 2025.03.03 04:56:35.573942 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 8491 | 2025.03.03 04:56:35.574144 [ 256 ] {13497383-13bf-4ecd-9823-8602fb7045dd} <Debug> TCPHandler: Processed in 0.007421729 sec. | ||
| 8492 | 2025.03.03 04:56:35.574571 [ 199 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8493 | 2025.03.03 04:56:35.574604 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8494 | 2025.03.03 04:56:35.574745 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3716 rows starting from the beginning of the part | ||
| 8495 | 2025.03.03 04:56:35.575043 [ 199 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8496 | 2025.03.03 04:56:35.575184 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 8497 | 2025.03.03 04:56:35.575595 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 8498 | 2025.03.03 04:56:35.575762 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 58 rows starting from the beginning of the part | ||
| 8499 | 2025.03.03 04:56:35.576212 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 8500 | 2025.03.03 04:56:35.576589 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 8501 | 2025.03.03 04:56:35.576766 [ 198 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 8502 | 2025.03.03 04:56:35.579024 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4000 rows, containing 4 columns (4 merged, 0 gathered) in 0.005549338 sec., 720806.6980241607 rows/sec., 46.97 MiB/sec. | ||
| 8503 | 2025.03.03 04:56:35.579415 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8504 | 2025.03.03 04:56:35.580012 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_66_13} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8505 | 2025.03.03 04:56:35.580243 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_66_13} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8506 | 2025.03.03 04:56:35.580499 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 8507 | 2025.03.03 04:56:35.583903 [ 191 ] {1a441893-9993-4f87-907b-84f593661890::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 933 rows, containing 19 columns (19 merged, 0 gathered) in 0.017950704 sec., 51975.67738847456 rows/sec., 93.14 MiB/sec. | ||
| 8508 | 2025.03.03 04:56:35.584762 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8509 | 2025.03.03 04:56:35.585172 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8510 | 2025.03.03 04:56:35.585258 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8511 | 2025.03.03 04:56:35.585370 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.07 MiB. | ||
| 8512 | 2025.03.03 04:56:36.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.46 MiB, peak 221.48 MiB, free memory in arenas 0.00 B, will set to 216.15 MiB (RSS), difference: 2.69 MiB | ||
| 8513 | 2025.03.03 04:56:36.592264 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8514 | 2025.03.03 04:56:36.614204 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8515 | 2025.03.03 04:56:36.614269 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8516 | 2025.03.03 04:56:36.621656 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8517 | 2025.03.03 04:56:36.622440 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8518 | 2025.03.03 04:56:36.626440 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8519 | 2025.03.03 04:56:40.530587 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8520 | 2025.03.03 04:56:40.530782 [ 256 ] {7a53f980-a0a5-474e-920f-e53700523691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8521 | 2025.03.03 04:56:40.530857 [ 256 ] {7a53f980-a0a5-474e-920f-e53700523691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8522 | 2025.03.03 04:56:40.531820 [ 256 ] {7a53f980-a0a5-474e-920f-e53700523691} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8523 | 2025.03.03 04:56:40.531896 [ 256 ] {7a53f980-a0a5-474e-920f-e53700523691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8524 | 2025.03.03 04:56:40.532541 [ 256 ] {7a53f980-a0a5-474e-920f-e53700523691} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 8525 | 2025.03.03 04:56:40.532952 [ 256 ] {7a53f980-a0a5-474e-920f-e53700523691} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8526 | 2025.03.03 04:56:40.533268 [ 256 ] {7a53f980-a0a5-474e-920f-e53700523691} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002531 sec., 790.2015013828527 rows/sec., 64.44 KiB/sec. | ||
| 8527 | 2025.03.03 04:56:40.533373 [ 256 ] {7a53f980-a0a5-474e-920f-e53700523691} <Debug> TCPHandler: Processed in 0.002919282 sec. | ||
| 8528 | 2025.03.03 04:56:40.533581 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8529 | 2025.03.03 04:56:40.533737 [ 256 ] {651c3d1b-3768-4323-9e8b-cd06e56e107c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8530 | 2025.03.03 04:56:40.533809 [ 256 ] {651c3d1b-3768-4323-9e8b-cd06e56e107c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8531 | 2025.03.03 04:56:40.534685 [ 256 ] {651c3d1b-3768-4323-9e8b-cd06e56e107c} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8532 | 2025.03.03 04:56:40.534733 [ 256 ] {651c3d1b-3768-4323-9e8b-cd06e56e107c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8533 | 2025.03.03 04:56:40.535210 [ 256 ] {651c3d1b-3768-4323-9e8b-cd06e56e107c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8534 | 2025.03.03 04:56:40.535540 [ 256 ] {651c3d1b-3768-4323-9e8b-cd06e56e107c} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8535 | 2025.03.03 04:56:40.535768 [ 256 ] {651c3d1b-3768-4323-9e8b-cd06e56e107c} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.002073 sec., 53545.58610709117 rows/sec., 4.48 MiB/sec. | ||
| 8536 | 2025.03.03 04:56:40.535847 [ 256 ] {651c3d1b-3768-4323-9e8b-cd06e56e107c} <Debug> TCPHandler: Processed in 0.00233672 sec. | ||
| 8537 | 2025.03.03 04:56:40.536001 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8538 | 2025.03.03 04:56:40.536129 [ 256 ] {04f9fab3-ca54-42e5-8fce-4a2832f512f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8539 | 2025.03.03 04:56:40.536177 [ 256 ] {04f9fab3-ca54-42e5-8fce-4a2832f512f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8540 | 2025.03.03 04:56:40.536745 [ 256 ] {04f9fab3-ca54-42e5-8fce-4a2832f512f3} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8541 | 2025.03.03 04:56:40.536784 [ 256 ] {04f9fab3-ca54-42e5-8fce-4a2832f512f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8542 | 2025.03.03 04:56:40.537161 [ 256 ] {04f9fab3-ca54-42e5-8fce-4a2832f512f3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8543 | 2025.03.03 04:56:40.537412 [ 256 ] {04f9fab3-ca54-42e5-8fce-4a2832f512f3} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8544 | 2025.03.03 04:56:40.537596 [ 256 ] {04f9fab3-ca54-42e5-8fce-4a2832f512f3} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001495 sec., 19397.99331103679 rows/sec., 1.42 MiB/sec. | ||
| 8545 | 2025.03.03 04:56:40.537648 [ 256 ] {04f9fab3-ca54-42e5-8fce-4a2832f512f3} <Debug> TCPHandler: Processed in 0.001709847 sec. | ||
| 8546 | 2025.03.03 04:56:40.537754 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8547 | 2025.03.03 04:56:40.537882 [ 256 ] {2d819582-76b8-49a1-9083-1a04e7d3c0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8548 | 2025.03.03 04:56:40.537939 [ 256 ] {2d819582-76b8-49a1-9083-1a04e7d3c0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8549 | 2025.03.03 04:56:40.538510 [ 256 ] {2d819582-76b8-49a1-9083-1a04e7d3c0b8} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8550 | 2025.03.03 04:56:40.538550 [ 256 ] {2d819582-76b8-49a1-9083-1a04e7d3c0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8551 | 2025.03.03 04:56:40.538933 [ 256 ] {2d819582-76b8-49a1-9083-1a04e7d3c0b8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8552 | 2025.03.03 04:56:40.539263 [ 256 ] {2d819582-76b8-49a1-9083-1a04e7d3c0b8} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8553 | 2025.03.03 04:56:40.539456 [ 256 ] {2d819582-76b8-49a1-9083-1a04e7d3c0b8} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.00162 sec., 57407.40740740741 rows/sec., 4.49 MiB/sec. | ||
| 8554 | 2025.03.03 04:56:40.539509 [ 256 ] {2d819582-76b8-49a1-9083-1a04e7d3c0b8} <Debug> TCPHandler: Processed in 0.001805839 sec. | ||
| 8555 | 2025.03.03 04:56:40.539639 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8556 | 2025.03.03 04:56:40.539748 [ 256 ] {c1afe197-6940-46a8-abe5-d49021db2a45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8557 | 2025.03.03 04:56:40.539799 [ 256 ] {c1afe197-6940-46a8-abe5-d49021db2a45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8558 | 2025.03.03 04:56:40.540383 [ 256 ] {c1afe197-6940-46a8-abe5-d49021db2a45} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8559 | 2025.03.03 04:56:40.540444 [ 256 ] {c1afe197-6940-46a8-abe5-d49021db2a45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8560 | 2025.03.03 04:56:40.541000 [ 256 ] {c1afe197-6940-46a8-abe5-d49021db2a45} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8561 | 2025.03.03 04:56:40.541334 [ 256 ] {c1afe197-6940-46a8-abe5-d49021db2a45} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8562 | 2025.03.03 04:56:40.541565 [ 256 ] {c1afe197-6940-46a8-abe5-d49021db2a45} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001838 sec., 87595.21218715995 rows/sec., 6.10 MiB/sec. | ||
| 8563 | 2025.03.03 04:56:40.541635 [ 256 ] {c1afe197-6940-46a8-abe5-d49021db2a45} <Debug> TCPHandler: Processed in 0.002047284 sec. | ||
| 8564 | 2025.03.03 04:56:40.541799 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8565 | 2025.03.03 04:56:40.541957 [ 256 ] {2ab3ed8f-6013-47cf-b9f2-5f824fcfe34a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8566 | 2025.03.03 04:56:40.542030 [ 256 ] {2ab3ed8f-6013-47cf-b9f2-5f824fcfe34a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8567 | 2025.03.03 04:56:40.543390 [ 256 ] {2ab3ed8f-6013-47cf-b9f2-5f824fcfe34a} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8568 | 2025.03.03 04:56:40.543430 [ 256 ] {2ab3ed8f-6013-47cf-b9f2-5f824fcfe34a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8569 | 2025.03.03 04:56:40.544152 [ 256 ] {2ab3ed8f-6013-47cf-b9f2-5f824fcfe34a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8570 | 2025.03.03 04:56:40.544450 [ 256 ] {2ab3ed8f-6013-47cf-b9f2-5f824fcfe34a} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8571 | 2025.03.03 04:56:40.544666 [ 256 ] {2ab3ed8f-6013-47cf-b9f2-5f824fcfe34a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002737 sec., 9864.815491413958 rows/sec., 17.68 MiB/sec. | ||
| 8572 | 2025.03.03 04:56:40.544787 [ 256 ] {2ab3ed8f-6013-47cf-b9f2-5f824fcfe34a} <Debug> TCPHandler: Processed in 0.003060186 sec. | ||
| 8573 | 2025.03.03 04:56:40.544927 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8574 | 2025.03.03 04:56:40.545056 [ 256 ] {87b13603-9a7c-4d4f-9108-2f76b439e272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8575 | 2025.03.03 04:56:40.545104 [ 256 ] {87b13603-9a7c-4d4f-9108-2f76b439e272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8576 | 2025.03.03 04:56:40.545629 [ 256 ] {87b13603-9a7c-4d4f-9108-2f76b439e272} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8577 | 2025.03.03 04:56:40.545672 [ 256 ] {87b13603-9a7c-4d4f-9108-2f76b439e272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8578 | 2025.03.03 04:56:40.546102 [ 256 ] {87b13603-9a7c-4d4f-9108-2f76b439e272} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8579 | 2025.03.03 04:56:40.546352 [ 256 ] {87b13603-9a7c-4d4f-9108-2f76b439e272} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8580 | 2025.03.03 04:56:40.546552 [ 256 ] {87b13603-9a7c-4d4f-9108-2f76b439e272} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00152 sec., 39473.68421052631 rows/sec., 2.66 MiB/sec. | ||
| 8581 | 2025.03.03 04:56:40.546603 [ 256 ] {87b13603-9a7c-4d4f-9108-2f76b439e272} <Debug> TCPHandler: Processed in 0.001726527 sec. | ||
| 8582 | 2025.03.03 04:56:42.773690 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 8583 | 2025.03.03 04:56:42.774416 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8584 | 2025.03.03 04:56:42.774459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8585 | 2025.03.03 04:56:42.774992 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8586 | 2025.03.03 04:56:42.775251 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8587 | 2025.03.03 04:56:42.775464 [ 27 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8588 | 2025.03.03 04:56:42.775497 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 8589 | 2025.03.03 04:56:42.775549 [ 27 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8590 | 2025.03.03 04:56:42.775581 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8591 | 2025.03.03 04:56:42.775756 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 8592 | 2025.03.03 04:56:42.776033 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8593 | 2025.03.03 04:56:42.776076 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 8594 | 2025.03.03 04:56:42.776153 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 8595 | 2025.03.03 04:56:42.776337 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 8596 | 2025.03.03 04:56:42.776493 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 8597 | 2025.03.03 04:56:42.776651 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 8598 | 2025.03.03 04:56:42.776733 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 8599 | 2025.03.03 04:56:42.778985 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003339182 sec., 5626527.694507218 rows/sec., 80.49 MiB/sec. | ||
| 8600 | 2025.03.03 04:56:42.779213 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8601 | 2025.03.03 04:56:42.779493 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_41_8} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8602 | 2025.03.03 04:56:42.779572 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_41_8} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8603 | 2025.03.03 04:56:42.779655 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.59 MiB. | ||
| 8604 | 2025.03.03 04:56:44.127474 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8605 | 2025.03.03 04:56:44.148461 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8606 | 2025.03.03 04:56:44.148506 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8607 | 2025.03.03 04:56:44.155999 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8608 | 2025.03.03 04:56:44.156766 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8609 | 2025.03.03 04:56:44.157056 [ 31 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8610 | 2025.03.03 04:56:44.157126 [ 31 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8611 | 2025.03.03 04:56:44.157171 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8612 | 2025.03.03 04:56:44.158323 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 8613 | 2025.03.03 04:56:44.171958 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8614 | 2025.03.03 04:56:44.173885 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8615 | 2025.03.03 04:56:44.175611 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 8616 | 2025.03.03 04:56:44.181470 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 8617 | 2025.03.03 04:56:44.187213 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 8618 | 2025.03.03 04:56:44.192871 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 8619 | 2025.03.03 04:56:44.198423 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 8620 | 2025.03.03 04:56:44.203010 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 8621 | 2025.03.03 04:56:44.268044 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.110714561 sec., 2790.9608023464953 rows/sec., 14.43 MiB/sec. | ||
| 8622 | 2025.03.03 04:56:44.270949 [ 198 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8623 | 2025.03.03 04:56:44.273880 [ 198 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_41_8} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8624 | 2025.03.03 04:56:44.274012 [ 198 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_41_8} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8625 | 2025.03.03 04:56:44.276304 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 8626 | 2025.03.03 04:56:45.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 217.27 MiB, peak 230.69 MiB, free memory in arenas 0.00 B, will set to 218.86 MiB (RSS), difference: 1.60 MiB | ||
| 8627 | 2025.03.03 04:56:45.362759 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1230 | ||
| 8628 | 2025.03.03 04:56:45.365799 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8629 | 2025.03.03 04:56:45.365839 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8630 | 2025.03.03 04:56:45.367265 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8631 | 2025.03.03 04:56:45.367567 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8632 | 2025.03.03 04:56:45.369202 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1230 | ||
| 8633 | 2025.03.03 04:56:45.535795 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8634 | 2025.03.03 04:56:45.535991 [ 256 ] {92cb8c28-9cbc-44ef-8649-d277d490f21a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8635 | 2025.03.03 04:56:45.536066 [ 256 ] {92cb8c28-9cbc-44ef-8649-d277d490f21a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8636 | 2025.03.03 04:56:45.536976 [ 256 ] {92cb8c28-9cbc-44ef-8649-d277d490f21a} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8637 | 2025.03.03 04:56:45.537026 [ 256 ] {92cb8c28-9cbc-44ef-8649-d277d490f21a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8638 | 2025.03.03 04:56:45.537468 [ 256 ] {92cb8c28-9cbc-44ef-8649-d277d490f21a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8639 | 2025.03.03 04:56:45.537724 [ 256 ] {92cb8c28-9cbc-44ef-8649-d277d490f21a} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8640 | 2025.03.03 04:56:45.537926 [ 24 ] {} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8641 | 2025.03.03 04:56:45.537990 [ 256 ] {92cb8c28-9cbc-44ef-8649-d277d490f21a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002044 sec., 103718.19960861058 rows/sec., 6.60 MiB/sec. | ||
| 8642 | 2025.03.03 04:56:45.538016 [ 24 ] {} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8643 | 2025.03.03 04:56:45.538087 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.67 GiB. | ||
| 8644 | 2025.03.03 04:56:45.538136 [ 256 ] {92cb8c28-9cbc-44ef-8649-d277d490f21a} <Debug> TCPHandler: Processed in 0.002464513 sec. | ||
| 8645 | 2025.03.03 04:56:45.538511 [ 192 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 8646 | 2025.03.03 04:56:45.538537 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8647 | 2025.03.03 04:56:45.538838 [ 256 ] {03d95c82-9dff-4fe1-a201-8a89198859c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8648 | 2025.03.03 04:56:45.538869 [ 192 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8649 | 2025.03.03 04:56:45.538979 [ 192 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 8650 | 2025.03.03 04:56:45.538989 [ 256 ] {03d95c82-9dff-4fe1-a201-8a89198859c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8651 | 2025.03.03 04:56:45.539299 [ 192 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 8652 | 2025.03.03 04:56:45.539633 [ 192 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 8653 | 2025.03.03 04:56:45.539840 [ 192 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 8654 | 2025.03.03 04:56:45.540154 [ 192 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 8655 | 2025.03.03 04:56:45.542411 [ 256 ] {03d95c82-9dff-4fe1-a201-8a89198859c4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8656 | 2025.03.03 04:56:45.542474 [ 256 ] {03d95c82-9dff-4fe1-a201-8a89198859c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8657 | 2025.03.03 04:56:45.542939 [ 195 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004736241 sec., 223806.17878186516 rows/sec., 15.09 MiB/sec. | ||
| 8658 | 2025.03.03 04:56:45.543274 [ 195 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8659 | 2025.03.03 04:56:45.543511 [ 256 ] {03d95c82-9dff-4fe1-a201-8a89198859c4} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8660 | 2025.03.03 04:56:45.543878 [ 195 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_29_7} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8661 | 2025.03.03 04:56:45.544079 [ 256 ] {03d95c82-9dff-4fe1-a201-8a89198859c4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8662 | 2025.03.03 04:56:45.544117 [ 195 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_29_7} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8663 | 2025.03.03 04:56:45.544306 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 8664 | 2025.03.03 04:56:45.544488 [ 256 ] {03d95c82-9dff-4fe1-a201-8a89198859c4} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.005755 sec., 111381.40747176368 rows/sec., 8.78 MiB/sec. | ||
| 8665 | 2025.03.03 04:56:45.544571 [ 256 ] {03d95c82-9dff-4fe1-a201-8a89198859c4} <Debug> TCPHandler: Processed in 0.006162052 sec. | ||
| 8666 | 2025.03.03 04:56:45.544688 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8667 | 2025.03.03 04:56:45.544795 [ 256 ] {67919955-684a-44fc-9393-e6ce1a9a41a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8668 | 2025.03.03 04:56:45.544858 [ 256 ] {67919955-684a-44fc-9393-e6ce1a9a41a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8669 | 2025.03.03 04:56:45.545469 [ 256 ] {67919955-684a-44fc-9393-e6ce1a9a41a9} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8670 | 2025.03.03 04:56:45.545511 [ 256 ] {67919955-684a-44fc-9393-e6ce1a9a41a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8671 | 2025.03.03 04:56:45.545894 [ 256 ] {67919955-684a-44fc-9393-e6ce1a9a41a9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8672 | 2025.03.03 04:56:45.546161 [ 256 ] {67919955-684a-44fc-9393-e6ce1a9a41a9} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8673 | 2025.03.03 04:56:45.546387 [ 256 ] {67919955-684a-44fc-9393-e6ce1a9a41a9} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001616 sec., 73019.80198019801 rows/sec., 4.40 MiB/sec. | ||
| 8674 | 2025.03.03 04:56:45.546443 [ 256 ] {67919955-684a-44fc-9393-e6ce1a9a41a9} <Debug> TCPHandler: Processed in 0.001807119 sec. | ||
| 8675 | 2025.03.03 04:56:45.546566 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8676 | 2025.03.03 04:56:45.546673 [ 256 ] {5e366db9-8fba-43ab-bff2-e4fcf41310dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8677 | 2025.03.03 04:56:45.546719 [ 256 ] {5e366db9-8fba-43ab-bff2-e4fcf41310dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8678 | 2025.03.03 04:56:45.547308 [ 256 ] {5e366db9-8fba-43ab-bff2-e4fcf41310dc} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8679 | 2025.03.03 04:56:45.547349 [ 256 ] {5e366db9-8fba-43ab-bff2-e4fcf41310dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8680 | 2025.03.03 04:56:45.547709 [ 256 ] {5e366db9-8fba-43ab-bff2-e4fcf41310dc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8681 | 2025.03.03 04:56:45.547964 [ 256 ] {5e366db9-8fba-43ab-bff2-e4fcf41310dc} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8682 | 2025.03.03 04:56:45.548183 [ 256 ] {5e366db9-8fba-43ab-bff2-e4fcf41310dc} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001534 sec., 73663.62451108213 rows/sec., 4.77 MiB/sec. | ||
| 8683 | 2025.03.03 04:56:45.548237 [ 256 ] {5e366db9-8fba-43ab-bff2-e4fcf41310dc} <Debug> TCPHandler: Processed in 0.001721497 sec. | ||
| 8684 | 2025.03.03 04:56:45.548351 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8685 | 2025.03.03 04:56:45.548456 [ 256 ] {518a9313-fc83-4954-963d-e238135e29a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8686 | 2025.03.03 04:56:45.548501 [ 256 ] {518a9313-fc83-4954-963d-e238135e29a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8687 | 2025.03.03 04:56:45.549056 [ 256 ] {518a9313-fc83-4954-963d-e238135e29a2} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8688 | 2025.03.03 04:56:45.549096 [ 256 ] {518a9313-fc83-4954-963d-e238135e29a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8689 | 2025.03.03 04:56:45.549444 [ 256 ] {518a9313-fc83-4954-963d-e238135e29a2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8690 | 2025.03.03 04:56:45.549677 [ 256 ] {518a9313-fc83-4954-963d-e238135e29a2} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8691 | 2025.03.03 04:56:45.549845 [ 24 ] {} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8692 | 2025.03.03 04:56:45.549910 [ 24 ] {} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8693 | 2025.03.03 04:56:45.549931 [ 256 ] {518a9313-fc83-4954-963d-e238135e29a2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001491 sec., 75117.37089201878 rows/sec., 4.28 MiB/sec. | ||
| 8694 | 2025.03.03 04:56:45.549944 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8695 | 2025.03.03 04:56:45.550081 [ 256 ] {518a9313-fc83-4954-963d-e238135e29a2} <Debug> TCPHandler: Processed in 0.001779029 sec. | ||
| 8696 | 2025.03.03 04:56:45.550139 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 8697 | 2025.03.03 04:56:45.550231 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8698 | 2025.03.03 04:56:45.550251 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8699 | 2025.03.03 04:56:45.550283 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 8700 | 2025.03.03 04:56:45.550367 [ 256 ] {582b83c1-a77e-4605-b7f4-1f72d5eaa614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8701 | 2025.03.03 04:56:45.550476 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 8702 | 2025.03.03 04:56:45.550507 [ 256 ] {582b83c1-a77e-4605-b7f4-1f72d5eaa614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8703 | 2025.03.03 04:56:45.550859 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 8704 | 2025.03.03 04:56:45.551103 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 8705 | 2025.03.03 04:56:45.551408 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 8706 | 2025.03.03 04:56:45.552540 [ 256 ] {582b83c1-a77e-4605-b7f4-1f72d5eaa614} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8707 | 2025.03.03 04:56:45.552589 [ 256 ] {582b83c1-a77e-4605-b7f4-1f72d5eaa614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8708 | 2025.03.03 04:56:45.552865 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00279414 sec., 200419.44927598472 rows/sec., 12.18 MiB/sec. | ||
| 8709 | 2025.03.03 04:56:45.552997 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8710 | 2025.03.03 04:56:45.553107 [ 256 ] {582b83c1-a77e-4605-b7f4-1f72d5eaa614} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8711 | 2025.03.03 04:56:45.553312 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_29_7} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8712 | 2025.03.03 04:56:45.553412 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_29_7} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8713 | 2025.03.03 04:56:45.553417 [ 256 ] {582b83c1-a77e-4605-b7f4-1f72d5eaa614} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8714 | 2025.03.03 04:56:45.553504 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8715 | 2025.03.03 04:56:45.553685 [ 256 ] {582b83c1-a77e-4605-b7f4-1f72d5eaa614} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.003359 sec., 117296.81452813337 rows/sec., 8.30 MiB/sec. | ||
| 8716 | 2025.03.03 04:56:45.553746 [ 256 ] {582b83c1-a77e-4605-b7f4-1f72d5eaa614} <Debug> TCPHandler: Processed in 0.003578137 sec. | ||
| 8717 | 2025.03.03 04:56:45.553873 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8718 | 2025.03.03 04:56:45.553978 [ 256 ] {42780937-f8d8-4976-8032-67e7df13d5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8719 | 2025.03.03 04:56:45.554023 [ 256 ] {42780937-f8d8-4976-8032-67e7df13d5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8720 | 2025.03.03 04:56:45.554456 [ 256 ] {42780937-f8d8-4976-8032-67e7df13d5d3} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8721 | 2025.03.03 04:56:45.554495 [ 256 ] {42780937-f8d8-4976-8032-67e7df13d5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8722 | 2025.03.03 04:56:45.554856 [ 256 ] {42780937-f8d8-4976-8032-67e7df13d5d3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8723 | 2025.03.03 04:56:45.555092 [ 256 ] {42780937-f8d8-4976-8032-67e7df13d5d3} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8724 | 2025.03.03 04:56:45.555309 [ 256 ] {42780937-f8d8-4976-8032-67e7df13d5d3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001353 sec., 4434.589800443458 rows/sec., 231.69 KiB/sec. | ||
| 8725 | 2025.03.03 04:56:45.555418 [ 256 ] {42780937-f8d8-4976-8032-67e7df13d5d3} <Debug> TCPHandler: Processed in 0.001604885 sec. | ||
| 8726 | 2025.03.03 04:56:45.555549 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8727 | 2025.03.03 04:56:45.555650 [ 256 ] {c2079879-c04d-4f55-a1c3-e9b31052eeda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8728 | 2025.03.03 04:56:45.555698 [ 256 ] {c2079879-c04d-4f55-a1c3-e9b31052eeda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8729 | 2025.03.03 04:56:45.556222 [ 256 ] {c2079879-c04d-4f55-a1c3-e9b31052eeda} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8730 | 2025.03.03 04:56:45.556260 [ 256 ] {c2079879-c04d-4f55-a1c3-e9b31052eeda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8731 | 2025.03.03 04:56:45.556634 [ 256 ] {c2079879-c04d-4f55-a1c3-e9b31052eeda} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8732 | 2025.03.03 04:56:45.556876 [ 256 ] {c2079879-c04d-4f55-a1c3-e9b31052eeda} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8733 | 2025.03.03 04:56:45.557084 [ 256 ] {c2079879-c04d-4f55-a1c3-e9b31052eeda} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001456 sec., 162774.72527472526 rows/sec., 10.91 MiB/sec. | ||
| 8734 | 2025.03.03 04:56:45.557134 [ 256 ] {c2079879-c04d-4f55-a1c3-e9b31052eeda} <Debug> TCPHandler: Processed in 0.001636945 sec. | ||
| 8735 | 2025.03.03 04:56:45.557246 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8736 | 2025.03.03 04:56:45.557351 [ 256 ] {bb684adc-5a27-4db1-a4c0-172e87eb0b83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8737 | 2025.03.03 04:56:45.557398 [ 256 ] {bb684adc-5a27-4db1-a4c0-172e87eb0b83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8738 | 2025.03.03 04:56:45.557812 [ 256 ] {bb684adc-5a27-4db1-a4c0-172e87eb0b83} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8739 | 2025.03.03 04:56:45.557862 [ 256 ] {bb684adc-5a27-4db1-a4c0-172e87eb0b83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8740 | 2025.03.03 04:56:45.558209 [ 256 ] {bb684adc-5a27-4db1-a4c0-172e87eb0b83} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8741 | 2025.03.03 04:56:45.558441 [ 256 ] {bb684adc-5a27-4db1-a4c0-172e87eb0b83} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8742 | 2025.03.03 04:56:45.558647 [ 256 ] {bb684adc-5a27-4db1-a4c0-172e87eb0b83} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001318 sec., 758.7253414264037 rows/sec., 51.13 KiB/sec. | ||
| 8743 | 2025.03.03 04:56:45.558696 [ 256 ] {bb684adc-5a27-4db1-a4c0-172e87eb0b83} <Debug> TCPHandler: Processed in 0.001498602 sec. | ||
| 8744 | 2025.03.03 04:56:45.558797 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8745 | 2025.03.03 04:56:45.558908 [ 256 ] {171564d7-a7c6-41f4-87b3-935d1dafc3a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8746 | 2025.03.03 04:56:45.558973 [ 256 ] {171564d7-a7c6-41f4-87b3-935d1dafc3a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8747 | 2025.03.03 04:56:45.560021 [ 256 ] {171564d7-a7c6-41f4-87b3-935d1dafc3a6} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8748 | 2025.03.03 04:56:45.560062 [ 256 ] {171564d7-a7c6-41f4-87b3-935d1dafc3a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8749 | 2025.03.03 04:56:45.560688 [ 256 ] {171564d7-a7c6-41f4-87b3-935d1dafc3a6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8750 | 2025.03.03 04:56:45.560976 [ 256 ] {171564d7-a7c6-41f4-87b3-935d1dafc3a6} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8751 | 2025.03.03 04:56:45.561235 [ 256 ] {171564d7-a7c6-41f4-87b3-935d1dafc3a6} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002348 sec., 5110.732538330494 rows/sec., 9.16 MiB/sec. | ||
| 8752 | 2025.03.03 04:56:45.561346 [ 256 ] {171564d7-a7c6-41f4-87b3-935d1dafc3a6} <Debug> TCPHandler: Processed in 0.002598156 sec. | ||
| 8753 | 2025.03.03 04:56:45.561481 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8754 | 2025.03.03 04:56:45.561587 [ 256 ] {93856d3e-4f03-4e75-b4bf-2f427014880c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8755 | 2025.03.03 04:56:45.561634 [ 256 ] {93856d3e-4f03-4e75-b4bf-2f427014880c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8756 | 2025.03.03 04:56:45.562098 [ 256 ] {93856d3e-4f03-4e75-b4bf-2f427014880c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8757 | 2025.03.03 04:56:45.562139 [ 256 ] {93856d3e-4f03-4e75-b4bf-2f427014880c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8758 | 2025.03.03 04:56:45.562495 [ 256 ] {93856d3e-4f03-4e75-b4bf-2f427014880c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8759 | 2025.03.03 04:56:45.562731 [ 256 ] {93856d3e-4f03-4e75-b4bf-2f427014880c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8760 | 2025.03.03 04:56:45.562948 [ 256 ] {93856d3e-4f03-4e75-b4bf-2f427014880c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001383 sec., 59291.39551699205 rows/sec., 3.77 MiB/sec. | ||
| 8761 | 2025.03.03 04:56:45.562998 [ 256 ] {93856d3e-4f03-4e75-b4bf-2f427014880c} <Debug> TCPHandler: Processed in 0.001568123 sec. | ||
| 8762 | 2025.03.03 04:56:50.112807 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8763 | 2025.03.03 04:56:50.112865 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8764 | 2025.03.03 04:56:50.276627 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8765 | 2025.03.03 04:56:50.277301 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8766 | 2025.03.03 04:56:50.277352 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8767 | 2025.03.03 04:56:50.277872 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8768 | 2025.03.03 04:56:50.278127 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8769 | 2025.03.03 04:56:50.278401 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8770 | 2025.03.03 04:56:50.530985 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8771 | 2025.03.03 04:56:50.531195 [ 256 ] {69830be1-ff11-4bfd-89b8-9735a7a70b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8772 | 2025.03.03 04:56:50.531277 [ 256 ] {69830be1-ff11-4bfd-89b8-9735a7a70b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8773 | 2025.03.03 04:56:50.532147 [ 256 ] {69830be1-ff11-4bfd-89b8-9735a7a70b82} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8774 | 2025.03.03 04:56:50.532200 [ 256 ] {69830be1-ff11-4bfd-89b8-9735a7a70b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8775 | 2025.03.03 04:56:50.532636 [ 256 ] {69830be1-ff11-4bfd-89b8-9735a7a70b82} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8776 | 2025.03.03 04:56:50.532890 [ 256 ] {69830be1-ff11-4bfd-89b8-9735a7a70b82} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8777 | 2025.03.03 04:56:50.533142 [ 256 ] {69830be1-ff11-4bfd-89b8-9735a7a70b82} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001998 sec., 55055.05505505505 rows/sec., 4.61 MiB/sec. | ||
| 8778 | 2025.03.03 04:56:50.533255 [ 256 ] {69830be1-ff11-4bfd-89b8-9735a7a70b82} <Debug> TCPHandler: Processed in 0.002409351 sec. | ||
| 8779 | 2025.03.03 04:56:50.533499 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8780 | 2025.03.03 04:56:50.533649 [ 256 ] {512b3564-e704-447f-9bbe-b031c13f8aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8781 | 2025.03.03 04:56:50.533699 [ 256 ] {512b3564-e704-447f-9bbe-b031c13f8aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8782 | 2025.03.03 04:56:50.534275 [ 256 ] {512b3564-e704-447f-9bbe-b031c13f8aa2} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8783 | 2025.03.03 04:56:50.534315 [ 256 ] {512b3564-e704-447f-9bbe-b031c13f8aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8784 | 2025.03.03 04:56:50.534671 [ 256 ] {512b3564-e704-447f-9bbe-b031c13f8aa2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8785 | 2025.03.03 04:56:50.534920 [ 256 ] {512b3564-e704-447f-9bbe-b031c13f8aa2} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8786 | 2025.03.03 04:56:50.535171 [ 256 ] {512b3564-e704-447f-9bbe-b031c13f8aa2} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001547 sec., 17453.135100193926 rows/sec., 1.28 MiB/sec. | ||
| 8787 | 2025.03.03 04:56:50.535261 [ 256 ] {512b3564-e704-447f-9bbe-b031c13f8aa2} <Debug> TCPHandler: Processed in 0.00187044 sec. | ||
| 8788 | 2025.03.03 04:56:50.535502 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8789 | 2025.03.03 04:56:50.535639 [ 256 ] {3bb82fc9-a335-42a5-ad58-fe69185ada09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8790 | 2025.03.03 04:56:50.535687 [ 256 ] {3bb82fc9-a335-42a5-ad58-fe69185ada09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8791 | 2025.03.03 04:56:50.536273 [ 256 ] {3bb82fc9-a335-42a5-ad58-fe69185ada09} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8792 | 2025.03.03 04:56:50.536312 [ 256 ] {3bb82fc9-a335-42a5-ad58-fe69185ada09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8793 | 2025.03.03 04:56:50.536659 [ 256 ] {3bb82fc9-a335-42a5-ad58-fe69185ada09} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8794 | 2025.03.03 04:56:50.536894 [ 256 ] {3bb82fc9-a335-42a5-ad58-fe69185ada09} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8795 | 2025.03.03 04:56:50.537102 [ 256 ] {3bb82fc9-a335-42a5-ad58-fe69185ada09} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001488 sec., 61155.913978494624 rows/sec., 4.78 MiB/sec. | ||
| 8796 | 2025.03.03 04:56:50.537158 [ 256 ] {3bb82fc9-a335-42a5-ad58-fe69185ada09} <Debug> TCPHandler: Processed in 0.001754768 sec. | ||
| 8797 | 2025.03.03 04:56:50.537275 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8798 | 2025.03.03 04:56:50.537381 [ 256 ] {61172619-1255-40c5-8de2-a380c5d8b086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8799 | 2025.03.03 04:56:50.537429 [ 256 ] {61172619-1255-40c5-8de2-a380c5d8b086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8800 | 2025.03.03 04:56:50.537959 [ 256 ] {61172619-1255-40c5-8de2-a380c5d8b086} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8801 | 2025.03.03 04:56:50.537998 [ 256 ] {61172619-1255-40c5-8de2-a380c5d8b086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8802 | 2025.03.03 04:56:50.538378 [ 256 ] {61172619-1255-40c5-8de2-a380c5d8b086} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8803 | 2025.03.03 04:56:50.538626 [ 256 ] {61172619-1255-40c5-8de2-a380c5d8b086} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8804 | 2025.03.03 04:56:50.538868 [ 256 ] {61172619-1255-40c5-8de2-a380c5d8b086} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001508 sec., 106100.79575596817 rows/sec., 7.39 MiB/sec. | ||
| 8805 | 2025.03.03 04:56:50.538933 [ 256 ] {61172619-1255-40c5-8de2-a380c5d8b086} <Debug> TCPHandler: Processed in 0.001708387 sec. | ||
| 8806 | 2025.03.03 04:56:50.539147 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8807 | 2025.03.03 04:56:50.539286 [ 256 ] {40900aed-6d53-47f5-ab0a-1594e3e0da0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8808 | 2025.03.03 04:56:50.539358 [ 256 ] {40900aed-6d53-47f5-ab0a-1594e3e0da0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8809 | 2025.03.03 04:56:50.540700 [ 256 ] {40900aed-6d53-47f5-ab0a-1594e3e0da0d} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8810 | 2025.03.03 04:56:50.540821 [ 256 ] {40900aed-6d53-47f5-ab0a-1594e3e0da0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8811 | 2025.03.03 04:56:50.541580 [ 256 ] {40900aed-6d53-47f5-ab0a-1594e3e0da0d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8812 | 2025.03.03 04:56:50.541898 [ 256 ] {40900aed-6d53-47f5-ab0a-1594e3e0da0d} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8813 | 2025.03.03 04:56:50.542203 [ 256 ] {40900aed-6d53-47f5-ab0a-1594e3e0da0d} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002936 sec., 9196.185286103542 rows/sec., 16.48 MiB/sec. | ||
| 8814 | 2025.03.03 04:56:50.542733 [ 256 ] {40900aed-6d53-47f5-ab0a-1594e3e0da0d} <Debug> TCPHandler: Processed in 0.003675878 sec. | ||
| 8815 | 2025.03.03 04:56:50.542977 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8816 | 2025.03.03 04:56:50.543085 [ 256 ] {aa0bb1c4-1ea3-49d8-b04b-a1e16942ded9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8817 | 2025.03.03 04:56:50.543134 [ 256 ] {aa0bb1c4-1ea3-49d8-b04b-a1e16942ded9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8818 | 2025.03.03 04:56:50.543626 [ 256 ] {aa0bb1c4-1ea3-49d8-b04b-a1e16942ded9} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8819 | 2025.03.03 04:56:50.543668 [ 256 ] {aa0bb1c4-1ea3-49d8-b04b-a1e16942ded9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8820 | 2025.03.03 04:56:50.544045 [ 256 ] {aa0bb1c4-1ea3-49d8-b04b-a1e16942ded9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8821 | 2025.03.03 04:56:50.544284 [ 256 ] {aa0bb1c4-1ea3-49d8-b04b-a1e16942ded9} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8822 | 2025.03.03 04:56:50.544507 [ 256 ] {aa0bb1c4-1ea3-49d8-b04b-a1e16942ded9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001445 sec., 41522.491349480966 rows/sec., 2.80 MiB/sec. | ||
| 8823 | 2025.03.03 04:56:50.544558 [ 256 ] {aa0bb1c4-1ea3-49d8-b04b-a1e16942ded9} <Debug> TCPHandler: Processed in 0.001639865 sec. | ||
| 8824 | 2025.03.03 04:56:51.673025 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8825 | 2025.03.03 04:56:51.693288 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8826 | 2025.03.03 04:56:51.693348 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8827 | 2025.03.03 04:56:51.700428 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8828 | 2025.03.03 04:56:51.701209 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8829 | 2025.03.03 04:56:51.704541 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8830 | 2025.03.03 04:56:53.340237 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8831 | 2025.03.03 04:56:53.340452 [ 256 ] {b842e604-948e-4e36-94f3-acc89e900d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8832 | 2025.03.03 04:56:53.340534 [ 256 ] {b842e604-948e-4e36-94f3-acc89e900d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8833 | 2025.03.03 04:56:53.341453 [ 256 ] {b842e604-948e-4e36-94f3-acc89e900d2c} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8834 | 2025.03.03 04:56:53.341508 [ 256 ] {b842e604-948e-4e36-94f3-acc89e900d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8835 | 2025.03.03 04:56:53.341964 [ 256 ] {b842e604-948e-4e36-94f3-acc89e900d2c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8836 | 2025.03.03 04:56:53.342219 [ 256 ] {b842e604-948e-4e36-94f3-acc89e900d2c} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8837 | 2025.03.03 04:56:53.342474 [ 256 ] {b842e604-948e-4e36-94f3-acc89e900d2c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002076 sec., 102119.46050096338 rows/sec., 6.49 MiB/sec. | ||
| 8838 | 2025.03.03 04:56:53.342583 [ 256 ] {b842e604-948e-4e36-94f3-acc89e900d2c} <Debug> TCPHandler: Processed in 0.002484833 sec. | ||
| 8839 | 2025.03.03 04:56:53.342734 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8840 | 2025.03.03 04:56:53.342841 [ 256 ] {826c1a2b-64a2-4655-966e-934055f3b482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8841 | 2025.03.03 04:56:53.342889 [ 256 ] {826c1a2b-64a2-4655-966e-934055f3b482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8842 | 2025.03.03 04:56:53.343426 [ 256 ] {826c1a2b-64a2-4655-966e-934055f3b482} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8843 | 2025.03.03 04:56:53.343465 [ 256 ] {826c1a2b-64a2-4655-966e-934055f3b482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8844 | 2025.03.03 04:56:53.344146 [ 256 ] {826c1a2b-64a2-4655-966e-934055f3b482} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 8845 | 2025.03.03 04:56:53.344404 [ 256 ] {826c1a2b-64a2-4655-966e-934055f3b482} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8846 | 2025.03.03 04:56:53.344646 [ 256 ] {826c1a2b-64a2-4655-966e-934055f3b482} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001828 sec., 8752.7352297593 rows/sec., 713.72 KiB/sec. | ||
| 8847 | 2025.03.03 04:56:53.344699 [ 256 ] {826c1a2b-64a2-4655-966e-934055f3b482} <Debug> TCPHandler: Processed in 0.002021873 sec. | ||
| 8848 | 2025.03.03 04:56:53.344817 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8849 | 2025.03.03 04:56:53.344921 [ 256 ] {337fab60-3d12-47cd-b0b0-062a9b22eeba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8850 | 2025.03.03 04:56:53.344965 [ 256 ] {337fab60-3d12-47cd-b0b0-062a9b22eeba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8851 | 2025.03.03 04:56:53.346363 [ 256 ] {337fab60-3d12-47cd-b0b0-062a9b22eeba} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8852 | 2025.03.03 04:56:53.346401 [ 256 ] {337fab60-3d12-47cd-b0b0-062a9b22eeba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8853 | 2025.03.03 04:56:53.346863 [ 256 ] {337fab60-3d12-47cd-b0b0-062a9b22eeba} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8854 | 2025.03.03 04:56:53.347101 [ 256 ] {337fab60-3d12-47cd-b0b0-062a9b22eeba} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8855 | 2025.03.03 04:56:53.347281 [ 256 ] {337fab60-3d12-47cd-b0b0-062a9b22eeba} <Debug> executeQuery: Read 1789 rows, 148.42 KiB in 0.002382 sec., 751049.5382031905 rows/sec., 60.85 MiB/sec. | ||
| 8856 | 2025.03.03 04:56:53.347332 [ 256 ] {337fab60-3d12-47cd-b0b0-062a9b22eeba} <Debug> TCPHandler: Processed in 0.002566615 sec. | ||
| 8857 | 2025.03.03 04:56:53.347437 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8858 | 2025.03.03 04:56:53.347540 [ 256 ] {a4f48711-86c6-48b2-8549-541336d5d6a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8859 | 2025.03.03 04:56:53.347584 [ 256 ] {a4f48711-86c6-48b2-8549-541336d5d6a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8860 | 2025.03.03 04:56:53.348158 [ 256 ] {a4f48711-86c6-48b2-8549-541336d5d6a7} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8861 | 2025.03.03 04:56:53.348195 [ 256 ] {a4f48711-86c6-48b2-8549-541336d5d6a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8862 | 2025.03.03 04:56:53.348542 [ 256 ] {a4f48711-86c6-48b2-8549-541336d5d6a7} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8863 | 2025.03.03 04:56:53.348776 [ 256 ] {a4f48711-86c6-48b2-8549-541336d5d6a7} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8864 | 2025.03.03 04:56:53.348910 [ 137 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 8865 | 2025.03.03 04:56:53.348959 [ 137 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8866 | 2025.03.03 04:56:53.348962 [ 256 ] {a4f48711-86c6-48b2-8549-541336d5d6a7} <Debug> executeQuery: Read 134 rows, 8.41 KiB in 0.001444 sec., 92797.783933518 rows/sec., 5.68 MiB/sec. | ||
| 8867 | 2025.03.03 04:56:53.348986 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8868 | 2025.03.03 04:56:53.349035 [ 256 ] {a4f48711-86c6-48b2-8549-541336d5d6a7} <Debug> TCPHandler: Processed in 0.001646935 sec. | ||
| 8869 | 2025.03.03 04:56:53.349236 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8870 | 2025.03.03 04:56:53.349239 [ 186 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 8871 | 2025.03.03 04:56:53.349416 [ 256 ] {6076f2cc-ef48-4123-97fa-55b6d613537c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8872 | 2025.03.03 04:56:53.349519 [ 256 ] {6076f2cc-ef48-4123-97fa-55b6d613537c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8873 | 2025.03.03 04:56:53.349534 [ 186 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8874 | 2025.03.03 04:56:53.349635 [ 186 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 163 rows starting from the beginning of the part | ||
| 8875 | 2025.03.03 04:56:53.349928 [ 186 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 118 rows starting from the beginning of the part | ||
| 8876 | 2025.03.03 04:56:53.350310 [ 186 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 29 rows starting from the beginning of the part | ||
| 8877 | 2025.03.03 04:56:53.350696 [ 186 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 118 rows starting from the beginning of the part | ||
| 8878 | 2025.03.03 04:56:53.351029 [ 186 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 27 rows starting from the beginning of the part | ||
| 8879 | 2025.03.03 04:56:53.351280 [ 186 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 134 rows starting from the beginning of the part | ||
| 8880 | 2025.03.03 04:56:53.352302 [ 256 ] {6076f2cc-ef48-4123-97fa-55b6d613537c} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8881 | 2025.03.03 04:56:53.352357 [ 256 ] {6076f2cc-ef48-4123-97fa-55b6d613537c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8882 | 2025.03.03 04:56:53.353355 [ 256 ] {6076f2cc-ef48-4123-97fa-55b6d613537c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8883 | 2025.03.03 04:56:53.353936 [ 256 ] {6076f2cc-ef48-4123-97fa-55b6d613537c} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8884 | 2025.03.03 04:56:53.354015 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 5 columns (5 merged, 0 gathered) in 0.004919256 sec., 119733.55320398044 rows/sec., 7.95 MiB/sec. | ||
| 8885 | 2025.03.03 04:56:53.354122 [ 137 ] {} <Debug> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8886 | 2025.03.03 04:56:53.354204 [ 137 ] {} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8887 | 2025.03.03 04:56:53.354257 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8888 | 2025.03.03 04:56:53.354360 [ 256 ] {6076f2cc-ef48-4123-97fa-55b6d613537c} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.004998 sec., 68227.29091636655 rows/sec., 4.55 MiB/sec. | ||
| 8889 | 2025.03.03 04:56:53.354486 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 8890 | 2025.03.03 04:56:53.354602 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 8891 | 2025.03.03 04:56:53.354708 [ 256 ] {6076f2cc-ef48-4123-97fa-55b6d613537c} <Debug> TCPHandler: Processed in 0.005549419 sec. | ||
| 8892 | 2025.03.03 04:56:53.354944 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8893 | 2025.03.03 04:56:53.354980 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8894 | 2025.03.03 04:56:53.355021 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 342 rows starting from the beginning of the part | ||
| 8895 | 2025.03.03 04:56:53.355380 [ 256 ] {2d08d5d0-c05e-47cc-98ff-1d14a1aaf342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8896 | 2025.03.03 04:56:53.355402 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_55_11} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8897 | 2025.03.03 04:56:53.355449 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part | ||
| 8898 | 2025.03.03 04:56:53.355593 [ 256 ] {2d08d5d0-c05e-47cc-98ff-1d14a1aaf342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8899 | 2025.03.03 04:56:53.355931 [ 199 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_55_11} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 8900 | 2025.03.03 04:56:53.355962 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 341 rows starting from the beginning of the part | ||
| 8901 | 2025.03.03 04:56:53.356428 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8902 | 2025.03.03 04:56:53.356518 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
| 8903 | 2025.03.03 04:56:53.356867 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part | ||
| 8904 | 2025.03.03 04:56:53.357178 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 341 rows starting from the beginning of the part | ||
| 8905 | 2025.03.03 04:56:53.358849 [ 256 ] {2d08d5d0-c05e-47cc-98ff-1d14a1aaf342} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8906 | 2025.03.03 04:56:53.358917 [ 256 ] {2d08d5d0-c05e-47cc-98ff-1d14a1aaf342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8907 | 2025.03.03 04:56:53.359968 [ 256 ] {2d08d5d0-c05e-47cc-98ff-1d14a1aaf342} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8908 | 2025.03.03 04:56:53.360493 [ 256 ] {2d08d5d0-c05e-47cc-98ff-1d14a1aaf342} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8909 | 2025.03.03 04:56:53.360619 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1363 rows, containing 5 columns (5 merged, 0 gathered) in 0.006253964 sec., 217941.77261013974 rows/sec., 15.26 MiB/sec. | ||
| 8910 | 2025.03.03 04:56:53.360912 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8911 | 2025.03.03 04:56:53.361074 [ 256 ] {2d08d5d0-c05e-47cc-98ff-1d14a1aaf342} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.005862 sec., 19106.107130672124 rows/sec., 1.09 MiB/sec. | ||
| 8912 | 2025.03.03 04:56:53.361388 [ 256 ] {2d08d5d0-c05e-47cc-98ff-1d14a1aaf342} <Debug> TCPHandler: Processed in 0.00651005 sec. | ||
| 8913 | 2025.03.03 04:56:53.361730 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8914 | 2025.03.03 04:56:53.361834 [ 199 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_31_6} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8915 | 2025.03.03 04:56:53.361998 [ 256 ] {4bf81b47-124d-4915-a0ae-ccbaca08164d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8916 | 2025.03.03 04:56:53.362055 [ 199 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_31_6} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8917 | 2025.03.03 04:56:53.362080 [ 256 ] {4bf81b47-124d-4915-a0ae-ccbaca08164d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8918 | 2025.03.03 04:56:53.362231 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 8919 | 2025.03.03 04:56:53.363216 [ 256 ] {4bf81b47-124d-4915-a0ae-ccbaca08164d} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8920 | 2025.03.03 04:56:53.363258 [ 256 ] {4bf81b47-124d-4915-a0ae-ccbaca08164d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8921 | 2025.03.03 04:56:53.363669 [ 256 ] {4bf81b47-124d-4915-a0ae-ccbaca08164d} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8922 | 2025.03.03 04:56:53.363915 [ 256 ] {4bf81b47-124d-4915-a0ae-ccbaca08164d} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8923 | 2025.03.03 04:56:53.364091 [ 256 ] {4bf81b47-124d-4915-a0ae-ccbaca08164d} <Debug> executeQuery: Read 866 rows, 64.14 KiB in 0.002177 sec., 397795.13091410196 rows/sec., 28.77 MiB/sec. | ||
| 8924 | 2025.03.03 04:56:53.364143 [ 256 ] {4bf81b47-124d-4915-a0ae-ccbaca08164d} <Debug> TCPHandler: Processed in 0.002530944 sec. | ||
| 8925 | 2025.03.03 04:56:53.364261 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8926 | 2025.03.03 04:56:53.364366 [ 256 ] {505325e5-aff0-4805-a402-705d2905c053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8927 | 2025.03.03 04:56:53.364412 [ 256 ] {505325e5-aff0-4805-a402-705d2905c053} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8928 | 2025.03.03 04:56:53.364848 [ 256 ] {505325e5-aff0-4805-a402-705d2905c053} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8929 | 2025.03.03 04:56:53.364884 [ 256 ] {505325e5-aff0-4805-a402-705d2905c053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8930 | 2025.03.03 04:56:53.365244 [ 256 ] {505325e5-aff0-4805-a402-705d2905c053} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8931 | 2025.03.03 04:56:53.365482 [ 256 ] {505325e5-aff0-4805-a402-705d2905c053} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8932 | 2025.03.03 04:56:53.365657 [ 256 ] {505325e5-aff0-4805-a402-705d2905c053} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001313 sec., 4569.68773800457 rows/sec., 238.75 KiB/sec. | ||
| 8933 | 2025.03.03 04:56:53.365706 [ 256 ] {505325e5-aff0-4805-a402-705d2905c053} <Debug> TCPHandler: Processed in 0.001496202 sec. | ||
| 8934 | 2025.03.03 04:56:53.365810 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8935 | 2025.03.03 04:56:53.365911 [ 256 ] {7ebd7c98-af61-43ce-911d-b9837da61376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8936 | 2025.03.03 04:56:53.365958 [ 256 ] {7ebd7c98-af61-43ce-911d-b9837da61376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8937 | 2025.03.03 04:56:53.366707 [ 256 ] {7ebd7c98-af61-43ce-911d-b9837da61376} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8938 | 2025.03.03 04:56:53.366743 [ 256 ] {7ebd7c98-af61-43ce-911d-b9837da61376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8939 | 2025.03.03 04:56:53.367176 [ 256 ] {7ebd7c98-af61-43ce-911d-b9837da61376} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8940 | 2025.03.03 04:56:53.367418 [ 256 ] {7ebd7c98-af61-43ce-911d-b9837da61376} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8941 | 2025.03.03 04:56:53.367605 [ 256 ] {7ebd7c98-af61-43ce-911d-b9837da61376} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001714 sec., 599183.1971995332 rows/sec., 39.94 MiB/sec. | ||
| 8942 | 2025.03.03 04:56:53.367655 [ 256 ] {7ebd7c98-af61-43ce-911d-b9837da61376} <Debug> TCPHandler: Processed in 0.0018951 sec. | ||
| 8943 | 2025.03.03 04:56:53.367809 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8944 | 2025.03.03 04:56:53.367925 [ 256 ] {47b2c9a7-090f-40f3-b855-551eef9bb97b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8945 | 2025.03.03 04:56:53.367970 [ 256 ] {47b2c9a7-090f-40f3-b855-551eef9bb97b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8946 | 2025.03.03 04:56:53.368384 [ 256 ] {47b2c9a7-090f-40f3-b855-551eef9bb97b} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8947 | 2025.03.03 04:56:53.368419 [ 256 ] {47b2c9a7-090f-40f3-b855-551eef9bb97b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8948 | 2025.03.03 04:56:53.368762 [ 256 ] {47b2c9a7-090f-40f3-b855-551eef9bb97b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8949 | 2025.03.03 04:56:53.369000 [ 256 ] {47b2c9a7-090f-40f3-b855-551eef9bb97b} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8950 | 2025.03.03 04:56:53.369174 [ 256 ] {47b2c9a7-090f-40f3-b855-551eef9bb97b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001271 sec., 786.7820613690008 rows/sec., 53.02 KiB/sec. | ||
| 8951 | 2025.03.03 04:56:53.369222 [ 256 ] {47b2c9a7-090f-40f3-b855-551eef9bb97b} <Debug> TCPHandler: Processed in 0.001476692 sec. | ||
| 8952 | 2025.03.03 04:56:53.369326 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8953 | 2025.03.03 04:56:53.369428 [ 256 ] {04794a98-276a-4042-aa7b-38ed5c3ad984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8954 | 2025.03.03 04:56:53.369490 [ 256 ] {04794a98-276a-4042-aa7b-38ed5c3ad984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8955 | 2025.03.03 04:56:53.370523 [ 256 ] {04794a98-276a-4042-aa7b-38ed5c3ad984} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8956 | 2025.03.03 04:56:53.370559 [ 256 ] {04794a98-276a-4042-aa7b-38ed5c3ad984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8957 | 2025.03.03 04:56:53.371147 [ 256 ] {04794a98-276a-4042-aa7b-38ed5c3ad984} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8958 | 2025.03.03 04:56:53.371404 [ 256 ] {04794a98-276a-4042-aa7b-38ed5c3ad984} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8959 | 2025.03.03 04:56:53.371591 [ 256 ] {04794a98-276a-4042-aa7b-38ed5c3ad984} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002185 sec., 5491.990846681922 rows/sec., 9.84 MiB/sec. | ||
| 8960 | 2025.03.03 04:56:53.371679 [ 256 ] {04794a98-276a-4042-aa7b-38ed5c3ad984} <Debug> TCPHandler: Processed in 0.002403391 sec. | ||
| 8961 | 2025.03.03 04:56:53.371816 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8962 | 2025.03.03 04:56:53.371921 [ 256 ] {d07d49bf-a448-430b-8b52-34cd1400a54b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8963 | 2025.03.03 04:56:53.371966 [ 256 ] {d07d49bf-a448-430b-8b52-34cd1400a54b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8964 | 2025.03.03 04:56:53.372425 [ 256 ] {d07d49bf-a448-430b-8b52-34cd1400a54b} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8965 | 2025.03.03 04:56:53.372462 [ 256 ] {d07d49bf-a448-430b-8b52-34cd1400a54b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8966 | 2025.03.03 04:56:53.372809 [ 256 ] {d07d49bf-a448-430b-8b52-34cd1400a54b} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 8967 | 2025.03.03 04:56:53.373055 [ 256 ] {d07d49bf-a448-430b-8b52-34cd1400a54b} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8968 | 2025.03.03 04:56:53.373221 [ 256 ] {d07d49bf-a448-430b-8b52-34cd1400a54b} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001323 sec., 43839.758125472414 rows/sec., 2.71 MiB/sec. | ||
| 8969 | 2025.03.03 04:56:53.373269 [ 256 ] {d07d49bf-a448-430b-8b52-34cd1400a54b} <Debug> TCPHandler: Processed in 0.001504062 sec. | ||
| 8970 | 2025.03.03 04:56:55.370363 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1288 | ||
| 8971 | 2025.03.03 04:56:55.373920 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8972 | 2025.03.03 04:56:55.373982 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8973 | 2025.03.03 04:56:55.375498 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8974 | 2025.03.03 04:56:55.375822 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8975 | 2025.03.03 04:56:55.376047 [ 125 ] {} <Debug> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8976 | 2025.03.03 04:56:55.376175 [ 125 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8977 | 2025.03.03 04:56:55.376236 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8978 | 2025.03.03 04:56:55.376784 [ 194 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 8979 | 2025.03.03 04:56:55.378209 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1288 | ||
| 8980 | 2025.03.03 04:56:55.378483 [ 194 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8981 | 2025.03.03 04:56:55.378622 [ 194 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1084 rows starting from the beginning of the part | ||
| 8982 | 2025.03.03 04:56:55.379219 [ 194 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 34 rows starting from the beginning of the part | ||
| 8983 | 2025.03.03 04:56:55.379781 [ 194 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part | ||
| 8984 | 2025.03.03 04:56:55.380304 [ 194 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 20 rows starting from the beginning of the part | ||
| 8985 | 2025.03.03 04:56:55.380799 [ 194 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part | ||
| 8986 | 2025.03.03 04:56:55.381359 [ 194 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 58 rows starting from the beginning of the part | ||
| 8987 | 2025.03.03 04:56:55.389575 [ 197 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1288 rows, containing 72 columns (72 merged, 0 gathered) in 0.013207772 sec., 97518.33995923007 rows/sec., 76.79 MiB/sec. | ||
| 8988 | 2025.03.03 04:56:55.391194 [ 188 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8989 | 2025.03.03 04:56:55.392089 [ 188 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_31_6} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8990 | 2025.03.03 04:56:55.392195 [ 188 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_31_6} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8991 | 2025.03.03 04:56:55.392547 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. | ||
| 8992 | 2025.03.03 04:56:55.523906 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8993 | 2025.03.03 04:56:55.524110 [ 256 ] {18a7b2ef-9c1f-4bb4-a569-c791f41ef7e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8994 | 2025.03.03 04:56:55.524188 [ 256 ] {18a7b2ef-9c1f-4bb4-a569-c791f41ef7e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8995 | 2025.03.03 04:56:55.525042 [ 256 ] {18a7b2ef-9c1f-4bb4-a569-c791f41ef7e7} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8996 | 2025.03.03 04:56:55.525085 [ 256 ] {18a7b2ef-9c1f-4bb4-a569-c791f41ef7e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 8997 | 2025.03.03 04:56:55.525525 [ 256 ] {18a7b2ef-9c1f-4bb4-a569-c791f41ef7e7} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 8998 | 2025.03.03 04:56:55.525785 [ 256 ] {18a7b2ef-9c1f-4bb4-a569-c791f41ef7e7} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8999 | 2025.03.03 04:56:55.525933 [ 125 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9000 | 2025.03.03 04:56:55.525979 [ 125 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9001 | 2025.03.03 04:56:55.525990 [ 256 ] {18a7b2ef-9c1f-4bb4-a569-c791f41ef7e7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001937 sec., 28910.686628807434 rows/sec., 2.21 MiB/sec. | ||
| 9002 | 2025.03.03 04:56:55.526011 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9003 | 2025.03.03 04:56:55.526082 [ 256 ] {18a7b2ef-9c1f-4bb4-a569-c791f41ef7e7} <Debug> TCPHandler: Processed in 0.00231129 sec. | ||
| 9004 | 2025.03.03 04:56:55.526155 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 9005 | 2025.03.03 04:56:55.526214 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9006 | 2025.03.03 04:56:55.526283 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9007 | 2025.03.03 04:56:55.526326 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1845 rows starting from the beginning of the part | ||
| 9008 | 2025.03.03 04:56:55.526339 [ 256 ] {65cee490-a11d-4f4e-8e72-43820a2f4563} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9009 | 2025.03.03 04:56:55.526405 [ 256 ] {65cee490-a11d-4f4e-8e72-43820a2f4563} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9010 | 2025.03.03 04:56:55.526437 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 111 rows starting from the beginning of the part | ||
| 9011 | 2025.03.03 04:56:55.526978 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 641 rows starting from the beginning of the part | ||
| 9012 | 2025.03.03 04:56:55.527413 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 110 rows starting from the beginning of the part | ||
| 9013 | 2025.03.03 04:56:55.527815 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1789 rows starting from the beginning of the part | ||
| 9014 | 2025.03.03 04:56:55.528160 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 9015 | 2025.03.03 04:56:55.529286 [ 256 ] {65cee490-a11d-4f4e-8e72-43820a2f4563} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9016 | 2025.03.03 04:56:55.529325 [ 256 ] {65cee490-a11d-4f4e-8e72-43820a2f4563} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9017 | 2025.03.03 04:56:55.529860 [ 256 ] {65cee490-a11d-4f4e-8e72-43820a2f4563} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9018 | 2025.03.03 04:56:55.530162 [ 256 ] {65cee490-a11d-4f4e-8e72-43820a2f4563} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9019 | 2025.03.03 04:56:55.530311 [ 125 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9020 | 2025.03.03 04:56:55.530352 [ 125 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9021 | 2025.03.03 04:56:55.530373 [ 256 ] {65cee490-a11d-4f4e-8e72-43820a2f4563} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004064 sec., 15748.031496062993 rows/sec., 1.23 MiB/sec. | ||
| 9022 | 2025.03.03 04:56:55.530381 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9023 | 2025.03.03 04:56:55.530488 [ 256 ] {65cee490-a11d-4f4e-8e72-43820a2f4563} <Debug> TCPHandler: Processed in 0.004328252 sec. | ||
| 9024 | 2025.03.03 04:56:55.530623 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 9025 | 2025.03.03 04:56:55.530672 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9026 | 2025.03.03 04:56:55.530819 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9027 | 2025.03.03 04:56:55.530895 [ 256 ] {399f116c-6713-424a-99b9-8eb2786201a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9028 | 2025.03.03 04:56:55.530897 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 913 rows starting from the beginning of the part | ||
| 9029 | 2025.03.03 04:56:55.531046 [ 256 ] {399f116c-6713-424a-99b9-8eb2786201a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9030 | 2025.03.03 04:56:55.531651 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 93 rows starting from the beginning of the part | ||
| 9031 | 2025.03.03 04:56:55.531796 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4552 rows, containing 5 columns (5 merged, 0 gathered) in 0.005678932 sec., 801559.1664066412 rows/sec., 67.91 MiB/sec. | ||
| 9032 | 2025.03.03 04:56:55.532049 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 394 rows starting from the beginning of the part | ||
| 9033 | 2025.03.03 04:56:55.532512 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 91 rows starting from the beginning of the part | ||
| 9034 | 2025.03.03 04:56:55.532505 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9035 | 2025.03.03 04:56:55.533013 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 866 rows starting from the beginning of the part | ||
| 9036 | 2025.03.03 04:56:55.533449 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 9037 | 2025.03.03 04:56:55.534099 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_71_14} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9038 | 2025.03.03 04:56:55.534486 [ 190 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_71_14} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9039 | 2025.03.03 04:56:55.534786 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 9040 | 2025.03.03 04:56:55.534974 [ 256 ] {399f116c-6713-424a-99b9-8eb2786201a2} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9041 | 2025.03.03 04:56:55.535016 [ 256 ] {399f116c-6713-424a-99b9-8eb2786201a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9042 | 2025.03.03 04:56:55.535603 [ 256 ] {399f116c-6713-424a-99b9-8eb2786201a2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9043 | 2025.03.03 04:56:55.535907 [ 256 ] {399f116c-6713-424a-99b9-8eb2786201a2} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9044 | 2025.03.03 04:56:55.536072 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9045 | 2025.03.03 04:56:55.536147 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9046 | 2025.03.03 04:56:55.536209 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9047 | 2025.03.03 04:56:55.536299 [ 256 ] {399f116c-6713-424a-99b9-8eb2786201a2} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.005429 sec., 11788.543009762388 rows/sec., 840.75 KiB/sec. | ||
| 9048 | 2025.03.03 04:56:55.536595 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2421 rows, containing 5 columns (5 merged, 0 gathered) in 0.006113231 sec., 396026.2584548171 rows/sec., 30.33 MiB/sec. | ||
| 9049 | 2025.03.03 04:56:55.536716 [ 256 ] {399f116c-6713-424a-99b9-8eb2786201a2} <Debug> TCPHandler: Processed in 0.006098741 sec. | ||
| 9050 | 2025.03.03 04:56:55.536734 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 9051 | 2025.03.03 04:56:55.536951 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9052 | 2025.03.03 04:56:55.537057 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9053 | 2025.03.03 04:56:55.537104 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9054 | 2025.03.03 04:56:55.537160 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 19967 rows starting from the beginning of the part | ||
| 9055 | 2025.03.03 04:56:55.537212 [ 256 ] {b580c964-2653-46cf-8070-5969d7515803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9056 | 2025.03.03 04:56:55.537422 [ 256 ] {b580c964-2653-46cf-8070-5969d7515803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9057 | 2025.03.03 04:56:55.537487 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 161 rows starting from the beginning of the part | ||
| 9058 | 2025.03.03 04:56:55.537821 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 9059 | 2025.03.03 04:56:55.537892 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 9060 | 2025.03.03 04:56:55.538330 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1027 rows starting from the beginning of the part | ||
| 9061 | 2025.03.03 04:56:55.538802 [ 198 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 9062 | 2025.03.03 04:56:55.539922 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_71_14} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9063 | 2025.03.03 04:56:55.540568 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_71_14} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9064 | 2025.03.03 04:56:55.541066 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9065 | 2025.03.03 04:56:55.541258 [ 256 ] {b580c964-2653-46cf-8070-5969d7515803} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9066 | 2025.03.03 04:56:55.541322 [ 256 ] {b580c964-2653-46cf-8070-5969d7515803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9067 | 2025.03.03 04:56:55.541947 [ 256 ] {b580c964-2653-46cf-8070-5969d7515803} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9068 | 2025.03.03 04:56:55.542289 [ 256 ] {b580c964-2653-46cf-8070-5969d7515803} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9069 | 2025.03.03 04:56:55.542543 [ 125 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9070 | 2025.03.03 04:56:55.542633 [ 125 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9071 | 2025.03.03 04:56:55.542708 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9072 | 2025.03.03 04:56:55.542881 [ 256 ] {b580c964-2653-46cf-8070-5969d7515803} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005749 sec., 4174.639067663942 rows/sec., 288.09 KiB/sec. | ||
| 9073 | 2025.03.03 04:56:55.543219 [ 256 ] {b580c964-2653-46cf-8070-5969d7515803} <Debug> TCPHandler: Processed in 0.006350386 sec. | ||
| 9074 | 2025.03.03 04:56:55.543353 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 9075 | 2025.03.03 04:56:55.543657 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9076 | 2025.03.03 04:56:55.543712 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4000 rows starting from the beginning of the part | ||
| 9077 | 2025.03.03 04:56:55.543997 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 9078 | 2025.03.03 04:56:55.544348 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 9079 | 2025.03.03 04:56:55.544635 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 9080 | 2025.03.03 04:56:55.544737 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 58 rows starting from the beginning of the part | ||
| 9081 | 2025.03.03 04:56:55.544964 [ 189 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 24 rows starting from the beginning of the part | ||
| 9082 | 2025.03.03 04:56:55.548554 [ 200 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4284 rows, containing 4 columns (4 merged, 0 gathered) in 0.005664651 sec., 756269.0093352618 rows/sec., 49.28 MiB/sec. | ||
| 9083 | 2025.03.03 04:56:55.549084 [ 200 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9084 | 2025.03.03 04:56:55.549492 [ 200 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_71_14} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9085 | 2025.03.03 04:56:55.549606 [ 200 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_71_14} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9086 | 2025.03.03 04:56:55.549761 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 9087 | 2025.03.03 04:56:55.550183 [ 196 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21616 rows, containing 5 columns (5 merged, 0 gathered) in 0.013824176 sec., 1563637.4999855326 rows/sec., 105.55 MiB/sec. | ||
| 9088 | 2025.03.03 04:56:55.550645 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9089 | 2025.03.03 04:56:55.550991 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9090 | 2025.03.03 04:56:55.551086 [ 187 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9091 | 2025.03.03 04:56:55.551195 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 9092 | 2025.03.03 04:56:57.779500 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 9093 | 2025.03.03 04:56:57.780143 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9094 | 2025.03.03 04:56:57.780185 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9095 | 2025.03.03 04:56:57.780701 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9096 | 2025.03.03 04:56:57.780963 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9097 | 2025.03.03 04:56:57.781159 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 9098 | 2025.03.03 04:56:59.205578 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 9099 | 2025.03.03 04:56:59.227994 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9100 | 2025.03.03 04:56:59.228068 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9101 | 2025.03.03 04:56:59.235508 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9102 | 2025.03.03 04:56:59.236279 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9103 | 2025.03.03 04:56:59.240748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 9104 | 2025.03.03 04:57:00.530246 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9105 | 2025.03.03 04:57:00.530455 [ 256 ] {bbb37383-419d-4f25-b2c6-9a19ff8cc7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9106 | 2025.03.03 04:57:00.530535 [ 256 ] {bbb37383-419d-4f25-b2c6-9a19ff8cc7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9107 | 2025.03.03 04:57:00.531392 [ 256 ] {bbb37383-419d-4f25-b2c6-9a19ff8cc7df} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9108 | 2025.03.03 04:57:00.531435 [ 256 ] {bbb37383-419d-4f25-b2c6-9a19ff8cc7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9109 | 2025.03.03 04:57:00.531866 [ 256 ] {bbb37383-419d-4f25-b2c6-9a19ff8cc7df} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9110 | 2025.03.03 04:57:00.532123 [ 256 ] {bbb37383-419d-4f25-b2c6-9a19ff8cc7df} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9111 | 2025.03.03 04:57:00.532329 [ 256 ] {bbb37383-419d-4f25-b2c6-9a19ff8cc7df} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001932 sec., 56935.81780538303 rows/sec., 4.77 MiB/sec. | ||
| 9112 | 2025.03.03 04:57:00.532393 [ 256 ] {bbb37383-419d-4f25-b2c6-9a19ff8cc7df} <Debug> TCPHandler: Processed in 0.002282129 sec. | ||
| 9113 | 2025.03.03 04:57:00.532524 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9114 | 2025.03.03 04:57:00.532637 [ 256 ] {b54a1818-3ec3-409c-ae5a-34c093f0c77e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9115 | 2025.03.03 04:57:00.532684 [ 256 ] {b54a1818-3ec3-409c-ae5a-34c093f0c77e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9116 | 2025.03.03 04:57:00.533220 [ 256 ] {b54a1818-3ec3-409c-ae5a-34c093f0c77e} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9117 | 2025.03.03 04:57:00.533257 [ 256 ] {b54a1818-3ec3-409c-ae5a-34c093f0c77e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9118 | 2025.03.03 04:57:00.533598 [ 256 ] {b54a1818-3ec3-409c-ae5a-34c093f0c77e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9119 | 2025.03.03 04:57:00.533834 [ 256 ] {b54a1818-3ec3-409c-ae5a-34c093f0c77e} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9120 | 2025.03.03 04:57:00.534015 [ 256 ] {b54a1818-3ec3-409c-ae5a-34c093f0c77e} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001405 sec., 19217.081850533807 rows/sec., 1.41 MiB/sec. | ||
| 9121 | 2025.03.03 04:57:00.534067 [ 256 ] {b54a1818-3ec3-409c-ae5a-34c093f0c77e} <Debug> TCPHandler: Processed in 0.001597505 sec. | ||
| 9122 | 2025.03.03 04:57:00.534183 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9123 | 2025.03.03 04:57:00.534291 [ 256 ] {b88f9065-4680-497e-9271-78de893dc767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9124 | 2025.03.03 04:57:00.534336 [ 256 ] {b88f9065-4680-497e-9271-78de893dc767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9125 | 2025.03.03 04:57:00.534882 [ 256 ] {b88f9065-4680-497e-9271-78de893dc767} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9126 | 2025.03.03 04:57:00.534919 [ 256 ] {b88f9065-4680-497e-9271-78de893dc767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9127 | 2025.03.03 04:57:00.535273 [ 256 ] {b88f9065-4680-497e-9271-78de893dc767} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9128 | 2025.03.03 04:57:00.535508 [ 256 ] {b88f9065-4680-497e-9271-78de893dc767} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9129 | 2025.03.03 04:57:00.535682 [ 256 ] {b88f9065-4680-497e-9271-78de893dc767} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001415 sec., 64310.95406360424 rows/sec., 5.02 MiB/sec. | ||
| 9130 | 2025.03.03 04:57:00.535733 [ 256 ] {b88f9065-4680-497e-9271-78de893dc767} <Debug> TCPHandler: Processed in 0.001600914 sec. | ||
| 9131 | 2025.03.03 04:57:00.535849 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9132 | 2025.03.03 04:57:00.535956 [ 256 ] {37b3b62b-8cdb-4f83-8a2e-4df64dd26c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9133 | 2025.03.03 04:57:00.536004 [ 256 ] {37b3b62b-8cdb-4f83-8a2e-4df64dd26c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9134 | 2025.03.03 04:57:00.536526 [ 256 ] {37b3b62b-8cdb-4f83-8a2e-4df64dd26c11} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9135 | 2025.03.03 04:57:00.536562 [ 256 ] {37b3b62b-8cdb-4f83-8a2e-4df64dd26c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9136 | 2025.03.03 04:57:00.536941 [ 256 ] {37b3b62b-8cdb-4f83-8a2e-4df64dd26c11} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9137 | 2025.03.03 04:57:00.537180 [ 256 ] {37b3b62b-8cdb-4f83-8a2e-4df64dd26c11} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9138 | 2025.03.03 04:57:00.537357 [ 256 ] {37b3b62b-8cdb-4f83-8a2e-4df64dd26c11} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001426 sec., 112201.96353436186 rows/sec., 7.81 MiB/sec. | ||
| 9139 | 2025.03.03 04:57:00.537406 [ 256 ] {37b3b62b-8cdb-4f83-8a2e-4df64dd26c11} <Debug> TCPHandler: Processed in 0.001607064 sec. | ||
| 9140 | 2025.03.03 04:57:00.537510 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9141 | 2025.03.03 04:57:00.537611 [ 256 ] {7d601ce9-8a85-4db1-870d-4b5cacdad236} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9142 | 2025.03.03 04:57:00.537678 [ 256 ] {7d601ce9-8a85-4db1-870d-4b5cacdad236} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9143 | 2025.03.03 04:57:00.538813 [ 256 ] {7d601ce9-8a85-4db1-870d-4b5cacdad236} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9144 | 2025.03.03 04:57:00.538851 [ 256 ] {7d601ce9-8a85-4db1-870d-4b5cacdad236} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9145 | 2025.03.03 04:57:00.539525 [ 256 ] {7d601ce9-8a85-4db1-870d-4b5cacdad236} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9146 | 2025.03.03 04:57:00.539792 [ 256 ] {7d601ce9-8a85-4db1-870d-4b5cacdad236} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9147 | 2025.03.03 04:57:00.540045 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9148 | 2025.03.03 04:57:00.540085 [ 256 ] {7d601ce9-8a85-4db1-870d-4b5cacdad236} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002493 sec., 10830.324909747293 rows/sec., 19.41 MiB/sec. | ||
| 9149 | 2025.03.03 04:57:00.540088 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9150 | 2025.03.03 04:57:00.540130 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9151 | 2025.03.03 04:57:00.540477 [ 256 ] {7d601ce9-8a85-4db1-870d-4b5cacdad236} <Debug> TCPHandler: Processed in 0.003015275 sec. | ||
| 9152 | 2025.03.03 04:57:00.540487 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 9153 | 2025.03.03 04:57:00.540662 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9154 | 2025.03.03 04:57:00.540920 [ 256 ] {de03ad54-c139-4e66-80bf-52c6a973c628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9155 | 2025.03.03 04:57:00.541070 [ 256 ] {de03ad54-c139-4e66-80bf-52c6a973c628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9156 | 2025.03.03 04:57:00.541394 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9157 | 2025.03.03 04:57:00.541677 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 933 rows starting from the beginning of the part | ||
| 9158 | 2025.03.03 04:57:00.542335 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 27 rows starting from the beginning of the part | ||
| 9159 | 2025.03.03 04:57:00.543054 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 12 rows starting from the beginning of the part | ||
| 9160 | 2025.03.03 04:57:00.543277 [ 256 ] {de03ad54-c139-4e66-80bf-52c6a973c628} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9161 | 2025.03.03 04:57:00.543397 [ 256 ] {de03ad54-c139-4e66-80bf-52c6a973c628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9162 | 2025.03.03 04:57:00.543696 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 27 rows starting from the beginning of the part | ||
| 9163 | 2025.03.03 04:57:00.544266 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 12 rows starting from the beginning of the part | ||
| 9164 | 2025.03.03 04:57:00.544968 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 27 rows starting from the beginning of the part | ||
| 9165 | 2025.03.03 04:57:00.545052 [ 256 ] {de03ad54-c139-4e66-80bf-52c6a973c628} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9166 | 2025.03.03 04:57:00.545907 [ 256 ] {de03ad54-c139-4e66-80bf-52c6a973c628} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9167 | 2025.03.03 04:57:00.546468 [ 256 ] {de03ad54-c139-4e66-80bf-52c6a973c628} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005622 sec., 10672.358591248665 rows/sec., 736.50 KiB/sec. | ||
| 9168 | 2025.03.03 04:57:00.546887 [ 256 ] {de03ad54-c139-4e66-80bf-52c6a973c628} <Debug> TCPHandler: Processed in 0.006290585 sec. | ||
| 9169 | 2025.03.03 04:57:00.553468 [ 187 ] {1a441893-9993-4f87-907b-84f593661890::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1038 rows, containing 19 columns (19 merged, 0 gathered) in 0.013215603 sec., 78543.52162364442 rows/sec., 140.75 MiB/sec. | ||
| 9170 | 2025.03.03 04:57:00.554628 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9171 | 2025.03.03 04:57:00.555123 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9172 | 2025.03.03 04:57:00.555224 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9173 | 2025.03.03 04:57:00.555419 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.34 MiB. | ||
| 9174 | 2025.03.03 04:57:01.000207 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.54 MiB, peak 230.69 MiB, free memory in arenas 0.00 B, will set to 222.30 MiB (RSS), difference: 1.76 MiB | ||
| 9175 | 2025.03.03 04:57:05.112929 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9176 | 2025.03.03 04:57:05.113027 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9177 | 2025.03.03 04:57:05.184364 [ 140 ] {} <Debug> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 9178 | 2025.03.03 04:57:05.184442 [ 140 ] {} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9179 | 2025.03.03 04:57:05.184465 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9180 | 2025.03.03 04:57:05.184686 [ 199 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::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 | ||
| 9181 | 2025.03.03 04:57:05.184885 [ 199 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9182 | 2025.03.03 04:57:05.184932 [ 199 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::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 | ||
| 9183 | 2025.03.03 04:57:05.185026 [ 199 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 9184 | 2025.03.03 04:57:05.185281 [ 199 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
| 9185 | 2025.03.03 04:57:05.185542 [ 199 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 9186 | 2025.03.03 04:57:05.185712 [ 199 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
| 9187 | 2025.03.03 04:57:05.186903 [ 186 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.00234776 sec., 23000.64742563124 rows/sec., 1.92 MiB/sec. | ||
| 9188 | 2025.03.03 04:57:05.187136 [ 186 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 9189 | 2025.03.03 04:57:05.187475 [ 186 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_9_2} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9190 | 2025.03.03 04:57:05.187568 [ 186 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_9_2} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 9191 | 2025.03.03 04:57:05.187673 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9192 | 2025.03.03 04:57:05.282246 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 9193 | 2025.03.03 04:57:05.282893 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9194 | 2025.03.03 04:57:05.282933 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9195 | 2025.03.03 04:57:05.283454 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9196 | 2025.03.03 04:57:05.283708 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9197 | 2025.03.03 04:57:05.283935 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9198 | 2025.03.03 04:57:05.379437 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1308 | ||
| 9199 | 2025.03.03 04:57:05.382253 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9200 | 2025.03.03 04:57:05.382303 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9201 | 2025.03.03 04:57:05.383772 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9202 | 2025.03.03 04:57:05.384084 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9203 | 2025.03.03 04:57:05.384724 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1308 | ||
| 9204 | 2025.03.03 04:57:05.456039 [ 140 ] {} <Debug> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Selected 5 parts from all_1_26_5 to all_30_30_0 | ||
| 9205 | 2025.03.03 04:57:05.456113 [ 140 ] {} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9206 | 2025.03.03 04:57:05.456149 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9207 | 2025.03.03 04:57:05.456378 [ 191 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_5 to all_30_30_0 into Compact with storage Full | ||
| 9208 | 2025.03.03 04:57:05.456657 [ 191 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9209 | 2025.03.03 04:57:05.456698 [ 191 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 9210 | 2025.03.03 04:57:05.456823 [ 191 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 9211 | 2025.03.03 04:57:05.457020 [ 191 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 9212 | 2025.03.03 04:57:05.457101 [ 191 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 9213 | 2025.03.03 04:57:05.457327 [ 191 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9214 | 2025.03.03 04:57:05.458328 [ 186 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.002081285 sec., 86485.03208354455 rows/sec., 4.41 MiB/sec. | ||
| 9215 | 2025.03.03 04:57:05.458540 [ 193 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 9216 | 2025.03.03 04:57:05.458957 [ 193 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_30_6} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9217 | 2025.03.03 04:57:05.459055 [ 193 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_30_6} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Merged 5 parts: [all_1_26_5, all_30_30_0] -> all_1_30_6 | ||
| 9218 | 2025.03.03 04:57:05.459159 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9219 | 2025.03.03 04:57:05.535980 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9220 | 2025.03.03 04:57:05.536147 [ 256 ] {b2d1b6b5-7859-44d8-82ba-20ed86a894fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9221 | 2025.03.03 04:57:05.536214 [ 256 ] {b2d1b6b5-7859-44d8-82ba-20ed86a894fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9222 | 2025.03.03 04:57:05.537072 [ 256 ] {b2d1b6b5-7859-44d8-82ba-20ed86a894fb} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9223 | 2025.03.03 04:57:05.537117 [ 256 ] {b2d1b6b5-7859-44d8-82ba-20ed86a894fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9224 | 2025.03.03 04:57:05.537556 [ 256 ] {b2d1b6b5-7859-44d8-82ba-20ed86a894fb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9225 | 2025.03.03 04:57:05.537834 [ 256 ] {b2d1b6b5-7859-44d8-82ba-20ed86a894fb} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9226 | 2025.03.03 04:57:05.538079 [ 256 ] {b2d1b6b5-7859-44d8-82ba-20ed86a894fb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001981 sec., 107016.65825340737 rows/sec., 6.81 MiB/sec. | ||
| 9227 | 2025.03.03 04:57:05.538145 [ 256 ] {b2d1b6b5-7859-44d8-82ba-20ed86a894fb} <Debug> TCPHandler: Processed in 0.002286549 sec. | ||
| 9228 | 2025.03.03 04:57:05.538286 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9229 | 2025.03.03 04:57:05.538401 [ 256 ] {74a40f47-c50b-4c70-b402-c4a8f912d3dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9230 | 2025.03.03 04:57:05.538450 [ 256 ] {74a40f47-c50b-4c70-b402-c4a8f912d3dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9231 | 2025.03.03 04:57:05.539484 [ 256 ] {74a40f47-c50b-4c70-b402-c4a8f912d3dc} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9232 | 2025.03.03 04:57:05.539525 [ 256 ] {74a40f47-c50b-4c70-b402-c4a8f912d3dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9233 | 2025.03.03 04:57:05.539956 [ 256 ] {74a40f47-c50b-4c70-b402-c4a8f912d3dc} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9234 | 2025.03.03 04:57:05.540274 [ 256 ] {74a40f47-c50b-4c70-b402-c4a8f912d3dc} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9235 | 2025.03.03 04:57:05.540529 [ 256 ] {74a40f47-c50b-4c70-b402-c4a8f912d3dc} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.002153 sec., 297724.10589874594 rows/sec., 23.46 MiB/sec. | ||
| 9236 | 2025.03.03 04:57:05.540601 [ 256 ] {74a40f47-c50b-4c70-b402-c4a8f912d3dc} <Debug> TCPHandler: Processed in 0.002368711 sec. | ||
| 9237 | 2025.03.03 04:57:05.540784 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9238 | 2025.03.03 04:57:05.540905 [ 256 ] {8afa64a1-bb57-4536-92c9-d2bc50b8d24d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9239 | 2025.03.03 04:57:05.540963 [ 256 ] {8afa64a1-bb57-4536-92c9-d2bc50b8d24d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9240 | 2025.03.03 04:57:05.541634 [ 256 ] {8afa64a1-bb57-4536-92c9-d2bc50b8d24d} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9241 | 2025.03.03 04:57:05.541681 [ 256 ] {8afa64a1-bb57-4536-92c9-d2bc50b8d24d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9242 | 2025.03.03 04:57:05.542082 [ 256 ] {8afa64a1-bb57-4536-92c9-d2bc50b8d24d} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9243 | 2025.03.03 04:57:05.542372 [ 256 ] {8afa64a1-bb57-4536-92c9-d2bc50b8d24d} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9244 | 2025.03.03 04:57:05.542613 [ 256 ] {8afa64a1-bb57-4536-92c9-d2bc50b8d24d} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001739 sec., 67855.08913168487 rows/sec., 4.09 MiB/sec. | ||
| 9245 | 2025.03.03 04:57:05.542668 [ 256 ] {8afa64a1-bb57-4536-92c9-d2bc50b8d24d} <Debug> TCPHandler: Processed in 0.001944902 sec. | ||
| 9246 | 2025.03.03 04:57:05.542800 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9247 | 2025.03.03 04:57:05.542909 [ 256 ] {64c5e3e7-02cb-4777-801f-b8851d2bb2ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9248 | 2025.03.03 04:57:05.542957 [ 256 ] {64c5e3e7-02cb-4777-801f-b8851d2bb2ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9249 | 2025.03.03 04:57:05.543545 [ 256 ] {64c5e3e7-02cb-4777-801f-b8851d2bb2ac} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9250 | 2025.03.03 04:57:05.543589 [ 256 ] {64c5e3e7-02cb-4777-801f-b8851d2bb2ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9251 | 2025.03.03 04:57:05.543956 [ 256 ] {64c5e3e7-02cb-4777-801f-b8851d2bb2ac} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9252 | 2025.03.03 04:57:05.544203 [ 256 ] {64c5e3e7-02cb-4777-801f-b8851d2bb2ac} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9253 | 2025.03.03 04:57:05.544490 [ 256 ] {64c5e3e7-02cb-4777-801f-b8851d2bb2ac} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001601 sec., 70580.88694565896 rows/sec., 4.57 MiB/sec. | ||
| 9254 | 2025.03.03 04:57:05.544599 [ 256 ] {64c5e3e7-02cb-4777-801f-b8851d2bb2ac} <Debug> TCPHandler: Processed in 0.001852869 sec. | ||
| 9255 | 2025.03.03 04:57:05.544752 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9256 | 2025.03.03 04:57:05.544862 [ 256 ] {ecb025ba-fa0a-4f2a-8c4e-03e2148130aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9257 | 2025.03.03 04:57:05.544909 [ 256 ] {ecb025ba-fa0a-4f2a-8c4e-03e2148130aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9258 | 2025.03.03 04:57:05.545521 [ 256 ] {ecb025ba-fa0a-4f2a-8c4e-03e2148130aa} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9259 | 2025.03.03 04:57:05.545561 [ 256 ] {ecb025ba-fa0a-4f2a-8c4e-03e2148130aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9260 | 2025.03.03 04:57:05.545935 [ 256 ] {ecb025ba-fa0a-4f2a-8c4e-03e2148130aa} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9261 | 2025.03.03 04:57:05.546193 [ 256 ] {ecb025ba-fa0a-4f2a-8c4e-03e2148130aa} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9262 | 2025.03.03 04:57:05.546429 [ 256 ] {ecb025ba-fa0a-4f2a-8c4e-03e2148130aa} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001586 sec., 70617.90668348045 rows/sec., 4.02 MiB/sec. | ||
| 9263 | 2025.03.03 04:57:05.546486 [ 256 ] {ecb025ba-fa0a-4f2a-8c4e-03e2148130aa} <Debug> TCPHandler: Processed in 0.001784718 sec. | ||
| 9264 | 2025.03.03 04:57:05.546609 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9265 | 2025.03.03 04:57:05.546716 [ 256 ] {679f7150-2b9e-4ee7-a0ca-45e39d5c18f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9266 | 2025.03.03 04:57:05.546763 [ 256 ] {679f7150-2b9e-4ee7-a0ca-45e39d5c18f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9267 | 2025.03.03 04:57:05.547527 [ 256 ] {679f7150-2b9e-4ee7-a0ca-45e39d5c18f5} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9268 | 2025.03.03 04:57:05.547570 [ 256 ] {679f7150-2b9e-4ee7-a0ca-45e39d5c18f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9269 | 2025.03.03 04:57:05.547964 [ 256 ] {679f7150-2b9e-4ee7-a0ca-45e39d5c18f5} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9270 | 2025.03.03 04:57:05.548225 [ 256 ] {679f7150-2b9e-4ee7-a0ca-45e39d5c18f5} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2025.03.03 04:57:05.548451 [ 256 ] {679f7150-2b9e-4ee7-a0ca-45e39d5c18f5} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001757 sec., 224245.87364826407 rows/sec., 15.87 MiB/sec. | ||
| 9272 | 2025.03.03 04:57:05.548503 [ 256 ] {679f7150-2b9e-4ee7-a0ca-45e39d5c18f5} <Debug> TCPHandler: Processed in 0.001945812 sec. | ||
| 9273 | 2025.03.03 04:57:05.548631 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9274 | 2025.03.03 04:57:05.548736 [ 256 ] {f681b37b-e94f-4082-a0be-f37442c87bec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9275 | 2025.03.03 04:57:05.548785 [ 256 ] {f681b37b-e94f-4082-a0be-f37442c87bec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9276 | 2025.03.03 04:57:05.549224 [ 256 ] {f681b37b-e94f-4082-a0be-f37442c87bec} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9277 | 2025.03.03 04:57:05.549262 [ 256 ] {f681b37b-e94f-4082-a0be-f37442c87bec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9278 | 2025.03.03 04:57:05.549611 [ 256 ] {f681b37b-e94f-4082-a0be-f37442c87bec} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9279 | 2025.03.03 04:57:05.549859 [ 256 ] {f681b37b-e94f-4082-a0be-f37442c87bec} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9280 | 2025.03.03 04:57:05.550088 [ 256 ] {f681b37b-e94f-4082-a0be-f37442c87bec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 228.32 KiB/sec. | ||
| 9281 | 2025.03.03 04:57:05.550139 [ 256 ] {f681b37b-e94f-4082-a0be-f37442c87bec} <Debug> TCPHandler: Processed in 0.001560783 sec. | ||
| 9282 | 2025.03.03 04:57:05.550257 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9283 | 2025.03.03 04:57:05.550364 [ 256 ] {79664f54-705c-4cc7-ad6b-14d274ba1eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9284 | 2025.03.03 04:57:05.550411 [ 256 ] {79664f54-705c-4cc7-ad6b-14d274ba1eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9285 | 2025.03.03 04:57:05.550990 [ 256 ] {79664f54-705c-4cc7-ad6b-14d274ba1eae} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9286 | 2025.03.03 04:57:05.551030 [ 256 ] {79664f54-705c-4cc7-ad6b-14d274ba1eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9287 | 2025.03.03 04:57:05.551412 [ 256 ] {79664f54-705c-4cc7-ad6b-14d274ba1eae} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9288 | 2025.03.03 04:57:05.551646 [ 256 ] {79664f54-705c-4cc7-ad6b-14d274ba1eae} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9289 | 2025.03.03 04:57:05.551878 [ 256 ] {79664f54-705c-4cc7-ad6b-14d274ba1eae} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001536 sec., 154296.875 rows/sec., 10.34 MiB/sec. | ||
| 9290 | 2025.03.03 04:57:05.551935 [ 256 ] {79664f54-705c-4cc7-ad6b-14d274ba1eae} <Debug> TCPHandler: Processed in 0.001728708 sec. | ||
| 9291 | 2025.03.03 04:57:05.552098 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9292 | 2025.03.03 04:57:05.552209 [ 256 ] {655ccce6-b9d2-4bfe-b974-03fb09a6c70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9293 | 2025.03.03 04:57:05.552256 [ 256 ] {655ccce6-b9d2-4bfe-b974-03fb09a6c70d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9294 | 2025.03.03 04:57:05.552672 [ 256 ] {655ccce6-b9d2-4bfe-b974-03fb09a6c70d} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9295 | 2025.03.03 04:57:05.552709 [ 256 ] {655ccce6-b9d2-4bfe-b974-03fb09a6c70d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9296 | 2025.03.03 04:57:05.553061 [ 256 ] {655ccce6-b9d2-4bfe-b974-03fb09a6c70d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9297 | 2025.03.03 04:57:05.553298 [ 256 ] {655ccce6-b9d2-4bfe-b974-03fb09a6c70d} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9298 | 2025.03.03 04:57:05.553504 [ 256 ] {655ccce6-b9d2-4bfe-b974-03fb09a6c70d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001316 sec., 759.8784194528876 rows/sec., 51.20 KiB/sec. | ||
| 9299 | 2025.03.03 04:57:05.553554 [ 256 ] {655ccce6-b9d2-4bfe-b974-03fb09a6c70d} <Debug> TCPHandler: Processed in 0.001522862 sec. | ||
| 9300 | 2025.03.03 04:57:05.553658 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9301 | 2025.03.03 04:57:05.553760 [ 256 ] {f983d35d-3c77-442a-b958-3c67076f23f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9302 | 2025.03.03 04:57:05.553827 [ 256 ] {f983d35d-3c77-442a-b958-3c67076f23f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9303 | 2025.03.03 04:57:05.554905 [ 256 ] {f983d35d-3c77-442a-b958-3c67076f23f2} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9304 | 2025.03.03 04:57:05.554944 [ 256 ] {f983d35d-3c77-442a-b958-3c67076f23f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9305 | 2025.03.03 04:57:05.555548 [ 256 ] {f983d35d-3c77-442a-b958-3c67076f23f2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9306 | 2025.03.03 04:57:05.555807 [ 256 ] {f983d35d-3c77-442a-b958-3c67076f23f2} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9307 | 2025.03.03 04:57:05.556061 [ 256 ] {f983d35d-3c77-442a-b958-3c67076f23f2} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002322 sec., 5167.958656330749 rows/sec., 9.26 MiB/sec. | ||
| 9308 | 2025.03.03 04:57:05.556373 [ 256 ] {f983d35d-3c77-442a-b958-3c67076f23f2} <Debug> TCPHandler: Processed in 0.00276294 sec. | ||
| 9309 | 2025.03.03 04:57:05.556568 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9310 | 2025.03.03 04:57:05.556670 [ 256 ] {cde6c343-df70-4062-bbfc-cdf1ed26d046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9311 | 2025.03.03 04:57:05.556716 [ 256 ] {cde6c343-df70-4062-bbfc-cdf1ed26d046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9312 | 2025.03.03 04:57:05.557165 [ 256 ] {cde6c343-df70-4062-bbfc-cdf1ed26d046} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9313 | 2025.03.03 04:57:05.557203 [ 256 ] {cde6c343-df70-4062-bbfc-cdf1ed26d046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9314 | 2025.03.03 04:57:05.557557 [ 256 ] {cde6c343-df70-4062-bbfc-cdf1ed26d046} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9315 | 2025.03.03 04:57:05.557803 [ 256 ] {cde6c343-df70-4062-bbfc-cdf1ed26d046} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9316 | 2025.03.03 04:57:05.558007 [ 256 ] {cde6c343-df70-4062-bbfc-cdf1ed26d046} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001359 sec., 60338.48417954378 rows/sec., 3.83 MiB/sec. | ||
| 9317 | 2025.03.03 04:57:05.558056 [ 256 ] {cde6c343-df70-4062-bbfc-cdf1ed26d046} <Debug> TCPHandler: Processed in 0.001545263 sec. | ||
| 9318 | 2025.03.03 04:57:06.741783 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 9319 | 2025.03.03 04:57:06.762811 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9320 | 2025.03.03 04:57:06.762873 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9321 | 2025.03.03 04:57:06.770030 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9322 | 2025.03.03 04:57:06.770809 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9323 | 2025.03.03 04:57:06.773601 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9324 | 2025.03.03 04:57:10.530143 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9325 | 2025.03.03 04:57:10.530326 [ 256 ] {8da8a914-6816-4420-802c-775a611b51ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9326 | 2025.03.03 04:57:10.530395 [ 256 ] {8da8a914-6816-4420-802c-775a611b51ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9327 | 2025.03.03 04:57:10.531215 [ 256 ] {8da8a914-6816-4420-802c-775a611b51ad} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9328 | 2025.03.03 04:57:10.531257 [ 256 ] {8da8a914-6816-4420-802c-775a611b51ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9329 | 2025.03.03 04:57:10.531700 [ 256 ] {8da8a914-6816-4420-802c-775a611b51ad} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9330 | 2025.03.03 04:57:10.531967 [ 256 ] {8da8a914-6816-4420-802c-775a611b51ad} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9331 | 2025.03.03 04:57:10.532179 [ 256 ] {8da8a914-6816-4420-802c-775a611b51ad} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001903 sec., 57803.46820809248 rows/sec., 4.84 MiB/sec. | ||
| 9332 | 2025.03.03 04:57:10.532242 [ 256 ] {8da8a914-6816-4420-802c-775a611b51ad} <Debug> TCPHandler: Processed in 0.002225768 sec. | ||
| 9333 | 2025.03.03 04:57:10.532382 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9334 | 2025.03.03 04:57:10.532497 [ 256 ] {37a3093a-86eb-40e8-962f-482d0a9acabb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9335 | 2025.03.03 04:57:10.532544 [ 256 ] {37a3093a-86eb-40e8-962f-482d0a9acabb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9336 | 2025.03.03 04:57:10.533091 [ 256 ] {37a3093a-86eb-40e8-962f-482d0a9acabb} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9337 | 2025.03.03 04:57:10.533129 [ 256 ] {37a3093a-86eb-40e8-962f-482d0a9acabb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9338 | 2025.03.03 04:57:10.533479 [ 256 ] {37a3093a-86eb-40e8-962f-482d0a9acabb} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9339 | 2025.03.03 04:57:10.533720 [ 256 ] {37a3093a-86eb-40e8-962f-482d0a9acabb} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9340 | 2025.03.03 04:57:10.533911 [ 256 ] {37a3093a-86eb-40e8-962f-482d0a9acabb} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001442 sec., 18723.994452149793 rows/sec., 1.37 MiB/sec. | ||
| 9341 | 2025.03.03 04:57:10.533964 [ 256 ] {37a3093a-86eb-40e8-962f-482d0a9acabb} <Debug> TCPHandler: Processed in 0.001636545 sec. | ||
| 9342 | 2025.03.03 04:57:10.534070 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9343 | 2025.03.03 04:57:10.534174 [ 256 ] {ec529168-2d87-4eb8-82ab-ea00e1c999d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9344 | 2025.03.03 04:57:10.534219 [ 256 ] {ec529168-2d87-4eb8-82ab-ea00e1c999d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9345 | 2025.03.03 04:57:10.534771 [ 256 ] {ec529168-2d87-4eb8-82ab-ea00e1c999d8} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9346 | 2025.03.03 04:57:10.534808 [ 256 ] {ec529168-2d87-4eb8-82ab-ea00e1c999d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9347 | 2025.03.03 04:57:10.535161 [ 256 ] {ec529168-2d87-4eb8-82ab-ea00e1c999d8} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9348 | 2025.03.03 04:57:10.535410 [ 256 ] {ec529168-2d87-4eb8-82ab-ea00e1c999d8} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9349 | 2025.03.03 04:57:10.535589 [ 256 ] {ec529168-2d87-4eb8-82ab-ea00e1c999d8} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001438 sec., 63282.33657858136 rows/sec., 4.94 MiB/sec. | ||
| 9350 | 2025.03.03 04:57:10.535638 [ 256 ] {ec529168-2d87-4eb8-82ab-ea00e1c999d8} <Debug> TCPHandler: Processed in 0.001618985 sec. | ||
| 9351 | 2025.03.03 04:57:10.535757 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9352 | 2025.03.03 04:57:10.535863 [ 256 ] {33dc4c62-c90b-4569-bede-e3cce3834b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9353 | 2025.03.03 04:57:10.535912 [ 256 ] {33dc4c62-c90b-4569-bede-e3cce3834b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9354 | 2025.03.03 04:57:10.536435 [ 256 ] {33dc4c62-c90b-4569-bede-e3cce3834b17} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9355 | 2025.03.03 04:57:10.536470 [ 256 ] {33dc4c62-c90b-4569-bede-e3cce3834b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9356 | 2025.03.03 04:57:10.536845 [ 256 ] {33dc4c62-c90b-4569-bede-e3cce3834b17} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9357 | 2025.03.03 04:57:10.537084 [ 256 ] {33dc4c62-c90b-4569-bede-e3cce3834b17} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9358 | 2025.03.03 04:57:10.537259 [ 256 ] {33dc4c62-c90b-4569-bede-e3cce3834b17} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001418 sec., 112834.97884344147 rows/sec., 7.86 MiB/sec. | ||
| 9359 | 2025.03.03 04:57:10.537312 [ 256 ] {33dc4c62-c90b-4569-bede-e3cce3834b17} <Debug> TCPHandler: Processed in 0.001607784 sec. | ||
| 9360 | 2025.03.03 04:57:10.537466 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9361 | 2025.03.03 04:57:10.537586 [ 256 ] {d7d574af-2515-4aad-a809-532f90af4281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9362 | 2025.03.03 04:57:10.537650 [ 256 ] {d7d574af-2515-4aad-a809-532f90af4281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9363 | 2025.03.03 04:57:10.538750 [ 256 ] {d7d574af-2515-4aad-a809-532f90af4281} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9364 | 2025.03.03 04:57:10.538786 [ 256 ] {d7d574af-2515-4aad-a809-532f90af4281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9365 | 2025.03.03 04:57:10.539409 [ 256 ] {d7d574af-2515-4aad-a809-532f90af4281} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9366 | 2025.03.03 04:57:10.539671 [ 256 ] {d7d574af-2515-4aad-a809-532f90af4281} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9367 | 2025.03.03 04:57:10.539871 [ 256 ] {d7d574af-2515-4aad-a809-532f90af4281} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002309 sec., 11693.37375487224 rows/sec., 20.95 MiB/sec. | ||
| 9368 | 2025.03.03 04:57:10.539972 [ 256 ] {d7d574af-2515-4aad-a809-532f90af4281} <Debug> TCPHandler: Processed in 0.002570166 sec. | ||
| 9369 | 2025.03.03 04:57:10.540084 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9370 | 2025.03.03 04:57:10.540187 [ 256 ] {4ca1222a-2843-400a-b95f-d5a59e84f04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9371 | 2025.03.03 04:57:10.540232 [ 256 ] {4ca1222a-2843-400a-b95f-d5a59e84f04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9372 | 2025.03.03 04:57:10.540665 [ 256 ] {4ca1222a-2843-400a-b95f-d5a59e84f04c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9373 | 2025.03.03 04:57:10.540701 [ 256 ] {4ca1222a-2843-400a-b95f-d5a59e84f04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.66 GiB. | ||
| 9374 | 2025.03.03 04:57:10.541081 [ 256 ] {4ca1222a-2843-400a-b95f-d5a59e84f04c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9375 | 2025.03.03 04:57:10.541390 [ 256 ] {4ca1222a-2843-400a-b95f-d5a59e84f04c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9376 | 2025.03.03 04:57:10.541588 [ 256 ] {4ca1222a-2843-400a-b95f-d5a59e84f04c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. | ||
| 9377 | 2025.03.03 04:57:10.541659 [ 256 ] {4ca1222a-2843-400a-b95f-d5a59e84f04c} <Debug> TCPHandler: Processed in 0.001623185 sec. | ||
| 9378 | 2025.03.03 04:57:12.785033 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 9379 | 2025.03.03 04:57:12.785691 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9380 | 2025.03.03 04:57:12.785738 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9381 | 2025.03.03 04:57:12.786251 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9382 | 2025.03.03 04:57:12.786501 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9383 | 2025.03.03 04:57:12.786782 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 9384 | 2025.03.03 04:57:14.274640 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9385 | 2025.03.03 04:57:14.296137 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9386 | 2025.03.03 04:57:14.296185 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9387 | 2025.03.03 04:57:14.303369 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9388 | 2025.03.03 04:57:14.304155 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9389 | 2025.03.03 04:57:14.306828 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9390 | 2025.03.03 04:57:15.385837 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1342 | ||
| 9391 | 2025.03.03 04:57:15.388958 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9392 | 2025.03.03 04:57:15.389020 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9393 | 2025.03.03 04:57:15.390511 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9394 | 2025.03.03 04:57:15.390833 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9395 | 2025.03.03 04:57:15.391501 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1342 | ||
| 9396 | 2025.03.03 04:57:15.535437 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9397 | 2025.03.03 04:57:15.535626 [ 256 ] {2a6c1698-97cb-4834-b64e-216be6ac4458} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9398 | 2025.03.03 04:57:15.535702 [ 256 ] {2a6c1698-97cb-4834-b64e-216be6ac4458} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9399 | 2025.03.03 04:57:15.536613 [ 256 ] {2a6c1698-97cb-4834-b64e-216be6ac4458} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9400 | 2025.03.03 04:57:15.536664 [ 256 ] {2a6c1698-97cb-4834-b64e-216be6ac4458} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9401 | 2025.03.03 04:57:15.537126 [ 256 ] {2a6c1698-97cb-4834-b64e-216be6ac4458} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9402 | 2025.03.03 04:57:15.537395 [ 256 ] {2a6c1698-97cb-4834-b64e-216be6ac4458} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9403 | 2025.03.03 04:57:15.537650 [ 256 ] {2a6c1698-97cb-4834-b64e-216be6ac4458} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002073 sec., 102267.24553786781 rows/sec., 6.50 MiB/sec. | ||
| 9404 | 2025.03.03 04:57:15.537790 [ 256 ] {2a6c1698-97cb-4834-b64e-216be6ac4458} <Debug> TCPHandler: Processed in 0.002480843 sec. | ||
| 9405 | 2025.03.03 04:57:15.537940 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9406 | 2025.03.03 04:57:15.538054 [ 256 ] {7b97a6f6-6871-4a6f-bda3-354f589d5ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9407 | 2025.03.03 04:57:15.538104 [ 256 ] {7b97a6f6-6871-4a6f-bda3-354f589d5ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9408 | 2025.03.03 04:57:15.539058 [ 256 ] {7b97a6f6-6871-4a6f-bda3-354f589d5ec6} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9409 | 2025.03.03 04:57:15.539099 [ 256 ] {7b97a6f6-6871-4a6f-bda3-354f589d5ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9410 | 2025.03.03 04:57:15.539522 [ 256 ] {7b97a6f6-6871-4a6f-bda3-354f589d5ec6} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9411 | 2025.03.03 04:57:15.539776 [ 256 ] {7b97a6f6-6871-4a6f-bda3-354f589d5ec6} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9412 | 2025.03.03 04:57:15.540003 [ 256 ] {7b97a6f6-6871-4a6f-bda3-354f589d5ec6} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001979 sec., 323900.96008084895 rows/sec., 25.52 MiB/sec. | ||
| 9413 | 2025.03.03 04:57:15.540060 [ 256 ] {7b97a6f6-6871-4a6f-bda3-354f589d5ec6} <Debug> TCPHandler: Processed in 0.002174277 sec. | ||
| 9414 | 2025.03.03 04:57:15.540182 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9415 | 2025.03.03 04:57:15.540292 [ 256 ] {a8582966-b83a-45e3-a1d2-5471694f807e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9416 | 2025.03.03 04:57:15.540339 [ 256 ] {a8582966-b83a-45e3-a1d2-5471694f807e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9417 | 2025.03.03 04:57:15.540949 [ 256 ] {a8582966-b83a-45e3-a1d2-5471694f807e} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9418 | 2025.03.03 04:57:15.541059 [ 256 ] {a8582966-b83a-45e3-a1d2-5471694f807e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9419 | 2025.03.03 04:57:15.541484 [ 256 ] {a8582966-b83a-45e3-a1d2-5471694f807e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9420 | 2025.03.03 04:57:15.541793 [ 256 ] {a8582966-b83a-45e3-a1d2-5471694f807e} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9421 | 2025.03.03 04:57:15.542074 [ 256 ] {a8582966-b83a-45e3-a1d2-5471694f807e} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001803 sec., 65446.47809206878 rows/sec., 3.95 MiB/sec. | ||
| 9422 | 2025.03.03 04:57:15.542130 [ 256 ] {a8582966-b83a-45e3-a1d2-5471694f807e} <Debug> TCPHandler: Processed in 0.002001493 sec. | ||
| 9423 | 2025.03.03 04:57:15.542267 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9424 | 2025.03.03 04:57:15.542380 [ 256 ] {1daf0abf-592d-49d2-8641-6b008b3f44a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9425 | 2025.03.03 04:57:15.542428 [ 256 ] {1daf0abf-592d-49d2-8641-6b008b3f44a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9426 | 2025.03.03 04:57:15.543031 [ 256 ] {1daf0abf-592d-49d2-8641-6b008b3f44a4} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9427 | 2025.03.03 04:57:15.543070 [ 256 ] {1daf0abf-592d-49d2-8641-6b008b3f44a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9428 | 2025.03.03 04:57:15.543459 [ 256 ] {1daf0abf-592d-49d2-8641-6b008b3f44a4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9429 | 2025.03.03 04:57:15.543745 [ 256 ] {1daf0abf-592d-49d2-8641-6b008b3f44a4} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9430 | 2025.03.03 04:57:15.543994 [ 256 ] {1daf0abf-592d-49d2-8641-6b008b3f44a4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001633 sec., 69197.79546846295 rows/sec., 4.48 MiB/sec. | ||
| 9431 | 2025.03.03 04:57:15.544109 [ 256 ] {1daf0abf-592d-49d2-8641-6b008b3f44a4} <Debug> TCPHandler: Processed in 0.00189353 sec. | ||
| 9432 | 2025.03.03 04:57:15.544252 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9433 | 2025.03.03 04:57:15.544360 [ 256 ] {6ecd11fc-0445-4a2d-bc73-4b82cdb7801b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9434 | 2025.03.03 04:57:15.544405 [ 256 ] {6ecd11fc-0445-4a2d-bc73-4b82cdb7801b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9435 | 2025.03.03 04:57:15.545022 [ 256 ] {6ecd11fc-0445-4a2d-bc73-4b82cdb7801b} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9436 | 2025.03.03 04:57:15.545063 [ 256 ] {6ecd11fc-0445-4a2d-bc73-4b82cdb7801b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9437 | 2025.03.03 04:57:15.545439 [ 256 ] {6ecd11fc-0445-4a2d-bc73-4b82cdb7801b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9438 | 2025.03.03 04:57:15.545693 [ 256 ] {6ecd11fc-0445-4a2d-bc73-4b82cdb7801b} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9439 | 2025.03.03 04:57:15.545928 [ 256 ] {6ecd11fc-0445-4a2d-bc73-4b82cdb7801b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00159 sec., 70440.25157232705 rows/sec., 4.01 MiB/sec. | ||
| 9440 | 2025.03.03 04:57:15.546058 [ 256 ] {6ecd11fc-0445-4a2d-bc73-4b82cdb7801b} <Debug> TCPHandler: Processed in 0.001857629 sec. | ||
| 9441 | 2025.03.03 04:57:15.546214 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9442 | 2025.03.03 04:57:15.546339 [ 256 ] {83729ff9-1cad-4c4f-8ff0-c6cc6855d0ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9443 | 2025.03.03 04:57:15.546391 [ 256 ] {83729ff9-1cad-4c4f-8ff0-c6cc6855d0ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9444 | 2025.03.03 04:57:15.547117 [ 256 ] {83729ff9-1cad-4c4f-8ff0-c6cc6855d0ab} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9445 | 2025.03.03 04:57:15.547166 [ 256 ] {83729ff9-1cad-4c4f-8ff0-c6cc6855d0ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9446 | 2025.03.03 04:57:15.547560 [ 256 ] {83729ff9-1cad-4c4f-8ff0-c6cc6855d0ab} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9447 | 2025.03.03 04:57:15.547828 [ 256 ] {83729ff9-1cad-4c4f-8ff0-c6cc6855d0ab} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9448 | 2025.03.03 04:57:15.548070 [ 256 ] {83729ff9-1cad-4c4f-8ff0-c6cc6855d0ab} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001765 sec., 223229.46175637393 rows/sec., 15.79 MiB/sec. | ||
| 9449 | 2025.03.03 04:57:15.548126 [ 256 ] {83729ff9-1cad-4c4f-8ff0-c6cc6855d0ab} <Debug> TCPHandler: Processed in 0.001966573 sec. | ||
| 9450 | 2025.03.03 04:57:15.548248 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9451 | 2025.03.03 04:57:15.548355 [ 256 ] {1cb8e537-9d3e-4cd3-bbaf-e8585371bd8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9452 | 2025.03.03 04:57:15.548403 [ 256 ] {1cb8e537-9d3e-4cd3-bbaf-e8585371bd8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9453 | 2025.03.03 04:57:15.548883 [ 256 ] {1cb8e537-9d3e-4cd3-bbaf-e8585371bd8b} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9454 | 2025.03.03 04:57:15.548923 [ 256 ] {1cb8e537-9d3e-4cd3-bbaf-e8585371bd8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9455 | 2025.03.03 04:57:15.549293 [ 256 ] {1cb8e537-9d3e-4cd3-bbaf-e8585371bd8b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9456 | 2025.03.03 04:57:15.549531 [ 256 ] {1cb8e537-9d3e-4cd3-bbaf-e8585371bd8b} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9457 | 2025.03.03 04:57:15.549765 [ 256 ] {1cb8e537-9d3e-4cd3-bbaf-e8585371bd8b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec. | ||
| 9458 | 2025.03.03 04:57:15.549881 [ 256 ] {1cb8e537-9d3e-4cd3-bbaf-e8585371bd8b} <Debug> TCPHandler: Processed in 0.001682726 sec. | ||
| 9459 | 2025.03.03 04:57:15.550005 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9460 | 2025.03.03 04:57:15.550107 [ 256 ] {87b93626-9274-4b87-8afd-8d1902a839c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9461 | 2025.03.03 04:57:15.550154 [ 256 ] {87b93626-9274-4b87-8afd-8d1902a839c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9462 | 2025.03.03 04:57:15.550674 [ 256 ] {87b93626-9274-4b87-8afd-8d1902a839c5} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9463 | 2025.03.03 04:57:15.550711 [ 256 ] {87b93626-9274-4b87-8afd-8d1902a839c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9464 | 2025.03.03 04:57:15.551093 [ 256 ] {87b93626-9274-4b87-8afd-8d1902a839c5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9465 | 2025.03.03 04:57:15.551339 [ 256 ] {87b93626-9274-4b87-8afd-8d1902a839c5} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9466 | 2025.03.03 04:57:15.551550 [ 256 ] {87b93626-9274-4b87-8afd-8d1902a839c5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001465 sec., 161774.74402730376 rows/sec., 10.84 MiB/sec. | ||
| 9467 | 2025.03.03 04:57:15.551604 [ 256 ] {87b93626-9274-4b87-8afd-8d1902a839c5} <Debug> TCPHandler: Processed in 0.001649735 sec. | ||
| 9468 | 2025.03.03 04:57:15.551724 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9469 | 2025.03.03 04:57:15.551833 [ 256 ] {2b899842-e659-4e9c-a6ea-0c6458d6563c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9470 | 2025.03.03 04:57:15.551880 [ 256 ] {2b899842-e659-4e9c-a6ea-0c6458d6563c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9471 | 2025.03.03 04:57:15.552306 [ 256 ] {2b899842-e659-4e9c-a6ea-0c6458d6563c} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9472 | 2025.03.03 04:57:15.552345 [ 256 ] {2b899842-e659-4e9c-a6ea-0c6458d6563c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9473 | 2025.03.03 04:57:15.552688 [ 256 ] {2b899842-e659-4e9c-a6ea-0c6458d6563c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9474 | 2025.03.03 04:57:15.552946 [ 256 ] {2b899842-e659-4e9c-a6ea-0c6458d6563c} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9475 | 2025.03.03 04:57:15.553108 [ 128 ] {} <Debug> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
| 9476 | 2025.03.03 04:57:15.553167 [ 256 ] {2b899842-e659-4e9c-a6ea-0c6458d6563c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001355 sec., 738.0073800738007 rows/sec., 49.73 KiB/sec. | ||
| 9477 | 2025.03.03 04:57:15.553186 [ 128 ] {} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9478 | 2025.03.03 04:57:15.553253 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9479 | 2025.03.03 04:57:15.553285 [ 256 ] {2b899842-e659-4e9c-a6ea-0c6458d6563c} <Debug> TCPHandler: Processed in 0.001609715 sec. | ||
| 9480 | 2025.03.03 04:57:15.553647 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9481 | 2025.03.03 04:57:15.553731 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_28_6 to all_33_33_0 into Compact with storage Full | ||
| 9482 | 2025.03.03 04:57:15.553974 [ 256 ] {98197035-f403-4c5a-9eb8-71939f4b9ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9483 | 2025.03.03 04:57:15.554282 [ 256 ] {98197035-f403-4c5a-9eb8-71939f4b9ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9484 | 2025.03.03 04:57:15.554304 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9485 | 2025.03.03 04:57:15.554422 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 28 rows starting from the beginning of the part | ||
| 9486 | 2025.03.03 04:57:15.554944 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9487 | 2025.03.03 04:57:15.555294 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9488 | 2025.03.03 04:57:15.555835 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 9489 | 2025.03.03 04:57:15.556153 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 9490 | 2025.03.03 04:57:15.556624 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 9491 | 2025.03.03 04:57:15.559744 [ 256 ] {98197035-f403-4c5a-9eb8-71939f4b9ad9} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9492 | 2025.03.03 04:57:15.559837 [ 256 ] {98197035-f403-4c5a-9eb8-71939f4b9ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9493 | 2025.03.03 04:57:15.560332 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.006951079 sec., 4747.464386464318 rows/sec., 319.34 KiB/sec. | ||
| 9494 | 2025.03.03 04:57:15.560571 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9495 | 2025.03.03 04:57:15.561238 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_33_7} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9496 | 2025.03.03 04:57:15.561474 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_33_7} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
| 9497 | 2025.03.03 04:57:15.561645 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9498 | 2025.03.03 04:57:15.561750 [ 256 ] {98197035-f403-4c5a-9eb8-71939f4b9ad9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9499 | 2025.03.03 04:57:15.562063 [ 256 ] {98197035-f403-4c5a-9eb8-71939f4b9ad9} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9500 | 2025.03.03 04:57:15.562335 [ 256 ] {98197035-f403-4c5a-9eb8-71939f4b9ad9} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008485 sec., 1414.2604596346496 rows/sec., 2.53 MiB/sec. | ||
| 9501 | 2025.03.03 04:57:15.562491 [ 256 ] {98197035-f403-4c5a-9eb8-71939f4b9ad9} <Debug> TCPHandler: Processed in 0.008981842 sec. | ||
| 9502 | 2025.03.03 04:57:15.562617 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9503 | 2025.03.03 04:57:15.562720 [ 256 ] {68edfb30-2cb9-4002-af80-7e1ae143f59f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9504 | 2025.03.03 04:57:15.562770 [ 256 ] {68edfb30-2cb9-4002-af80-7e1ae143f59f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9505 | 2025.03.03 04:57:15.563224 [ 256 ] {68edfb30-2cb9-4002-af80-7e1ae143f59f} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9506 | 2025.03.03 04:57:15.563265 [ 256 ] {68edfb30-2cb9-4002-af80-7e1ae143f59f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9507 | 2025.03.03 04:57:15.563644 [ 256 ] {68edfb30-2cb9-4002-af80-7e1ae143f59f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9508 | 2025.03.03 04:57:15.563926 [ 256 ] {68edfb30-2cb9-4002-af80-7e1ae143f59f} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9509 | 2025.03.03 04:57:15.564171 [ 256 ] {68edfb30-2cb9-4002-af80-7e1ae143f59f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001473 sec., 55668.70332654447 rows/sec., 3.54 MiB/sec. | ||
| 9510 | 2025.03.03 04:57:15.564222 [ 256 ] {68edfb30-2cb9-4002-af80-7e1ae143f59f} <Debug> TCPHandler: Processed in 0.001655315 sec. | ||
| 9511 | 2025.03.03 04:57:20.113085 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9512 | 2025.03.03 04:57:20.113137 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9513 | 2025.03.03 04:57:20.287876 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 9514 | 2025.03.03 04:57:20.288528 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9515 | 2025.03.03 04:57:20.288574 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9516 | 2025.03.03 04:57:20.289108 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9517 | 2025.03.03 04:57:20.289380 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9518 | 2025.03.03 04:57:20.289532 [ 124 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9519 | 2025.03.03 04:57:20.289587 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9520 | 2025.03.03 04:57:20.289588 [ 124 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9521 | 2025.03.03 04:57:20.289623 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9522 | 2025.03.03 04:57:20.289725 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 9523 | 2025.03.03 04:57:20.289825 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9524 | 2025.03.03 04:57:20.289856 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 9525 | 2025.03.03 04:57:20.289927 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 9526 | 2025.03.03 04:57:20.290130 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 9527 | 2025.03.03 04:57:20.290342 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 9528 | 2025.03.03 04:57:20.290463 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 9529 | 2025.03.03 04:57:20.290637 [ 200 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 9530 | 2025.03.03 04:57:20.292983 [ 195 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.00329821 sec., 6399228.672522368 rows/sec., 91.54 MiB/sec. | ||
| 9531 | 2025.03.03 04:57:20.293406 [ 197 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9532 | 2025.03.03 04:57:20.293785 [ 197 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_46_9} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9533 | 2025.03.03 04:57:20.293886 [ 197 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_46_9} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9534 | 2025.03.03 04:57:20.294010 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 9535 | 2025.03.03 04:57:20.530502 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9536 | 2025.03.03 04:57:20.530693 [ 256 ] {2111108e-2cff-491d-8a3d-f0a348172454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9537 | 2025.03.03 04:57:20.530774 [ 256 ] {2111108e-2cff-491d-8a3d-f0a348172454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9538 | 2025.03.03 04:57:20.531670 [ 256 ] {2111108e-2cff-491d-8a3d-f0a348172454} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9539 | 2025.03.03 04:57:20.531736 [ 256 ] {2111108e-2cff-491d-8a3d-f0a348172454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9540 | 2025.03.03 04:57:20.532188 [ 256 ] {2111108e-2cff-491d-8a3d-f0a348172454} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9541 | 2025.03.03 04:57:20.532435 [ 256 ] {2111108e-2cff-491d-8a3d-f0a348172454} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9542 | 2025.03.03 04:57:20.532645 [ 123 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9543 | 2025.03.03 04:57:20.532676 [ 256 ] {2111108e-2cff-491d-8a3d-f0a348172454} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002036 sec., 54027.50491159136 rows/sec., 4.53 MiB/sec. | ||
| 9544 | 2025.03.03 04:57:20.532738 [ 123 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9545 | 2025.03.03 04:57:20.532822 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9546 | 2025.03.03 04:57:20.532829 [ 256 ] {2111108e-2cff-491d-8a3d-f0a348172454} <Debug> TCPHandler: Processed in 0.002480103 sec. | ||
| 9547 | 2025.03.03 04:57:20.533124 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9548 | 2025.03.03 04:57:20.533175 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 9549 | 2025.03.03 04:57:20.533450 [ 256 ] {ce654c1e-fc8b-4968-b05f-ce380848fc28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9550 | 2025.03.03 04:57:20.533613 [ 256 ] {ce654c1e-fc8b-4968-b05f-ce380848fc28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9551 | 2025.03.03 04:57:20.533784 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9552 | 2025.03.03 04:57:20.533929 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1845 rows starting from the beginning of the part | ||
| 9553 | 2025.03.03 04:57:20.534466 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 110 rows starting from the beginning of the part | ||
| 9554 | 2025.03.03 04:57:20.535418 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 641 rows starting from the beginning of the part | ||
| 9555 | 2025.03.03 04:57:20.535775 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 110 rows starting from the beginning of the part | ||
| 9556 | 2025.03.03 04:57:20.536071 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 641 rows starting from the beginning of the part | ||
| 9557 | 2025.03.03 04:57:20.536392 [ 195 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 110 rows starting from the beginning of the part | ||
| 9558 | 2025.03.03 04:57:20.537202 [ 256 ] {ce654c1e-fc8b-4968-b05f-ce380848fc28} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9559 | 2025.03.03 04:57:20.537276 [ 256 ] {ce654c1e-fc8b-4968-b05f-ce380848fc28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9560 | 2025.03.03 04:57:20.538485 [ 256 ] {ce654c1e-fc8b-4968-b05f-ce380848fc28} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9561 | 2025.03.03 04:57:20.538945 [ 256 ] {ce654c1e-fc8b-4968-b05f-ce380848fc28} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9562 | 2025.03.03 04:57:20.539172 [ 123 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 9563 | 2025.03.03 04:57:20.539270 [ 123 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9564 | 2025.03.03 04:57:20.539306 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9565 | 2025.03.03 04:57:20.539339 [ 256 ] {ce654c1e-fc8b-4968-b05f-ce380848fc28} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.006021 sec., 4484.304932735426 rows/sec., 337.20 KiB/sec. | ||
| 9566 | 2025.03.03 04:57:20.539685 [ 256 ] {ce654c1e-fc8b-4968-b05f-ce380848fc28} <Debug> TCPHandler: Processed in 0.006678713 sec. | ||
| 9567 | 2025.03.03 04:57:20.539732 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 9568 | 2025.03.03 04:57:20.540076 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9569 | 2025.03.03 04:57:20.540357 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9570 | 2025.03.03 04:57:20.540378 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3457 rows, containing 5 columns (5 merged, 0 gathered) in 0.00744553 sec., 464305.42889492086 rows/sec., 39.20 MiB/sec. | ||
| 9571 | 2025.03.03 04:57:20.540396 [ 256 ] {39caf35f-4b3a-4e6d-b548-067d6eb7358e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9572 | 2025.03.03 04:57:20.540454 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 163 rows starting from the beginning of the part | ||
| 9573 | 2025.03.03 04:57:20.540510 [ 256 ] {39caf35f-4b3a-4e6d-b548-067d6eb7358e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9574 | 2025.03.03 04:57:20.540859 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9575 | 2025.03.03 04:57:20.540899 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 27 rows starting from the beginning of the part | ||
| 9576 | 2025.03.03 04:57:20.541386 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 118 rows starting from the beginning of the part | ||
| 9577 | 2025.03.03 04:57:20.541999 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 27 rows starting from the beginning of the part | ||
| 9578 | 2025.03.03 04:57:20.542323 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_76_15} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9579 | 2025.03.03 04:57:20.542758 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 118 rows starting from the beginning of the part | ||
| 9580 | 2025.03.03 04:57:20.543024 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_76_15} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9581 | 2025.03.03 04:57:20.543403 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 27 rows starting from the beginning of the part | ||
| 9582 | 2025.03.03 04:57:20.543448 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 9583 | 2025.03.03 04:57:20.544671 [ 256 ] {39caf35f-4b3a-4e6d-b548-067d6eb7358e} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9584 | 2025.03.03 04:57:20.544731 [ 256 ] {39caf35f-4b3a-4e6d-b548-067d6eb7358e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9585 | 2025.03.03 04:57:20.545780 [ 256 ] {39caf35f-4b3a-4e6d-b548-067d6eb7358e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9586 | 2025.03.03 04:57:20.546325 [ 256 ] {39caf35f-4b3a-4e6d-b548-067d6eb7358e} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9587 | 2025.03.03 04:57:20.546641 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 480 rows, containing 5 columns (5 merged, 0 gathered) in 0.007233345 sec., 66359.33997341478 rows/sec., 4.47 MiB/sec. | ||
| 9588 | 2025.03.03 04:57:20.546711 [ 123 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9589 | 2025.03.03 04:57:20.546839 [ 123 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9590 | 2025.03.03 04:57:20.546902 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9591 | 2025.03.03 04:57:20.546930 [ 256 ] {39caf35f-4b3a-4e6d-b548-067d6eb7358e} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.006588 sec., 13812.993321190042 rows/sec., 1.08 MiB/sec. | ||
| 9592 | 2025.03.03 04:57:20.546964 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 9593 | 2025.03.03 04:57:20.547388 [ 256 ] {39caf35f-4b3a-4e6d-b548-067d6eb7358e} <Debug> TCPHandler: Processed in 0.00745941 sec. | ||
| 9594 | 2025.03.03 04:57:20.547716 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9595 | 2025.03.03 04:57:20.548168 [ 256 ] {8f63c8d1-6a27-43f4-b7bd-e0080580a323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9596 | 2025.03.03 04:57:20.548393 [ 256 ] {8f63c8d1-6a27-43f4-b7bd-e0080580a323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9597 | 2025.03.03 04:57:20.548548 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_60_12} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9598 | 2025.03.03 04:57:20.548960 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 9599 | 2025.03.03 04:57:20.549114 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_60_12} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 9600 | 2025.03.03 04:57:20.549558 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9601 | 2025.03.03 04:57:20.549570 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9602 | 2025.03.03 04:57:20.549668 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 913 rows starting from the beginning of the part | ||
| 9603 | 2025.03.03 04:57:20.549940 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 91 rows starting from the beginning of the part | ||
| 9604 | 2025.03.03 04:57:20.550113 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 394 rows starting from the beginning of the part | ||
| 9605 | 2025.03.03 04:57:20.550485 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 91 rows starting from the beginning of the part | ||
| 9606 | 2025.03.03 04:57:20.550838 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 394 rows starting from the beginning of the part | ||
| 9607 | 2025.03.03 04:57:20.551067 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 91 rows starting from the beginning of the part | ||
| 9608 | 2025.03.03 04:57:20.551727 [ 256 ] {8f63c8d1-6a27-43f4-b7bd-e0080580a323} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9609 | 2025.03.03 04:57:20.551776 [ 256 ] {8f63c8d1-6a27-43f4-b7bd-e0080580a323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9610 | 2025.03.03 04:57:20.552327 [ 256 ] {8f63c8d1-6a27-43f4-b7bd-e0080580a323} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9611 | 2025.03.03 04:57:20.552657 [ 256 ] {8f63c8d1-6a27-43f4-b7bd-e0080580a323} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9612 | 2025.03.03 04:57:20.552857 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9613 | 2025.03.03 04:57:20.552972 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9614 | 2025.03.03 04:57:20.553011 [ 256 ] {8f63c8d1-6a27-43f4-b7bd-e0080580a323} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005016 sec., 31897.92663476874 rows/sec., 2.22 MiB/sec. | ||
| 9615 | 2025.03.03 04:57:20.553020 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9616 | 2025.03.03 04:57:20.553367 [ 256 ] {8f63c8d1-6a27-43f4-b7bd-e0080580a323} <Debug> TCPHandler: Processed in 0.005775544 sec. | ||
| 9617 | 2025.03.03 04:57:20.553691 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 9618 | 2025.03.03 04:57:20.553802 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9619 | 2025.03.03 04:57:20.553963 [ 198 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1974 rows, containing 5 columns (5 merged, 0 gathered) in 0.006804616 sec., 290097.19284673815 rows/sec., 22.18 MiB/sec. | ||
| 9620 | 2025.03.03 04:57:20.554111 [ 256 ] {5bbd373d-2499-4871-8116-90974180ae8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9621 | 2025.03.03 04:57:20.554181 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9622 | 2025.03.03 04:57:20.554352 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21616 rows starting from the beginning of the part | ||
| 9623 | 2025.03.03 04:57:20.554364 [ 198 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9624 | 2025.03.03 04:57:20.554387 [ 256 ] {5bbd373d-2499-4871-8116-90974180ae8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9625 | 2025.03.03 04:57:20.555249 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 9626 | 2025.03.03 04:57:20.555436 [ 198 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_76_15} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9627 | 2025.03.03 04:57:20.555844 [ 198 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_76_15} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9628 | 2025.03.03 04:57:20.556110 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 9629 | 2025.03.03 04:57:20.556137 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 9630 | 2025.03.03 04:57:20.556641 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part | ||
| 9631 | 2025.03.03 04:57:20.557032 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 9632 | 2025.03.03 04:57:20.557372 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 9633 | 2025.03.03 04:57:20.559396 [ 256 ] {5bbd373d-2499-4871-8116-90974180ae8e} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9634 | 2025.03.03 04:57:20.559440 [ 256 ] {5bbd373d-2499-4871-8116-90974180ae8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9635 | 2025.03.03 04:57:20.561080 [ 256 ] {5bbd373d-2499-4871-8116-90974180ae8e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9636 | 2025.03.03 04:57:20.561425 [ 256 ] {5bbd373d-2499-4871-8116-90974180ae8e} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9637 | 2025.03.03 04:57:20.561897 [ 256 ] {5bbd373d-2499-4871-8116-90974180ae8e} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.007882 sec., 3425.5265161126617 rows/sec., 6.14 MiB/sec. | ||
| 9638 | 2025.03.03 04:57:20.562384 [ 256 ] {5bbd373d-2499-4871-8116-90974180ae8e} <Debug> TCPHandler: Processed in 0.008708826 sec. | ||
| 9639 | 2025.03.03 04:57:20.562519 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9640 | 2025.03.03 04:57:20.562628 [ 256 ] {bffaee63-1186-4985-9986-ec2f049b5c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9641 | 2025.03.03 04:57:20.562677 [ 256 ] {bffaee63-1186-4985-9986-ec2f049b5c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9642 | 2025.03.03 04:57:20.563145 [ 256 ] {bffaee63-1186-4985-9986-ec2f049b5c0a} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9643 | 2025.03.03 04:57:20.563185 [ 256 ] {bffaee63-1186-4985-9986-ec2f049b5c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9644 | 2025.03.03 04:57:20.567230 [ 256 ] {bffaee63-1186-4985-9986-ec2f049b5c0a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9645 | 2025.03.03 04:57:20.567476 [ 256 ] {bffaee63-1186-4985-9986-ec2f049b5c0a} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9646 | 2025.03.03 04:57:20.567668 [ 123 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9647 | 2025.03.03 04:57:20.567711 [ 256 ] {bffaee63-1186-4985-9986-ec2f049b5c0a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005104 sec., 11755.485893416928 rows/sec., 811.25 KiB/sec. | ||
| 9648 | 2025.03.03 04:57:20.567725 [ 123 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9649 | 2025.03.03 04:57:20.567798 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9650 | 2025.03.03 04:57:20.567843 [ 256 ] {bffaee63-1186-4985-9986-ec2f049b5c0a} <Debug> TCPHandler: Processed in 0.005371165 sec. | ||
| 9651 | 2025.03.03 04:57:20.568046 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 9652 | 2025.03.03 04:57:20.568164 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9653 | 2025.03.03 04:57:20.568193 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4284 rows starting from the beginning of the part | ||
| 9654 | 2025.03.03 04:57:20.568291 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 9655 | 2025.03.03 04:57:20.568545 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 9656 | 2025.03.03 04:57:20.568735 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 9657 | 2025.03.03 04:57:20.568886 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 9658 | 2025.03.03 04:57:20.569133 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 9659 | 2025.03.03 04:57:20.572362 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22570 rows, containing 5 columns (5 merged, 0 gathered) in 0.019094239 sec., 1182031.9207275033 rows/sec., 79.83 MiB/sec. | ||
| 9660 | 2025.03.03 04:57:20.572427 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4628 rows, containing 4 columns (4 merged, 0 gathered) in 0.004516727 sec., 1024635.7594780468 rows/sec., 66.80 MiB/sec. | ||
| 9661 | 2025.03.03 04:57:20.572800 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9662 | 2025.03.03 04:57:20.572915 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9663 | 2025.03.03 04:57:20.573327 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9664 | 2025.03.03 04:57:20.573411 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_76_15} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9665 | 2025.03.03 04:57:20.573481 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9666 | 2025.03.03 04:57:20.573578 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_76_15} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9667 | 2025.03.03 04:57:20.573651 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9668 | 2025.03.03 04:57:20.573776 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 9669 | 2025.03.03 04:57:21.807860 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9670 | 2025.03.03 04:57:21.834089 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9671 | 2025.03.03 04:57:21.834143 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9672 | 2025.03.03 04:57:21.841500 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9673 | 2025.03.03 04:57:21.842284 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9674 | 2025.03.03 04:57:21.842580 [ 119 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9675 | 2025.03.03 04:57:21.842642 [ 119 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9676 | 2025.03.03 04:57:21.842681 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9677 | 2025.03.03 04:57:21.842928 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 9678 | 2025.03.03 04:57:21.853621 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9679 | 2025.03.03 04:57:21.854693 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9680 | 2025.03.03 04:57:21.855665 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 9681 | 2025.03.03 04:57:21.861019 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 9682 | 2025.03.03 04:57:21.865914 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 9683 | 2025.03.03 04:57:21.871046 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 9684 | 2025.03.03 04:57:21.876644 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 9685 | 2025.03.03 04:57:21.881276 [ 187 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 9686 | 2025.03.03 04:57:21.940359 [ 196 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.09759107 sec., 3555.653196547594 rows/sec., 18.39 MiB/sec. | ||
| 9687 | 2025.03.03 04:57:21.943504 [ 193 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9688 | 2025.03.03 04:57:21.946767 [ 193 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_46_9} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9689 | 2025.03.03 04:57:21.946913 [ 193 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_46_9} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9690 | 2025.03.03 04:57:21.949611 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9691 | 2025.03.03 04:57:22.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.31 MiB, peak 237.75 MiB, free memory in arenas 0.00 B, will set to 225.87 MiB (RSS), difference: 1.55 MiB | ||
| 9692 | 2025.03.03 04:57:23.339174 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9693 | 2025.03.03 04:57:23.339388 [ 256 ] {f5a559d9-8b3b-4442-b1dd-46bec96bad67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9694 | 2025.03.03 04:57:23.339471 [ 256 ] {f5a559d9-8b3b-4442-b1dd-46bec96bad67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9695 | 2025.03.03 04:57:23.340339 [ 256 ] {f5a559d9-8b3b-4442-b1dd-46bec96bad67} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9696 | 2025.03.03 04:57:23.340392 [ 256 ] {f5a559d9-8b3b-4442-b1dd-46bec96bad67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9697 | 2025.03.03 04:57:23.340841 [ 256 ] {f5a559d9-8b3b-4442-b1dd-46bec96bad67} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9698 | 2025.03.03 04:57:23.341099 [ 256 ] {f5a559d9-8b3b-4442-b1dd-46bec96bad67} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9699 | 2025.03.03 04:57:23.341283 [ 118 ] {} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9700 | 2025.03.03 04:57:23.341378 [ 118 ] {} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9701 | 2025.03.03 04:57:23.341383 [ 256 ] {f5a559d9-8b3b-4442-b1dd-46bec96bad67} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002044 sec., 103718.19960861058 rows/sec., 6.60 MiB/sec. | ||
| 9702 | 2025.03.03 04:57:23.341411 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9703 | 2025.03.03 04:57:23.341547 [ 256 ] {f5a559d9-8b3b-4442-b1dd-46bec96bad67} <Debug> TCPHandler: Processed in 0.002510674 sec. | ||
| 9704 | 2025.03.03 04:57:23.341722 [ 196 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 9705 | 2025.03.03 04:57:23.341753 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9706 | 2025.03.03 04:57:23.341990 [ 256 ] {541fe597-be0b-41c7-b401-9594fcc6188b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9707 | 2025.03.03 04:57:23.342021 [ 196 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9708 | 2025.03.03 04:57:23.342081 [ 256 ] {541fe597-be0b-41c7-b401-9594fcc6188b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9709 | 2025.03.03 04:57:23.342102 [ 196 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 9710 | 2025.03.03 04:57:23.342515 [ 196 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 9711 | 2025.03.03 04:57:23.342907 [ 196 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 9712 | 2025.03.03 04:57:23.343291 [ 196 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 9713 | 2025.03.03 04:57:23.343695 [ 196 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 9714 | 2025.03.03 04:57:23.345883 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004315932 sec., 245601.6452529836 rows/sec., 16.56 MiB/sec. | ||
| 9715 | 2025.03.03 04:57:23.345947 [ 256 ] {541fe597-be0b-41c7-b401-9594fcc6188b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9716 | 2025.03.03 04:57:23.346004 [ 256 ] {541fe597-be0b-41c7-b401-9594fcc6188b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9717 | 2025.03.03 04:57:23.346158 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9718 | 2025.03.03 04:57:23.346780 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_33_8} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9719 | 2025.03.03 04:57:23.346908 [ 256 ] {541fe597-be0b-41c7-b401-9594fcc6188b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9720 | 2025.03.03 04:57:23.346943 [ 191 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_33_8} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9721 | 2025.03.03 04:57:23.347108 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 9722 | 2025.03.03 04:57:23.347298 [ 256 ] {541fe597-be0b-41c7-b401-9594fcc6188b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9723 | 2025.03.03 04:57:23.347546 [ 256 ] {541fe597-be0b-41c7-b401-9594fcc6188b} <Debug> executeQuery: Read 1781 rows, 147.83 KiB in 0.005653 sec., 315053.95365292765 rows/sec., 25.54 MiB/sec. | ||
| 9724 | 2025.03.03 04:57:23.347616 [ 256 ] {541fe597-be0b-41c7-b401-9594fcc6188b} <Debug> TCPHandler: Processed in 0.005917627 sec. | ||
| 9725 | 2025.03.03 04:57:23.347751 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9726 | 2025.03.03 04:57:23.347860 [ 256 ] {b294bcf3-de95-4847-b749-0573dc8589c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9727 | 2025.03.03 04:57:23.347908 [ 256 ] {b294bcf3-de95-4847-b749-0573dc8589c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9728 | 2025.03.03 04:57:23.348517 [ 256 ] {b294bcf3-de95-4847-b749-0573dc8589c0} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9729 | 2025.03.03 04:57:23.348558 [ 256 ] {b294bcf3-de95-4847-b749-0573dc8589c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9730 | 2025.03.03 04:57:23.348916 [ 256 ] {b294bcf3-de95-4847-b749-0573dc8589c0} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9731 | 2025.03.03 04:57:23.349158 [ 256 ] {b294bcf3-de95-4847-b749-0573dc8589c0} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9732 | 2025.03.03 04:57:23.349381 [ 256 ] {b294bcf3-de95-4847-b749-0573dc8589c0} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001545 sec., 76375.40453074434 rows/sec., 4.61 MiB/sec. | ||
| 9733 | 2025.03.03 04:57:23.349474 [ 256 ] {b294bcf3-de95-4847-b749-0573dc8589c0} <Debug> TCPHandler: Processed in 0.001777767 sec. | ||
| 9734 | 2025.03.03 04:57:23.349728 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9735 | 2025.03.03 04:57:23.350036 [ 256 ] {eabcb10d-24a8-424d-a545-1c2c021447f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9736 | 2025.03.03 04:57:23.350121 [ 256 ] {eabcb10d-24a8-424d-a545-1c2c021447f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9737 | 2025.03.03 04:57:23.350826 [ 256 ] {eabcb10d-24a8-424d-a545-1c2c021447f8} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9738 | 2025.03.03 04:57:23.350865 [ 256 ] {eabcb10d-24a8-424d-a545-1c2c021447f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9739 | 2025.03.03 04:57:23.351231 [ 256 ] {eabcb10d-24a8-424d-a545-1c2c021447f8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9740 | 2025.03.03 04:57:23.351471 [ 256 ] {eabcb10d-24a8-424d-a545-1c2c021447f8} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9741 | 2025.03.03 04:57:23.351679 [ 256 ] {eabcb10d-24a8-424d-a545-1c2c021447f8} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001754 sec., 194412.77080957813 rows/sec., 12.97 MiB/sec. | ||
| 9742 | 2025.03.03 04:57:23.351757 [ 256 ] {eabcb10d-24a8-424d-a545-1c2c021447f8} <Debug> TCPHandler: Processed in 0.002128265 sec. | ||
| 9743 | 2025.03.03 04:57:23.351865 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9744 | 2025.03.03 04:57:23.351967 [ 256 ] {b807abeb-d39b-4cf7-96e0-e465bd2ebc0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9745 | 2025.03.03 04:57:23.352011 [ 256 ] {b807abeb-d39b-4cf7-96e0-e465bd2ebc0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9746 | 2025.03.03 04:57:23.352567 [ 256 ] {b807abeb-d39b-4cf7-96e0-e465bd2ebc0b} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9747 | 2025.03.03 04:57:23.352606 [ 256 ] {b807abeb-d39b-4cf7-96e0-e465bd2ebc0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9748 | 2025.03.03 04:57:23.352960 [ 256 ] {b807abeb-d39b-4cf7-96e0-e465bd2ebc0b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9749 | 2025.03.03 04:57:23.353192 [ 256 ] {b807abeb-d39b-4cf7-96e0-e465bd2ebc0b} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9750 | 2025.03.03 04:57:23.353370 [ 118 ] {} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9751 | 2025.03.03 04:57:23.353426 [ 118 ] {} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9752 | 2025.03.03 04:57:23.353460 [ 256 ] {b807abeb-d39b-4cf7-96e0-e465bd2ebc0b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.0015 sec., 74666.66666666667 rows/sec., 4.25 MiB/sec. | ||
| 9753 | 2025.03.03 04:57:23.353470 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9754 | 2025.03.03 04:57:23.353606 [ 256 ] {b807abeb-d39b-4cf7-96e0-e465bd2ebc0b} <Debug> TCPHandler: Processed in 0.001787668 sec. | ||
| 9755 | 2025.03.03 04:57:23.353755 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 9756 | 2025.03.03 04:57:23.353801 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9757 | 2025.03.03 04:57:23.354045 [ 256 ] {c5455c4b-4220-4c56-9e7f-dfe2cf734a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9758 | 2025.03.03 04:57:23.354052 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9759 | 2025.03.03 04:57:23.354130 [ 256 ] {c5455c4b-4220-4c56-9e7f-dfe2cf734a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9760 | 2025.03.03 04:57:23.354142 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 9761 | 2025.03.03 04:57:23.354586 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 9762 | 2025.03.03 04:57:23.354934 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 9763 | 2025.03.03 04:57:23.355337 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 9764 | 2025.03.03 04:57:23.355692 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 9765 | 2025.03.03 04:57:23.356875 [ 256 ] {c5455c4b-4220-4c56-9e7f-dfe2cf734a64} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9766 | 2025.03.03 04:57:23.356954 [ 256 ] {c5455c4b-4220-4c56-9e7f-dfe2cf734a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9767 | 2025.03.03 04:57:23.357891 [ 186 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004265802 sec., 131276.6040242843 rows/sec., 7.98 MiB/sec. | ||
| 9768 | 2025.03.03 04:57:23.357975 [ 256 ] {c5455c4b-4220-4c56-9e7f-dfe2cf734a64} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9769 | 2025.03.03 04:57:23.358128 [ 186 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9770 | 2025.03.03 04:57:23.358411 [ 256 ] {c5455c4b-4220-4c56-9e7f-dfe2cf734a64} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9771 | 2025.03.03 04:57:23.358779 [ 186 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_33_8} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9772 | 2025.03.03 04:57:23.358884 [ 256 ] {c5455c4b-4220-4c56-9e7f-dfe2cf734a64} <Debug> executeQuery: Read 850 rows, 62.83 KiB in 0.004898 sec., 173540.22049816253 rows/sec., 12.53 MiB/sec. | ||
| 9773 | 2025.03.03 04:57:23.359088 [ 186 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_33_8} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9774 | 2025.03.03 04:57:23.359320 [ 256 ] {c5455c4b-4220-4c56-9e7f-dfe2cf734a64} <Debug> TCPHandler: Processed in 0.005560109 sec. | ||
| 9775 | 2025.03.03 04:57:23.359380 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 9776 | 2025.03.03 04:57:23.359633 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9777 | 2025.03.03 04:57:23.359758 [ 256 ] {a2bbedca-580d-4af5-8d58-298c1cc9d7dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9778 | 2025.03.03 04:57:23.359806 [ 256 ] {a2bbedca-580d-4af5-8d58-298c1cc9d7dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9779 | 2025.03.03 04:57:23.360289 [ 256 ] {a2bbedca-580d-4af5-8d58-298c1cc9d7dd} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9780 | 2025.03.03 04:57:23.360329 [ 256 ] {a2bbedca-580d-4af5-8d58-298c1cc9d7dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9781 | 2025.03.03 04:57:23.360691 [ 256 ] {a2bbedca-580d-4af5-8d58-298c1cc9d7dd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9782 | 2025.03.03 04:57:23.360926 [ 256 ] {a2bbedca-580d-4af5-8d58-298c1cc9d7dd} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9783 | 2025.03.03 04:57:23.361106 [ 256 ] {a2bbedca-580d-4af5-8d58-298c1cc9d7dd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001371 sec., 4376.367614879649 rows/sec., 228.65 KiB/sec. | ||
| 9784 | 2025.03.03 04:57:23.361157 [ 256 ] {a2bbedca-580d-4af5-8d58-298c1cc9d7dd} <Debug> TCPHandler: Processed in 0.001622865 sec. | ||
| 9785 | 2025.03.03 04:57:23.361261 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9786 | 2025.03.03 04:57:23.361362 [ 256 ] {68a148ba-ab63-4a2c-91fa-02ba7cd4be38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9787 | 2025.03.03 04:57:23.361410 [ 256 ] {68a148ba-ab63-4a2c-91fa-02ba7cd4be38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9788 | 2025.03.03 04:57:23.362131 [ 256 ] {68a148ba-ab63-4a2c-91fa-02ba7cd4be38} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9789 | 2025.03.03 04:57:23.362168 [ 256 ] {68a148ba-ab63-4a2c-91fa-02ba7cd4be38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9790 | 2025.03.03 04:57:23.362600 [ 256 ] {68a148ba-ab63-4a2c-91fa-02ba7cd4be38} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9791 | 2025.03.03 04:57:23.362835 [ 256 ] {68a148ba-ab63-4a2c-91fa-02ba7cd4be38} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9792 | 2025.03.03 04:57:23.363007 [ 256 ] {68a148ba-ab63-4a2c-91fa-02ba7cd4be38} <Debug> executeQuery: Read 1001 rows, 68.30 KiB in 0.001666 sec., 600840.3361344538 rows/sec., 40.04 MiB/sec. | ||
| 9793 | 2025.03.03 04:57:23.363058 [ 256 ] {68a148ba-ab63-4a2c-91fa-02ba7cd4be38} <Debug> TCPHandler: Processed in 0.001846889 sec. | ||
| 9794 | 2025.03.03 04:57:23.363163 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9795 | 2025.03.03 04:57:23.363263 [ 256 ] {ab8627aa-fe56-45cd-bb36-73c53ba1d163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9796 | 2025.03.03 04:57:23.363308 [ 256 ] {ab8627aa-fe56-45cd-bb36-73c53ba1d163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9797 | 2025.03.03 04:57:23.363715 [ 256 ] {ab8627aa-fe56-45cd-bb36-73c53ba1d163} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9798 | 2025.03.03 04:57:23.363751 [ 256 ] {ab8627aa-fe56-45cd-bb36-73c53ba1d163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9799 | 2025.03.03 04:57:23.364103 [ 256 ] {ab8627aa-fe56-45cd-bb36-73c53ba1d163} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9800 | 2025.03.03 04:57:23.364348 [ 256 ] {ab8627aa-fe56-45cd-bb36-73c53ba1d163} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9801 | 2025.03.03 04:57:23.364572 [ 256 ] {ab8627aa-fe56-45cd-bb36-73c53ba1d163} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001319 sec., 758.1501137225171 rows/sec., 51.09 KiB/sec. | ||
| 9802 | 2025.03.03 04:57:23.364633 [ 256 ] {ab8627aa-fe56-45cd-bb36-73c53ba1d163} <Debug> TCPHandler: Processed in 0.001511242 sec. | ||
| 9803 | 2025.03.03 04:57:23.364880 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9804 | 2025.03.03 04:57:23.364988 [ 256 ] {75db3904-8b33-4df5-a517-3591c7e444f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9805 | 2025.03.03 04:57:23.365059 [ 256 ] {75db3904-8b33-4df5-a517-3591c7e444f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9806 | 2025.03.03 04:57:23.366145 [ 256 ] {75db3904-8b33-4df5-a517-3591c7e444f1} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9807 | 2025.03.03 04:57:23.366183 [ 256 ] {75db3904-8b33-4df5-a517-3591c7e444f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9808 | 2025.03.03 04:57:23.366801 [ 256 ] {75db3904-8b33-4df5-a517-3591c7e444f1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9809 | 2025.03.03 04:57:23.367063 [ 256 ] {75db3904-8b33-4df5-a517-3591c7e444f1} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9810 | 2025.03.03 04:57:23.367197 [ 117 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9811 | 2025.03.03 04:57:23.367244 [ 117 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9812 | 2025.03.03 04:57:23.367268 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9813 | 2025.03.03 04:57:23.367270 [ 256 ] {75db3904-8b33-4df5-a517-3591c7e444f1} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002303 sec., 5210.594876248372 rows/sec., 9.34 MiB/sec. | ||
| 9814 | 2025.03.03 04:57:23.367452 [ 189 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 9815 | 2025.03.03 04:57:23.367486 [ 256 ] {75db3904-8b33-4df5-a517-3591c7e444f1} <Debug> TCPHandler: Processed in 0.002692437 sec. | ||
| 9816 | 2025.03.03 04:57:23.367646 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9817 | 2025.03.03 04:57:23.367832 [ 256 ] {c025f888-f8b2-4fa5-be09-862db8f66012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9818 | 2025.03.03 04:57:23.367836 [ 189 ] {1a441893-9993-4f87-907b-84f593661890::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9819 | 2025.03.03 04:57:23.367889 [ 256 ] {c025f888-f8b2-4fa5-be09-862db8f66012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9820 | 2025.03.03 04:57:23.367979 [ 189 ] {1a441893-9993-4f87-907b-84f593661890::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1038 rows starting from the beginning of the part | ||
| 9821 | 2025.03.03 04:57:23.368619 [ 189 ] {1a441893-9993-4f87-907b-84f593661890::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 12 rows starting from the beginning of the part | ||
| 9822 | 2025.03.03 04:57:23.369217 [ 189 ] {1a441893-9993-4f87-907b-84f593661890::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 27 rows starting from the beginning of the part | ||
| 9823 | 2025.03.03 04:57:23.369289 [ 256 ] {c025f888-f8b2-4fa5-be09-862db8f66012} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9824 | 2025.03.03 04:57:23.369337 [ 256 ] {c025f888-f8b2-4fa5-be09-862db8f66012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9825 | 2025.03.03 04:57:23.369583 [ 189 ] {1a441893-9993-4f87-907b-84f593661890::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 12 rows starting from the beginning of the part | ||
| 9826 | 2025.03.03 04:57:23.369951 [ 189 ] {1a441893-9993-4f87-907b-84f593661890::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 27 rows starting from the beginning of the part | ||
| 9827 | 2025.03.03 04:57:23.370263 [ 256 ] {c025f888-f8b2-4fa5-be09-862db8f66012} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9828 | 2025.03.03 04:57:23.370289 [ 189 ] {1a441893-9993-4f87-907b-84f593661890::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 12 rows starting from the beginning of the part | ||
| 9829 | 2025.03.03 04:57:23.370682 [ 256 ] {c025f888-f8b2-4fa5-be09-862db8f66012} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9830 | 2025.03.03 04:57:23.371012 [ 256 ] {c025f888-f8b2-4fa5-be09-862db8f66012} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.003215 sec., 18040.435458786935 rows/sec., 1.12 MiB/sec. | ||
| 9831 | 2025.03.03 04:57:23.371205 [ 256 ] {c025f888-f8b2-4fa5-be09-862db8f66012} <Debug> TCPHandler: Processed in 0.003611387 sec. | ||
| 9832 | 2025.03.03 04:57:23.376818 [ 200 ] {1a441893-9993-4f87-907b-84f593661890::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1128 rows, containing 19 columns (19 merged, 0 gathered) in 0.009489133 sec., 118872.82009852745 rows/sec., 213.01 MiB/sec. | ||
| 9833 | 2025.03.03 04:57:23.378350 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9834 | 2025.03.03 04:57:23.378818 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9835 | 2025.03.03 04:57:23.378906 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9836 | 2025.03.03 04:57:23.379062 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.58 MiB. | ||
| 9837 | 2025.03.03 04:57:25.392739 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1398 | ||
| 9838 | 2025.03.03 04:57:25.396399 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9839 | 2025.03.03 04:57:25.396461 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9840 | 2025.03.03 04:57:25.398008 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9841 | 2025.03.03 04:57:25.398328 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9842 | 2025.03.03 04:57:25.398969 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1398 | ||
| 9843 | 2025.03.03 04:57:25.525033 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9844 | 2025.03.03 04:57:25.525249 [ 256 ] {e7864748-28e2-45c8-9ec4-d5852637be2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9845 | 2025.03.03 04:57:25.525333 [ 256 ] {e7864748-28e2-45c8-9ec4-d5852637be2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9846 | 2025.03.03 04:57:25.526233 [ 256 ] {e7864748-28e2-45c8-9ec4-d5852637be2d} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9847 | 2025.03.03 04:57:25.526288 [ 256 ] {e7864748-28e2-45c8-9ec4-d5852637be2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9848 | 2025.03.03 04:57:25.526733 [ 256 ] {e7864748-28e2-45c8-9ec4-d5852637be2d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9849 | 2025.03.03 04:57:25.527007 [ 256 ] {e7864748-28e2-45c8-9ec4-d5852637be2d} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9850 | 2025.03.03 04:57:25.527257 [ 256 ] {e7864748-28e2-45c8-9ec4-d5852637be2d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002063 sec., 27144.934561318467 rows/sec., 2.07 MiB/sec. | ||
| 9851 | 2025.03.03 04:57:25.527374 [ 256 ] {e7864748-28e2-45c8-9ec4-d5852637be2d} <Debug> TCPHandler: Processed in 0.002478693 sec. | ||
| 9852 | 2025.03.03 04:57:25.527540 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9853 | 2025.03.03 04:57:25.527825 [ 256 ] {9279434d-d45f-4195-b20b-6382e54434fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9854 | 2025.03.03 04:57:25.527967 [ 256 ] {9279434d-d45f-4195-b20b-6382e54434fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9855 | 2025.03.03 04:57:25.528700 [ 256 ] {9279434d-d45f-4195-b20b-6382e54434fe} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9856 | 2025.03.03 04:57:25.528742 [ 256 ] {9279434d-d45f-4195-b20b-6382e54434fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9857 | 2025.03.03 04:57:25.529106 [ 256 ] {9279434d-d45f-4195-b20b-6382e54434fe} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9858 | 2025.03.03 04:57:25.529344 [ 256 ] {9279434d-d45f-4195-b20b-6382e54434fe} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9859 | 2025.03.03 04:57:25.529558 [ 256 ] {9279434d-d45f-4195-b20b-6382e54434fe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00184 sec., 34782.608695652176 rows/sec., 2.71 MiB/sec. | ||
| 9860 | 2025.03.03 04:57:25.529615 [ 256 ] {9279434d-d45f-4195-b20b-6382e54434fe} <Debug> TCPHandler: Processed in 0.002159676 sec. | ||
| 9861 | 2025.03.03 04:57:25.529751 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9862 | 2025.03.03 04:57:25.529888 [ 256 ] {8ec1783e-4e6b-48c1-ad48-e66b1635a34b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9863 | 2025.03.03 04:57:25.529949 [ 256 ] {8ec1783e-4e6b-48c1-ad48-e66b1635a34b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9864 | 2025.03.03 04:57:25.530550 [ 256 ] {8ec1783e-4e6b-48c1-ad48-e66b1635a34b} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9865 | 2025.03.03 04:57:25.530599 [ 256 ] {8ec1783e-4e6b-48c1-ad48-e66b1635a34b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9866 | 2025.03.03 04:57:25.530993 [ 256 ] {8ec1783e-4e6b-48c1-ad48-e66b1635a34b} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9867 | 2025.03.03 04:57:25.531232 [ 256 ] {8ec1783e-4e6b-48c1-ad48-e66b1635a34b} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9868 | 2025.03.03 04:57:25.531451 [ 256 ] {8ec1783e-4e6b-48c1-ad48-e66b1635a34b} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001593 sec., 40175.76898932831 rows/sec., 2.80 MiB/sec. | ||
| 9869 | 2025.03.03 04:57:25.531503 [ 256 ] {8ec1783e-4e6b-48c1-ad48-e66b1635a34b} <Debug> TCPHandler: Processed in 0.001818699 sec. | ||
| 9870 | 2025.03.03 04:57:25.531618 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9871 | 2025.03.03 04:57:25.531723 [ 256 ] {874d6bf2-81dd-4498-91b4-5c9c22327a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9872 | 2025.03.03 04:57:25.531770 [ 256 ] {874d6bf2-81dd-4498-91b4-5c9c22327a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9873 | 2025.03.03 04:57:25.532203 [ 256 ] {874d6bf2-81dd-4498-91b4-5c9c22327a78} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9874 | 2025.03.03 04:57:25.532242 [ 256 ] {874d6bf2-81dd-4498-91b4-5c9c22327a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9875 | 2025.03.03 04:57:25.532591 [ 256 ] {874d6bf2-81dd-4498-91b4-5c9c22327a78} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9876 | 2025.03.03 04:57:25.532900 [ 256 ] {874d6bf2-81dd-4498-91b4-5c9c22327a78} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9877 | 2025.03.03 04:57:25.533137 [ 256 ] {874d6bf2-81dd-4498-91b4-5c9c22327a78} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001432 sec., 16759.77653631285 rows/sec., 1.13 MiB/sec. | ||
| 9878 | 2025.03.03 04:57:25.533248 [ 256 ] {874d6bf2-81dd-4498-91b4-5c9c22327a78} <Debug> TCPHandler: Processed in 0.001676776 sec. | ||
| 9879 | 2025.03.03 04:57:27.790716 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 9880 | 2025.03.03 04:57:27.791362 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9881 | 2025.03.03 04:57:27.791413 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9882 | 2025.03.03 04:57:27.791950 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9883 | 2025.03.03 04:57:27.792208 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9884 | 2025.03.03 04:57:27.792460 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 9885 | 2025.03.03 04:57:29.354662 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9886 | 2025.03.03 04:57:29.374446 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9887 | 2025.03.03 04:57:29.374519 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9888 | 2025.03.03 04:57:29.381424 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9889 | 2025.03.03 04:57:29.382175 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9890 | 2025.03.03 04:57:29.385137 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9891 | 2025.03.03 04:57:30.531346 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9892 | 2025.03.03 04:57:30.531531 [ 256 ] {270ed31d-f93c-483a-96a1-729aab042e7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9893 | 2025.03.03 04:57:30.531601 [ 256 ] {270ed31d-f93c-483a-96a1-729aab042e7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9894 | 2025.03.03 04:57:30.532403 [ 256 ] {270ed31d-f93c-483a-96a1-729aab042e7f} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9895 | 2025.03.03 04:57:30.532446 [ 256 ] {270ed31d-f93c-483a-96a1-729aab042e7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9896 | 2025.03.03 04:57:30.532889 [ 256 ] {270ed31d-f93c-483a-96a1-729aab042e7f} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9897 | 2025.03.03 04:57:30.533152 [ 256 ] {270ed31d-f93c-483a-96a1-729aab042e7f} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9898 | 2025.03.03 04:57:30.533355 [ 256 ] {270ed31d-f93c-483a-96a1-729aab042e7f} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001876 sec., 58635.39445628998 rows/sec., 4.91 MiB/sec. | ||
| 9899 | 2025.03.03 04:57:30.533419 [ 256 ] {270ed31d-f93c-483a-96a1-729aab042e7f} <Debug> TCPHandler: Processed in 0.002195717 sec. | ||
| 9900 | 2025.03.03 04:57:30.533545 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9901 | 2025.03.03 04:57:30.533660 [ 256 ] {07a2f111-3b74-4a08-ab42-5b325a44492a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9902 | 2025.03.03 04:57:30.533709 [ 256 ] {07a2f111-3b74-4a08-ab42-5b325a44492a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9903 | 2025.03.03 04:57:30.534234 [ 256 ] {07a2f111-3b74-4a08-ab42-5b325a44492a} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9904 | 2025.03.03 04:57:30.534272 [ 256 ] {07a2f111-3b74-4a08-ab42-5b325a44492a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9905 | 2025.03.03 04:57:30.534618 [ 256 ] {07a2f111-3b74-4a08-ab42-5b325a44492a} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9906 | 2025.03.03 04:57:30.534849 [ 256 ] {07a2f111-3b74-4a08-ab42-5b325a44492a} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9907 | 2025.03.03 04:57:30.535026 [ 256 ] {07a2f111-3b74-4a08-ab42-5b325a44492a} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001394 sec., 19368.723098995695 rows/sec., 1.42 MiB/sec. | ||
| 9908 | 2025.03.03 04:57:30.535077 [ 256 ] {07a2f111-3b74-4a08-ab42-5b325a44492a} <Debug> TCPHandler: Processed in 0.001585714 sec. | ||
| 9909 | 2025.03.03 04:57:30.535180 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9910 | 2025.03.03 04:57:30.535283 [ 256 ] {3e30721d-fa28-4206-9f85-92c5a233c9ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9911 | 2025.03.03 04:57:30.535327 [ 256 ] {3e30721d-fa28-4206-9f85-92c5a233c9ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9912 | 2025.03.03 04:57:30.535861 [ 256 ] {3e30721d-fa28-4206-9f85-92c5a233c9ab} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9913 | 2025.03.03 04:57:30.535897 [ 256 ] {3e30721d-fa28-4206-9f85-92c5a233c9ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9914 | 2025.03.03 04:57:30.536247 [ 256 ] {3e30721d-fa28-4206-9f85-92c5a233c9ab} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9915 | 2025.03.03 04:57:30.536484 [ 256 ] {3e30721d-fa28-4206-9f85-92c5a233c9ab} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9916 | 2025.03.03 04:57:30.536663 [ 256 ] {3e30721d-fa28-4206-9f85-92c5a233c9ab} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001403 sec., 64861.01211689237 rows/sec., 5.07 MiB/sec. | ||
| 9917 | 2025.03.03 04:57:30.536722 [ 256 ] {3e30721d-fa28-4206-9f85-92c5a233c9ab} <Debug> TCPHandler: Processed in 0.001593174 sec. | ||
| 9918 | 2025.03.03 04:57:30.536866 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9919 | 2025.03.03 04:57:30.536988 [ 256 ] {d2090642-c18a-4b4d-9612-07d63e527742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9920 | 2025.03.03 04:57:30.537036 [ 256 ] {d2090642-c18a-4b4d-9612-07d63e527742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9921 | 2025.03.03 04:57:30.537535 [ 256 ] {d2090642-c18a-4b4d-9612-07d63e527742} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9922 | 2025.03.03 04:57:30.537572 [ 256 ] {d2090642-c18a-4b4d-9612-07d63e527742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9923 | 2025.03.03 04:57:30.537943 [ 256 ] {d2090642-c18a-4b4d-9612-07d63e527742} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9924 | 2025.03.03 04:57:30.538186 [ 256 ] {d2090642-c18a-4b4d-9612-07d63e527742} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9925 | 2025.03.03 04:57:30.538367 [ 256 ] {d2090642-c18a-4b4d-9612-07d63e527742} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001403 sec., 114041.33998574484 rows/sec., 7.94 MiB/sec. | ||
| 9926 | 2025.03.03 04:57:30.538417 [ 256 ] {d2090642-c18a-4b4d-9612-07d63e527742} <Debug> TCPHandler: Processed in 0.001614505 sec. | ||
| 9927 | 2025.03.03 04:57:30.538570 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9928 | 2025.03.03 04:57:30.538678 [ 256 ] {17cac799-f6f3-4620-8fb0-564ed1582997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9929 | 2025.03.03 04:57:30.538743 [ 256 ] {17cac799-f6f3-4620-8fb0-564ed1582997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9930 | 2025.03.03 04:57:30.539855 [ 256 ] {17cac799-f6f3-4620-8fb0-564ed1582997} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9931 | 2025.03.03 04:57:30.539892 [ 256 ] {17cac799-f6f3-4620-8fb0-564ed1582997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9932 | 2025.03.03 04:57:30.540528 [ 256 ] {17cac799-f6f3-4620-8fb0-564ed1582997} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9933 | 2025.03.03 04:57:30.540797 [ 256 ] {17cac799-f6f3-4620-8fb0-564ed1582997} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9934 | 2025.03.03 04:57:30.541112 [ 256 ] {17cac799-f6f3-4620-8fb0-564ed1582997} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002453 sec., 11006.930289441501 rows/sec., 19.72 MiB/sec. | ||
| 9935 | 2025.03.03 04:57:30.541247 [ 256 ] {17cac799-f6f3-4620-8fb0-564ed1582997} <Debug> TCPHandler: Processed in 0.002738949 sec. | ||
| 9936 | 2025.03.03 04:57:30.541386 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9937 | 2025.03.03 04:57:30.541501 [ 256 ] {4b65d53c-4021-49ef-b6bc-042e09aaf1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9938 | 2025.03.03 04:57:30.541558 [ 256 ] {4b65d53c-4021-49ef-b6bc-042e09aaf1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9939 | 2025.03.03 04:57:30.542061 [ 256 ] {4b65d53c-4021-49ef-b6bc-042e09aaf1ff} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9940 | 2025.03.03 04:57:30.542107 [ 256 ] {4b65d53c-4021-49ef-b6bc-042e09aaf1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9941 | 2025.03.03 04:57:30.542480 [ 256 ] {4b65d53c-4021-49ef-b6bc-042e09aaf1ff} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 9942 | 2025.03.03 04:57:30.542731 [ 256 ] {4b65d53c-4021-49ef-b6bc-042e09aaf1ff} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9943 | 2025.03.03 04:57:30.542918 [ 256 ] {4b65d53c-4021-49ef-b6bc-042e09aaf1ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001443 sec., 41580.04158004158 rows/sec., 2.80 MiB/sec. | ||
| 9944 | 2025.03.03 04:57:30.542970 [ 256 ] {4b65d53c-4021-49ef-b6bc-042e09aaf1ff} <Debug> TCPHandler: Processed in 0.001642125 sec. | ||
| 9945 | 2025.03.03 04:57:35.113192 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9946 | 2025.03.03 04:57:35.113267 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9947 | 2025.03.03 04:57:35.293547 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 9948 | 2025.03.03 04:57:35.294212 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9949 | 2025.03.03 04:57:35.294263 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9950 | 2025.03.03 04:57:35.294813 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9951 | 2025.03.03 04:57:35.295075 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9952 | 2025.03.03 04:57:35.295330 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9953 | 2025.03.03 04:57:35.400202 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1418 | ||
| 9954 | 2025.03.03 04:57:35.402949 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9955 | 2025.03.03 04:57:35.402998 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9956 | 2025.03.03 04:57:35.404450 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9957 | 2025.03.03 04:57:35.404761 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9958 | 2025.03.03 04:57:35.406215 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1418 | ||
| 9959 | 2025.03.03 04:57:35.535693 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9960 | 2025.03.03 04:57:35.535903 [ 256 ] {5962c06f-57fa-47e1-aff7-94da899c90e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9961 | 2025.03.03 04:57:35.535985 [ 256 ] {5962c06f-57fa-47e1-aff7-94da899c90e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9962 | 2025.03.03 04:57:35.536990 [ 256 ] {5962c06f-57fa-47e1-aff7-94da899c90e0} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9963 | 2025.03.03 04:57:35.537034 [ 256 ] {5962c06f-57fa-47e1-aff7-94da899c90e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9964 | 2025.03.03 04:57:35.537491 [ 256 ] {5962c06f-57fa-47e1-aff7-94da899c90e0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9965 | 2025.03.03 04:57:35.537752 [ 256 ] {5962c06f-57fa-47e1-aff7-94da899c90e0} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9966 | 2025.03.03 04:57:35.537955 [ 256 ] {5962c06f-57fa-47e1-aff7-94da899c90e0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002112 sec., 100378.78787878787 rows/sec., 6.38 MiB/sec. | ||
| 9967 | 2025.03.03 04:57:35.538021 [ 256 ] {5962c06f-57fa-47e1-aff7-94da899c90e0} <Debug> TCPHandler: Processed in 0.002463823 sec. | ||
| 9968 | 2025.03.03 04:57:35.538151 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9969 | 2025.03.03 04:57:35.538263 [ 256 ] {fbd31ee4-9551-4b59-ac03-79296c50c816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9970 | 2025.03.03 04:57:35.538312 [ 256 ] {fbd31ee4-9551-4b59-ac03-79296c50c816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9971 | 2025.03.03 04:57:35.539174 [ 256 ] {fbd31ee4-9551-4b59-ac03-79296c50c816} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9972 | 2025.03.03 04:57:35.539211 [ 256 ] {fbd31ee4-9551-4b59-ac03-79296c50c816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9973 | 2025.03.03 04:57:35.539624 [ 256 ] {fbd31ee4-9551-4b59-ac03-79296c50c816} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 9974 | 2025.03.03 04:57:35.539874 [ 256 ] {fbd31ee4-9551-4b59-ac03-79296c50c816} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9975 | 2025.03.03 04:57:35.540055 [ 256 ] {fbd31ee4-9551-4b59-ac03-79296c50c816} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001818 sec., 352585.2585258526 rows/sec., 27.78 MiB/sec. | ||
| 9976 | 2025.03.03 04:57:35.540108 [ 256 ] {fbd31ee4-9551-4b59-ac03-79296c50c816} <Debug> TCPHandler: Processed in 0.002011293 sec. | ||
| 9977 | 2025.03.03 04:57:35.540226 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9978 | 2025.03.03 04:57:35.540332 [ 256 ] {861d509b-2e7e-4cdd-ac58-8a37034c80e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9979 | 2025.03.03 04:57:35.540378 [ 256 ] {861d509b-2e7e-4cdd-ac58-8a37034c80e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9980 | 2025.03.03 04:57:35.540952 [ 256 ] {861d509b-2e7e-4cdd-ac58-8a37034c80e8} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9981 | 2025.03.03 04:57:35.541047 [ 256 ] {861d509b-2e7e-4cdd-ac58-8a37034c80e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9982 | 2025.03.03 04:57:35.541403 [ 256 ] {861d509b-2e7e-4cdd-ac58-8a37034c80e8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9983 | 2025.03.03 04:57:35.541659 [ 256 ] {861d509b-2e7e-4cdd-ac58-8a37034c80e8} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9984 | 2025.03.03 04:57:35.541896 [ 256 ] {861d509b-2e7e-4cdd-ac58-8a37034c80e8} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001583 sec., 74542.00884396715 rows/sec., 4.50 MiB/sec. | ||
| 9985 | 2025.03.03 04:57:35.542008 [ 256 ] {861d509b-2e7e-4cdd-ac58-8a37034c80e8} <Debug> TCPHandler: Processed in 0.0018339 sec. | ||
| 9986 | 2025.03.03 04:57:35.542271 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9987 | 2025.03.03 04:57:35.542442 [ 256 ] {2439c846-ed3e-4a58-be8c-7c032f24c510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9988 | 2025.03.03 04:57:35.542499 [ 256 ] {2439c846-ed3e-4a58-be8c-7c032f24c510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9989 | 2025.03.03 04:57:35.543212 [ 256 ] {2439c846-ed3e-4a58-be8c-7c032f24c510} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9990 | 2025.03.03 04:57:35.543260 [ 256 ] {2439c846-ed3e-4a58-be8c-7c032f24c510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.65 GiB. | ||
| 9991 | 2025.03.03 04:57:35.543710 [ 256 ] {2439c846-ed3e-4a58-be8c-7c032f24c510} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9992 | 2025.03.03 04:57:35.544005 [ 256 ] {2439c846-ed3e-4a58-be8c-7c032f24c510} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9993 | 2025.03.03 04:57:35.544199 [ 256 ] {2439c846-ed3e-4a58-be8c-7c032f24c510} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001785 sec., 63305.32212885154 rows/sec., 4.10 MiB/sec. | ||
| 9994 | 2025.03.03 04:57:35.544329 [ 256 ] {2439c846-ed3e-4a58-be8c-7c032f24c510} <Debug> TCPHandler: Processed in 0.002175656 sec. | ||
| 9995 | 2025.03.03 04:57:35.544455 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9996 | 2025.03.03 04:57:35.544559 [ 256 ] {6be11807-5484-42ca-b5ab-94062f809642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9997 | 2025.03.03 04:57:35.544605 [ 256 ] {6be11807-5484-42ca-b5ab-94062f809642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9998 | 2025.03.03 04:57:35.545159 [ 256 ] {6be11807-5484-42ca-b5ab-94062f809642} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9999 | 2025.03.03 04:57:35.545199 [ 256 ] {6be11807-5484-42ca-b5ab-94062f809642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10000 | 2025.03.03 04:57:35.545631 [ 256 ] {6be11807-5484-42ca-b5ab-94062f809642} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10001 | 2025.03.03 04:57:35.545894 [ 256 ] {6be11807-5484-42ca-b5ab-94062f809642} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10002 | 2025.03.03 04:57:35.546098 [ 256 ] {6be11807-5484-42ca-b5ab-94062f809642} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001555 sec., 72025.72347266882 rows/sec., 4.10 MiB/sec. | ||
| 10003 | 2025.03.03 04:57:35.546173 [ 256 ] {6be11807-5484-42ca-b5ab-94062f809642} <Debug> TCPHandler: Processed in 0.001768648 sec. | ||
| 10004 | 2025.03.03 04:57:35.546418 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10005 | 2025.03.03 04:57:35.546536 [ 256 ] {4fdbd8e7-ab96-498e-9532-94a1c7ffc879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10006 | 2025.03.03 04:57:35.546583 [ 256 ] {4fdbd8e7-ab96-498e-9532-94a1c7ffc879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10007 | 2025.03.03 04:57:35.547282 [ 256 ] {4fdbd8e7-ab96-498e-9532-94a1c7ffc879} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10008 | 2025.03.03 04:57:35.547322 [ 256 ] {4fdbd8e7-ab96-498e-9532-94a1c7ffc879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10009 | 2025.03.03 04:57:35.547716 [ 256 ] {4fdbd8e7-ab96-498e-9532-94a1c7ffc879} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10010 | 2025.03.03 04:57:35.547967 [ 256 ] {4fdbd8e7-ab96-498e-9532-94a1c7ffc879} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10011 | 2025.03.03 04:57:35.548147 [ 256 ] {4fdbd8e7-ab96-498e-9532-94a1c7ffc879} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001632 sec., 241421.568627451 rows/sec., 17.08 MiB/sec. | ||
| 10012 | 2025.03.03 04:57:35.548199 [ 256 ] {4fdbd8e7-ab96-498e-9532-94a1c7ffc879} <Debug> TCPHandler: Processed in 0.00187537 sec. | ||
| 10013 | 2025.03.03 04:57:35.548323 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10014 | 2025.03.03 04:57:35.548434 [ 256 ] {ffcef060-57ed-4c0d-b2b8-8900009851af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10015 | 2025.03.03 04:57:35.548481 [ 256 ] {ffcef060-57ed-4c0d-b2b8-8900009851af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10016 | 2025.03.03 04:57:35.548913 [ 256 ] {ffcef060-57ed-4c0d-b2b8-8900009851af} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10017 | 2025.03.03 04:57:35.548950 [ 256 ] {ffcef060-57ed-4c0d-b2b8-8900009851af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10018 | 2025.03.03 04:57:35.549319 [ 256 ] {ffcef060-57ed-4c0d-b2b8-8900009851af} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10019 | 2025.03.03 04:57:35.549565 [ 256 ] {ffcef060-57ed-4c0d-b2b8-8900009851af} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10020 | 2025.03.03 04:57:35.549738 [ 256 ] {ffcef060-57ed-4c0d-b2b8-8900009851af} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001327 sec., 4521.4770158251695 rows/sec., 236.23 KiB/sec. | ||
| 10021 | 2025.03.03 04:57:35.549793 [ 256 ] {ffcef060-57ed-4c0d-b2b8-8900009851af} <Debug> TCPHandler: Processed in 0.001521242 sec. | ||
| 10022 | 2025.03.03 04:57:35.549917 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10023 | 2025.03.03 04:57:35.550028 [ 256 ] {da14ece9-2d53-4e79-b4ee-2c2836788363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10024 | 2025.03.03 04:57:35.550076 [ 256 ] {da14ece9-2d53-4e79-b4ee-2c2836788363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10025 | 2025.03.03 04:57:35.550618 [ 256 ] {da14ece9-2d53-4e79-b4ee-2c2836788363} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10026 | 2025.03.03 04:57:35.550655 [ 256 ] {da14ece9-2d53-4e79-b4ee-2c2836788363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10027 | 2025.03.03 04:57:35.551051 [ 256 ] {da14ece9-2d53-4e79-b4ee-2c2836788363} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10028 | 2025.03.03 04:57:35.551294 [ 256 ] {da14ece9-2d53-4e79-b4ee-2c2836788363} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10029 | 2025.03.03 04:57:35.551474 [ 256 ] {da14ece9-2d53-4e79-b4ee-2c2836788363} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00147 sec., 161224.48979591837 rows/sec., 10.81 MiB/sec. | ||
| 10030 | 2025.03.03 04:57:35.551525 [ 256 ] {da14ece9-2d53-4e79-b4ee-2c2836788363} <Debug> TCPHandler: Processed in 0.001663375 sec. | ||
| 10031 | 2025.03.03 04:57:35.551643 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10032 | 2025.03.03 04:57:35.551752 [ 256 ] {92febc55-c0ae-45b6-a844-f6b63a396456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10033 | 2025.03.03 04:57:35.551800 [ 256 ] {92febc55-c0ae-45b6-a844-f6b63a396456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10034 | 2025.03.03 04:57:35.552223 [ 256 ] {92febc55-c0ae-45b6-a844-f6b63a396456} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10035 | 2025.03.03 04:57:35.552260 [ 256 ] {92febc55-c0ae-45b6-a844-f6b63a396456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10036 | 2025.03.03 04:57:35.552619 [ 256 ] {92febc55-c0ae-45b6-a844-f6b63a396456} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10037 | 2025.03.03 04:57:35.552859 [ 256 ] {92febc55-c0ae-45b6-a844-f6b63a396456} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10038 | 2025.03.03 04:57:35.553045 [ 256 ] {92febc55-c0ae-45b6-a844-f6b63a396456} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001316 sec., 759.8784194528876 rows/sec., 51.20 KiB/sec. | ||
| 10039 | 2025.03.03 04:57:35.553159 [ 256 ] {92febc55-c0ae-45b6-a844-f6b63a396456} <Debug> TCPHandler: Processed in 0.001566374 sec. | ||
| 10040 | 2025.03.03 04:57:35.553314 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10041 | 2025.03.03 04:57:35.553413 [ 256 ] {80556361-dc4f-49bd-8318-02a4d7ea4c11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10042 | 2025.03.03 04:57:35.553477 [ 256 ] {80556361-dc4f-49bd-8318-02a4d7ea4c11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10043 | 2025.03.03 04:57:35.554559 [ 256 ] {80556361-dc4f-49bd-8318-02a4d7ea4c11} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10044 | 2025.03.03 04:57:35.554596 [ 256 ] {80556361-dc4f-49bd-8318-02a4d7ea4c11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10045 | 2025.03.03 04:57:35.555209 [ 256 ] {80556361-dc4f-49bd-8318-02a4d7ea4c11} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10046 | 2025.03.03 04:57:35.555465 [ 256 ] {80556361-dc4f-49bd-8318-02a4d7ea4c11} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10047 | 2025.03.03 04:57:35.555750 [ 256 ] {80556361-dc4f-49bd-8318-02a4d7ea4c11} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002346 sec., 5115.089514066496 rows/sec., 9.17 MiB/sec. | ||
| 10048 | 2025.03.03 04:57:35.556201 [ 256 ] {80556361-dc4f-49bd-8318-02a4d7ea4c11} <Debug> TCPHandler: Processed in 0.002939652 sec. | ||
| 10049 | 2025.03.03 04:57:35.556568 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10050 | 2025.03.03 04:57:35.556722 [ 256 ] {9cc22f90-33b1-44dd-8be2-acfbd9e692ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10051 | 2025.03.03 04:57:35.556773 [ 256 ] {9cc22f90-33b1-44dd-8be2-acfbd9e692ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10052 | 2025.03.03 04:57:35.557253 [ 256 ] {9cc22f90-33b1-44dd-8be2-acfbd9e692ad} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10053 | 2025.03.03 04:57:35.557291 [ 256 ] {9cc22f90-33b1-44dd-8be2-acfbd9e692ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10054 | 2025.03.03 04:57:35.557647 [ 256 ] {9cc22f90-33b1-44dd-8be2-acfbd9e692ad} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10055 | 2025.03.03 04:57:35.557968 [ 256 ] {9cc22f90-33b1-44dd-8be2-acfbd9e692ad} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10056 | 2025.03.03 04:57:35.558231 [ 256 ] {9cc22f90-33b1-44dd-8be2-acfbd9e692ad} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001531 sec., 53559.76485956891 rows/sec., 3.40 MiB/sec. | ||
| 10057 | 2025.03.03 04:57:35.558294 [ 256 ] {9cc22f90-33b1-44dd-8be2-acfbd9e692ad} <Debug> TCPHandler: Processed in 0.00182673 sec. | ||
| 10058 | 2025.03.03 04:57:36.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.77 MiB, peak 237.75 MiB, free memory in arenas 0.00 B, will set to 227.98 MiB (RSS), difference: 3.21 MiB | ||
| 10059 | 2025.03.03 04:57:36.001474 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000993291 sec. | ||
| 10060 | 2025.03.03 04:57:36.886177 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 10061 | 2025.03.03 04:57:36.906088 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10062 | 2025.03.03 04:57:36.906132 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10063 | 2025.03.03 04:57:36.913301 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10064 | 2025.03.03 04:57:36.914040 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10065 | 2025.03.03 04:57:36.916536 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 10066 | 2025.03.03 04:57:40.530486 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10067 | 2025.03.03 04:57:40.530683 [ 256 ] {bc913e61-d346-4f95-806d-d6574493a2b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10068 | 2025.03.03 04:57:40.530757 [ 256 ] {bc913e61-d346-4f95-806d-d6574493a2b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10069 | 2025.03.03 04:57:40.531514 [ 256 ] {bc913e61-d346-4f95-806d-d6574493a2b4} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10070 | 2025.03.03 04:57:40.531568 [ 256 ] {bc913e61-d346-4f95-806d-d6574493a2b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10071 | 2025.03.03 04:57:40.531996 [ 256 ] {bc913e61-d346-4f95-806d-d6574493a2b4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 10072 | 2025.03.03 04:57:40.532260 [ 256 ] {bc913e61-d346-4f95-806d-d6574493a2b4} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10073 | 2025.03.03 04:57:40.532474 [ 256 ] {bc913e61-d346-4f95-806d-d6574493a2b4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001844 sec., 1084.5986984815618 rows/sec., 88.44 KiB/sec. | ||
| 10074 | 2025.03.03 04:57:40.532540 [ 256 ] {bc913e61-d346-4f95-806d-d6574493a2b4} <Debug> TCPHandler: Processed in 0.002187827 sec. | ||
| 10075 | 2025.03.03 04:57:40.532688 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10076 | 2025.03.03 04:57:40.532807 [ 256 ] {db8b6fc7-f566-4ea3-b5b8-0dcd02ff532b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10077 | 2025.03.03 04:57:40.532854 [ 256 ] {db8b6fc7-f566-4ea3-b5b8-0dcd02ff532b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10078 | 2025.03.03 04:57:40.533464 [ 256 ] {db8b6fc7-f566-4ea3-b5b8-0dcd02ff532b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10079 | 2025.03.03 04:57:40.533502 [ 256 ] {db8b6fc7-f566-4ea3-b5b8-0dcd02ff532b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10080 | 2025.03.03 04:57:40.533885 [ 256 ] {db8b6fc7-f566-4ea3-b5b8-0dcd02ff532b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10081 | 2025.03.03 04:57:40.534139 [ 256 ] {db8b6fc7-f566-4ea3-b5b8-0dcd02ff532b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10082 | 2025.03.03 04:57:40.534302 [ 105 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10083 | 2025.03.03 04:57:40.534345 [ 256 ] {db8b6fc7-f566-4ea3-b5b8-0dcd02ff532b} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.001566 sec., 70881.22605363985 rows/sec., 5.93 MiB/sec. | ||
| 10084 | 2025.03.03 04:57:40.534349 [ 105 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10085 | 2025.03.03 04:57:40.534392 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10086 | 2025.03.03 04:57:40.534420 [ 256 ] {db8b6fc7-f566-4ea3-b5b8-0dcd02ff532b} <Debug> TCPHandler: Processed in 0.001784848 sec. | ||
| 10087 | 2025.03.03 04:57:40.534584 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10088 | 2025.03.03 04:57:40.534606 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 10089 | 2025.03.03 04:57:40.534771 [ 256 ] {16678ab3-2ab6-449a-bf58-618bc2abd11f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10090 | 2025.03.03 04:57:40.534890 [ 256 ] {16678ab3-2ab6-449a-bf58-618bc2abd11f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10091 | 2025.03.03 04:57:40.534921 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10092 | 2025.03.03 04:57:40.535028 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1845 rows starting from the beginning of the part | ||
| 10093 | 2025.03.03 04:57:40.535318 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1781 rows starting from the beginning of the part | ||
| 10094 | 2025.03.03 04:57:40.535754 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 10095 | 2025.03.03 04:57:40.536143 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 110 rows starting from the beginning of the part | ||
| 10096 | 2025.03.03 04:57:40.536465 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 641 rows starting from the beginning of the part | ||
| 10097 | 2025.03.03 04:57:40.536664 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 111 rows starting from the beginning of the part | ||
| 10098 | 2025.03.03 04:57:40.537475 [ 256 ] {16678ab3-2ab6-449a-bf58-618bc2abd11f} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10099 | 2025.03.03 04:57:40.537534 [ 256 ] {16678ab3-2ab6-449a-bf58-618bc2abd11f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10100 | 2025.03.03 04:57:40.538419 [ 256 ] {16678ab3-2ab6-449a-bf58-618bc2abd11f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10101 | 2025.03.03 04:57:40.538962 [ 256 ] {16678ab3-2ab6-449a-bf58-618bc2abd11f} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10102 | 2025.03.03 04:57:40.539549 [ 256 ] {16678ab3-2ab6-449a-bf58-618bc2abd11f} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.004838 sec., 5994.212484497726 rows/sec., 448.52 KiB/sec. | ||
| 10103 | 2025.03.03 04:57:40.539818 [ 256 ] {16678ab3-2ab6-449a-bf58-618bc2abd11f} <Debug> TCPHandler: Processed in 0.005304824 sec. | ||
| 10104 | 2025.03.03 04:57:40.540132 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10105 | 2025.03.03 04:57:40.540401 [ 256 ] {52e3f7b6-e5db-4f2a-8c9e-e079e47d07f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10106 | 2025.03.03 04:57:40.540566 [ 256 ] {52e3f7b6-e5db-4f2a-8c9e-e079e47d07f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10107 | 2025.03.03 04:57:40.540659 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4544 rows, containing 5 columns (5 merged, 0 gathered) in 0.006150112 sec., 738848.3331685667 rows/sec., 62.61 MiB/sec. | ||
| 10108 | 2025.03.03 04:57:40.541239 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10109 | 2025.03.03 04:57:40.541570 [ 256 ] {52e3f7b6-e5db-4f2a-8c9e-e079e47d07f4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10110 | 2025.03.03 04:57:40.541629 [ 256 ] {52e3f7b6-e5db-4f2a-8c9e-e079e47d07f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10111 | 2025.03.03 04:57:40.541821 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_81_16} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10112 | 2025.03.03 04:57:40.542042 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_81_16} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10113 | 2025.03.03 04:57:40.542227 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 10114 | 2025.03.03 04:57:40.542459 [ 256 ] {52e3f7b6-e5db-4f2a-8c9e-e079e47d07f4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10115 | 2025.03.03 04:57:40.542832 [ 256 ] {52e3f7b6-e5db-4f2a-8c9e-e079e47d07f4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10116 | 2025.03.03 04:57:40.543038 [ 105 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10117 | 2025.03.03 04:57:40.543088 [ 105 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10118 | 2025.03.03 04:57:40.543101 [ 256 ] {52e3f7b6-e5db-4f2a-8c9e-e079e47d07f4} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.00282 sec., 32978.72340425532 rows/sec., 2.58 MiB/sec. | ||
| 10119 | 2025.03.03 04:57:40.543118 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10120 | 2025.03.03 04:57:40.543200 [ 256 ] {52e3f7b6-e5db-4f2a-8c9e-e079e47d07f4} <Debug> TCPHandler: Processed in 0.003175188 sec. | ||
| 10121 | 2025.03.03 04:57:40.543406 [ 200 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 10122 | 2025.03.03 04:57:40.543613 [ 200 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10123 | 2025.03.03 04:57:40.543670 [ 200 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 913 rows starting from the beginning of the part | ||
| 10124 | 2025.03.03 04:57:40.543794 [ 200 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 850 rows starting from the beginning of the part | ||
| 10125 | 2025.03.03 04:57:40.543860 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10126 | 2025.03.03 04:57:40.543967 [ 200 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 10127 | 2025.03.03 04:57:40.544356 [ 256 ] {93da07be-e398-42a4-a961-69e40d90ca2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10128 | 2025.03.03 04:57:40.544479 [ 200 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 91 rows starting from the beginning of the part | ||
| 10129 | 2025.03.03 04:57:40.544693 [ 256 ] {93da07be-e398-42a4-a961-69e40d90ca2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10130 | 2025.03.03 04:57:40.544831 [ 200 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 394 rows starting from the beginning of the part | ||
| 10131 | 2025.03.03 04:57:40.545202 [ 200 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 93 rows starting from the beginning of the part | ||
| 10132 | 2025.03.03 04:57:40.547049 [ 256 ] {93da07be-e398-42a4-a961-69e40d90ca2e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10133 | 2025.03.03 04:57:40.547130 [ 256 ] {93da07be-e398-42a4-a961-69e40d90ca2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10134 | 2025.03.03 04:57:40.548262 [ 256 ] {93da07be-e398-42a4-a961-69e40d90ca2e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10135 | 2025.03.03 04:57:40.548572 [ 256 ] {93da07be-e398-42a4-a961-69e40d90ca2e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10136 | 2025.03.03 04:57:40.548924 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10137 | 2025.03.03 04:57:40.549026 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10138 | 2025.03.03 04:57:40.549113 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10139 | 2025.03.03 04:57:40.549362 [ 256 ] {93da07be-e398-42a4-a961-69e40d90ca2e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00522 sec., 30842.911877394636 rows/sec., 2.15 MiB/sec. | ||
| 10140 | 2025.03.03 04:57:40.549473 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.006133001 sec., 392140.813282111 rows/sec., 30.02 MiB/sec. | ||
| 10141 | 2025.03.03 04:57:40.549633 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 10142 | 2025.03.03 04:57:40.549749 [ 256 ] {93da07be-e398-42a4-a961-69e40d90ca2e} <Debug> TCPHandler: Processed in 0.005987478 sec. | ||
| 10143 | 2025.03.03 04:57:40.550120 [ 190 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10144 | 2025.03.03 04:57:40.550264 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10145 | 2025.03.03 04:57:40.550318 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10146 | 2025.03.03 04:57:40.550512 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22570 rows starting from the beginning of the part | ||
| 10147 | 2025.03.03 04:57:40.550783 [ 256 ] {99615b9e-db26-49d4-9cfd-4c18347e8cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10148 | 2025.03.03 04:57:40.551310 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1001 rows starting from the beginning of the part | ||
| 10149 | 2025.03.03 04:57:40.551611 [ 256 ] {99615b9e-db26-49d4-9cfd-4c18347e8cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10150 | 2025.03.03 04:57:40.551803 [ 190 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_81_16} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10151 | 2025.03.03 04:57:40.551908 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 10152 | 2025.03.03 04:57:40.552337 [ 190 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_81_16} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10153 | 2025.03.03 04:57:40.552773 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 10154 | 2025.03.03 04:57:40.552851 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 10155 | 2025.03.03 04:57:40.553345 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
| 10156 | 2025.03.03 04:57:40.554026 [ 197 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 161 rows starting from the beginning of the part | ||
| 10157 | 2025.03.03 04:57:40.558081 [ 256 ] {99615b9e-db26-49d4-9cfd-4c18347e8cea} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10158 | 2025.03.03 04:57:40.558127 [ 256 ] {99615b9e-db26-49d4-9cfd-4c18347e8cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10159 | 2025.03.03 04:57:40.559211 [ 256 ] {99615b9e-db26-49d4-9cfd-4c18347e8cea} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10160 | 2025.03.03 04:57:40.559902 [ 256 ] {99615b9e-db26-49d4-9cfd-4c18347e8cea} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10161 | 2025.03.03 04:57:40.560210 [ 256 ] {99615b9e-db26-49d4-9cfd-4c18347e8cea} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00963 sec., 2803.7383177570096 rows/sec., 5.02 MiB/sec. | ||
| 10162 | 2025.03.03 04:57:40.561101 [ 256 ] {99615b9e-db26-49d4-9cfd-4c18347e8cea} <Debug> TCPHandler: Processed in 0.010982085 sec. | ||
| 10163 | 2025.03.03 04:57:40.561393 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10164 | 2025.03.03 04:57:40.561534 [ 256 ] {b51602aa-61b8-44f5-a77a-5ad5e36cacec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10165 | 2025.03.03 04:57:40.561584 [ 256 ] {b51602aa-61b8-44f5-a77a-5ad5e36cacec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10166 | 2025.03.03 04:57:40.562260 [ 256 ] {b51602aa-61b8-44f5-a77a-5ad5e36cacec} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10167 | 2025.03.03 04:57:40.562301 [ 256 ] {b51602aa-61b8-44f5-a77a-5ad5e36cacec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10168 | 2025.03.03 04:57:40.562773 [ 256 ] {b51602aa-61b8-44f5-a77a-5ad5e36cacec} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10169 | 2025.03.03 04:57:40.563036 [ 256 ] {b51602aa-61b8-44f5-a77a-5ad5e36cacec} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10170 | 2025.03.03 04:57:40.563175 [ 105 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10171 | 2025.03.03 04:57:40.563217 [ 105 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10172 | 2025.03.03 04:57:40.563224 [ 256 ] {b51602aa-61b8-44f5-a77a-5ad5e36cacec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001724 sec., 34802.78422273782 rows/sec., 2.35 MiB/sec. | ||
| 10173 | 2025.03.03 04:57:40.563251 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10174 | 2025.03.03 04:57:40.563486 [ 256 ] {b51602aa-61b8-44f5-a77a-5ad5e36cacec} <Debug> TCPHandler: Processed in 0.002152506 sec. | ||
| 10175 | 2025.03.03 04:57:40.563880 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 10176 | 2025.03.03 04:57:40.564020 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24193 rows, containing 5 columns (5 merged, 0 gathered) in 0.014739755 sec., 1641343.4280284848 rows/sec., 110.84 MiB/sec. | ||
| 10177 | 2025.03.03 04:57:40.564136 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10178 | 2025.03.03 04:57:40.564180 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4628 rows starting from the beginning of the part | ||
| 10179 | 2025.03.03 04:57:40.564298 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 58 rows starting from the beginning of the part | ||
| 10180 | 2025.03.03 04:57:40.564518 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 24 rows starting from the beginning of the part | ||
| 10181 | 2025.03.03 04:57:40.564679 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 10182 | 2025.03.03 04:57:40.564834 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 10183 | 2025.03.03 04:57:40.564911 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10184 | 2025.03.03 04:57:40.565066 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 10185 | 2025.03.03 04:57:40.565804 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10186 | 2025.03.03 04:57:40.565999 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10187 | 2025.03.03 04:57:40.566171 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 10188 | 2025.03.03 04:57:40.568403 [ 192 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4912 rows, containing 4 columns (4 merged, 0 gathered) in 0.005025058 sec., 977501.1552105469 rows/sec., 63.72 MiB/sec. | ||
| 10189 | 2025.03.03 04:57:40.568773 [ 192 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10190 | 2025.03.03 04:57:40.569082 [ 192 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_81_16} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10191 | 2025.03.03 04:57:40.569173 [ 192 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_81_16} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10192 | 2025.03.03 04:57:40.569267 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 10193 | 2025.03.03 04:57:42.796422 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 10194 | 2025.03.03 04:57:42.797052 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10195 | 2025.03.03 04:57:42.797094 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10196 | 2025.03.03 04:57:42.797624 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10197 | 2025.03.03 04:57:42.797895 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10198 | 2025.03.03 04:57:42.798177 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 10199 | 2025.03.03 04:57:44.417571 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10200 | 2025.03.03 04:57:44.439363 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10201 | 2025.03.03 04:57:44.439434 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10202 | 2025.03.03 04:57:44.446899 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10203 | 2025.03.03 04:57:44.447740 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10204 | 2025.03.03 04:57:44.451618 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10205 | 2025.03.03 04:57:45.407319 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1454 | ||
| 10206 | 2025.03.03 04:57:45.410527 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10207 | 2025.03.03 04:57:45.410574 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10208 | 2025.03.03 04:57:45.412044 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10209 | 2025.03.03 04:57:45.412352 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10210 | 2025.03.03 04:57:45.412579 [ 101 ] {} <Debug> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10211 | 2025.03.03 04:57:45.412703 [ 101 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10212 | 2025.03.03 04:57:45.412771 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10213 | 2025.03.03 04:57:45.413352 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 10214 | 2025.03.03 04:57:45.414580 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1454 | ||
| 10215 | 2025.03.03 04:57:45.414964 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10216 | 2025.03.03 04:57:45.415132 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1288 rows starting from the beginning of the part | ||
| 10217 | 2025.03.03 04:57:45.415768 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part | ||
| 10218 | 2025.03.03 04:57:45.416432 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 34 rows starting from the beginning of the part | ||
| 10219 | 2025.03.03 04:57:45.417066 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part | ||
| 10220 | 2025.03.03 04:57:45.417660 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 20 rows starting from the beginning of the part | ||
| 10221 | 2025.03.03 04:57:45.418330 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
| 10222 | 2025.03.03 04:57:45.427237 [ 187 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1454 rows, containing 72 columns (72 merged, 0 gathered) in 0.014293976 sec., 101721.17261145535 rows/sec., 79.17 MiB/sec. | ||
| 10223 | 2025.03.03 04:57:45.429447 [ 187 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10224 | 2025.03.03 04:57:45.430333 [ 187 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_36_7} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10225 | 2025.03.03 04:57:45.430447 [ 187 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_36_7} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10226 | 2025.03.03 04:57:45.430814 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 10227 | 2025.03.03 04:57:45.536864 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10228 | 2025.03.03 04:57:45.537026 [ 256 ] {927615cf-a825-4f45-8659-4e9d152dcd6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10229 | 2025.03.03 04:57:45.537092 [ 256 ] {927615cf-a825-4f45-8659-4e9d152dcd6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10230 | 2025.03.03 04:57:45.537907 [ 256 ] {927615cf-a825-4f45-8659-4e9d152dcd6d} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10231 | 2025.03.03 04:57:45.537950 [ 256 ] {927615cf-a825-4f45-8659-4e9d152dcd6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10232 | 2025.03.03 04:57:45.538353 [ 256 ] {927615cf-a825-4f45-8659-4e9d152dcd6d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10233 | 2025.03.03 04:57:45.538602 [ 256 ] {927615cf-a825-4f45-8659-4e9d152dcd6d} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10234 | 2025.03.03 04:57:45.538818 [ 256 ] {927615cf-a825-4f45-8659-4e9d152dcd6d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00184 sec., 115217.39130434782 rows/sec., 7.33 MiB/sec. | ||
| 10235 | 2025.03.03 04:57:45.538949 [ 256 ] {927615cf-a825-4f45-8659-4e9d152dcd6d} <Debug> TCPHandler: Processed in 0.002201077 sec. | ||
| 10236 | 2025.03.03 04:57:45.539084 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10237 | 2025.03.03 04:57:45.539193 [ 256 ] {839569d8-89b2-4c9a-b14a-55a2057b6936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10238 | 2025.03.03 04:57:45.539241 [ 256 ] {839569d8-89b2-4c9a-b14a-55a2057b6936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10239 | 2025.03.03 04:57:45.540068 [ 256 ] {839569d8-89b2-4c9a-b14a-55a2057b6936} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10240 | 2025.03.03 04:57:45.540106 [ 256 ] {839569d8-89b2-4c9a-b14a-55a2057b6936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10241 | 2025.03.03 04:57:45.540499 [ 256 ] {839569d8-89b2-4c9a-b14a-55a2057b6936} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10242 | 2025.03.03 04:57:45.540771 [ 256 ] {839569d8-89b2-4c9a-b14a-55a2057b6936} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10243 | 2025.03.03 04:57:45.541092 [ 256 ] {839569d8-89b2-4c9a-b14a-55a2057b6936} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001926 sec., 332814.1225337487 rows/sec., 26.22 MiB/sec. | ||
| 10244 | 2025.03.03 04:57:45.541147 [ 256 ] {839569d8-89b2-4c9a-b14a-55a2057b6936} <Debug> TCPHandler: Processed in 0.002117445 sec. | ||
| 10245 | 2025.03.03 04:57:45.541266 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10246 | 2025.03.03 04:57:45.541382 [ 256 ] {1f430a44-b261-4484-8e96-956e759894c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10247 | 2025.03.03 04:57:45.541436 [ 256 ] {1f430a44-b261-4484-8e96-956e759894c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10248 | 2025.03.03 04:57:45.542234 [ 256 ] {1f430a44-b261-4484-8e96-956e759894c2} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10249 | 2025.03.03 04:57:45.542286 [ 256 ] {1f430a44-b261-4484-8e96-956e759894c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10250 | 2025.03.03 04:57:45.542743 [ 256 ] {1f430a44-b261-4484-8e96-956e759894c2} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10251 | 2025.03.03 04:57:45.543069 [ 256 ] {1f430a44-b261-4484-8e96-956e759894c2} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10252 | 2025.03.03 04:57:45.543282 [ 99 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 10253 | 2025.03.03 04:57:45.543348 [ 99 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10254 | 2025.03.03 04:57:45.543368 [ 256 ] {1f430a44-b261-4484-8e96-956e759894c2} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.002006 sec., 58823.529411764706 rows/sec., 3.55 MiB/sec. | ||
| 10255 | 2025.03.03 04:57:45.543385 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10256 | 2025.03.03 04:57:45.543552 [ 256 ] {1f430a44-b261-4484-8e96-956e759894c2} <Debug> TCPHandler: Processed in 0.002336041 sec. | ||
| 10257 | 2025.03.03 04:57:45.543589 [ 201 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
| 10258 | 2025.03.03 04:57:45.543699 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10259 | 2025.03.03 04:57:45.543712 [ 201 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10260 | 2025.03.03 04:57:45.543747 [ 201 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 163 rows starting from the beginning of the part | ||
| 10261 | 2025.03.03 04:57:45.543886 [ 201 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 118 rows starting from the beginning of the part | ||
| 10262 | 2025.03.03 04:57:45.543902 [ 256 ] {b7ce6050-8649-4913-9069-12008a804466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10263 | 2025.03.03 04:57:45.544067 [ 256 ] {b7ce6050-8649-4913-9069-12008a804466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10264 | 2025.03.03 04:57:45.544271 [ 201 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 27 rows starting from the beginning of the part | ||
| 10265 | 2025.03.03 04:57:45.544696 [ 201 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 118 rows starting from the beginning of the part | ||
| 10266 | 2025.03.03 04:57:45.545008 [ 201 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 29 rows starting from the beginning of the part | ||
| 10267 | 2025.03.03 04:57:45.545411 [ 201 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 118 rows starting from the beginning of the part | ||
| 10268 | 2025.03.03 04:57:45.546730 [ 256 ] {b7ce6050-8649-4913-9069-12008a804466} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10269 | 2025.03.03 04:57:45.546790 [ 256 ] {b7ce6050-8649-4913-9069-12008a804466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10270 | 2025.03.03 04:57:45.547336 [ 187 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 5 columns (5 merged, 0 gathered) in 0.003833832 sec., 149458.81822677676 rows/sec., 9.90 MiB/sec. | ||
| 10271 | 2025.03.03 04:57:45.547504 [ 256 ] {b7ce6050-8649-4913-9069-12008a804466} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10272 | 2025.03.03 04:57:45.547593 [ 186 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 10273 | 2025.03.03 04:57:45.548011 [ 256 ] {b7ce6050-8649-4913-9069-12008a804466} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10274 | 2025.03.03 04:57:45.548182 [ 186 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_65_13} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10275 | 2025.03.03 04:57:45.548333 [ 99 ] {} <Debug> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10276 | 2025.03.03 04:57:45.548481 [ 99 ] {} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10277 | 2025.03.03 04:57:45.548529 [ 256 ] {b7ce6050-8649-4913-9069-12008a804466} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004708 sec., 24001.699235344095 rows/sec., 1.55 MiB/sec. | ||
| 10278 | 2025.03.03 04:57:45.548533 [ 186 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_65_13} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 10279 | 2025.03.03 04:57:45.548563 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10280 | 2025.03.03 04:57:45.548856 [ 256 ] {b7ce6050-8649-4913-9069-12008a804466} <Debug> TCPHandler: Processed in 0.005217352 sec. | ||
| 10281 | 2025.03.03 04:57:45.549011 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 10282 | 2025.03.03 04:57:45.549163 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10283 | 2025.03.03 04:57:45.549140 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 10284 | 2025.03.03 04:57:45.549493 [ 256 ] {80b1ea6d-ea77-4de1-8c6c-db4b4c22cf52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10285 | 2025.03.03 04:57:45.549648 [ 256 ] {80b1ea6d-ea77-4de1-8c6c-db4b4c22cf52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10286 | 2025.03.03 04:57:45.549687 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10287 | 2025.03.03 04:57:45.549795 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 342 rows starting from the beginning of the part | ||
| 10288 | 2025.03.03 04:57:45.550136 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part | ||
| 10289 | 2025.03.03 04:57:45.550546 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 113 rows starting from the beginning of the part | ||
| 10290 | 2025.03.03 04:57:45.550929 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 341 rows starting from the beginning of the part | ||
| 10291 | 2025.03.03 04:57:45.551221 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 113 rows starting from the beginning of the part | ||
| 10292 | 2025.03.03 04:57:45.551433 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 113 rows starting from the beginning of the part | ||
| 10293 | 2025.03.03 04:57:45.552386 [ 256 ] {80b1ea6d-ea77-4de1-8c6c-db4b4c22cf52} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10294 | 2025.03.03 04:57:45.552457 [ 256 ] {80b1ea6d-ea77-4de1-8c6c-db4b4c22cf52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10295 | 2025.03.03 04:57:45.553517 [ 256 ] {80b1ea6d-ea77-4de1-8c6c-db4b4c22cf52} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10296 | 2025.03.03 04:57:45.554034 [ 256 ] {80b1ea6d-ea77-4de1-8c6c-db4b4c22cf52} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10297 | 2025.03.03 04:57:45.554591 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.005830385 sec., 194669.82026058313 rows/sec., 13.58 MiB/sec. | ||
| 10298 | 2025.03.03 04:57:45.554635 [ 256 ] {80b1ea6d-ea77-4de1-8c6c-db4b4c22cf52} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00525 sec., 21333.333333333332 rows/sec., 1.22 MiB/sec. | ||
| 10299 | 2025.03.03 04:57:45.554770 [ 256 ] {80b1ea6d-ea77-4de1-8c6c-db4b4c22cf52} <Debug> TCPHandler: Processed in 0.005710693 sec. | ||
| 10300 | 2025.03.03 04:57:45.554810 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10301 | 2025.03.03 04:57:45.554963 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10302 | 2025.03.03 04:57:45.555154 [ 256 ] {3c2ce767-e9d2-4b91-b27a-7b8d78251f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10303 | 2025.03.03 04:57:45.555229 [ 256 ] {3c2ce767-e9d2-4b91-b27a-7b8d78251f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10304 | 2025.03.03 04:57:45.555295 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_36_7} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10305 | 2025.03.03 04:57:45.555497 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_36_7} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10306 | 2025.03.03 04:57:45.555674 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 10307 | 2025.03.03 04:57:45.556302 [ 256 ] {3c2ce767-e9d2-4b91-b27a-7b8d78251f15} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10308 | 2025.03.03 04:57:45.556347 [ 256 ] {3c2ce767-e9d2-4b91-b27a-7b8d78251f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10309 | 2025.03.03 04:57:45.556734 [ 256 ] {3c2ce767-e9d2-4b91-b27a-7b8d78251f15} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10310 | 2025.03.03 04:57:45.556977 [ 256 ] {3c2ce767-e9d2-4b91-b27a-7b8d78251f15} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10311 | 2025.03.03 04:57:45.557181 [ 256 ] {3c2ce767-e9d2-4b91-b27a-7b8d78251f15} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.002087 sec., 188787.73358888357 rows/sec., 13.36 MiB/sec. | ||
| 10312 | 2025.03.03 04:57:45.557237 [ 256 ] {3c2ce767-e9d2-4b91-b27a-7b8d78251f15} <Debug> TCPHandler: Processed in 0.002358611 sec. | ||
| 10313 | 2025.03.03 04:57:45.557351 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10314 | 2025.03.03 04:57:45.557455 [ 256 ] {59f33b06-9901-41a6-bdd0-ff586274bef1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10315 | 2025.03.03 04:57:45.557501 [ 256 ] {59f33b06-9901-41a6-bdd0-ff586274bef1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10316 | 2025.03.03 04:57:45.557937 [ 256 ] {59f33b06-9901-41a6-bdd0-ff586274bef1} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10317 | 2025.03.03 04:57:45.557976 [ 256 ] {59f33b06-9901-41a6-bdd0-ff586274bef1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10318 | 2025.03.03 04:57:45.558330 [ 256 ] {59f33b06-9901-41a6-bdd0-ff586274bef1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10319 | 2025.03.03 04:57:45.558566 [ 256 ] {59f33b06-9901-41a6-bdd0-ff586274bef1} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10320 | 2025.03.03 04:57:45.558720 [ 99 ] {} <Debug> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 10321 | 2025.03.03 04:57:45.558777 [ 99 ] {} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10322 | 2025.03.03 04:57:45.558808 [ 256 ] {59f33b06-9901-41a6-bdd0-ff586274bef1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 230.33 KiB/sec. | ||
| 10323 | 2025.03.03 04:57:45.558815 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10324 | 2025.03.03 04:57:45.558963 [ 256 ] {59f33b06-9901-41a6-bdd0-ff586274bef1} <Debug> TCPHandler: Processed in 0.001655965 sec. | ||
| 10325 | 2025.03.03 04:57:45.559058 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 10326 | 2025.03.03 04:57:45.559140 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10327 | 2025.03.03 04:57:45.559266 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10328 | 2025.03.03 04:57:45.559343 [ 256 ] {d8d3f80e-db4a-4bb3-be1b-9f4e347d356d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10329 | 2025.03.03 04:57:45.559350 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 180 rows starting from the beginning of the part | ||
| 10330 | 2025.03.03 04:57:45.559444 [ 256 ] {d8d3f80e-db4a-4bb3-be1b-9f4e347d356d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10331 | 2025.03.03 04:57:45.559732 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 10332 | 2025.03.03 04:57:45.560061 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10333 | 2025.03.03 04:57:45.560352 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10334 | 2025.03.03 04:57:45.560691 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10335 | 2025.03.03 04:57:45.561069 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 10336 | 2025.03.03 04:57:45.562305 [ 256 ] {d8d3f80e-db4a-4bb3-be1b-9f4e347d356d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10337 | 2025.03.03 04:57:45.562376 [ 256 ] {d8d3f80e-db4a-4bb3-be1b-9f4e347d356d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10338 | 2025.03.03 04:57:45.563544 [ 256 ] {d8d3f80e-db4a-4bb3-be1b-9f4e347d356d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10339 | 2025.03.03 04:57:45.563729 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.004791323 sec., 43829.230465155444 rows/sec., 2.24 MiB/sec. | ||
| 10340 | 2025.03.03 04:57:45.563944 [ 186 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 10341 | 2025.03.03 04:57:45.564021 [ 256 ] {d8d3f80e-db4a-4bb3-be1b-9f4e347d356d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10342 | 2025.03.03 04:57:45.564460 [ 256 ] {d8d3f80e-db4a-4bb3-be1b-9f4e347d356d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005164 sec., 45894.65530596437 rows/sec., 3.08 MiB/sec. | ||
| 10343 | 2025.03.03 04:57:45.564682 [ 256 ] {d8d3f80e-db4a-4bb3-be1b-9f4e347d356d} <Debug> TCPHandler: Processed in 0.00559524 sec. | ||
| 10344 | 2025.03.03 04:57:45.564726 [ 186 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_35_7} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10345 | 2025.03.03 04:57:45.564980 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10346 | 2025.03.03 04:57:45.565142 [ 186 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_35_7} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 10347 | 2025.03.03 04:57:45.565266 [ 256 ] {76f00ad7-9156-4f70-b9ec-e25cfc562e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10348 | 2025.03.03 04:57:45.565430 [ 256 ] {76f00ad7-9156-4f70-b9ec-e25cfc562e00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10349 | 2025.03.03 04:57:45.565511 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 10350 | 2025.03.03 04:57:45.566238 [ 256 ] {76f00ad7-9156-4f70-b9ec-e25cfc562e00} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10351 | 2025.03.03 04:57:45.566287 [ 256 ] {76f00ad7-9156-4f70-b9ec-e25cfc562e00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10352 | 2025.03.03 04:57:45.566724 [ 256 ] {76f00ad7-9156-4f70-b9ec-e25cfc562e00} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10353 | 2025.03.03 04:57:45.567019 [ 256 ] {76f00ad7-9156-4f70-b9ec-e25cfc562e00} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10354 | 2025.03.03 04:57:45.567295 [ 256 ] {76f00ad7-9156-4f70-b9ec-e25cfc562e00} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002115 sec., 472.81323877068553 rows/sec., 31.86 KiB/sec. | ||
| 10355 | 2025.03.03 04:57:45.567429 [ 256 ] {76f00ad7-9156-4f70-b9ec-e25cfc562e00} <Debug> TCPHandler: Processed in 0.002545415 sec. | ||
| 10356 | 2025.03.03 04:57:45.567577 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10357 | 2025.03.03 04:57:45.567719 [ 256 ] {a42686bd-dd48-4eff-b9b1-664b4488574f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10358 | 2025.03.03 04:57:45.567795 [ 256 ] {a42686bd-dd48-4eff-b9b1-664b4488574f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10359 | 2025.03.03 04:57:45.568897 [ 256 ] {a42686bd-dd48-4eff-b9b1-664b4488574f} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10360 | 2025.03.03 04:57:45.568938 [ 256 ] {a42686bd-dd48-4eff-b9b1-664b4488574f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10361 | 2025.03.03 04:57:45.569569 [ 256 ] {a42686bd-dd48-4eff-b9b1-664b4488574f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10362 | 2025.03.03 04:57:45.569856 [ 256 ] {a42686bd-dd48-4eff-b9b1-664b4488574f} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10363 | 2025.03.03 04:57:45.570148 [ 256 ] {a42686bd-dd48-4eff-b9b1-664b4488574f} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002474 sec., 4850.444624090542 rows/sec., 8.69 MiB/sec. | ||
| 10364 | 2025.03.03 04:57:45.570468 [ 256 ] {a42686bd-dd48-4eff-b9b1-664b4488574f} <Debug> TCPHandler: Processed in 0.002948293 sec. | ||
| 10365 | 2025.03.03 04:57:45.570633 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10366 | 2025.03.03 04:57:45.570736 [ 256 ] {d9f4a5e0-d7a1-4f45-8092-04657631d5db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10367 | 2025.03.03 04:57:45.570782 [ 256 ] {d9f4a5e0-d7a1-4f45-8092-04657631d5db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10368 | 2025.03.03 04:57:45.571243 [ 256 ] {d9f4a5e0-d7a1-4f45-8092-04657631d5db} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10369 | 2025.03.03 04:57:45.571281 [ 256 ] {d9f4a5e0-d7a1-4f45-8092-04657631d5db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10370 | 2025.03.03 04:57:45.571644 [ 256 ] {d9f4a5e0-d7a1-4f45-8092-04657631d5db} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10371 | 2025.03.03 04:57:45.571903 [ 256 ] {d9f4a5e0-d7a1-4f45-8092-04657631d5db} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10372 | 2025.03.03 04:57:45.572115 [ 256 ] {d9f4a5e0-d7a1-4f45-8092-04657631d5db} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001399 sec., 58613.2952108649 rows/sec., 3.72 MiB/sec. | ||
| 10373 | 2025.03.03 04:57:45.572165 [ 256 ] {d9f4a5e0-d7a1-4f45-8092-04657631d5db} <Debug> TCPHandler: Processed in 0.001589974 sec. | ||
| 10374 | 2025.03.03 04:57:50.113527 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10375 | 2025.03.03 04:57:50.113597 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10376 | 2025.03.03 04:57:50.299266 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 10377 | 2025.03.03 04:57:50.299925 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10378 | 2025.03.03 04:57:50.299967 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10379 | 2025.03.03 04:57:50.300481 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10380 | 2025.03.03 04:57:50.300735 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10381 | 2025.03.03 04:57:50.300931 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10382 | 2025.03.03 04:57:50.530046 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10383 | 2025.03.03 04:57:50.530260 [ 256 ] {05dc4c09-f1f7-467b-80eb-36318fc93c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10384 | 2025.03.03 04:57:50.530342 [ 256 ] {05dc4c09-f1f7-467b-80eb-36318fc93c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10385 | 2025.03.03 04:57:50.531236 [ 256 ] {05dc4c09-f1f7-467b-80eb-36318fc93c71} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10386 | 2025.03.03 04:57:50.531293 [ 256 ] {05dc4c09-f1f7-467b-80eb-36318fc93c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10387 | 2025.03.03 04:57:50.531742 [ 256 ] {05dc4c09-f1f7-467b-80eb-36318fc93c71} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10388 | 2025.03.03 04:57:50.531994 [ 256 ] {05dc4c09-f1f7-467b-80eb-36318fc93c71} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10389 | 2025.03.03 04:57:50.532251 [ 256 ] {05dc4c09-f1f7-467b-80eb-36318fc93c71} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.00205 sec., 53658.53658536585 rows/sec., 4.50 MiB/sec. | ||
| 10390 | 2025.03.03 04:57:50.532318 [ 256 ] {05dc4c09-f1f7-467b-80eb-36318fc93c71} <Debug> TCPHandler: Processed in 0.002416421 sec. | ||
| 10391 | 2025.03.03 04:57:50.532452 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10392 | 2025.03.03 04:57:50.532567 [ 256 ] {7ab24abc-827e-4918-af18-d40e8b04f283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10393 | 2025.03.03 04:57:50.532615 [ 256 ] {7ab24abc-827e-4918-af18-d40e8b04f283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10394 | 2025.03.03 04:57:50.533169 [ 256 ] {7ab24abc-827e-4918-af18-d40e8b04f283} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10395 | 2025.03.03 04:57:50.533212 [ 256 ] {7ab24abc-827e-4918-af18-d40e8b04f283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10396 | 2025.03.03 04:57:50.533570 [ 256 ] {7ab24abc-827e-4918-af18-d40e8b04f283} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10397 | 2025.03.03 04:57:50.533830 [ 256 ] {7ab24abc-827e-4918-af18-d40e8b04f283} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10398 | 2025.03.03 04:57:50.534058 [ 256 ] {7ab24abc-827e-4918-af18-d40e8b04f283} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001518 sec., 17786.561264822132 rows/sec., 1.31 MiB/sec. | ||
| 10399 | 2025.03.03 04:57:50.534154 [ 256 ] {7ab24abc-827e-4918-af18-d40e8b04f283} <Debug> TCPHandler: Processed in 0.001756127 sec. | ||
| 10400 | 2025.03.03 04:57:50.534376 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10401 | 2025.03.03 04:57:50.534542 [ 256 ] {00ceca19-97ec-48b3-99be-9905f7d3506c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10402 | 2025.03.03 04:57:50.534590 [ 256 ] {00ceca19-97ec-48b3-99be-9905f7d3506c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10403 | 2025.03.03 04:57:50.535169 [ 256 ] {00ceca19-97ec-48b3-99be-9905f7d3506c} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10404 | 2025.03.03 04:57:50.535209 [ 256 ] {00ceca19-97ec-48b3-99be-9905f7d3506c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10405 | 2025.03.03 04:57:50.535577 [ 256 ] {00ceca19-97ec-48b3-99be-9905f7d3506c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10406 | 2025.03.03 04:57:50.535817 [ 256 ] {00ceca19-97ec-48b3-99be-9905f7d3506c} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10407 | 2025.03.03 04:57:50.536068 [ 256 ] {00ceca19-97ec-48b3-99be-9905f7d3506c} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001545 sec., 58899.67637540453 rows/sec., 4.60 MiB/sec. | ||
| 10408 | 2025.03.03 04:57:50.536126 [ 256 ] {00ceca19-97ec-48b3-99be-9905f7d3506c} <Debug> TCPHandler: Processed in 0.00185117 sec. | ||
| 10409 | 2025.03.03 04:57:50.536370 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10410 | 2025.03.03 04:57:50.536555 [ 256 ] {457c6a54-fcdb-49de-b229-4e9b020499b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10411 | 2025.03.03 04:57:50.536613 [ 256 ] {457c6a54-fcdb-49de-b229-4e9b020499b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10412 | 2025.03.03 04:57:50.537177 [ 256 ] {457c6a54-fcdb-49de-b229-4e9b020499b5} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10413 | 2025.03.03 04:57:50.537215 [ 256 ] {457c6a54-fcdb-49de-b229-4e9b020499b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10414 | 2025.03.03 04:57:50.537597 [ 256 ] {457c6a54-fcdb-49de-b229-4e9b020499b5} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10415 | 2025.03.03 04:57:50.537844 [ 256 ] {457c6a54-fcdb-49de-b229-4e9b020499b5} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10416 | 2025.03.03 04:57:50.538061 [ 256 ] {457c6a54-fcdb-49de-b229-4e9b020499b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001535 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec. | ||
| 10417 | 2025.03.03 04:57:50.538160 [ 256 ] {457c6a54-fcdb-49de-b229-4e9b020499b5} <Debug> TCPHandler: Processed in 0.00188716 sec. | ||
| 10418 | 2025.03.03 04:57:50.538336 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10419 | 2025.03.03 04:57:50.538579 [ 256 ] {2e50e0f1-8cb6-4874-ba63-4c8046e9895b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10420 | 2025.03.03 04:57:50.538669 [ 256 ] {2e50e0f1-8cb6-4874-ba63-4c8046e9895b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10421 | 2025.03.03 04:57:50.539857 [ 256 ] {2e50e0f1-8cb6-4874-ba63-4c8046e9895b} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10422 | 2025.03.03 04:57:50.539897 [ 256 ] {2e50e0f1-8cb6-4874-ba63-4c8046e9895b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10423 | 2025.03.03 04:57:50.540526 [ 256 ] {2e50e0f1-8cb6-4874-ba63-4c8046e9895b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10424 | 2025.03.03 04:57:50.540805 [ 256 ] {2e50e0f1-8cb6-4874-ba63-4c8046e9895b} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10425 | 2025.03.03 04:57:50.541057 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10426 | 2025.03.03 04:57:50.541140 [ 256 ] {2e50e0f1-8cb6-4874-ba63-4c8046e9895b} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002641 sec., 10223.400227186672 rows/sec., 18.32 MiB/sec. | ||
| 10427 | 2025.03.03 04:57:50.541142 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10428 | 2025.03.03 04:57:50.541264 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10429 | 2025.03.03 04:57:50.541534 [ 256 ] {2e50e0f1-8cb6-4874-ba63-4c8046e9895b} <Debug> TCPHandler: Processed in 0.00328563 sec. | ||
| 10430 | 2025.03.03 04:57:50.541631 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 10431 | 2025.03.03 04:57:50.542193 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10432 | 2025.03.03 04:57:50.542709 [ 256 ] {e57aca34-ad73-4bfb-a554-b3dbcf3e9be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10433 | 2025.03.03 04:57:50.542849 [ 256 ] {e57aca34-ad73-4bfb-a554-b3dbcf3e9be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10434 | 2025.03.03 04:57:50.543092 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10435 | 2025.03.03 04:57:50.543383 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1128 rows starting from the beginning of the part | ||
| 10436 | 2025.03.03 04:57:50.544126 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 27 rows starting from the beginning of the part | ||
| 10437 | 2025.03.03 04:57:50.544876 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 12 rows starting from the beginning of the part | ||
| 10438 | 2025.03.03 04:57:50.544954 [ 256 ] {e57aca34-ad73-4bfb-a554-b3dbcf3e9be6} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10439 | 2025.03.03 04:57:50.545032 [ 256 ] {e57aca34-ad73-4bfb-a554-b3dbcf3e9be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10440 | 2025.03.03 04:57:50.545549 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 27 rows starting from the beginning of the part | ||
| 10441 | 2025.03.03 04:57:50.546272 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 12 rows starting from the beginning of the part | ||
| 10442 | 2025.03.03 04:57:50.546507 [ 256 ] {e57aca34-ad73-4bfb-a554-b3dbcf3e9be6} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10443 | 2025.03.03 04:57:50.546926 [ 196 ] {1a441893-9993-4f87-907b-84f593661890::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 27 rows starting from the beginning of the part | ||
| 10444 | 2025.03.03 04:57:50.547620 [ 256 ] {e57aca34-ad73-4bfb-a554-b3dbcf3e9be6} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10445 | 2025.03.03 04:57:50.548240 [ 256 ] {e57aca34-ad73-4bfb-a554-b3dbcf3e9be6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005713 sec., 10502.363031682127 rows/sec., 724.77 KiB/sec. | ||
| 10446 | 2025.03.03 04:57:50.548397 [ 256 ] {e57aca34-ad73-4bfb-a554-b3dbcf3e9be6} <Debug> TCPHandler: Processed in 0.006381937 sec. | ||
| 10447 | 2025.03.03 04:57:50.555690 [ 198 ] {1a441893-9993-4f87-907b-84f593661890::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1233 rows, containing 19 columns (19 merged, 0 gathered) in 0.014279875 sec., 86345.29363877485 rows/sec., 154.73 MiB/sec. | ||
| 10448 | 2025.03.03 04:57:50.556805 [ 188 ] {1a441893-9993-4f87-907b-84f593661890::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10449 | 2025.03.03 04:57:50.557218 [ 188 ] {1a441893-9993-4f87-907b-84f593661890::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10450 | 2025.03.03 04:57:50.557298 [ 188 ] {1a441893-9993-4f87-907b-84f593661890::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10451 | 2025.03.03 04:57:50.557415 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.42 MiB. | ||
| 10452 | 2025.03.03 04:57:51.000323 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.46 MiB, peak 240.83 MiB, free memory in arenas 0.00 B, will set to 232.03 MiB (RSS), difference: 2.57 MiB | ||
| 10453 | 2025.03.03 04:57:51.952678 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10454 | 2025.03.03 04:57:51.973581 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10455 | 2025.03.03 04:57:51.973640 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10456 | 2025.03.03 04:57:51.980919 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10457 | 2025.03.03 04:57:51.981684 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10458 | 2025.03.03 04:57:51.984328 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10459 | 2025.03.03 04:57:53.341411 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10460 | 2025.03.03 04:57:53.341641 [ 256 ] {bf913781-b35b-456b-8dfb-753ce7f52019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10461 | 2025.03.03 04:57:53.341727 [ 256 ] {bf913781-b35b-456b-8dfb-753ce7f52019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10462 | 2025.03.03 04:57:53.342781 [ 256 ] {bf913781-b35b-456b-8dfb-753ce7f52019} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10463 | 2025.03.03 04:57:53.342823 [ 256 ] {bf913781-b35b-456b-8dfb-753ce7f52019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10464 | 2025.03.03 04:57:53.343271 [ 256 ] {bf913781-b35b-456b-8dfb-753ce7f52019} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10465 | 2025.03.03 04:57:53.343521 [ 256 ] {bf913781-b35b-456b-8dfb-753ce7f52019} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10466 | 2025.03.03 04:57:53.343771 [ 256 ] {bf913781-b35b-456b-8dfb-753ce7f52019} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002201 sec., 96319.85461154021 rows/sec., 6.13 MiB/sec. | ||
| 10467 | 2025.03.03 04:57:53.343895 [ 256 ] {bf913781-b35b-456b-8dfb-753ce7f52019} <Debug> TCPHandler: Processed in 0.002615736 sec. | ||
| 10468 | 2025.03.03 04:57:53.344027 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10469 | 2025.03.03 04:57:53.344129 [ 256 ] {76deb389-0de1-4071-b176-ce6753365fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10470 | 2025.03.03 04:57:53.344173 [ 256 ] {76deb389-0de1-4071-b176-ce6753365fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10471 | 2025.03.03 04:57:53.344694 [ 256 ] {76deb389-0de1-4071-b176-ce6753365fba} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10472 | 2025.03.03 04:57:53.344732 [ 256 ] {76deb389-0de1-4071-b176-ce6753365fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10473 | 2025.03.03 04:57:53.345074 [ 256 ] {76deb389-0de1-4071-b176-ce6753365fba} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 10474 | 2025.03.03 04:57:53.345320 [ 256 ] {76deb389-0de1-4071-b176-ce6753365fba} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10475 | 2025.03.03 04:57:53.345567 [ 256 ] {76deb389-0de1-4071-b176-ce6753365fba} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001453 sec., 11011.699931176874 rows/sec., 897.93 KiB/sec. | ||
| 10476 | 2025.03.03 04:57:53.345624 [ 256 ] {76deb389-0de1-4071-b176-ce6753365fba} <Debug> TCPHandler: Processed in 0.001647336 sec. | ||
| 10477 | 2025.03.03 04:57:53.345760 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10478 | 2025.03.03 04:57:53.345898 [ 256 ] {2937a665-cca7-4dbd-80ad-ac34016ad94b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10479 | 2025.03.03 04:57:53.345953 [ 256 ] {2937a665-cca7-4dbd-80ad-ac34016ad94b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10480 | 2025.03.03 04:57:53.347477 [ 256 ] {2937a665-cca7-4dbd-80ad-ac34016ad94b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10481 | 2025.03.03 04:57:53.347516 [ 256 ] {2937a665-cca7-4dbd-80ad-ac34016ad94b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10482 | 2025.03.03 04:57:53.348042 [ 256 ] {2937a665-cca7-4dbd-80ad-ac34016ad94b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10483 | 2025.03.03 04:57:53.348301 [ 256 ] {2937a665-cca7-4dbd-80ad-ac34016ad94b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10484 | 2025.03.03 04:57:53.348518 [ 256 ] {2937a665-cca7-4dbd-80ad-ac34016ad94b} <Debug> executeQuery: Read 1789 rows, 148.42 KiB in 0.002649 sec., 675349.1883729709 rows/sec., 54.72 MiB/sec. | ||
| 10485 | 2025.03.03 04:57:53.348571 [ 256 ] {2937a665-cca7-4dbd-80ad-ac34016ad94b} <Debug> TCPHandler: Processed in 0.002877092 sec. | ||
| 10486 | 2025.03.03 04:57:53.348690 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10487 | 2025.03.03 04:57:53.348795 [ 256 ] {21b5687e-8474-46f9-9d65-a1c0e09f036c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10488 | 2025.03.03 04:57:53.348840 [ 256 ] {21b5687e-8474-46f9-9d65-a1c0e09f036c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10489 | 2025.03.03 04:57:53.349431 [ 256 ] {21b5687e-8474-46f9-9d65-a1c0e09f036c} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10490 | 2025.03.03 04:57:53.349471 [ 256 ] {21b5687e-8474-46f9-9d65-a1c0e09f036c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10491 | 2025.03.03 04:57:53.349836 [ 256 ] {21b5687e-8474-46f9-9d65-a1c0e09f036c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10492 | 2025.03.03 04:57:53.350080 [ 256 ] {21b5687e-8474-46f9-9d65-a1c0e09f036c} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10493 | 2025.03.03 04:57:53.350296 [ 256 ] {21b5687e-8474-46f9-9d65-a1c0e09f036c} <Debug> executeQuery: Read 134 rows, 8.41 KiB in 0.001522 sec., 88042.04993429699 rows/sec., 5.39 MiB/sec. | ||
| 10494 | 2025.03.03 04:57:53.350347 [ 256 ] {21b5687e-8474-46f9-9d65-a1c0e09f036c} <Debug> TCPHandler: Processed in 0.001707497 sec. | ||
| 10495 | 2025.03.03 04:57:53.350461 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10496 | 2025.03.03 04:57:53.350566 [ 256 ] {03c3296f-e8a2-41ca-ab01-035fdd1c6c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10497 | 2025.03.03 04:57:53.350609 [ 256 ] {03c3296f-e8a2-41ca-ab01-035fdd1c6c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10498 | 2025.03.03 04:57:53.351258 [ 256 ] {03c3296f-e8a2-41ca-ab01-035fdd1c6c56} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10499 | 2025.03.03 04:57:53.351298 [ 256 ] {03c3296f-e8a2-41ca-ab01-035fdd1c6c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10500 | 2025.03.03 04:57:53.351657 [ 256 ] {03c3296f-e8a2-41ca-ab01-035fdd1c6c56} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10501 | 2025.03.03 04:57:53.351906 [ 256 ] {03c3296f-e8a2-41ca-ab01-035fdd1c6c56} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10502 | 2025.03.03 04:57:53.352108 [ 256 ] {03c3296f-e8a2-41ca-ab01-035fdd1c6c56} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001565 sec., 217891.37380191693 rows/sec., 14.54 MiB/sec. | ||
| 10503 | 2025.03.03 04:57:53.352159 [ 256 ] {03c3296f-e8a2-41ca-ab01-035fdd1c6c56} <Debug> TCPHandler: Processed in 0.001748448 sec. | ||
| 10504 | 2025.03.03 04:57:53.352276 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10505 | 2025.03.03 04:57:53.352379 [ 256 ] {32800471-1ad7-486e-ac17-75a7a487cc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10506 | 2025.03.03 04:57:53.352423 [ 256 ] {32800471-1ad7-486e-ac17-75a7a487cc46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10507 | 2025.03.03 04:57:53.352995 [ 256 ] {32800471-1ad7-486e-ac17-75a7a487cc46} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10508 | 2025.03.03 04:57:53.353034 [ 256 ] {32800471-1ad7-486e-ac17-75a7a487cc46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10509 | 2025.03.03 04:57:53.353384 [ 256 ] {32800471-1ad7-486e-ac17-75a7a487cc46} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10510 | 2025.03.03 04:57:53.353628 [ 256 ] {32800471-1ad7-486e-ac17-75a7a487cc46} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10511 | 2025.03.03 04:57:53.353848 [ 256 ] {32800471-1ad7-486e-ac17-75a7a487cc46} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00149 sec., 75167.78523489933 rows/sec., 4.28 MiB/sec. | ||
| 10512 | 2025.03.03 04:57:53.353901 [ 256 ] {32800471-1ad7-486e-ac17-75a7a487cc46} <Debug> TCPHandler: Processed in 0.001675206 sec. | ||
| 10513 | 2025.03.03 04:57:53.354017 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10514 | 2025.03.03 04:57:53.354120 [ 256 ] {03a911b8-aed3-4960-9092-fc2b2b499fad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10515 | 2025.03.03 04:57:53.354164 [ 256 ] {03a911b8-aed3-4960-9092-fc2b2b499fad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10516 | 2025.03.03 04:57:53.355110 [ 256 ] {03a911b8-aed3-4960-9092-fc2b2b499fad} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10517 | 2025.03.03 04:57:53.355158 [ 256 ] {03a911b8-aed3-4960-9092-fc2b2b499fad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10518 | 2025.03.03 04:57:53.355589 [ 256 ] {03a911b8-aed3-4960-9092-fc2b2b499fad} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10519 | 2025.03.03 04:57:53.355842 [ 256 ] {03a911b8-aed3-4960-9092-fc2b2b499fad} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10520 | 2025.03.03 04:57:53.356058 [ 256 ] {03a911b8-aed3-4960-9092-fc2b2b499fad} <Debug> executeQuery: Read 866 rows, 64.14 KiB in 0.001959 sec., 442062.27667177137 rows/sec., 31.97 MiB/sec. | ||
| 10521 | 2025.03.03 04:57:53.356110 [ 256 ] {03a911b8-aed3-4960-9092-fc2b2b499fad} <Debug> TCPHandler: Processed in 0.002144515 sec. | ||
| 10522 | 2025.03.03 04:57:53.356226 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10523 | 2025.03.03 04:57:53.356332 [ 256 ] {fbec2615-3893-44a3-8a4c-e3993bae7a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10524 | 2025.03.03 04:57:53.356379 [ 256 ] {fbec2615-3893-44a3-8a4c-e3993bae7a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10525 | 2025.03.03 04:57:53.356823 [ 256 ] {fbec2615-3893-44a3-8a4c-e3993bae7a77} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10526 | 2025.03.03 04:57:53.356863 [ 256 ] {fbec2615-3893-44a3-8a4c-e3993bae7a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10527 | 2025.03.03 04:57:53.357218 [ 256 ] {fbec2615-3893-44a3-8a4c-e3993bae7a77} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10528 | 2025.03.03 04:57:53.357450 [ 256 ] {fbec2615-3893-44a3-8a4c-e3993bae7a77} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10529 | 2025.03.03 04:57:53.357675 [ 256 ] {fbec2615-3893-44a3-8a4c-e3993bae7a77} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 230.16 KiB/sec. | ||
| 10530 | 2025.03.03 04:57:53.357742 [ 256 ] {fbec2615-3893-44a3-8a4c-e3993bae7a77} <Debug> TCPHandler: Processed in 0.001565823 sec. | ||
| 10531 | 2025.03.03 04:57:53.357875 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10532 | 2025.03.03 04:57:53.358000 [ 256 ] {6fef6fed-7c37-45ed-9d5a-8286d8bee109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10533 | 2025.03.03 04:57:53.358057 [ 256 ] {6fef6fed-7c37-45ed-9d5a-8286d8bee109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10534 | 2025.03.03 04:57:53.358910 [ 256 ] {6fef6fed-7c37-45ed-9d5a-8286d8bee109} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10535 | 2025.03.03 04:57:53.358950 [ 256 ] {6fef6fed-7c37-45ed-9d5a-8286d8bee109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10536 | 2025.03.03 04:57:53.359384 [ 256 ] {6fef6fed-7c37-45ed-9d5a-8286d8bee109} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10537 | 2025.03.03 04:57:53.359626 [ 256 ] {6fef6fed-7c37-45ed-9d5a-8286d8bee109} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10538 | 2025.03.03 04:57:53.359832 [ 256 ] {6fef6fed-7c37-45ed-9d5a-8286d8bee109} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001861 sec., 551853.8420204191 rows/sec., 36.78 MiB/sec. | ||
| 10539 | 2025.03.03 04:57:53.359884 [ 256 ] {6fef6fed-7c37-45ed-9d5a-8286d8bee109} <Debug> TCPHandler: Processed in 0.002070654 sec. | ||
| 10540 | 2025.03.03 04:57:53.360000 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10541 | 2025.03.03 04:57:53.360105 [ 256 ] {76132e98-856c-443a-91a5-7128091255d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10542 | 2025.03.03 04:57:53.360152 [ 256 ] {76132e98-856c-443a-91a5-7128091255d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10543 | 2025.03.03 04:57:53.360572 [ 256 ] {76132e98-856c-443a-91a5-7128091255d8} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10544 | 2025.03.03 04:57:53.360611 [ 256 ] {76132e98-856c-443a-91a5-7128091255d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10545 | 2025.03.03 04:57:53.360945 [ 256 ] {76132e98-856c-443a-91a5-7128091255d8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10546 | 2025.03.03 04:57:53.361177 [ 256 ] {76132e98-856c-443a-91a5-7128091255d8} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10547 | 2025.03.03 04:57:53.361386 [ 256 ] {76132e98-856c-443a-91a5-7128091255d8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001303 sec., 767.4597083653109 rows/sec., 51.71 KiB/sec. | ||
| 10548 | 2025.03.03 04:57:53.361481 [ 256 ] {76132e98-856c-443a-91a5-7128091255d8} <Debug> TCPHandler: Processed in 0.001531192 sec. | ||
| 10549 | 2025.03.03 04:57:53.361627 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10550 | 2025.03.03 04:57:53.361729 [ 256 ] {b5b44e0a-0739-41af-8403-e48ad098510a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10551 | 2025.03.03 04:57:53.361794 [ 256 ] {b5b44e0a-0739-41af-8403-e48ad098510a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10552 | 2025.03.03 04:57:53.362848 [ 256 ] {b5b44e0a-0739-41af-8403-e48ad098510a} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10553 | 2025.03.03 04:57:53.362886 [ 256 ] {b5b44e0a-0739-41af-8403-e48ad098510a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10554 | 2025.03.03 04:57:53.363477 [ 256 ] {b5b44e0a-0739-41af-8403-e48ad098510a} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10555 | 2025.03.03 04:57:53.363728 [ 256 ] {b5b44e0a-0739-41af-8403-e48ad098510a} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10556 | 2025.03.03 04:57:53.363963 [ 256 ] {b5b44e0a-0739-41af-8403-e48ad098510a} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002255 sec., 5321.50776053215 rows/sec., 9.54 MiB/sec. | ||
| 10557 | 2025.03.03 04:57:53.364054 [ 256 ] {b5b44e0a-0739-41af-8403-e48ad098510a} <Debug> TCPHandler: Processed in 0.002485984 sec. | ||
| 10558 | 2025.03.03 04:57:53.364167 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10559 | 2025.03.03 04:57:53.364267 [ 256 ] {735a54d9-9e89-4837-98a0-6677526219f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10560 | 2025.03.03 04:57:53.364313 [ 256 ] {735a54d9-9e89-4837-98a0-6677526219f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10561 | 2025.03.03 04:57:53.364756 [ 256 ] {735a54d9-9e89-4837-98a0-6677526219f0} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10562 | 2025.03.03 04:57:53.364795 [ 256 ] {735a54d9-9e89-4837-98a0-6677526219f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10563 | 2025.03.03 04:57:53.365143 [ 256 ] {735a54d9-9e89-4837-98a0-6677526219f0} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10564 | 2025.03.03 04:57:53.365382 [ 256 ] {735a54d9-9e89-4837-98a0-6677526219f0} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10565 | 2025.03.03 04:57:53.365600 [ 256 ] {735a54d9-9e89-4837-98a0-6677526219f0} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001353 sec., 42867.70140428677 rows/sec., 2.65 MiB/sec. | ||
| 10566 | 2025.03.03 04:57:53.365664 [ 256 ] {735a54d9-9e89-4837-98a0-6677526219f0} <Debug> TCPHandler: Processed in 0.001547733 sec. | ||
| 10567 | 2025.03.03 04:57:55.415763 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1512 | ||
| 10568 | 2025.03.03 04:57:55.419694 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10569 | 2025.03.03 04:57:55.419743 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10570 | 2025.03.03 04:57:55.421222 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10571 | 2025.03.03 04:57:55.421545 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10572 | 2025.03.03 04:57:55.422064 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1512 | ||
| 10573 | 2025.03.03 04:57:55.524721 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10574 | 2025.03.03 04:57:55.524906 [ 256 ] {a8b4bb8a-da9b-496a-9dcc-0263762c8418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10575 | 2025.03.03 04:57:55.524977 [ 256 ] {a8b4bb8a-da9b-496a-9dcc-0263762c8418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10576 | 2025.03.03 04:57:55.525784 [ 256 ] {a8b4bb8a-da9b-496a-9dcc-0263762c8418} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10577 | 2025.03.03 04:57:55.525826 [ 256 ] {a8b4bb8a-da9b-496a-9dcc-0263762c8418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10578 | 2025.03.03 04:57:55.526265 [ 256 ] {a8b4bb8a-da9b-496a-9dcc-0263762c8418} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10579 | 2025.03.03 04:57:55.526529 [ 256 ] {a8b4bb8a-da9b-496a-9dcc-0263762c8418} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10580 | 2025.03.03 04:57:55.526736 [ 256 ] {a8b4bb8a-da9b-496a-9dcc-0263762c8418} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001882 sec., 29755.57917109458 rows/sec., 2.27 MiB/sec. | ||
| 10581 | 2025.03.03 04:57:55.526801 [ 256 ] {a8b4bb8a-da9b-496a-9dcc-0263762c8418} <Debug> TCPHandler: Processed in 0.002208447 sec. | ||
| 10582 | 2025.03.03 04:57:55.526927 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10583 | 2025.03.03 04:57:55.527040 [ 256 ] {848337f7-ff09-4d8d-b130-14a2ad7b35c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10584 | 2025.03.03 04:57:55.527088 [ 256 ] {848337f7-ff09-4d8d-b130-14a2ad7b35c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10585 | 2025.03.03 04:57:55.527651 [ 256 ] {848337f7-ff09-4d8d-b130-14a2ad7b35c1} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10586 | 2025.03.03 04:57:55.527688 [ 256 ] {848337f7-ff09-4d8d-b130-14a2ad7b35c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10587 | 2025.03.03 04:57:55.528043 [ 256 ] {848337f7-ff09-4d8d-b130-14a2ad7b35c1} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10588 | 2025.03.03 04:57:55.528289 [ 256 ] {848337f7-ff09-4d8d-b130-14a2ad7b35c1} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10589 | 2025.03.03 04:57:55.528495 [ 256 ] {848337f7-ff09-4d8d-b130-14a2ad7b35c1} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00148 sec., 43243.24324324325 rows/sec., 3.38 MiB/sec. | ||
| 10590 | 2025.03.03 04:57:55.528553 [ 256 ] {848337f7-ff09-4d8d-b130-14a2ad7b35c1} <Debug> TCPHandler: Processed in 0.001679606 sec. | ||
| 10591 | 2025.03.03 04:57:55.528682 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10592 | 2025.03.03 04:57:55.528812 [ 256 ] {6c0db603-a2e7-4ea2-8889-f8adb0c45738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10593 | 2025.03.03 04:57:55.528863 [ 256 ] {6c0db603-a2e7-4ea2-8889-f8adb0c45738} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10594 | 2025.03.03 04:57:55.529348 [ 256 ] {6c0db603-a2e7-4ea2-8889-f8adb0c45738} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10595 | 2025.03.03 04:57:55.529386 [ 256 ] {6c0db603-a2e7-4ea2-8889-f8adb0c45738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10596 | 2025.03.03 04:57:55.529762 [ 256 ] {6c0db603-a2e7-4ea2-8889-f8adb0c45738} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10597 | 2025.03.03 04:57:55.530007 [ 256 ] {6c0db603-a2e7-4ea2-8889-f8adb0c45738} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10598 | 2025.03.03 04:57:55.530240 [ 256 ] {6c0db603-a2e7-4ea2-8889-f8adb0c45738} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.00145 sec., 44137.93103448276 rows/sec., 3.07 MiB/sec. | ||
| 10599 | 2025.03.03 04:57:55.530309 [ 256 ] {6c0db603-a2e7-4ea2-8889-f8adb0c45738} <Debug> TCPHandler: Processed in 0.001689326 sec. | ||
| 10600 | 2025.03.03 04:57:55.530557 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10601 | 2025.03.03 04:57:55.530808 [ 256 ] {72956a68-56bc-4055-8111-5e222d851b7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10602 | 2025.03.03 04:57:55.530861 [ 256 ] {72956a68-56bc-4055-8111-5e222d851b7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10603 | 2025.03.03 04:57:55.531288 [ 256 ] {72956a68-56bc-4055-8111-5e222d851b7c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10604 | 2025.03.03 04:57:55.531326 [ 256 ] {72956a68-56bc-4055-8111-5e222d851b7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10605 | 2025.03.03 04:57:55.531710 [ 256 ] {72956a68-56bc-4055-8111-5e222d851b7c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10606 | 2025.03.03 04:57:55.531956 [ 256 ] {72956a68-56bc-4055-8111-5e222d851b7c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10607 | 2025.03.03 04:57:55.532200 [ 256 ] {72956a68-56bc-4055-8111-5e222d851b7c} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001466 sec., 16371.077762619372 rows/sec., 1.10 MiB/sec. | ||
| 10608 | 2025.03.03 04:57:55.532304 [ 256 ] {72956a68-56bc-4055-8111-5e222d851b7c} <Debug> TCPHandler: Processed in 0.00184962 sec. | ||
| 10609 | 2025.03.03 04:57:57.802042 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 10610 | 2025.03.03 04:57:57.802715 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10611 | 2025.03.03 04:57:57.802769 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10612 | 2025.03.03 04:57:57.803304 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10613 | 2025.03.03 04:57:57.803566 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10614 | 2025.03.03 04:57:57.803831 [ 83 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10615 | 2025.03.03 04:57:57.803857 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 10616 | 2025.03.03 04:57:57.803966 [ 83 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10617 | 2025.03.03 04:57:57.804014 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10618 | 2025.03.03 04:57:57.804318 [ 191 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 10619 | 2025.03.03 04:57:57.804799 [ 191 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10620 | 2025.03.03 04:57:57.804893 [ 191 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 10621 | 2025.03.03 04:57:57.805010 [ 191 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 10622 | 2025.03.03 04:57:57.805225 [ 191 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 10623 | 2025.03.03 04:57:57.805405 [ 191 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 10624 | 2025.03.03 04:57:57.805595 [ 191 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 10625 | 2025.03.03 04:57:57.805728 [ 191 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 10626 | 2025.03.03 04:57:57.808346 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.00422231 sec., 5533227.072384547 rows/sec., 79.15 MiB/sec. | ||
| 10627 | 2025.03.03 04:57:57.808818 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10628 | 2025.03.03 04:57:57.809158 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_51_10} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10629 | 2025.03.03 04:57:57.809255 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_51_10} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10630 | 2025.03.03 04:57:57.809378 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 10631 | 2025.03.03 04:57:59.485382 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10632 | 2025.03.03 04:57:59.507158 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10633 | 2025.03.03 04:57:59.507229 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10634 | 2025.03.03 04:57:59.514598 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10635 | 2025.03.03 04:57:59.515410 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10636 | 2025.03.03 04:57:59.515809 [ 81 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10637 | 2025.03.03 04:57:59.515935 [ 81 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10638 | 2025.03.03 04:57:59.516032 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10639 | 2025.03.03 04:57:59.516338 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 10640 | 2025.03.03 04:57:59.524607 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10641 | 2025.03.03 04:57:59.525894 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10642 | 2025.03.03 04:57:59.526801 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 10643 | 2025.03.03 04:57:59.531412 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 10644 | 2025.03.03 04:57:59.536501 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 10645 | 2025.03.03 04:57:59.541591 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 10646 | 2025.03.03 04:57:59.546975 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 10647 | 2025.03.03 04:57:59.551468 [ 195 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 10648 | 2025.03.03 04:57:59.609352 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.093192986 sec., 4131.212192299536 rows/sec., 21.36 MiB/sec. | ||
| 10649 | 2025.03.03 04:57:59.612913 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10650 | 2025.03.03 04:57:59.615996 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_51_10} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10651 | 2025.03.03 04:57:59.616138 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_51_10} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10652 | 2025.03.03 04:57:59.618670 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10653 | 2025.03.03 04:58:00.530180 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10654 | 2025.03.03 04:58:00.530384 [ 256 ] {49cddda3-4649-459d-89e6-5a72c85d80f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10655 | 2025.03.03 04:58:00.530463 [ 256 ] {49cddda3-4649-459d-89e6-5a72c85d80f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10656 | 2025.03.03 04:58:00.531301 [ 256 ] {49cddda3-4649-459d-89e6-5a72c85d80f4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10657 | 2025.03.03 04:58:00.531344 [ 256 ] {49cddda3-4649-459d-89e6-5a72c85d80f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10658 | 2025.03.03 04:58:00.531788 [ 256 ] {49cddda3-4649-459d-89e6-5a72c85d80f4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10659 | 2025.03.03 04:58:00.532047 [ 256 ] {49cddda3-4649-459d-89e6-5a72c85d80f4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10660 | 2025.03.03 04:58:00.532258 [ 80 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10661 | 2025.03.03 04:58:00.532328 [ 256 ] {49cddda3-4649-459d-89e6-5a72c85d80f4} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001999 sec., 55027.51375687844 rows/sec., 4.61 MiB/sec. | ||
| 10662 | 2025.03.03 04:58:00.532354 [ 80 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10663 | 2025.03.03 04:58:00.532422 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10664 | 2025.03.03 04:58:00.532459 [ 256 ] {49cddda3-4649-459d-89e6-5a72c85d80f4} <Debug> TCPHandler: Processed in 0.002407072 sec. | ||
| 10665 | 2025.03.03 04:58:00.532725 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10666 | 2025.03.03 04:58:00.532760 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 10667 | 2025.03.03 04:58:00.533034 [ 256 ] {5713fe0f-42ab-4282-9aab-c44bb414f552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10668 | 2025.03.03 04:58:00.533203 [ 256 ] {5713fe0f-42ab-4282-9aab-c44bb414f552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10669 | 2025.03.03 04:58:00.533577 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10670 | 2025.03.03 04:58:00.533771 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1845 rows starting from the beginning of the part | ||
| 10671 | 2025.03.03 04:58:00.534191 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 641 rows starting from the beginning of the part | ||
| 10672 | 2025.03.03 04:58:00.534584 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 110 rows starting from the beginning of the part | ||
| 10673 | 2025.03.03 04:58:00.534903 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1789 rows starting from the beginning of the part | ||
| 10674 | 2025.03.03 04:58:00.535265 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
| 10675 | 2025.03.03 04:58:00.535557 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 110 rows starting from the beginning of the part | ||
| 10676 | 2025.03.03 04:58:00.536461 [ 256 ] {5713fe0f-42ab-4282-9aab-c44bb414f552} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10677 | 2025.03.03 04:58:00.536518 [ 256 ] {5713fe0f-42ab-4282-9aab-c44bb414f552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10678 | 2025.03.03 04:58:00.537339 [ 256 ] {5713fe0f-42ab-4282-9aab-c44bb414f552} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10679 | 2025.03.03 04:58:00.537845 [ 256 ] {5713fe0f-42ab-4282-9aab-c44bb414f552} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10680 | 2025.03.03 04:58:00.538484 [ 256 ] {5713fe0f-42ab-4282-9aab-c44bb414f552} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005523 sec., 4888.647474198805 rows/sec., 367.60 KiB/sec. | ||
| 10681 | 2025.03.03 04:58:00.538730 [ 256 ] {5713fe0f-42ab-4282-9aab-c44bb414f552} <Debug> TCPHandler: Processed in 0.006094681 sec. | ||
| 10682 | 2025.03.03 04:58:00.539018 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10683 | 2025.03.03 04:58:00.539182 [ 256 ] {26d54b97-9d4e-45e9-a9c7-c34d5348bc7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10684 | 2025.03.03 04:58:00.539237 [ 256 ] {26d54b97-9d4e-45e9-a9c7-c34d5348bc7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10685 | 2025.03.03 04:58:00.539848 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.007277076 sec., 625388.5489171749 rows/sec., 52.98 MiB/sec. | ||
| 10686 | 2025.03.03 04:58:00.540160 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10687 | 2025.03.03 04:58:00.540663 [ 256 ] {26d54b97-9d4e-45e9-a9c7-c34d5348bc7d} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10688 | 2025.03.03 04:58:00.540793 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_86_17} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10689 | 2025.03.03 04:58:00.540802 [ 256 ] {26d54b97-9d4e-45e9-a9c7-c34d5348bc7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10690 | 2025.03.03 04:58:00.541035 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_86_17} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10691 | 2025.03.03 04:58:00.541215 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 10692 | 2025.03.03 04:58:00.541571 [ 256 ] {26d54b97-9d4e-45e9-a9c7-c34d5348bc7d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10693 | 2025.03.03 04:58:00.541853 [ 256 ] {26d54b97-9d4e-45e9-a9c7-c34d5348bc7d} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10694 | 2025.03.03 04:58:00.542054 [ 80 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10695 | 2025.03.03 04:58:00.542122 [ 256 ] {26d54b97-9d4e-45e9-a9c7-c34d5348bc7d} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002955 sec., 30795.262267343485 rows/sec., 2.41 MiB/sec. | ||
| 10696 | 2025.03.03 04:58:00.542127 [ 80 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10697 | 2025.03.03 04:58:00.542214 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10698 | 2025.03.03 04:58:00.542288 [ 256 ] {26d54b97-9d4e-45e9-a9c7-c34d5348bc7d} <Debug> TCPHandler: Processed in 0.003377592 sec. | ||
| 10699 | 2025.03.03 04:58:00.542560 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 10700 | 2025.03.03 04:58:00.542597 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10701 | 2025.03.03 04:58:00.542959 [ 256 ] {7a77029d-d8ab-4823-948c-95fae8c3d61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10702 | 2025.03.03 04:58:00.543167 [ 256 ] {7a77029d-d8ab-4823-948c-95fae8c3d61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10703 | 2025.03.03 04:58:00.543235 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10704 | 2025.03.03 04:58:00.543442 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 913 rows starting from the beginning of the part | ||
| 10705 | 2025.03.03 04:58:00.544342 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 394 rows starting from the beginning of the part | ||
| 10706 | 2025.03.03 04:58:00.545225 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 91 rows starting from the beginning of the part | ||
| 10707 | 2025.03.03 04:58:00.545860 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 866 rows starting from the beginning of the part | ||
| 10708 | 2025.03.03 04:58:00.546450 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 10709 | 2025.03.03 04:58:00.546901 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 91 rows starting from the beginning of the part | ||
| 10710 | 2025.03.03 04:58:00.548020 [ 256 ] {7a77029d-d8ab-4823-948c-95fae8c3d61d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10711 | 2025.03.03 04:58:00.548090 [ 256 ] {7a77029d-d8ab-4823-948c-95fae8c3d61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10712 | 2025.03.03 04:58:00.549084 [ 256 ] {7a77029d-d8ab-4823-948c-95fae8c3d61d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10713 | 2025.03.03 04:58:00.549483 [ 256 ] {7a77029d-d8ab-4823-948c-95fae8c3d61d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10714 | 2025.03.03 04:58:00.549707 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10715 | 2025.03.03 04:58:00.549792 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10716 | 2025.03.03 04:58:00.549858 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10717 | 2025.03.03 04:58:00.549963 [ 256 ] {7a77029d-d8ab-4823-948c-95fae8c3d61d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00709 sec., 22566.99576868829 rows/sec., 1.57 MiB/sec. | ||
| 10718 | 2025.03.03 04:58:00.550280 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 10719 | 2025.03.03 04:58:00.550302 [ 256 ] {7a77029d-d8ab-4823-948c-95fae8c3d61d} <Debug> TCPHandler: Processed in 0.007775237 sec. | ||
| 10720 | 2025.03.03 04:58:00.550744 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10721 | 2025.03.03 04:58:00.550767 [ 189 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.008454581 sec., 286117.0766475595 rows/sec., 21.91 MiB/sec. | ||
| 10722 | 2025.03.03 04:58:00.550758 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10723 | 2025.03.03 04:58:00.550906 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24193 rows starting from the beginning of the part | ||
| 10724 | 2025.03.03 04:58:00.551033 [ 256 ] {a95f4e51-3268-4f67-9553-49189b76d63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10725 | 2025.03.03 04:58:00.551220 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 10726 | 2025.03.03 04:58:00.551290 [ 187 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10727 | 2025.03.03 04:58:00.551559 [ 256 ] {a95f4e51-3268-4f67-9553-49189b76d63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10728 | 2025.03.03 04:58:00.551681 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 10729 | 2025.03.03 04:58:00.552125 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1027 rows starting from the beginning of the part | ||
| 10730 | 2025.03.03 04:58:00.552485 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 10731 | 2025.03.03 04:58:00.552944 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part | ||
| 10732 | 2025.03.03 04:58:00.554461 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_86_17} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10733 | 2025.03.03 04:58:00.554993 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_86_17} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10734 | 2025.03.03 04:58:00.555414 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10735 | 2025.03.03 04:58:00.557884 [ 256 ] {a95f4e51-3268-4f67-9553-49189b76d63f} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10736 | 2025.03.03 04:58:00.557938 [ 256 ] {a95f4e51-3268-4f67-9553-49189b76d63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10737 | 2025.03.03 04:58:00.559473 [ 256 ] {a95f4e51-3268-4f67-9553-49189b76d63f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10738 | 2025.03.03 04:58:00.559907 [ 256 ] {a95f4e51-3268-4f67-9553-49189b76d63f} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10739 | 2025.03.03 04:58:00.560231 [ 256 ] {a95f4e51-3268-4f67-9553-49189b76d63f} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.009319 sec., 2897.306577959009 rows/sec., 5.19 MiB/sec. | ||
| 10740 | 2025.03.03 04:58:00.560369 [ 256 ] {a95f4e51-3268-4f67-9553-49189b76d63f} <Debug> TCPHandler: Processed in 0.009746468 sec. | ||
| 10741 | 2025.03.03 04:58:00.560499 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10742 | 2025.03.03 04:58:00.560612 [ 256 ] {4c3fde7b-e4cd-4dfb-b70c-bc6638491b6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10743 | 2025.03.03 04:58:00.560658 [ 256 ] {4c3fde7b-e4cd-4dfb-b70c-bc6638491b6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10744 | 2025.03.03 04:58:00.561232 [ 256 ] {4c3fde7b-e4cd-4dfb-b70c-bc6638491b6e} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10745 | 2025.03.03 04:58:00.561269 [ 256 ] {4c3fde7b-e4cd-4dfb-b70c-bc6638491b6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10746 | 2025.03.03 04:58:00.561709 [ 256 ] {4c3fde7b-e4cd-4dfb-b70c-bc6638491b6e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10747 | 2025.03.03 04:58:00.562218 [ 256 ] {4c3fde7b-e4cd-4dfb-b70c-bc6638491b6e} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10748 | 2025.03.03 04:58:00.562461 [ 80 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10749 | 2025.03.03 04:58:00.562563 [ 256 ] {4c3fde7b-e4cd-4dfb-b70c-bc6638491b6e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00198 sec., 30303.030303030304 rows/sec., 2.04 MiB/sec. | ||
| 10750 | 2025.03.03 04:58:00.562592 [ 80 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10751 | 2025.03.03 04:58:00.562680 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10752 | 2025.03.03 04:58:00.562717 [ 256 ] {4c3fde7b-e4cd-4dfb-b70c-bc6638491b6e} <Debug> TCPHandler: Processed in 0.002261979 sec. | ||
| 10753 | 2025.03.03 04:58:00.563024 [ 187 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 10754 | 2025.03.03 04:58:00.563543 [ 187 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10755 | 2025.03.03 04:58:00.563642 [ 187 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4912 rows starting from the beginning of the part | ||
| 10756 | 2025.03.03 04:58:00.564219 [ 187 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 10757 | 2025.03.03 04:58:00.564935 [ 187 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 10758 | 2025.03.03 04:58:00.565380 [ 187 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 58 rows starting from the beginning of the part | ||
| 10759 | 2025.03.03 04:58:00.565630 [ 199 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25841 rows, containing 5 columns (5 merged, 0 gathered) in 0.015643344 sec., 1651884.6609778574 rows/sec., 111.53 MiB/sec. | ||
| 10760 | 2025.03.03 04:58:00.565824 [ 187 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 24 rows starting from the beginning of the part | ||
| 10761 | 2025.03.03 04:58:00.566039 [ 187 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 10762 | 2025.03.03 04:58:00.566281 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10763 | 2025.03.03 04:58:00.567001 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10764 | 2025.03.03 04:58:00.567133 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10765 | 2025.03.03 04:58:00.567284 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 10766 | 2025.03.03 04:58:00.568724 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5196 rows, containing 4 columns (4 merged, 0 gathered) in 0.005904146 sec., 880059.5378230823 rows/sec., 57.37 MiB/sec. | ||
| 10767 | 2025.03.03 04:58:00.569190 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10768 | 2025.03.03 04:58:00.569527 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_86_17} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10769 | 2025.03.03 04:58:00.569616 [ 193 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_86_17} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10770 | 2025.03.03 04:58:00.569711 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 10771 | 2025.03.03 04:58:05.113841 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10772 | 2025.03.03 04:58:05.113899 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10773 | 2025.03.03 04:58:05.305020 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 10774 | 2025.03.03 04:58:05.305677 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10775 | 2025.03.03 04:58:05.305724 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10776 | 2025.03.03 04:58:05.306246 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10777 | 2025.03.03 04:58:05.306513 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10778 | 2025.03.03 04:58:05.306764 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10779 | 2025.03.03 04:58:05.423301 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1532 | ||
| 10780 | 2025.03.03 04:58:05.426065 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10781 | 2025.03.03 04:58:05.426115 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10782 | 2025.03.03 04:58:05.427572 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10783 | 2025.03.03 04:58:05.427885 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10784 | 2025.03.03 04:58:05.429212 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1532 | ||
| 10785 | 2025.03.03 04:58:05.516625 [ 75 ] {} <Debug> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 | ||
| 10786 | 2025.03.03 04:58:05.516695 [ 75 ] {} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10787 | 2025.03.03 04:58:05.516717 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10788 | 2025.03.03 04:58:05.516964 [ 193 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_37_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_33_7 to all_37_37_0 into Compact with storage Full | ||
| 10789 | 2025.03.03 04:58:05.517267 [ 193 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10790 | 2025.03.03 04:58:05.517314 [ 193 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 33 rows starting from the beginning of the part | ||
| 10791 | 2025.03.03 04:58:05.517414 [ 193 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10792 | 2025.03.03 04:58:05.517647 [ 193 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10793 | 2025.03.03 04:58:05.517892 [ 193 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 10794 | 2025.03.03 04:58:05.518085 [ 193 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 10795 | 2025.03.03 04:58:05.519245 [ 187 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.002436482 sec., 15185.829404855034 rows/sec., 1021.66 KiB/sec. | ||
| 10796 | 2025.03.03 04:58:05.519412 [ 186 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
| 10797 | 2025.03.03 04:58:05.519730 [ 186 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_37_8} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10798 | 2025.03.03 04:58:05.519819 [ 186 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_37_8} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 | ||
| 10799 | 2025.03.03 04:58:05.519914 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 10800 | 2025.03.03 04:58:05.535328 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10801 | 2025.03.03 04:58:05.535510 [ 256 ] {b9c3819c-2ca3-464e-a42a-714c70572893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10802 | 2025.03.03 04:58:05.535582 [ 256 ] {b9c3819c-2ca3-464e-a42a-714c70572893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10803 | 2025.03.03 04:58:05.536394 [ 256 ] {b9c3819c-2ca3-464e-a42a-714c70572893} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10804 | 2025.03.03 04:58:05.536436 [ 256 ] {b9c3819c-2ca3-464e-a42a-714c70572893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10805 | 2025.03.03 04:58:05.536860 [ 256 ] {b9c3819c-2ca3-464e-a42a-714c70572893} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10806 | 2025.03.03 04:58:05.537137 [ 256 ] {b9c3819c-2ca3-464e-a42a-714c70572893} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10807 | 2025.03.03 04:58:05.537332 [ 75 ] {} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10808 | 2025.03.03 04:58:05.537391 [ 75 ] {} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10809 | 2025.03.03 04:58:05.537409 [ 256 ] {b9c3819c-2ca3-464e-a42a-714c70572893} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001939 sec., 109334.70861268695 rows/sec., 6.95 MiB/sec. | ||
| 10810 | 2025.03.03 04:58:05.537427 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.64 GiB. | ||
| 10811 | 2025.03.03 04:58:05.537615 [ 256 ] {b9c3819c-2ca3-464e-a42a-714c70572893} <Debug> TCPHandler: Processed in 0.002409301 sec. | ||
| 10812 | 2025.03.03 04:58:05.537811 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 10813 | 2025.03.03 04:58:05.537925 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10814 | 2025.03.03 04:58:05.538345 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10815 | 2025.03.03 04:58:05.538357 [ 256 ] {c870ea0d-4670-4585-b32a-9da5392bc976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10816 | 2025.03.03 04:58:05.538482 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 10817 | 2025.03.03 04:58:05.538545 [ 256 ] {c870ea0d-4670-4585-b32a-9da5392bc976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10818 | 2025.03.03 04:58:05.538901 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 10819 | 2025.03.03 04:58:05.539273 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 10820 | 2025.03.03 04:58:05.539672 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 10821 | 2025.03.03 04:58:05.540071 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 10822 | 2025.03.03 04:58:05.542283 [ 256 ] {c870ea0d-4670-4585-b32a-9da5392bc976} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10823 | 2025.03.03 04:58:05.542304 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004751382 sec., 223092.98641953015 rows/sec., 15.04 MiB/sec. | ||
| 10824 | 2025.03.03 04:58:05.542420 [ 256 ] {c870ea0d-4670-4585-b32a-9da5392bc976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10825 | 2025.03.03 04:58:05.542597 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10826 | 2025.03.03 04:58:05.543179 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_37_9} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10827 | 2025.03.03 04:58:05.543332 [ 186 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_37_9} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10828 | 2025.03.03 04:58:05.543350 [ 256 ] {c870ea0d-4670-4585-b32a-9da5392bc976} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10829 | 2025.03.03 04:58:05.543454 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 10830 | 2025.03.03 04:58:05.543699 [ 256 ] {c870ea0d-4670-4585-b32a-9da5392bc976} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10831 | 2025.03.03 04:58:05.543967 [ 256 ] {c870ea0d-4670-4585-b32a-9da5392bc976} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.005787 sec., 110765.50889925697 rows/sec., 8.73 MiB/sec. | ||
| 10832 | 2025.03.03 04:58:05.544107 [ 256 ] {c870ea0d-4670-4585-b32a-9da5392bc976} <Debug> TCPHandler: Processed in 0.006293355 sec. | ||
| 10833 | 2025.03.03 04:58:05.544417 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10834 | 2025.03.03 04:58:05.544613 [ 256 ] {a3ce7a52-427e-4bb4-bef6-6f255dfba8dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10835 | 2025.03.03 04:58:05.544664 [ 256 ] {a3ce7a52-427e-4bb4-bef6-6f255dfba8dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10836 | 2025.03.03 04:58:05.545315 [ 256 ] {a3ce7a52-427e-4bb4-bef6-6f255dfba8dd} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10837 | 2025.03.03 04:58:05.545359 [ 256 ] {a3ce7a52-427e-4bb4-bef6-6f255dfba8dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10838 | 2025.03.03 04:58:05.545749 [ 256 ] {a3ce7a52-427e-4bb4-bef6-6f255dfba8dd} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10839 | 2025.03.03 04:58:05.546011 [ 256 ] {a3ce7a52-427e-4bb4-bef6-6f255dfba8dd} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10840 | 2025.03.03 04:58:05.546285 [ 256 ] {a3ce7a52-427e-4bb4-bef6-6f255dfba8dd} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001704 sec., 69248.82629107981 rows/sec., 4.18 MiB/sec. | ||
| 10841 | 2025.03.03 04:58:05.546359 [ 256 ] {a3ce7a52-427e-4bb4-bef6-6f255dfba8dd} <Debug> TCPHandler: Processed in 0.002048524 sec. | ||
| 10842 | 2025.03.03 04:58:05.546576 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10843 | 2025.03.03 04:58:05.546697 [ 256 ] {30673de3-9a3e-47e2-ab2e-9bc1f52c8e18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10844 | 2025.03.03 04:58:05.546753 [ 256 ] {30673de3-9a3e-47e2-ab2e-9bc1f52c8e18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10845 | 2025.03.03 04:58:05.547366 [ 256 ] {30673de3-9a3e-47e2-ab2e-9bc1f52c8e18} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10846 | 2025.03.03 04:58:05.547402 [ 256 ] {30673de3-9a3e-47e2-ab2e-9bc1f52c8e18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10847 | 2025.03.03 04:58:05.547786 [ 256 ] {30673de3-9a3e-47e2-ab2e-9bc1f52c8e18} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10848 | 2025.03.03 04:58:05.548046 [ 256 ] {30673de3-9a3e-47e2-ab2e-9bc1f52c8e18} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10849 | 2025.03.03 04:58:05.548281 [ 256 ] {30673de3-9a3e-47e2-ab2e-9bc1f52c8e18} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00161 sec., 70186.3354037267 rows/sec., 4.54 MiB/sec. | ||
| 10850 | 2025.03.03 04:58:05.548384 [ 256 ] {30673de3-9a3e-47e2-ab2e-9bc1f52c8e18} <Debug> TCPHandler: Processed in 0.00186524 sec. | ||
| 10851 | 2025.03.03 04:58:05.548541 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10852 | 2025.03.03 04:58:05.548645 [ 256 ] {0fb904f0-5df4-41da-b09c-3746b0d6af69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10853 | 2025.03.03 04:58:05.548690 [ 256 ] {0fb904f0-5df4-41da-b09c-3746b0d6af69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10854 | 2025.03.03 04:58:05.549279 [ 256 ] {0fb904f0-5df4-41da-b09c-3746b0d6af69} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10855 | 2025.03.03 04:58:05.549318 [ 256 ] {0fb904f0-5df4-41da-b09c-3746b0d6af69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10856 | 2025.03.03 04:58:05.549684 [ 256 ] {0fb904f0-5df4-41da-b09c-3746b0d6af69} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10857 | 2025.03.03 04:58:05.549941 [ 256 ] {0fb904f0-5df4-41da-b09c-3746b0d6af69} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10858 | 2025.03.03 04:58:05.550137 [ 75 ] {} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 10859 | 2025.03.03 04:58:05.550207 [ 256 ] {0fb904f0-5df4-41da-b09c-3746b0d6af69} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001571 sec., 71292.17059197964 rows/sec., 4.06 MiB/sec. | ||
| 10860 | 2025.03.03 04:58:05.550208 [ 75 ] {} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10861 | 2025.03.03 04:58:05.550297 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10862 | 2025.03.03 04:58:05.550337 [ 256 ] {0fb904f0-5df4-41da-b09c-3746b0d6af69} <Debug> TCPHandler: Processed in 0.00184744 sec. | ||
| 10863 | 2025.03.03 04:58:05.550534 [ 187 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 10864 | 2025.03.03 04:58:05.550574 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10865 | 2025.03.03 04:58:05.550785 [ 187 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10866 | 2025.03.03 04:58:05.550809 [ 256 ] {96c17806-2c13-4b33-9f50-df13bd10bed9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10867 | 2025.03.03 04:58:05.550860 [ 187 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 10868 | 2025.03.03 04:58:05.550898 [ 256 ] {96c17806-2c13-4b33-9f50-df13bd10bed9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10869 | 2025.03.03 04:58:05.551180 [ 187 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 10870 | 2025.03.03 04:58:05.551671 [ 187 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 10871 | 2025.03.03 04:58:05.552069 [ 187 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 10872 | 2025.03.03 04:58:05.552436 [ 187 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 10873 | 2025.03.03 04:58:05.553663 [ 256 ] {96c17806-2c13-4b33-9f50-df13bd10bed9} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10874 | 2025.03.03 04:58:05.553761 [ 256 ] {96c17806-2c13-4b33-9f50-df13bd10bed9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10875 | 2025.03.03 04:58:05.554824 [ 256 ] {96c17806-2c13-4b33-9f50-df13bd10bed9} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10876 | 2025.03.03 04:58:05.554888 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004496846 sec., 124531.72734845713 rows/sec., 7.57 MiB/sec. | ||
| 10877 | 2025.03.03 04:58:05.555084 [ 198 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 10878 | 2025.03.03 04:58:05.555250 [ 256 ] {96c17806-2c13-4b33-9f50-df13bd10bed9} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10879 | 2025.03.03 04:58:05.555695 [ 191 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_37_9} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10880 | 2025.03.03 04:58:05.555708 [ 256 ] {96c17806-2c13-4b33-9f50-df13bd10bed9} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.004958 sec., 79467.52722872126 rows/sec., 5.62 MiB/sec. | ||
| 10881 | 2025.03.03 04:58:05.556011 [ 256 ] {96c17806-2c13-4b33-9f50-df13bd10bed9} <Debug> TCPHandler: Processed in 0.005507878 sec. | ||
| 10882 | 2025.03.03 04:58:05.556033 [ 191 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_37_9} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 10883 | 2025.03.03 04:58:05.556331 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 10884 | 2025.03.03 04:58:05.556363 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10885 | 2025.03.03 04:58:05.556671 [ 256 ] {d5c4de27-7b6c-421a-aa25-543e1df702d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10886 | 2025.03.03 04:58:05.556816 [ 256 ] {d5c4de27-7b6c-421a-aa25-543e1df702d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10887 | 2025.03.03 04:58:05.557371 [ 256 ] {d5c4de27-7b6c-421a-aa25-543e1df702d1} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10888 | 2025.03.03 04:58:05.557410 [ 256 ] {d5c4de27-7b6c-421a-aa25-543e1df702d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10889 | 2025.03.03 04:58:05.557775 [ 256 ] {d5c4de27-7b6c-421a-aa25-543e1df702d1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10890 | 2025.03.03 04:58:05.558027 [ 256 ] {d5c4de27-7b6c-421a-aa25-543e1df702d1} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10891 | 2025.03.03 04:58:05.558249 [ 256 ] {d5c4de27-7b6c-421a-aa25-543e1df702d1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001692 sec., 3546.099290780142 rows/sec., 185.27 KiB/sec. | ||
| 10892 | 2025.03.03 04:58:05.558302 [ 256 ] {d5c4de27-7b6c-421a-aa25-543e1df702d1} <Debug> TCPHandler: Processed in 0.002068044 sec. | ||
| 10893 | 2025.03.03 04:58:05.558407 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10894 | 2025.03.03 04:58:05.558509 [ 256 ] {fb982e69-d18d-4466-9d84-b66fa1cf0f87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10895 | 2025.03.03 04:58:05.558557 [ 256 ] {fb982e69-d18d-4466-9d84-b66fa1cf0f87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10896 | 2025.03.03 04:58:05.559114 [ 256 ] {fb982e69-d18d-4466-9d84-b66fa1cf0f87} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10897 | 2025.03.03 04:58:05.559152 [ 256 ] {fb982e69-d18d-4466-9d84-b66fa1cf0f87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10898 | 2025.03.03 04:58:05.559538 [ 256 ] {fb982e69-d18d-4466-9d84-b66fa1cf0f87} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10899 | 2025.03.03 04:58:05.559778 [ 256 ] {fb982e69-d18d-4466-9d84-b66fa1cf0f87} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10900 | 2025.03.03 04:58:05.559995 [ 256 ] {fb982e69-d18d-4466-9d84-b66fa1cf0f87} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001508 sec., 157161.80371352786 rows/sec., 10.53 MiB/sec. | ||
| 10901 | 2025.03.03 04:58:05.560045 [ 256 ] {fb982e69-d18d-4466-9d84-b66fa1cf0f87} <Debug> TCPHandler: Processed in 0.001688156 sec. | ||
| 10902 | 2025.03.03 04:58:05.560161 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10903 | 2025.03.03 04:58:05.560267 [ 256 ] {e0ad502d-8572-48f0-b8c0-68fd4a0a3dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10904 | 2025.03.03 04:58:05.560312 [ 256 ] {e0ad502d-8572-48f0-b8c0-68fd4a0a3dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10905 | 2025.03.03 04:58:05.560731 [ 256 ] {e0ad502d-8572-48f0-b8c0-68fd4a0a3dd4} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10906 | 2025.03.03 04:58:05.560769 [ 256 ] {e0ad502d-8572-48f0-b8c0-68fd4a0a3dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10907 | 2025.03.03 04:58:05.561118 [ 256 ] {e0ad502d-8572-48f0-b8c0-68fd4a0a3dd4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10908 | 2025.03.03 04:58:05.561354 [ 256 ] {e0ad502d-8572-48f0-b8c0-68fd4a0a3dd4} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10909 | 2025.03.03 04:58:05.561563 [ 256 ] {e0ad502d-8572-48f0-b8c0-68fd4a0a3dd4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001318 sec., 758.7253414264037 rows/sec., 51.13 KiB/sec. | ||
| 10910 | 2025.03.03 04:58:05.561612 [ 256 ] {e0ad502d-8572-48f0-b8c0-68fd4a0a3dd4} <Debug> TCPHandler: Processed in 0.001502142 sec. | ||
| 10911 | 2025.03.03 04:58:05.561719 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10912 | 2025.03.03 04:58:05.561821 [ 256 ] {29c9177d-9512-4b0c-a2af-5fea156a3453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10913 | 2025.03.03 04:58:05.561885 [ 256 ] {29c9177d-9512-4b0c-a2af-5fea156a3453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10914 | 2025.03.03 04:58:05.562971 [ 256 ] {29c9177d-9512-4b0c-a2af-5fea156a3453} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10915 | 2025.03.03 04:58:05.563010 [ 256 ] {29c9177d-9512-4b0c-a2af-5fea156a3453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10916 | 2025.03.03 04:58:05.563636 [ 256 ] {29c9177d-9512-4b0c-a2af-5fea156a3453} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10917 | 2025.03.03 04:58:05.563901 [ 256 ] {29c9177d-9512-4b0c-a2af-5fea156a3453} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10918 | 2025.03.03 04:58:05.564170 [ 256 ] {29c9177d-9512-4b0c-a2af-5fea156a3453} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002368 sec., 5067.5675675675675 rows/sec., 9.08 MiB/sec. | ||
| 10919 | 2025.03.03 04:58:05.564480 [ 256 ] {29c9177d-9512-4b0c-a2af-5fea156a3453} <Debug> TCPHandler: Processed in 0.00280962 sec. | ||
| 10920 | 2025.03.03 04:58:05.564672 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10921 | 2025.03.03 04:58:05.564785 [ 256 ] {b288f3f8-e067-4709-bfa8-735ec7ff16aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10922 | 2025.03.03 04:58:05.564839 [ 256 ] {b288f3f8-e067-4709-bfa8-735ec7ff16aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10923 | 2025.03.03 04:58:05.565297 [ 256 ] {b288f3f8-e067-4709-bfa8-735ec7ff16aa} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10924 | 2025.03.03 04:58:05.565335 [ 256 ] {b288f3f8-e067-4709-bfa8-735ec7ff16aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10925 | 2025.03.03 04:58:05.565737 [ 256 ] {b288f3f8-e067-4709-bfa8-735ec7ff16aa} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 10926 | 2025.03.03 04:58:05.566042 [ 256 ] {b288f3f8-e067-4709-bfa8-735ec7ff16aa} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10927 | 2025.03.03 04:58:05.566284 [ 256 ] {b288f3f8-e067-4709-bfa8-735ec7ff16aa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001522 sec., 53876.47831800263 rows/sec., 3.42 MiB/sec. | ||
| 10928 | 2025.03.03 04:58:05.566384 [ 256 ] {b288f3f8-e067-4709-bfa8-735ec7ff16aa} <Debug> TCPHandler: Processed in 0.001765618 sec. | ||
| 10929 | 2025.03.03 04:58:07.025646 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10930 | 2025.03.03 04:58:07.045068 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10931 | 2025.03.03 04:58:07.045140 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10932 | 2025.03.03 04:58:07.052159 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10933 | 2025.03.03 04:58:07.052918 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10934 | 2025.03.03 04:58:07.056657 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10935 | 2025.03.03 04:58:10.530738 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10936 | 2025.03.03 04:58:10.530945 [ 256 ] {7c291138-19fc-4a43-a2dd-82be36936617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10937 | 2025.03.03 04:58:10.531018 [ 256 ] {7c291138-19fc-4a43-a2dd-82be36936617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10938 | 2025.03.03 04:58:10.532506 [ 256 ] {7c291138-19fc-4a43-a2dd-82be36936617} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10939 | 2025.03.03 04:58:10.532596 [ 256 ] {7c291138-19fc-4a43-a2dd-82be36936617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10940 | 2025.03.03 04:58:10.533065 [ 256 ] {7c291138-19fc-4a43-a2dd-82be36936617} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10941 | 2025.03.03 04:58:10.533331 [ 256 ] {7c291138-19fc-4a43-a2dd-82be36936617} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10942 | 2025.03.03 04:58:10.533570 [ 256 ] {7c291138-19fc-4a43-a2dd-82be36936617} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002679 sec., 41060.09705113849 rows/sec., 3.44 MiB/sec. | ||
| 10943 | 2025.03.03 04:58:10.533640 [ 256 ] {7c291138-19fc-4a43-a2dd-82be36936617} <Debug> TCPHandler: Processed in 0.003041795 sec. | ||
| 10944 | 2025.03.03 04:58:10.533774 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10945 | 2025.03.03 04:58:10.533891 [ 256 ] {485db5d7-24fb-459d-99ee-9d90af78b5c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10946 | 2025.03.03 04:58:10.533939 [ 256 ] {485db5d7-24fb-459d-99ee-9d90af78b5c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10947 | 2025.03.03 04:58:10.534490 [ 256 ] {485db5d7-24fb-459d-99ee-9d90af78b5c3} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10948 | 2025.03.03 04:58:10.534530 [ 256 ] {485db5d7-24fb-459d-99ee-9d90af78b5c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10949 | 2025.03.03 04:58:10.534895 [ 256 ] {485db5d7-24fb-459d-99ee-9d90af78b5c3} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10950 | 2025.03.03 04:58:10.535139 [ 256 ] {485db5d7-24fb-459d-99ee-9d90af78b5c3} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10951 | 2025.03.03 04:58:10.535323 [ 68 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
| 10952 | 2025.03.03 04:58:10.535392 [ 256 ] {485db5d7-24fb-459d-99ee-9d90af78b5c3} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001529 sec., 17658.600392413344 rows/sec., 1.30 MiB/sec. | ||
| 10953 | 2025.03.03 04:58:10.535421 [ 68 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10954 | 2025.03.03 04:58:10.535498 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10955 | 2025.03.03 04:58:10.535513 [ 256 ] {485db5d7-24fb-459d-99ee-9d90af78b5c3} <Debug> TCPHandler: Processed in 0.001791709 sec. | ||
| 10956 | 2025.03.03 04:58:10.535727 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10957 | 2025.03.03 04:58:10.535744 [ 198 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
| 10958 | 2025.03.03 04:58:10.535920 [ 256 ] {d28f3d1e-ff29-46e7-9c86-63be13282543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10959 | 2025.03.03 04:58:10.536018 [ 256 ] {d28f3d1e-ff29-46e7-9c86-63be13282543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10960 | 2025.03.03 04:58:10.536033 [ 198 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10961 | 2025.03.03 04:58:10.536133 [ 198 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 163 rows starting from the beginning of the part | ||
| 10962 | 2025.03.03 04:58:10.536445 [ 198 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 27 rows starting from the beginning of the part | ||
| 10963 | 2025.03.03 04:58:10.536802 [ 198 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 134 rows starting from the beginning of the part | ||
| 10964 | 2025.03.03 04:58:10.537236 [ 198 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 27 rows starting from the beginning of the part | ||
| 10965 | 2025.03.03 04:58:10.537663 [ 198 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 118 rows starting from the beginning of the part | ||
| 10966 | 2025.03.03 04:58:10.538119 [ 198 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 27 rows starting from the beginning of the part | ||
| 10967 | 2025.03.03 04:58:10.539131 [ 256 ] {d28f3d1e-ff29-46e7-9c86-63be13282543} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10968 | 2025.03.03 04:58:10.539194 [ 256 ] {d28f3d1e-ff29-46e7-9c86-63be13282543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10969 | 2025.03.03 04:58:10.540166 [ 256 ] {d28f3d1e-ff29-46e7-9c86-63be13282543} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10970 | 2025.03.03 04:58:10.540675 [ 256 ] {d28f3d1e-ff29-46e7-9c86-63be13282543} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10971 | 2025.03.03 04:58:10.540859 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 5 columns (5 merged, 0 gathered) in 0.005231042 sec., 94818.58490144029 rows/sec., 6.40 MiB/sec. | ||
| 10972 | 2025.03.03 04:58:10.541253 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 10973 | 2025.03.03 04:58:10.541319 [ 256 ] {d28f3d1e-ff29-46e7-9c86-63be13282543} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005442 sec., 16721.793458287397 rows/sec., 1.31 MiB/sec. | ||
| 10974 | 2025.03.03 04:58:10.541688 [ 256 ] {d28f3d1e-ff29-46e7-9c86-63be13282543} <Debug> TCPHandler: Processed in 0.006028839 sec. | ||
| 10975 | 2025.03.03 04:58:10.542099 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10976 | 2025.03.03 04:58:10.542541 [ 256 ] {f6cb8d66-3521-46da-a3c4-acc8d9b41824} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10977 | 2025.03.03 04:58:10.542567 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_70_14} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10978 | 2025.03.03 04:58:10.542769 [ 256 ] {f6cb8d66-3521-46da-a3c4-acc8d9b41824} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10979 | 2025.03.03 04:58:10.543073 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_70_14} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
| 10980 | 2025.03.03 04:58:10.543376 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 10981 | 2025.03.03 04:58:10.543908 [ 256 ] {f6cb8d66-3521-46da-a3c4-acc8d9b41824} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10982 | 2025.03.03 04:58:10.543954 [ 256 ] {f6cb8d66-3521-46da-a3c4-acc8d9b41824} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10983 | 2025.03.03 04:58:10.544381 [ 256 ] {f6cb8d66-3521-46da-a3c4-acc8d9b41824} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 10984 | 2025.03.03 04:58:10.544654 [ 256 ] {f6cb8d66-3521-46da-a3c4-acc8d9b41824} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10985 | 2025.03.03 04:58:10.544879 [ 256 ] {f6cb8d66-3521-46da-a3c4-acc8d9b41824} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002514 sec., 63643.595863166265 rows/sec., 4.43 MiB/sec. | ||
| 10986 | 2025.03.03 04:58:10.544941 [ 256 ] {f6cb8d66-3521-46da-a3c4-acc8d9b41824} <Debug> TCPHandler: Processed in 0.002988794 sec. | ||
| 10987 | 2025.03.03 04:58:10.545055 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10988 | 2025.03.03 04:58:10.545160 [ 256 ] {03221370-3374-4a33-bd47-eaf9f3d91f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10989 | 2025.03.03 04:58:10.545228 [ 256 ] {03221370-3374-4a33-bd47-eaf9f3d91f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10990 | 2025.03.03 04:58:10.546463 [ 256 ] {03221370-3374-4a33-bd47-eaf9f3d91f6a} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10991 | 2025.03.03 04:58:10.546505 [ 256 ] {03221370-3374-4a33-bd47-eaf9f3d91f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 10992 | 2025.03.03 04:58:10.547259 [ 256 ] {03221370-3374-4a33-bd47-eaf9f3d91f6a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10993 | 2025.03.03 04:58:10.547560 [ 256 ] {03221370-3374-4a33-bd47-eaf9f3d91f6a} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10994 | 2025.03.03 04:58:10.547907 [ 256 ] {03221370-3374-4a33-bd47-eaf9f3d91f6a} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002765 sec., 9764.91862567812 rows/sec., 17.50 MiB/sec. | ||
| 10995 | 2025.03.03 04:58:10.548430 [ 256 ] {03221370-3374-4a33-bd47-eaf9f3d91f6a} <Debug> TCPHandler: Processed in 0.003419643 sec. | ||
| 10996 | 2025.03.03 04:58:10.548724 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10997 | 2025.03.03 04:58:10.548835 [ 256 ] {899483ca-e789-4962-8a88-aae4cd9e7814} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10998 | 2025.03.03 04:58:10.548892 [ 256 ] {899483ca-e789-4962-8a88-aae4cd9e7814} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10999 | 2025.03.03 04:58:10.549401 [ 256 ] {899483ca-e789-4962-8a88-aae4cd9e7814} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11000 | 2025.03.03 04:58:10.549442 [ 256 ] {899483ca-e789-4962-8a88-aae4cd9e7814} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11001 | 2025.03.03 04:58:10.549822 [ 256 ] {899483ca-e789-4962-8a88-aae4cd9e7814} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11002 | 2025.03.03 04:58:10.550072 [ 256 ] {899483ca-e789-4962-8a88-aae4cd9e7814} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11003 | 2025.03.03 04:58:10.550283 [ 256 ] {899483ca-e789-4962-8a88-aae4cd9e7814} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. | ||
| 11004 | 2025.03.03 04:58:10.550346 [ 256 ] {899483ca-e789-4962-8a88-aae4cd9e7814} <Debug> TCPHandler: Processed in 0.001691617 sec. | ||
| 11005 | 2025.03.03 04:58:12.807856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 11006 | 2025.03.03 04:58:12.808492 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11007 | 2025.03.03 04:58:12.808536 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11008 | 2025.03.03 04:58:12.809053 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11009 | 2025.03.03 04:58:12.809306 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11010 | 2025.03.03 04:58:12.809559 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 11011 | 2025.03.03 04:58:14.557695 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 11012 | 2025.03.03 04:58:14.578103 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11013 | 2025.03.03 04:58:14.578170 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11014 | 2025.03.03 04:58:14.585431 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11015 | 2025.03.03 04:58:14.586197 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11016 | 2025.03.03 04:58:14.590027 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 11017 | 2025.03.03 04:58:15.430376 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1566 | ||
| 11018 | 2025.03.03 04:58:15.433448 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11019 | 2025.03.03 04:58:15.433499 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11020 | 2025.03.03 04:58:15.434959 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11021 | 2025.03.03 04:58:15.435264 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11022 | 2025.03.03 04:58:15.436643 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1566 | ||
| 11023 | 2025.03.03 04:58:15.535477 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11024 | 2025.03.03 04:58:15.535669 [ 256 ] {695c401d-dd1b-4f6f-b5af-ebbb450d8d4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11025 | 2025.03.03 04:58:15.535743 [ 256 ] {695c401d-dd1b-4f6f-b5af-ebbb450d8d4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11026 | 2025.03.03 04:58:15.536631 [ 256 ] {695c401d-dd1b-4f6f-b5af-ebbb450d8d4f} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11027 | 2025.03.03 04:58:15.536677 [ 256 ] {695c401d-dd1b-4f6f-b5af-ebbb450d8d4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11028 | 2025.03.03 04:58:15.537139 [ 256 ] {695c401d-dd1b-4f6f-b5af-ebbb450d8d4f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11029 | 2025.03.03 04:58:15.537397 [ 256 ] {695c401d-dd1b-4f6f-b5af-ebbb450d8d4f} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11030 | 2025.03.03 04:58:15.537636 [ 256 ] {695c401d-dd1b-4f6f-b5af-ebbb450d8d4f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002021 sec., 104898.56506679862 rows/sec., 6.67 MiB/sec. | ||
| 11031 | 2025.03.03 04:58:15.537727 [ 256 ] {695c401d-dd1b-4f6f-b5af-ebbb450d8d4f} <Debug> TCPHandler: Processed in 0.002388162 sec. | ||
| 11032 | 2025.03.03 04:58:15.537861 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11033 | 2025.03.03 04:58:15.537972 [ 256 ] {4decbe87-54be-4202-881f-d5f95cd968de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11034 | 2025.03.03 04:58:15.538022 [ 256 ] {4decbe87-54be-4202-881f-d5f95cd968de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11035 | 2025.03.03 04:58:15.539014 [ 256 ] {4decbe87-54be-4202-881f-d5f95cd968de} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11036 | 2025.03.03 04:58:15.539055 [ 256 ] {4decbe87-54be-4202-881f-d5f95cd968de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11037 | 2025.03.03 04:58:15.539475 [ 256 ] {4decbe87-54be-4202-881f-d5f95cd968de} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11038 | 2025.03.03 04:58:15.539722 [ 256 ] {4decbe87-54be-4202-881f-d5f95cd968de} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11039 | 2025.03.03 04:58:15.539965 [ 256 ] {4decbe87-54be-4202-881f-d5f95cd968de} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.002017 sec., 317798.7109568666 rows/sec., 25.04 MiB/sec. | ||
| 11040 | 2025.03.03 04:58:15.540064 [ 256 ] {4decbe87-54be-4202-881f-d5f95cd968de} <Debug> TCPHandler: Processed in 0.002271728 sec. | ||
| 11041 | 2025.03.03 04:58:15.540206 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11042 | 2025.03.03 04:58:15.540501 [ 256 ] {c0cfb5d6-6dd1-4a0c-b73a-f79ed9364f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11043 | 2025.03.03 04:58:15.540640 [ 256 ] {c0cfb5d6-6dd1-4a0c-b73a-f79ed9364f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11044 | 2025.03.03 04:58:15.541463 [ 256 ] {c0cfb5d6-6dd1-4a0c-b73a-f79ed9364f8e} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11045 | 2025.03.03 04:58:15.541506 [ 256 ] {c0cfb5d6-6dd1-4a0c-b73a-f79ed9364f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11046 | 2025.03.03 04:58:15.541955 [ 256 ] {c0cfb5d6-6dd1-4a0c-b73a-f79ed9364f8e} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11047 | 2025.03.03 04:58:15.542208 [ 256 ] {c0cfb5d6-6dd1-4a0c-b73a-f79ed9364f8e} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11048 | 2025.03.03 04:58:15.542478 [ 256 ] {c0cfb5d6-6dd1-4a0c-b73a-f79ed9364f8e} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.002082 sec., 56676.27281460134 rows/sec., 3.42 MiB/sec. | ||
| 11049 | 2025.03.03 04:58:15.542555 [ 256 ] {c0cfb5d6-6dd1-4a0c-b73a-f79ed9364f8e} <Debug> TCPHandler: Processed in 0.002427572 sec. | ||
| 11050 | 2025.03.03 04:58:15.542837 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11051 | 2025.03.03 04:58:15.542980 [ 256 ] {29dd5e9f-4ec1-437c-888a-6373d2ceef14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11052 | 2025.03.03 04:58:15.543028 [ 256 ] {29dd5e9f-4ec1-437c-888a-6373d2ceef14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11053 | 2025.03.03 04:58:15.543637 [ 256 ] {29dd5e9f-4ec1-437c-888a-6373d2ceef14} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11054 | 2025.03.03 04:58:15.543679 [ 256 ] {29dd5e9f-4ec1-437c-888a-6373d2ceef14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11055 | 2025.03.03 04:58:15.544044 [ 256 ] {29dd5e9f-4ec1-437c-888a-6373d2ceef14} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11056 | 2025.03.03 04:58:15.544292 [ 256 ] {29dd5e9f-4ec1-437c-888a-6373d2ceef14} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11057 | 2025.03.03 04:58:15.544540 [ 256 ] {29dd5e9f-4ec1-437c-888a-6373d2ceef14} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001576 sec., 71700.5076142132 rows/sec., 4.64 MiB/sec. | ||
| 11058 | 2025.03.03 04:58:15.544651 [ 256 ] {29dd5e9f-4ec1-437c-888a-6373d2ceef14} <Debug> TCPHandler: Processed in 0.001919151 sec. | ||
| 11059 | 2025.03.03 04:58:15.544884 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11060 | 2025.03.03 04:58:15.544992 [ 256 ] {87c9e829-af89-4953-80c2-7a2436cc04d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11061 | 2025.03.03 04:58:15.545040 [ 256 ] {87c9e829-af89-4953-80c2-7a2436cc04d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11062 | 2025.03.03 04:58:15.545675 [ 256 ] {87c9e829-af89-4953-80c2-7a2436cc04d8} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11063 | 2025.03.03 04:58:15.545716 [ 256 ] {87c9e829-af89-4953-80c2-7a2436cc04d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11064 | 2025.03.03 04:58:15.546077 [ 256 ] {87c9e829-af89-4953-80c2-7a2436cc04d8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11065 | 2025.03.03 04:58:15.546325 [ 256 ] {87c9e829-af89-4953-80c2-7a2436cc04d8} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11066 | 2025.03.03 04:58:15.546541 [ 256 ] {87c9e829-af89-4953-80c2-7a2436cc04d8} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001573 sec., 71201.52574698029 rows/sec., 4.06 MiB/sec. | ||
| 11067 | 2025.03.03 04:58:15.546594 [ 256 ] {87c9e829-af89-4953-80c2-7a2436cc04d8} <Debug> TCPHandler: Processed in 0.001776018 sec. | ||
| 11068 | 2025.03.03 04:58:15.546727 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11069 | 2025.03.03 04:58:15.546834 [ 256 ] {1d7de07a-9b7c-489d-9601-a697c4ad8f62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11070 | 2025.03.03 04:58:15.546880 [ 256 ] {1d7de07a-9b7c-489d-9601-a697c4ad8f62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11071 | 2025.03.03 04:58:15.547678 [ 256 ] {1d7de07a-9b7c-489d-9601-a697c4ad8f62} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11072 | 2025.03.03 04:58:15.547718 [ 256 ] {1d7de07a-9b7c-489d-9601-a697c4ad8f62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11073 | 2025.03.03 04:58:15.548114 [ 256 ] {1d7de07a-9b7c-489d-9601-a697c4ad8f62} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11074 | 2025.03.03 04:58:15.548368 [ 256 ] {1d7de07a-9b7c-489d-9601-a697c4ad8f62} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11075 | 2025.03.03 04:58:15.548602 [ 256 ] {1d7de07a-9b7c-489d-9601-a697c4ad8f62} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001788 sec., 220357.9418344519 rows/sec., 15.59 MiB/sec. | ||
| 11076 | 2025.03.03 04:58:15.548674 [ 256 ] {1d7de07a-9b7c-489d-9601-a697c4ad8f62} <Debug> TCPHandler: Processed in 0.001997883 sec. | ||
| 11077 | 2025.03.03 04:58:15.548828 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11078 | 2025.03.03 04:58:15.548943 [ 256 ] {37f3754d-71a4-4a28-9040-f146eec2b330} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11079 | 2025.03.03 04:58:15.548992 [ 256 ] {37f3754d-71a4-4a28-9040-f146eec2b330} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11080 | 2025.03.03 04:58:15.549439 [ 256 ] {37f3754d-71a4-4a28-9040-f146eec2b330} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11081 | 2025.03.03 04:58:15.549479 [ 256 ] {37f3754d-71a4-4a28-9040-f146eec2b330} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11082 | 2025.03.03 04:58:15.549844 [ 256 ] {37f3754d-71a4-4a28-9040-f146eec2b330} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11083 | 2025.03.03 04:58:15.550088 [ 256 ] {37f3754d-71a4-4a28-9040-f146eec2b330} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11084 | 2025.03.03 04:58:15.550309 [ 256 ] {37f3754d-71a4-4a28-9040-f146eec2b330} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec. | ||
| 11085 | 2025.03.03 04:58:15.550358 [ 256 ] {37f3754d-71a4-4a28-9040-f146eec2b330} <Debug> TCPHandler: Processed in 0.001597744 sec. | ||
| 11086 | 2025.03.03 04:58:15.550465 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11087 | 2025.03.03 04:58:15.550569 [ 256 ] {e0444076-a633-4d38-b932-cf07bd30456f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11088 | 2025.03.03 04:58:15.550618 [ 256 ] {e0444076-a633-4d38-b932-cf07bd30456f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11089 | 2025.03.03 04:58:15.551170 [ 256 ] {e0444076-a633-4d38-b932-cf07bd30456f} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11090 | 2025.03.03 04:58:15.551208 [ 256 ] {e0444076-a633-4d38-b932-cf07bd30456f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11091 | 2025.03.03 04:58:15.551602 [ 256 ] {e0444076-a633-4d38-b932-cf07bd30456f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11092 | 2025.03.03 04:58:15.551844 [ 256 ] {e0444076-a633-4d38-b932-cf07bd30456f} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11093 | 2025.03.03 04:58:15.552067 [ 256 ] {e0444076-a633-4d38-b932-cf07bd30456f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00152 sec., 155921.05263157893 rows/sec., 10.45 MiB/sec. | ||
| 11094 | 2025.03.03 04:58:15.552170 [ 256 ] {e0444076-a633-4d38-b932-cf07bd30456f} <Debug> TCPHandler: Processed in 0.001754418 sec. | ||
| 11095 | 2025.03.03 04:58:15.552332 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11096 | 2025.03.03 04:58:15.552546 [ 256 ] {a044ab73-f226-4c3c-b581-90397045051d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11097 | 2025.03.03 04:58:15.552598 [ 256 ] {a044ab73-f226-4c3c-b581-90397045051d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11098 | 2025.03.03 04:58:15.553043 [ 256 ] {a044ab73-f226-4c3c-b581-90397045051d} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11099 | 2025.03.03 04:58:15.553081 [ 256 ] {a044ab73-f226-4c3c-b581-90397045051d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11100 | 2025.03.03 04:58:15.553462 [ 256 ] {a044ab73-f226-4c3c-b581-90397045051d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11101 | 2025.03.03 04:58:15.553718 [ 256 ] {a044ab73-f226-4c3c-b581-90397045051d} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11102 | 2025.03.03 04:58:15.553941 [ 256 ] {a044ab73-f226-4c3c-b581-90397045051d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001458 sec., 685.8710562414266 rows/sec., 46.22 KiB/sec. | ||
| 11103 | 2025.03.03 04:58:15.554066 [ 256 ] {a044ab73-f226-4c3c-b581-90397045051d} <Debug> TCPHandler: Processed in 0.001833589 sec. | ||
| 11104 | 2025.03.03 04:58:15.554197 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11105 | 2025.03.03 04:58:15.554297 [ 256 ] {805d7cf6-2ddd-471e-b204-9e38d8975d33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11106 | 2025.03.03 04:58:15.554363 [ 256 ] {805d7cf6-2ddd-471e-b204-9e38d8975d33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11107 | 2025.03.03 04:58:15.555476 [ 256 ] {805d7cf6-2ddd-471e-b204-9e38d8975d33} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11108 | 2025.03.03 04:58:15.555515 [ 256 ] {805d7cf6-2ddd-471e-b204-9e38d8975d33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11109 | 2025.03.03 04:58:15.556137 [ 256 ] {805d7cf6-2ddd-471e-b204-9e38d8975d33} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11110 | 2025.03.03 04:58:15.556393 [ 256 ] {805d7cf6-2ddd-471e-b204-9e38d8975d33} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11111 | 2025.03.03 04:58:15.556599 [ 60 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11112 | 2025.03.03 04:58:15.556675 [ 256 ] {805d7cf6-2ddd-471e-b204-9e38d8975d33} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002398 sec., 5004.170141784821 rows/sec., 8.97 MiB/sec. | ||
| 11113 | 2025.03.03 04:58:15.556707 [ 60 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11114 | 2025.03.03 04:58:15.556809 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11115 | 2025.03.03 04:58:15.556997 [ 256 ] {805d7cf6-2ddd-471e-b204-9e38d8975d33} <Debug> TCPHandler: Processed in 0.002849901 sec. | ||
| 11116 | 2025.03.03 04:58:15.557244 [ 197 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 11117 | 2025.03.03 04:58:15.557330 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11118 | 2025.03.03 04:58:15.557742 [ 256 ] {30a0c23a-8e72-472a-a437-bf7eacbe9aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11119 | 2025.03.03 04:58:15.557937 [ 256 ] {30a0c23a-8e72-472a-a437-bf7eacbe9aba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11120 | 2025.03.03 04:58:15.559292 [ 197 ] {1a441893-9993-4f87-907b-84f593661890::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11121 | 2025.03.03 04:58:15.559385 [ 197 ] {1a441893-9993-4f87-907b-84f593661890::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1233 rows starting from the beginning of the part | ||
| 11122 | 2025.03.03 04:58:15.559763 [ 197 ] {1a441893-9993-4f87-907b-84f593661890::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 12 rows starting from the beginning of the part | ||
| 11123 | 2025.03.03 04:58:15.560177 [ 256 ] {30a0c23a-8e72-472a-a437-bf7eacbe9aba} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11124 | 2025.03.03 04:58:15.560193 [ 197 ] {1a441893-9993-4f87-907b-84f593661890::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 27 rows starting from the beginning of the part | ||
| 11125 | 2025.03.03 04:58:15.560222 [ 256 ] {30a0c23a-8e72-472a-a437-bf7eacbe9aba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11126 | 2025.03.03 04:58:15.560556 [ 197 ] {1a441893-9993-4f87-907b-84f593661890::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 12 rows starting from the beginning of the part | ||
| 11127 | 2025.03.03 04:58:15.560922 [ 197 ] {1a441893-9993-4f87-907b-84f593661890::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 27 rows starting from the beginning of the part | ||
| 11128 | 2025.03.03 04:58:15.561067 [ 256 ] {30a0c23a-8e72-472a-a437-bf7eacbe9aba} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11129 | 2025.03.03 04:58:15.561237 [ 197 ] {1a441893-9993-4f87-907b-84f593661890::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 12 rows starting from the beginning of the part | ||
| 11130 | 2025.03.03 04:58:15.561539 [ 256 ] {30a0c23a-8e72-472a-a437-bf7eacbe9aba} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11131 | 2025.03.03 04:58:15.562009 [ 256 ] {30a0c23a-8e72-472a-a437-bf7eacbe9aba} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004397 sec., 18649.078917443712 rows/sec., 1.18 MiB/sec. | ||
| 11132 | 2025.03.03 04:58:15.562140 [ 256 ] {30a0c23a-8e72-472a-a437-bf7eacbe9aba} <Debug> TCPHandler: Processed in 0.004909775 sec. | ||
| 11133 | 2025.03.03 04:58:15.570132 [ 191 ] {1a441893-9993-4f87-907b-84f593661890::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1323 rows, containing 19 columns (19 merged, 0 gathered) in 0.013141841 sec., 100670.82686512491 rows/sec., 180.40 MiB/sec. | ||
| 11134 | 2025.03.03 04:58:15.571246 [ 189 ] {1a441893-9993-4f87-907b-84f593661890::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11135 | 2025.03.03 04:58:15.571660 [ 189 ] {1a441893-9993-4f87-907b-84f593661890::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11136 | 2025.03.03 04:58:15.571744 [ 189 ] {1a441893-9993-4f87-907b-84f593661890::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11137 | 2025.03.03 04:58:15.571859 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. | ||
| 11138 | 2025.03.03 04:58:16.000261 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 236.22 MiB, peak 247.73 MiB, free memory in arenas 0.00 B, will set to 238.71 MiB (RSS), difference: 2.49 MiB | ||
| 11139 | 2025.03.03 04:58:20.114159 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11140 | 2025.03.03 04:58:20.114208 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11141 | 2025.03.03 04:58:20.310648 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 11142 | 2025.03.03 04:58:20.311294 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11143 | 2025.03.03 04:58:20.311336 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11144 | 2025.03.03 04:58:20.311852 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11145 | 2025.03.03 04:58:20.312101 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11146 | 2025.03.03 04:58:20.312304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 11147 | 2025.03.03 04:58:20.530449 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11148 | 2025.03.03 04:58:20.530643 [ 256 ] {c88c15c3-e663-4ded-aa31-31be1d38f332} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11149 | 2025.03.03 04:58:20.530714 [ 256 ] {c88c15c3-e663-4ded-aa31-31be1d38f332} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11150 | 2025.03.03 04:58:20.531546 [ 256 ] {c88c15c3-e663-4ded-aa31-31be1d38f332} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11151 | 2025.03.03 04:58:20.531600 [ 256 ] {c88c15c3-e663-4ded-aa31-31be1d38f332} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11152 | 2025.03.03 04:58:20.532055 [ 256 ] {c88c15c3-e663-4ded-aa31-31be1d38f332} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11153 | 2025.03.03 04:58:20.532315 [ 256 ] {c88c15c3-e663-4ded-aa31-31be1d38f332} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11154 | 2025.03.03 04:58:20.532562 [ 256 ] {c88c15c3-e663-4ded-aa31-31be1d38f332} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001968 sec., 55894.308943089425 rows/sec., 4.68 MiB/sec. | ||
| 11155 | 2025.03.03 04:58:20.532623 [ 256 ] {c88c15c3-e663-4ded-aa31-31be1d38f332} <Debug> TCPHandler: Processed in 0.002302279 sec. | ||
| 11156 | 2025.03.03 04:58:20.532760 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11157 | 2025.03.03 04:58:20.532867 [ 256 ] {8fffd5d2-1abb-414c-a088-d3c5fd745a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11158 | 2025.03.03 04:58:20.532912 [ 256 ] {8fffd5d2-1abb-414c-a088-d3c5fd745a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11159 | 2025.03.03 04:58:20.533450 [ 256 ] {8fffd5d2-1abb-414c-a088-d3c5fd745a4b} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11160 | 2025.03.03 04:58:20.533489 [ 256 ] {8fffd5d2-1abb-414c-a088-d3c5fd745a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11161 | 2025.03.03 04:58:20.533860 [ 256 ] {8fffd5d2-1abb-414c-a088-d3c5fd745a4b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11162 | 2025.03.03 04:58:20.534103 [ 256 ] {8fffd5d2-1abb-414c-a088-d3c5fd745a4b} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11163 | 2025.03.03 04:58:20.534328 [ 256 ] {8fffd5d2-1abb-414c-a088-d3c5fd745a4b} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001484 sec., 18194.070080862533 rows/sec., 1.34 MiB/sec. | ||
| 11164 | 2025.03.03 04:58:20.534382 [ 256 ] {8fffd5d2-1abb-414c-a088-d3c5fd745a4b} <Debug> TCPHandler: Processed in 0.001673536 sec. | ||
| 11165 | 2025.03.03 04:58:20.534499 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11166 | 2025.03.03 04:58:20.534604 [ 256 ] {5326467b-c6cb-4999-a183-7722acfd5e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11167 | 2025.03.03 04:58:20.534649 [ 256 ] {5326467b-c6cb-4999-a183-7722acfd5e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11168 | 2025.03.03 04:58:20.535207 [ 256 ] {5326467b-c6cb-4999-a183-7722acfd5e06} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11169 | 2025.03.03 04:58:20.535247 [ 256 ] {5326467b-c6cb-4999-a183-7722acfd5e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11170 | 2025.03.03 04:58:20.535607 [ 256 ] {5326467b-c6cb-4999-a183-7722acfd5e06} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11171 | 2025.03.03 04:58:20.535851 [ 256 ] {5326467b-c6cb-4999-a183-7722acfd5e06} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11172 | 2025.03.03 04:58:20.536059 [ 256 ] {5326467b-c6cb-4999-a183-7722acfd5e06} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001477 sec., 61611.37440758294 rows/sec., 4.81 MiB/sec. | ||
| 11173 | 2025.03.03 04:58:20.536110 [ 256 ] {5326467b-c6cb-4999-a183-7722acfd5e06} <Debug> TCPHandler: Processed in 0.001661256 sec. | ||
| 11174 | 2025.03.03 04:58:20.536225 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11175 | 2025.03.03 04:58:20.536329 [ 256 ] {922a97c6-a804-4208-a497-a6388c42ab6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11176 | 2025.03.03 04:58:20.536376 [ 256 ] {922a97c6-a804-4208-a497-a6388c42ab6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11177 | 2025.03.03 04:58:20.536896 [ 256 ] {922a97c6-a804-4208-a497-a6388c42ab6d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11178 | 2025.03.03 04:58:20.536933 [ 256 ] {922a97c6-a804-4208-a497-a6388c42ab6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11179 | 2025.03.03 04:58:20.537309 [ 256 ] {922a97c6-a804-4208-a497-a6388c42ab6d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11180 | 2025.03.03 04:58:20.537546 [ 256 ] {922a97c6-a804-4208-a497-a6388c42ab6d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11181 | 2025.03.03 04:58:20.537758 [ 256 ] {922a97c6-a804-4208-a497-a6388c42ab6d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001451 sec., 110268.78015161958 rows/sec., 7.68 MiB/sec. | ||
| 11182 | 2025.03.03 04:58:20.537807 [ 256 ] {922a97c6-a804-4208-a497-a6388c42ab6d} <Debug> TCPHandler: Processed in 0.001633535 sec. | ||
| 11183 | 2025.03.03 04:58:20.537911 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11184 | 2025.03.03 04:58:20.538010 [ 256 ] {02bcb482-112c-4d00-852b-553aab1a16b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11185 | 2025.03.03 04:58:20.538073 [ 256 ] {02bcb482-112c-4d00-852b-553aab1a16b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11186 | 2025.03.03 04:58:20.539189 [ 256 ] {02bcb482-112c-4d00-852b-553aab1a16b4} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11187 | 2025.03.03 04:58:20.539228 [ 256 ] {02bcb482-112c-4d00-852b-553aab1a16b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11188 | 2025.03.03 04:58:20.539871 [ 256 ] {02bcb482-112c-4d00-852b-553aab1a16b4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11189 | 2025.03.03 04:58:20.540128 [ 256 ] {02bcb482-112c-4d00-852b-553aab1a16b4} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11190 | 2025.03.03 04:58:20.540373 [ 256 ] {02bcb482-112c-4d00-852b-553aab1a16b4} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002383 sec., 11330.255979857322 rows/sec., 20.30 MiB/sec. | ||
| 11191 | 2025.03.03 04:58:20.540466 [ 256 ] {02bcb482-112c-4d00-852b-553aab1a16b4} <Debug> TCPHandler: Processed in 0.002605286 sec. | ||
| 11192 | 2025.03.03 04:58:20.540582 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11193 | 2025.03.03 04:58:20.540684 [ 256 ] {60a60ddc-91ca-47b9-83ba-64b3afb3c054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11194 | 2025.03.03 04:58:20.540730 [ 256 ] {60a60ddc-91ca-47b9-83ba-64b3afb3c054} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11195 | 2025.03.03 04:58:20.541162 [ 256 ] {60a60ddc-91ca-47b9-83ba-64b3afb3c054} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11196 | 2025.03.03 04:58:20.541200 [ 256 ] {60a60ddc-91ca-47b9-83ba-64b3afb3c054} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11197 | 2025.03.03 04:58:20.541552 [ 256 ] {60a60ddc-91ca-47b9-83ba-64b3afb3c054} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11198 | 2025.03.03 04:58:20.541923 [ 256 ] {60a60ddc-91ca-47b9-83ba-64b3afb3c054} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11199 | 2025.03.03 04:58:20.542190 [ 256 ] {60a60ddc-91ca-47b9-83ba-64b3afb3c054} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001526 sec., 39318.47968545216 rows/sec., 2.65 MiB/sec. | ||
| 11200 | 2025.03.03 04:58:20.542301 [ 256 ] {60a60ddc-91ca-47b9-83ba-64b3afb3c054} <Debug> TCPHandler: Processed in 0.001771067 sec. | ||
| 11201 | 2025.03.03 04:58:22.091079 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 11202 | 2025.03.03 04:58:22.111472 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11203 | 2025.03.03 04:58:22.111533 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11204 | 2025.03.03 04:58:22.118802 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11205 | 2025.03.03 04:58:22.119564 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11206 | 2025.03.03 04:58:22.122162 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 11207 | 2025.03.03 04:58:23.338115 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11208 | 2025.03.03 04:58:23.338328 [ 256 ] {4de04fee-58ec-4367-a812-01f20443fedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11209 | 2025.03.03 04:58:23.338401 [ 256 ] {4de04fee-58ec-4367-a812-01f20443fedb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11210 | 2025.03.03 04:58:23.339211 [ 256 ] {4de04fee-58ec-4367-a812-01f20443fedb} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11211 | 2025.03.03 04:58:23.339266 [ 256 ] {4de04fee-58ec-4367-a812-01f20443fedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11212 | 2025.03.03 04:58:23.339731 [ 256 ] {4de04fee-58ec-4367-a812-01f20443fedb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11213 | 2025.03.03 04:58:23.340006 [ 256 ] {4de04fee-58ec-4367-a812-01f20443fedb} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11214 | 2025.03.03 04:58:23.340297 [ 256 ] {4de04fee-58ec-4367-a812-01f20443fedb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002016 sec., 105158.73015873016 rows/sec., 6.69 MiB/sec. | ||
| 11215 | 2025.03.03 04:58:23.340477 [ 256 ] {4de04fee-58ec-4367-a812-01f20443fedb} <Debug> TCPHandler: Processed in 0.002505814 sec. | ||
| 11216 | 2025.03.03 04:58:23.340717 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11217 | 2025.03.03 04:58:23.340837 [ 256 ] {d768495d-74b3-4855-814e-cb1fcf826058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11218 | 2025.03.03 04:58:23.340889 [ 256 ] {d768495d-74b3-4855-814e-cb1fcf826058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11219 | 2025.03.03 04:58:23.342176 [ 256 ] {d768495d-74b3-4855-814e-cb1fcf826058} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11220 | 2025.03.03 04:58:23.342221 [ 256 ] {d768495d-74b3-4855-814e-cb1fcf826058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11221 | 2025.03.03 04:58:23.342725 [ 256 ] {d768495d-74b3-4855-814e-cb1fcf826058} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11222 | 2025.03.03 04:58:23.342986 [ 256 ] {d768495d-74b3-4855-814e-cb1fcf826058} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11223 | 2025.03.03 04:58:23.343150 [ 53 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11224 | 2025.03.03 04:58:23.343184 [ 256 ] {d768495d-74b3-4855-814e-cb1fcf826058} <Debug> executeQuery: Read 1781 rows, 147.83 KiB in 0.002375 sec., 749894.7368421053 rows/sec., 60.79 MiB/sec. | ||
| 11225 | 2025.03.03 04:58:23.343189 [ 53 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11226 | 2025.03.03 04:58:23.343229 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11227 | 2025.03.03 04:58:23.343268 [ 256 ] {d768495d-74b3-4855-814e-cb1fcf826058} <Debug> TCPHandler: Processed in 0.002621906 sec. | ||
| 11228 | 2025.03.03 04:58:23.343481 [ 191 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 11229 | 2025.03.03 04:58:23.343494 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11230 | 2025.03.03 04:58:23.343769 [ 191 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11231 | 2025.03.03 04:58:23.343774 [ 256 ] {0e2a6c5f-68f3-456b-ae20-05ac8402bcea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11232 | 2025.03.03 04:58:23.343836 [ 191 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1845 rows starting from the beginning of the part | ||
| 11233 | 2025.03.03 04:58:23.343885 [ 256 ] {0e2a6c5f-68f3-456b-ae20-05ac8402bcea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11234 | 2025.03.03 04:58:23.344195 [ 191 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 641 rows starting from the beginning of the part | ||
| 11235 | 2025.03.03 04:58:23.344500 [ 191 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 110 rows starting from the beginning of the part | ||
| 11236 | 2025.03.03 04:58:23.344890 [ 191 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 641 rows starting from the beginning of the part | ||
| 11237 | 2025.03.03 04:58:23.345286 [ 191 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 110 rows starting from the beginning of the part | ||
| 11238 | 2025.03.03 04:58:23.345642 [ 191 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1781 rows starting from the beginning of the part | ||
| 11239 | 2025.03.03 04:58:23.346694 [ 256 ] {0e2a6c5f-68f3-456b-ae20-05ac8402bcea} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11240 | 2025.03.03 04:58:23.346775 [ 256 ] {0e2a6c5f-68f3-456b-ae20-05ac8402bcea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11241 | 2025.03.03 04:58:23.347527 [ 256 ] {0e2a6c5f-68f3-456b-ae20-05ac8402bcea} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11242 | 2025.03.03 04:58:23.348069 [ 256 ] {0e2a6c5f-68f3-456b-ae20-05ac8402bcea} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11243 | 2025.03.03 04:58:23.348372 [ 256 ] {0e2a6c5f-68f3-456b-ae20-05ac8402bcea} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.004685 sec., 25186.76627534685 rows/sec., 1.52 MiB/sec. | ||
| 11244 | 2025.03.03 04:58:23.348456 [ 256 ] {0e2a6c5f-68f3-456b-ae20-05ac8402bcea} <Debug> TCPHandler: Processed in 0.005057058 sec. | ||
| 11245 | 2025.03.03 04:58:23.348577 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11246 | 2025.03.03 04:58:23.348702 [ 256 ] {74b1e852-de8b-4229-bd21-20397664f4f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11247 | 2025.03.03 04:58:23.348749 [ 256 ] {74b1e852-de8b-4229-bd21-20397664f4f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11248 | 2025.03.03 04:58:23.349417 [ 191 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5128 rows, containing 5 columns (5 merged, 0 gathered) in 0.006085101 sec., 842714.0321910845 rows/sec., 71.23 MiB/sec. | ||
| 11249 | 2025.03.03 04:58:23.349773 [ 256 ] {74b1e852-de8b-4229-bd21-20397664f4f4} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11250 | 2025.03.03 04:58:23.349834 [ 256 ] {74b1e852-de8b-4229-bd21-20397664f4f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11251 | 2025.03.03 04:58:23.350016 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11252 | 2025.03.03 04:58:23.350537 [ 256 ] {74b1e852-de8b-4229-bd21-20397664f4f4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11253 | 2025.03.03 04:58:23.350720 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_91_18} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11254 | 2025.03.03 04:58:23.350898 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_91_18} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11255 | 2025.03.03 04:58:23.350989 [ 256 ] {74b1e852-de8b-4229-bd21-20397664f4f4} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11256 | 2025.03.03 04:58:23.351097 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 11257 | 2025.03.03 04:58:23.351269 [ 256 ] {74b1e852-de8b-4229-bd21-20397664f4f4} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.002597 sec., 131305.35232961108 rows/sec., 8.76 MiB/sec. | ||
| 11258 | 2025.03.03 04:58:23.351334 [ 256 ] {74b1e852-de8b-4229-bd21-20397664f4f4} <Debug> TCPHandler: Processed in 0.00280998 sec. | ||
| 11259 | 2025.03.03 04:58:23.351441 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11260 | 2025.03.03 04:58:23.351544 [ 256 ] {6a418acd-ea60-4701-83eb-a39ed7d6064e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11261 | 2025.03.03 04:58:23.351588 [ 256 ] {6a418acd-ea60-4701-83eb-a39ed7d6064e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11262 | 2025.03.03 04:58:23.352132 [ 256 ] {6a418acd-ea60-4701-83eb-a39ed7d6064e} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11263 | 2025.03.03 04:58:23.352168 [ 256 ] {6a418acd-ea60-4701-83eb-a39ed7d6064e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11264 | 2025.03.03 04:58:23.352523 [ 256 ] {6a418acd-ea60-4701-83eb-a39ed7d6064e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11265 | 2025.03.03 04:58:23.352778 [ 256 ] {6a418acd-ea60-4701-83eb-a39ed7d6064e} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11266 | 2025.03.03 04:58:23.352954 [ 256 ] {6a418acd-ea60-4701-83eb-a39ed7d6064e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001432 sec., 78212.2905027933 rows/sec., 4.46 MiB/sec. | ||
| 11267 | 2025.03.03 04:58:23.353006 [ 256 ] {6a418acd-ea60-4701-83eb-a39ed7d6064e} <Debug> TCPHandler: Processed in 0.001615745 sec. | ||
| 11268 | 2025.03.03 04:58:23.353115 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11269 | 2025.03.03 04:58:23.353221 [ 256 ] {09bf07b9-e4b4-4d0b-a118-dd02b2972935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11270 | 2025.03.03 04:58:23.353265 [ 256 ] {09bf07b9-e4b4-4d0b-a118-dd02b2972935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11271 | 2025.03.03 04:58:23.354046 [ 256 ] {09bf07b9-e4b4-4d0b-a118-dd02b2972935} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11272 | 2025.03.03 04:58:23.354083 [ 256 ] {09bf07b9-e4b4-4d0b-a118-dd02b2972935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11273 | 2025.03.03 04:58:23.354485 [ 256 ] {09bf07b9-e4b4-4d0b-a118-dd02b2972935} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11274 | 2025.03.03 04:58:23.354729 [ 256 ] {09bf07b9-e4b4-4d0b-a118-dd02b2972935} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11275 | 2025.03.03 04:58:23.354864 [ 53 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11276 | 2025.03.03 04:58:23.354910 [ 53 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11277 | 2025.03.03 04:58:23.354910 [ 256 ] {09bf07b9-e4b4-4d0b-a118-dd02b2972935} <Debug> executeQuery: Read 850 rows, 62.83 KiB in 0.001709 sec., 497366.881217086 rows/sec., 35.91 MiB/sec. | ||
| 11278 | 2025.03.03 04:58:23.354938 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11279 | 2025.03.03 04:58:23.355007 [ 256 ] {09bf07b9-e4b4-4d0b-a118-dd02b2972935} <Debug> TCPHandler: Processed in 0.001933771 sec. | ||
| 11280 | 2025.03.03 04:58:23.355188 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 11281 | 2025.03.03 04:58:23.355227 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11282 | 2025.03.03 04:58:23.355453 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11283 | 2025.03.03 04:58:23.355466 [ 256 ] {0acdd6af-2f8b-423c-a169-c3c5a3b7bdfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11284 | 2025.03.03 04:58:23.355524 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 913 rows starting from the beginning of the part | ||
| 11285 | 2025.03.03 04:58:23.355568 [ 256 ] {0acdd6af-2f8b-423c-a169-c3c5a3b7bdfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11286 | 2025.03.03 04:58:23.355929 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 394 rows starting from the beginning of the part | ||
| 11287 | 2025.03.03 04:58:23.356244 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 91 rows starting from the beginning of the part | ||
| 11288 | 2025.03.03 04:58:23.356654 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 394 rows starting from the beginning of the part | ||
| 11289 | 2025.03.03 04:58:23.357022 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 91 rows starting from the beginning of the part | ||
| 11290 | 2025.03.03 04:58:23.357403 [ 195 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 850 rows starting from the beginning of the part | ||
| 11291 | 2025.03.03 04:58:23.358193 [ 256 ] {0acdd6af-2f8b-423c-a169-c3c5a3b7bdfd} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11292 | 2025.03.03 04:58:23.358259 [ 256 ] {0acdd6af-2f8b-423c-a169-c3c5a3b7bdfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11293 | 2025.03.03 04:58:23.359188 [ 256 ] {0acdd6af-2f8b-423c-a169-c3c5a3b7bdfd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11294 | 2025.03.03 04:58:23.359797 [ 256 ] {0acdd6af-2f8b-423c-a169-c3c5a3b7bdfd} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11295 | 2025.03.03 04:58:23.360052 [ 256 ] {0acdd6af-2f8b-423c-a169-c3c5a3b7bdfd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004677 sec., 1282.8736369467608 rows/sec., 67.03 KiB/sec. | ||
| 11296 | 2025.03.03 04:58:23.360112 [ 256 ] {0acdd6af-2f8b-423c-a169-c3c5a3b7bdfd} <Debug> TCPHandler: Processed in 0.004951706 sec. | ||
| 11297 | 2025.03.03 04:58:23.360353 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11298 | 2025.03.03 04:58:23.360528 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2733 rows, containing 5 columns (5 merged, 0 gathered) in 0.005494848 sec., 497374.9956322723 rows/sec., 37.87 MiB/sec. | ||
| 11299 | 2025.03.03 04:58:23.360566 [ 256 ] {d00ecd81-61c2-4412-9dd5-b921f1bd5ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11300 | 2025.03.03 04:58:23.360638 [ 256 ] {d00ecd81-61c2-4412-9dd5-b921f1bd5ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11301 | 2025.03.03 04:58:23.360846 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11302 | 2025.03.03 04:58:23.361382 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_91_18} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11303 | 2025.03.03 04:58:23.361606 [ 192 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_91_18} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11304 | 2025.03.03 04:58:23.361774 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 11305 | 2025.03.03 04:58:23.362002 [ 256 ] {d00ecd81-61c2-4412-9dd5-b921f1bd5ff5} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11306 | 2025.03.03 04:58:23.362046 [ 256 ] {d00ecd81-61c2-4412-9dd5-b921f1bd5ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11307 | 2025.03.03 04:58:23.362509 [ 256 ] {d00ecd81-61c2-4412-9dd5-b921f1bd5ff5} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11308 | 2025.03.03 04:58:23.362765 [ 256 ] {d00ecd81-61c2-4412-9dd5-b921f1bd5ff5} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11309 | 2025.03.03 04:58:23.362910 [ 53 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11310 | 2025.03.03 04:58:23.362954 [ 53 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11311 | 2025.03.03 04:58:23.362958 [ 256 ] {d00ecd81-61c2-4412-9dd5-b921f1bd5ff5} <Debug> executeQuery: Read 1019 rows, 69.53 KiB in 0.002435 sec., 418480.49281314167 rows/sec., 27.89 MiB/sec. | ||
| 11312 | 2025.03.03 04:58:23.362982 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11313 | 2025.03.03 04:58:23.363105 [ 256 ] {d00ecd81-61c2-4412-9dd5-b921f1bd5ff5} <Debug> TCPHandler: Processed in 0.002848291 sec. | ||
| 11314 | 2025.03.03 04:58:23.363229 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 11315 | 2025.03.03 04:58:23.363290 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11316 | 2025.03.03 04:58:23.363403 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11317 | 2025.03.03 04:58:23.363490 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 25841 rows starting from the beginning of the part | ||
| 11318 | 2025.03.03 04:58:23.363502 [ 256 ] {8f99168c-d162-4931-9605-db0d52e13691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11319 | 2025.03.03 04:58:23.363693 [ 256 ] {8f99168c-d162-4931-9605-db0d52e13691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11320 | 2025.03.03 04:58:23.363756 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 11321 | 2025.03.03 04:58:23.364178 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
| 11322 | 2025.03.03 04:58:23.364514 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 237 rows starting from the beginning of the part | ||
| 11323 | 2025.03.03 04:58:23.364891 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 11324 | 2025.03.03 04:58:23.365233 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1019 rows starting from the beginning of the part | ||
| 11325 | 2025.03.03 04:58:23.366155 [ 256 ] {8f99168c-d162-4931-9605-db0d52e13691} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11326 | 2025.03.03 04:58:23.366224 [ 256 ] {8f99168c-d162-4931-9605-db0d52e13691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11327 | 2025.03.03 04:58:23.366767 [ 256 ] {8f99168c-d162-4931-9605-db0d52e13691} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11328 | 2025.03.03 04:58:23.367091 [ 256 ] {8f99168c-d162-4931-9605-db0d52e13691} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11329 | 2025.03.03 04:58:23.367524 [ 256 ] {8f99168c-d162-4931-9605-db0d52e13691} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004066 sec., 245.94195769798327 rows/sec., 16.57 KiB/sec. | ||
| 11330 | 2025.03.03 04:58:23.367880 [ 256 ] {8f99168c-d162-4931-9605-db0d52e13691} <Debug> TCPHandler: Processed in 0.004635339 sec. | ||
| 11331 | 2025.03.03 04:58:23.368243 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11332 | 2025.03.03 04:58:23.368545 [ 256 ] {0af2b3c9-a8f5-4868-902b-2bb9f0909ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11333 | 2025.03.03 04:58:23.368789 [ 256 ] {0af2b3c9-a8f5-4868-902b-2bb9f0909ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11334 | 2025.03.03 04:58:23.370738 [ 256 ] {0af2b3c9-a8f5-4868-902b-2bb9f0909ea1} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11335 | 2025.03.03 04:58:23.370787 [ 256 ] {0af2b3c9-a8f5-4868-902b-2bb9f0909ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11336 | 2025.03.03 04:58:23.371806 [ 256 ] {0af2b3c9-a8f5-4868-902b-2bb9f0909ea1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11337 | 2025.03.03 04:58:23.372201 [ 256 ] {0af2b3c9-a8f5-4868-902b-2bb9f0909ea1} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11338 | 2025.03.03 04:58:23.372408 [ 256 ] {0af2b3c9-a8f5-4868-902b-2bb9f0909ea1} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003954 sec., 3034.9013657056144 rows/sec., 5.44 MiB/sec. | ||
| 11339 | 2025.03.03 04:58:23.372652 [ 256 ] {0af2b3c9-a8f5-4868-902b-2bb9f0909ea1} <Debug> TCPHandler: Processed in 0.004523996 sec. | ||
| 11340 | 2025.03.03 04:58:23.372859 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11341 | 2025.03.03 04:58:23.372973 [ 256 ] {21b66808-e900-4d22-8683-ee0406e93e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11342 | 2025.03.03 04:58:23.373024 [ 256 ] {21b66808-e900-4d22-8683-ee0406e93e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11343 | 2025.03.03 04:58:23.373574 [ 256 ] {21b66808-e900-4d22-8683-ee0406e93e0c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11344 | 2025.03.03 04:58:23.373612 [ 256 ] {21b66808-e900-4d22-8683-ee0406e93e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11345 | 2025.03.03 04:58:23.374098 [ 256 ] {21b66808-e900-4d22-8683-ee0406e93e0c} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11346 | 2025.03.03 04:58:23.374413 [ 256 ] {21b66808-e900-4d22-8683-ee0406e93e0c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11347 | 2025.03.03 04:58:23.374671 [ 53 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11348 | 2025.03.03 04:58:23.374788 [ 53 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11349 | 2025.03.03 04:58:23.374859 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11350 | 2025.03.03 04:58:23.375082 [ 256 ] {21b66808-e900-4d22-8683-ee0406e93e0c} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.002092 sec., 27724.665391969407 rows/sec., 1.72 MiB/sec. | ||
| 11351 | 2025.03.03 04:58:23.375388 [ 256 ] {21b66808-e900-4d22-8683-ee0406e93e0c} <Debug> TCPHandler: Processed in 0.002578185 sec. | ||
| 11352 | 2025.03.03 04:58:23.375433 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27654 rows, containing 5 columns (5 merged, 0 gathered) in 0.012338544 sec., 2241269.3102200716 rows/sec., 151.29 MiB/sec. | ||
| 11353 | 2025.03.03 04:58:23.375596 [ 192 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 11354 | 2025.03.03 04:58:23.375748 [ 192 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11355 | 2025.03.03 04:58:23.375791 [ 192 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5196 rows starting from the beginning of the part | ||
| 11356 | 2025.03.03 04:58:23.375846 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11357 | 2025.03.03 04:58:23.376050 [ 192 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 11358 | 2025.03.03 04:58:23.376310 [ 192 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 11359 | 2025.03.03 04:58:23.376639 [ 192 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 11360 | 2025.03.03 04:58:23.376896 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11361 | 2025.03.03 04:58:23.376947 [ 192 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 11362 | 2025.03.03 04:58:23.377200 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11363 | 2025.03.03 04:58:23.377211 [ 192 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 58 rows starting from the beginning of the part | ||
| 11364 | 2025.03.03 04:58:23.377504 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 11365 | 2025.03.03 04:58:23.379687 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 4 columns (4 merged, 0 gathered) in 0.004622979 sec., 1197928.867944241 rows/sec., 78.05 MiB/sec. | ||
| 11366 | 2025.03.03 04:58:23.380471 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11367 | 2025.03.03 04:58:23.380807 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_91_18} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11368 | 2025.03.03 04:58:23.380907 [ 194 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_91_18} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11369 | 2025.03.03 04:58:23.381018 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 11370 | 2025.03.03 04:58:25.437820 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1622 | ||
| 11371 | 2025.03.03 04:58:25.441275 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11372 | 2025.03.03 04:58:25.441328 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11373 | 2025.03.03 04:58:25.442799 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11374 | 2025.03.03 04:58:25.443120 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11375 | 2025.03.03 04:58:25.444418 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1622 | ||
| 11376 | 2025.03.03 04:58:25.524454 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11377 | 2025.03.03 04:58:25.524706 [ 256 ] {84085b90-25c3-418d-9825-d2d389f55b7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11378 | 2025.03.03 04:58:25.524801 [ 256 ] {84085b90-25c3-418d-9825-d2d389f55b7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11379 | 2025.03.03 04:58:25.525753 [ 256 ] {84085b90-25c3-418d-9825-d2d389f55b7f} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11380 | 2025.03.03 04:58:25.525801 [ 256 ] {84085b90-25c3-418d-9825-d2d389f55b7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11381 | 2025.03.03 04:58:25.526238 [ 256 ] {84085b90-25c3-418d-9825-d2d389f55b7f} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11382 | 2025.03.03 04:58:25.526492 [ 256 ] {84085b90-25c3-418d-9825-d2d389f55b7f} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11383 | 2025.03.03 04:58:25.526728 [ 256 ] {84085b90-25c3-418d-9825-d2d389f55b7f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002089 sec., 26807.08472953566 rows/sec., 2.05 MiB/sec. | ||
| 11384 | 2025.03.03 04:58:25.526805 [ 256 ] {84085b90-25c3-418d-9825-d2d389f55b7f} <Debug> TCPHandler: Processed in 0.002508404 sec. | ||
| 11385 | 2025.03.03 04:58:25.526949 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11386 | 2025.03.03 04:58:25.527116 [ 256 ] {ff7e6971-9537-49e1-8dbf-5d29728d7f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11387 | 2025.03.03 04:58:25.527172 [ 256 ] {ff7e6971-9537-49e1-8dbf-5d29728d7f04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11388 | 2025.03.03 04:58:25.527763 [ 256 ] {ff7e6971-9537-49e1-8dbf-5d29728d7f04} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11389 | 2025.03.03 04:58:25.527803 [ 256 ] {ff7e6971-9537-49e1-8dbf-5d29728d7f04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11390 | 2025.03.03 04:58:25.528166 [ 256 ] {ff7e6971-9537-49e1-8dbf-5d29728d7f04} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11391 | 2025.03.03 04:58:25.528416 [ 256 ] {ff7e6971-9537-49e1-8dbf-5d29728d7f04} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11392 | 2025.03.03 04:58:25.528636 [ 256 ] {ff7e6971-9537-49e1-8dbf-5d29728d7f04} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001567 sec., 40842.373962986596 rows/sec., 3.19 MiB/sec. | ||
| 11393 | 2025.03.03 04:58:25.528702 [ 256 ] {ff7e6971-9537-49e1-8dbf-5d29728d7f04} <Debug> TCPHandler: Processed in 0.001823799 sec. | ||
| 11394 | 2025.03.03 04:58:25.528834 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11395 | 2025.03.03 04:58:25.528963 [ 256 ] {67da2239-3e47-480a-8ea8-c9e01af55adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11396 | 2025.03.03 04:58:25.529014 [ 256 ] {67da2239-3e47-480a-8ea8-c9e01af55adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11397 | 2025.03.03 04:58:25.529495 [ 256 ] {67da2239-3e47-480a-8ea8-c9e01af55adc} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11398 | 2025.03.03 04:58:25.529533 [ 256 ] {67da2239-3e47-480a-8ea8-c9e01af55adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11399 | 2025.03.03 04:58:25.529909 [ 256 ] {67da2239-3e47-480a-8ea8-c9e01af55adc} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11400 | 2025.03.03 04:58:25.530140 [ 256 ] {67da2239-3e47-480a-8ea8-c9e01af55adc} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11401 | 2025.03.03 04:58:25.530344 [ 256 ] {67da2239-3e47-480a-8ea8-c9e01af55adc} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001408 sec., 45454.545454545456 rows/sec., 3.17 MiB/sec. | ||
| 11402 | 2025.03.03 04:58:25.530412 [ 256 ] {67da2239-3e47-480a-8ea8-c9e01af55adc} <Debug> TCPHandler: Processed in 0.001645135 sec. | ||
| 11403 | 2025.03.03 04:58:25.530529 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11404 | 2025.03.03 04:58:25.530698 [ 256 ] {eb29ce7a-b0d7-4dc6-ba04-467741fa1b5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11405 | 2025.03.03 04:58:25.530752 [ 256 ] {eb29ce7a-b0d7-4dc6-ba04-467741fa1b5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11406 | 2025.03.03 04:58:25.531167 [ 256 ] {eb29ce7a-b0d7-4dc6-ba04-467741fa1b5e} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11407 | 2025.03.03 04:58:25.531205 [ 256 ] {eb29ce7a-b0d7-4dc6-ba04-467741fa1b5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.63 GiB. | ||
| 11408 | 2025.03.03 04:58:25.531580 [ 256 ] {eb29ce7a-b0d7-4dc6-ba04-467741fa1b5e} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11409 | 2025.03.03 04:58:25.531813 [ 256 ] {eb29ce7a-b0d7-4dc6-ba04-467741fa1b5e} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11410 | 2025.03.03 04:58:25.532023 [ 256 ] {eb29ce7a-b0d7-4dc6-ba04-467741fa1b5e} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001359 sec., 17660.044150110374 rows/sec., 1.19 MiB/sec. | ||
| 11411 | 2025.03.03 04:58:25.532081 [ 256 ] {eb29ce7a-b0d7-4dc6-ba04-467741fa1b5e} <Debug> TCPHandler: Processed in 0.001616494 sec. | ||
| 11412 | 2025.03.03 04:58:27.813448 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 11413 | 2025.03.03 04:58:27.814244 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11414 | 2025.03.03 04:58:27.814294 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11415 | 2025.03.03 04:58:27.814821 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11416 | 2025.03.03 04:58:27.815092 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11417 | 2025.03.03 04:58:27.815306 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 11418 | 2025.03.03 04:58:29.623197 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 11419 | 2025.03.03 04:58:29.643977 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11420 | 2025.03.03 04:58:29.644027 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11421 | 2025.03.03 04:58:29.651318 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11422 | 2025.03.03 04:58:29.652077 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11423 | 2025.03.03 04:58:29.654849 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11424 | 2025.03.03 04:58:30.530711 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11425 | 2025.03.03 04:58:30.530918 [ 256 ] {6a01506a-aff9-4111-b91b-9942872747ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11426 | 2025.03.03 04:58:30.530997 [ 256 ] {6a01506a-aff9-4111-b91b-9942872747ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11427 | 2025.03.03 04:58:30.531913 [ 256 ] {6a01506a-aff9-4111-b91b-9942872747ac} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11428 | 2025.03.03 04:58:30.531956 [ 256 ] {6a01506a-aff9-4111-b91b-9942872747ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11429 | 2025.03.03 04:58:30.532392 [ 256 ] {6a01506a-aff9-4111-b91b-9942872747ac} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11430 | 2025.03.03 04:58:30.532666 [ 256 ] {6a01506a-aff9-4111-b91b-9942872747ac} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11431 | 2025.03.03 04:58:30.532874 [ 256 ] {6a01506a-aff9-4111-b91b-9942872747ac} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002015 sec., 54590.57071960298 rows/sec., 4.57 MiB/sec. | ||
| 11432 | 2025.03.03 04:58:30.532937 [ 256 ] {6a01506a-aff9-4111-b91b-9942872747ac} <Debug> TCPHandler: Processed in 0.002361351 sec. | ||
| 11433 | 2025.03.03 04:58:30.533071 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11434 | 2025.03.03 04:58:30.533185 [ 256 ] {b45f89f5-1d84-4b7a-9202-d1107910b5ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11435 | 2025.03.03 04:58:30.533234 [ 256 ] {b45f89f5-1d84-4b7a-9202-d1107910b5ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11436 | 2025.03.03 04:58:30.533791 [ 256 ] {b45f89f5-1d84-4b7a-9202-d1107910b5ca} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11437 | 2025.03.03 04:58:30.533829 [ 256 ] {b45f89f5-1d84-4b7a-9202-d1107910b5ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11438 | 2025.03.03 04:58:30.534177 [ 256 ] {b45f89f5-1d84-4b7a-9202-d1107910b5ca} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11439 | 2025.03.03 04:58:30.534408 [ 256 ] {b45f89f5-1d84-4b7a-9202-d1107910b5ca} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11440 | 2025.03.03 04:58:30.534594 [ 256 ] {b45f89f5-1d84-4b7a-9202-d1107910b5ca} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001438 sec., 18776.077885952713 rows/sec., 1.38 MiB/sec. | ||
| 11441 | 2025.03.03 04:58:30.534646 [ 256 ] {b45f89f5-1d84-4b7a-9202-d1107910b5ca} <Debug> TCPHandler: Processed in 0.001629435 sec. | ||
| 11442 | 2025.03.03 04:58:30.534751 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11443 | 2025.03.03 04:58:30.534854 [ 256 ] {60b024b4-9d63-44ad-a647-bcbff8b8a392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11444 | 2025.03.03 04:58:30.534899 [ 256 ] {60b024b4-9d63-44ad-a647-bcbff8b8a392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11445 | 2025.03.03 04:58:30.535458 [ 256 ] {60b024b4-9d63-44ad-a647-bcbff8b8a392} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11446 | 2025.03.03 04:58:30.535496 [ 256 ] {60b024b4-9d63-44ad-a647-bcbff8b8a392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11447 | 2025.03.03 04:58:30.535852 [ 256 ] {60b024b4-9d63-44ad-a647-bcbff8b8a392} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11448 | 2025.03.03 04:58:30.536087 [ 256 ] {60b024b4-9d63-44ad-a647-bcbff8b8a392} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11449 | 2025.03.03 04:58:30.536272 [ 256 ] {60b024b4-9d63-44ad-a647-bcbff8b8a392} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001436 sec., 63370.473537604455 rows/sec., 4.95 MiB/sec. | ||
| 11450 | 2025.03.03 04:58:30.536356 [ 256 ] {60b024b4-9d63-44ad-a647-bcbff8b8a392} <Debug> TCPHandler: Processed in 0.001655045 sec. | ||
| 11451 | 2025.03.03 04:58:30.536511 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11452 | 2025.03.03 04:58:30.536844 [ 256 ] {abf337c8-5c21-434d-9455-1b267b7b8ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11453 | 2025.03.03 04:58:30.536937 [ 256 ] {abf337c8-5c21-434d-9455-1b267b7b8ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11454 | 2025.03.03 04:58:30.537562 [ 256 ] {abf337c8-5c21-434d-9455-1b267b7b8ff6} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11455 | 2025.03.03 04:58:30.537600 [ 256 ] {abf337c8-5c21-434d-9455-1b267b7b8ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11456 | 2025.03.03 04:58:30.537996 [ 256 ] {abf337c8-5c21-434d-9455-1b267b7b8ff6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11457 | 2025.03.03 04:58:30.538239 [ 256 ] {abf337c8-5c21-434d-9455-1b267b7b8ff6} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11458 | 2025.03.03 04:58:30.538427 [ 256 ] {abf337c8-5c21-434d-9455-1b267b7b8ff6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001695 sec., 94395.2802359882 rows/sec., 6.57 MiB/sec. | ||
| 11459 | 2025.03.03 04:58:30.538488 [ 256 ] {abf337c8-5c21-434d-9455-1b267b7b8ff6} <Debug> TCPHandler: Processed in 0.002066694 sec. | ||
| 11460 | 2025.03.03 04:58:30.538626 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11461 | 2025.03.03 04:58:30.538780 [ 256 ] {b84e6495-e13e-4f01-b649-e1680ba44204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11462 | 2025.03.03 04:58:30.538848 [ 256 ] {b84e6495-e13e-4f01-b649-e1680ba44204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11463 | 2025.03.03 04:58:30.539957 [ 256 ] {b84e6495-e13e-4f01-b649-e1680ba44204} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11464 | 2025.03.03 04:58:30.539994 [ 256 ] {b84e6495-e13e-4f01-b649-e1680ba44204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11465 | 2025.03.03 04:58:30.540618 [ 256 ] {b84e6495-e13e-4f01-b649-e1680ba44204} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11466 | 2025.03.03 04:58:30.540876 [ 256 ] {b84e6495-e13e-4f01-b649-e1680ba44204} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11467 | 2025.03.03 04:58:30.541075 [ 256 ] {b84e6495-e13e-4f01-b649-e1680ba44204} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002338 sec., 11548.331907613347 rows/sec., 20.69 MiB/sec. | ||
| 11468 | 2025.03.03 04:58:30.541178 [ 256 ] {b84e6495-e13e-4f01-b649-e1680ba44204} <Debug> TCPHandler: Processed in 0.002613516 sec. | ||
| 11469 | 2025.03.03 04:58:30.541306 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11470 | 2025.03.03 04:58:30.541413 [ 256 ] {a1a1510c-ade9-40d3-98cd-7d769204560a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11471 | 2025.03.03 04:58:30.541460 [ 256 ] {a1a1510c-ade9-40d3-98cd-7d769204560a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11472 | 2025.03.03 04:58:30.541941 [ 256 ] {a1a1510c-ade9-40d3-98cd-7d769204560a} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11473 | 2025.03.03 04:58:30.542052 [ 256 ] {a1a1510c-ade9-40d3-98cd-7d769204560a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11474 | 2025.03.03 04:58:30.542442 [ 256 ] {a1a1510c-ade9-40d3-98cd-7d769204560a} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11475 | 2025.03.03 04:58:30.542689 [ 256 ] {a1a1510c-ade9-40d3-98cd-7d769204560a} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11476 | 2025.03.03 04:58:30.542870 [ 256 ] {a1a1510c-ade9-40d3-98cd-7d769204560a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001479 sec., 40567.951318458414 rows/sec., 2.73 MiB/sec. | ||
| 11477 | 2025.03.03 04:58:30.542920 [ 256 ] {a1a1510c-ade9-40d3-98cd-7d769204560a} <Debug> TCPHandler: Processed in 0.001664586 sec. | ||
| 11478 | 2025.03.03 04:58:34.691503 [ 40 ] {} <Debug> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Selected 5 parts from all_1_36_7 to all_40_40_0 | ||
| 11479 | 2025.03.03 04:58:34.691605 [ 40 ] {} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11480 | 2025.03.03 04:58:34.691646 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11481 | 2025.03.03 04:58:34.691929 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_36_7 to all_40_40_0 into Compact with storage Full | ||
| 11482 | 2025.03.03 04:58:34.692225 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11483 | 2025.03.03 04:58:34.692288 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 342 rows starting from the beginning of the part | ||
| 11484 | 2025.03.03 04:58:34.692425 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 341 rows starting from the beginning of the part | ||
| 11485 | 2025.03.03 04:58:34.692764 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 113 rows starting from the beginning of the part | ||
| 11486 | 2025.03.03 04:58:34.692959 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 11487 | 2025.03.03 04:58:34.693160 [ 188 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 341 rows starting from the beginning of the part | ||
| 11488 | 2025.03.03 04:58:34.694501 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.002749159 sec., 454684.5053341767 rows/sec., 31.91 MiB/sec. | ||
| 11489 | 2025.03.03 04:58:34.694826 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 11490 | 2025.03.03 04:58:34.695370 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_40_8} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11491 | 2025.03.03 04:58:34.695534 [ 187 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_40_8} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Merged 5 parts: [all_1_36_7, all_40_40_0] -> all_1_40_8 | ||
| 11492 | 2025.03.03 04:58:34.695668 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 11493 | 2025.03.03 04:58:35.114259 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11494 | 2025.03.03 04:58:35.114334 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11495 | 2025.03.03 04:58:35.316391 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 11496 | 2025.03.03 04:58:35.317052 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11497 | 2025.03.03 04:58:35.317095 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11498 | 2025.03.03 04:58:35.317628 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11499 | 2025.03.03 04:58:35.317898 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11500 | 2025.03.03 04:58:35.318058 [ 40 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11501 | 2025.03.03 04:58:35.318107 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 11502 | 2025.03.03 04:58:35.318114 [ 40 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11503 | 2025.03.03 04:58:35.318142 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11504 | 2025.03.03 04:58:35.318251 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 11505 | 2025.03.03 04:58:35.318349 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11506 | 2025.03.03 04:58:35.318383 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 11507 | 2025.03.03 04:58:35.318448 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 11508 | 2025.03.03 04:58:35.318706 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 11509 | 2025.03.03 04:58:35.318887 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 11510 | 2025.03.03 04:58:35.319031 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 11511 | 2025.03.03 04:58:35.319188 [ 188 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 11512 | 2025.03.03 04:58:35.321693 [ 193 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003491185 sec., 7355955.069696966 rows/sec., 105.23 MiB/sec. | ||
| 11513 | 2025.03.03 04:58:35.322034 [ 190 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11514 | 2025.03.03 04:58:35.322443 [ 190 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_56_11} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11515 | 2025.03.03 04:58:35.322552 [ 190 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_56_11} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11516 | 2025.03.03 04:58:35.322684 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 11517 | 2025.03.03 04:58:35.445653 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1642 | ||
| 11518 | 2025.03.03 04:58:35.448712 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11519 | 2025.03.03 04:58:35.448773 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11520 | 2025.03.03 04:58:35.450303 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11521 | 2025.03.03 04:58:35.450654 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11522 | 2025.03.03 04:58:35.450960 [ 40 ] {} <Debug> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11523 | 2025.03.03 04:58:35.451088 [ 40 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11524 | 2025.03.03 04:58:35.451161 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11525 | 2025.03.03 04:58:35.451619 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 11526 | 2025.03.03 04:58:35.452243 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1642 | ||
| 11527 | 2025.03.03 04:58:35.452770 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11528 | 2025.03.03 04:58:35.452977 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1454 rows starting from the beginning of the part | ||
| 11529 | 2025.03.03 04:58:35.453687 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 58 rows starting from the beginning of the part | ||
| 11530 | 2025.03.03 04:58:35.454358 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 20 rows starting from the beginning of the part | ||
| 11531 | 2025.03.03 04:58:35.455009 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 34 rows starting from the beginning of the part | ||
| 11532 | 2025.03.03 04:58:35.455655 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part | ||
| 11533 | 2025.03.03 04:58:35.456293 [ 193 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 20 rows starting from the beginning of the part | ||
| 11534 | 2025.03.03 04:58:35.465587 [ 190 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1642 rows, containing 72 columns (72 merged, 0 gathered) in 0.014255345 sec., 115184.86574684794 rows/sec., 88.71 MiB/sec. | ||
| 11535 | 2025.03.03 04:58:35.467327 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11536 | 2025.03.03 04:58:35.468218 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_41_8} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11537 | 2025.03.03 04:58:35.468314 [ 201 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_41_8} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11538 | 2025.03.03 04:58:35.468580 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 11539 | 2025.03.03 04:58:35.536256 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11540 | 2025.03.03 04:58:35.536438 [ 256 ] {a33eb08f-e5b8-44a4-949f-c6b32e7ce176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11541 | 2025.03.03 04:58:35.536509 [ 256 ] {a33eb08f-e5b8-44a4-949f-c6b32e7ce176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11542 | 2025.03.03 04:58:35.537353 [ 256 ] {a33eb08f-e5b8-44a4-949f-c6b32e7ce176} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11543 | 2025.03.03 04:58:35.537405 [ 256 ] {a33eb08f-e5b8-44a4-949f-c6b32e7ce176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11544 | 2025.03.03 04:58:35.537859 [ 256 ] {a33eb08f-e5b8-44a4-949f-c6b32e7ce176} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11545 | 2025.03.03 04:58:35.538130 [ 256 ] {a33eb08f-e5b8-44a4-949f-c6b32e7ce176} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11546 | 2025.03.03 04:58:35.538407 [ 256 ] {a33eb08f-e5b8-44a4-949f-c6b32e7ce176} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002018 sec., 105054.50941526264 rows/sec., 6.68 MiB/sec. | ||
| 11547 | 2025.03.03 04:58:35.538485 [ 256 ] {a33eb08f-e5b8-44a4-949f-c6b32e7ce176} <Debug> TCPHandler: Processed in 0.002358211 sec. | ||
| 11548 | 2025.03.03 04:58:35.538622 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11549 | 2025.03.03 04:58:35.538744 [ 256 ] {28ea4bc0-81d0-4c93-8a0e-eca50132aeac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11550 | 2025.03.03 04:58:35.538795 [ 256 ] {28ea4bc0-81d0-4c93-8a0e-eca50132aeac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11551 | 2025.03.03 04:58:35.539703 [ 256 ] {28ea4bc0-81d0-4c93-8a0e-eca50132aeac} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11552 | 2025.03.03 04:58:35.539746 [ 256 ] {28ea4bc0-81d0-4c93-8a0e-eca50132aeac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11553 | 2025.03.03 04:58:35.540158 [ 256 ] {28ea4bc0-81d0-4c93-8a0e-eca50132aeac} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11554 | 2025.03.03 04:58:35.540404 [ 256 ] {28ea4bc0-81d0-4c93-8a0e-eca50132aeac} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11555 | 2025.03.03 04:58:35.540623 [ 256 ] {28ea4bc0-81d0-4c93-8a0e-eca50132aeac} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001907 sec., 336130.0471945464 rows/sec., 26.48 MiB/sec. | ||
| 11556 | 2025.03.03 04:58:35.540681 [ 256 ] {28ea4bc0-81d0-4c93-8a0e-eca50132aeac} <Debug> TCPHandler: Processed in 0.002116375 sec. | ||
| 11557 | 2025.03.03 04:58:35.540806 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11558 | 2025.03.03 04:58:35.540919 [ 256 ] {098fc021-a1a0-4d7a-9016-c36a7318607b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11559 | 2025.03.03 04:58:35.540966 [ 256 ] {098fc021-a1a0-4d7a-9016-c36a7318607b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11560 | 2025.03.03 04:58:35.541532 [ 256 ] {098fc021-a1a0-4d7a-9016-c36a7318607b} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11561 | 2025.03.03 04:58:35.541746 [ 256 ] {098fc021-a1a0-4d7a-9016-c36a7318607b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11562 | 2025.03.03 04:58:35.542119 [ 256 ] {098fc021-a1a0-4d7a-9016-c36a7318607b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11563 | 2025.03.03 04:58:35.542383 [ 256 ] {098fc021-a1a0-4d7a-9016-c36a7318607b} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11564 | 2025.03.03 04:58:35.542558 [ 40 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 11565 | 2025.03.03 04:58:35.542624 [ 256 ] {098fc021-a1a0-4d7a-9016-c36a7318607b} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001722 sec., 68524.97096399535 rows/sec., 4.13 MiB/sec. | ||
| 11566 | 2025.03.03 04:58:35.542655 [ 40 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11567 | 2025.03.03 04:58:35.542739 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11568 | 2025.03.03 04:58:35.542752 [ 256 ] {098fc021-a1a0-4d7a-9016-c36a7318607b} <Debug> TCPHandler: Processed in 0.001998453 sec. | ||
| 11569 | 2025.03.03 04:58:35.542995 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
| 11570 | 2025.03.03 04:58:35.543018 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11571 | 2025.03.03 04:58:35.543256 [ 256 ] {8dfb406f-e98e-4328-b57e-7def828c1238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11572 | 2025.03.03 04:58:35.543278 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11573 | 2025.03.03 04:58:35.543374 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 163 rows starting from the beginning of the part | ||
| 11574 | 2025.03.03 04:58:35.543378 [ 256 ] {8dfb406f-e98e-4328-b57e-7def828c1238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11575 | 2025.03.03 04:58:35.543660 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 118 rows starting from the beginning of the part | ||
| 11576 | 2025.03.03 04:58:35.544119 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 27 rows starting from the beginning of the part | ||
| 11577 | 2025.03.03 04:58:35.544529 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 118 rows starting from the beginning of the part | ||
| 11578 | 2025.03.03 04:58:35.544836 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 27 rows starting from the beginning of the part | ||
| 11579 | 2025.03.03 04:58:35.545125 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 118 rows starting from the beginning of the part | ||
| 11580 | 2025.03.03 04:58:35.546440 [ 256 ] {8dfb406f-e98e-4328-b57e-7def828c1238} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11581 | 2025.03.03 04:58:35.546508 [ 256 ] {8dfb406f-e98e-4328-b57e-7def828c1238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11582 | 2025.03.03 04:58:35.547480 [ 256 ] {8dfb406f-e98e-4328-b57e-7def828c1238} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11583 | 2025.03.03 04:58:35.548069 [ 256 ] {8dfb406f-e98e-4328-b57e-7def828c1238} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11584 | 2025.03.03 04:58:35.548297 [ 197 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 571 rows, containing 5 columns (5 merged, 0 gathered) in 0.005422807 sec., 105296.02104592696 rows/sec., 6.97 MiB/sec. | ||
| 11585 | 2025.03.03 04:58:35.548453 [ 256 ] {8dfb406f-e98e-4328-b57e-7def828c1238} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005282 sec., 21393.411586520255 rows/sec., 1.38 MiB/sec. | ||
| 11586 | 2025.03.03 04:58:35.548511 [ 197 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 11587 | 2025.03.03 04:58:35.548549 [ 256 ] {8dfb406f-e98e-4328-b57e-7def828c1238} <Debug> TCPHandler: Processed in 0.00563058 sec. | ||
| 11588 | 2025.03.03 04:58:35.548712 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11589 | 2025.03.03 04:58:35.548849 [ 256 ] {2c014f66-2eca-4ed3-8c7c-34e5b74fc29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11590 | 2025.03.03 04:58:35.548911 [ 256 ] {2c014f66-2eca-4ed3-8c7c-34e5b74fc29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11591 | 2025.03.03 04:58:35.548957 [ 197 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_75_15} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11592 | 2025.03.03 04:58:35.549075 [ 197 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_75_15} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 11593 | 2025.03.03 04:58:35.549207 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 11594 | 2025.03.03 04:58:35.549642 [ 256 ] {2c014f66-2eca-4ed3-8c7c-34e5b74fc29f} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11595 | 2025.03.03 04:58:35.549681 [ 256 ] {2c014f66-2eca-4ed3-8c7c-34e5b74fc29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11596 | 2025.03.03 04:58:35.550042 [ 256 ] {2c014f66-2eca-4ed3-8c7c-34e5b74fc29f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11597 | 2025.03.03 04:58:35.550291 [ 256 ] {2c014f66-2eca-4ed3-8c7c-34e5b74fc29f} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11598 | 2025.03.03 04:58:35.550513 [ 256 ] {2c014f66-2eca-4ed3-8c7c-34e5b74fc29f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001698 sec., 65959.95288574793 rows/sec., 3.76 MiB/sec. | ||
| 11599 | 2025.03.03 04:58:35.550570 [ 256 ] {2c014f66-2eca-4ed3-8c7c-34e5b74fc29f} <Debug> TCPHandler: Processed in 0.001924632 sec. | ||
| 11600 | 2025.03.03 04:58:35.550700 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11601 | 2025.03.03 04:58:35.550807 [ 256 ] {72dfc20e-e27e-45c1-87ea-05c8afe7e58a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11602 | 2025.03.03 04:58:35.550855 [ 256 ] {72dfc20e-e27e-45c1-87ea-05c8afe7e58a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11603 | 2025.03.03 04:58:35.551569 [ 256 ] {72dfc20e-e27e-45c1-87ea-05c8afe7e58a} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11604 | 2025.03.03 04:58:35.551611 [ 256 ] {72dfc20e-e27e-45c1-87ea-05c8afe7e58a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11605 | 2025.03.03 04:58:35.551999 [ 256 ] {72dfc20e-e27e-45c1-87ea-05c8afe7e58a} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11606 | 2025.03.03 04:58:35.552263 [ 256 ] {72dfc20e-e27e-45c1-87ea-05c8afe7e58a} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11607 | 2025.03.03 04:58:35.552496 [ 256 ] {72dfc20e-e27e-45c1-87ea-05c8afe7e58a} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001712 sec., 230140.18691588784 rows/sec., 16.28 MiB/sec. | ||
| 11608 | 2025.03.03 04:58:35.552551 [ 256 ] {72dfc20e-e27e-45c1-87ea-05c8afe7e58a} <Debug> TCPHandler: Processed in 0.001902601 sec. | ||
| 11609 | 2025.03.03 04:58:35.552674 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11610 | 2025.03.03 04:58:35.552781 [ 256 ] {f0c2124a-e280-402d-a13d-b3eef4958e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11611 | 2025.03.03 04:58:35.552828 [ 256 ] {f0c2124a-e280-402d-a13d-b3eef4958e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11612 | 2025.03.03 04:58:35.553264 [ 256 ] {f0c2124a-e280-402d-a13d-b3eef4958e5a} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11613 | 2025.03.03 04:58:35.553303 [ 256 ] {f0c2124a-e280-402d-a13d-b3eef4958e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11614 | 2025.03.03 04:58:35.553648 [ 256 ] {f0c2124a-e280-402d-a13d-b3eef4958e5a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11615 | 2025.03.03 04:58:35.553889 [ 256 ] {f0c2124a-e280-402d-a13d-b3eef4958e5a} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11616 | 2025.03.03 04:58:35.554056 [ 40 ] {} <Debug> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 11617 | 2025.03.03 04:58:35.554131 [ 40 ] {} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11618 | 2025.03.03 04:58:35.554136 [ 256 ] {f0c2124a-e280-402d-a13d-b3eef4958e5a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001366 sec., 4392.386530014641 rows/sec., 229.49 KiB/sec. | ||
| 11619 | 2025.03.03 04:58:35.554173 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11620 | 2025.03.03 04:58:35.554264 [ 256 ] {f0c2124a-e280-402d-a13d-b3eef4958e5a} <Debug> TCPHandler: Processed in 0.001632604 sec. | ||
| 11621 | 2025.03.03 04:58:35.554489 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 11622 | 2025.03.03 04:58:35.554508 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11623 | 2025.03.03 04:58:35.554741 [ 256 ] {18a6022b-7fb0-497b-879d-af89f958be7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11624 | 2025.03.03 04:58:35.554762 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11625 | 2025.03.03 04:58:35.554850 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 210 rows starting from the beginning of the part | ||
| 11626 | 2025.03.03 04:58:35.554859 [ 256 ] {18a6022b-7fb0-497b-879d-af89f958be7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11627 | 2025.03.03 04:58:35.555126 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 11628 | 2025.03.03 04:58:35.555575 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 11629 | 2025.03.03 04:58:35.555890 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 11630 | 2025.03.03 04:58:35.556296 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 11631 | 2025.03.03 04:58:35.556561 [ 199 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 11632 | 2025.03.03 04:58:35.557675 [ 256 ] {18a6022b-7fb0-497b-879d-af89f958be7d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11633 | 2025.03.03 04:58:35.557749 [ 256 ] {18a6022b-7fb0-497b-879d-af89f958be7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11634 | 2025.03.03 04:58:35.558841 [ 256 ] {18a6022b-7fb0-497b-879d-af89f958be7d} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11635 | 2025.03.03 04:58:35.559384 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.005067009 sec., 47365.220784095705 rows/sec., 2.42 MiB/sec. | ||
| 11636 | 2025.03.03 04:58:35.559415 [ 256 ] {18a6022b-7fb0-497b-879d-af89f958be7d} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11637 | 2025.03.03 04:58:35.559710 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 11638 | 2025.03.03 04:58:35.559850 [ 256 ] {18a6022b-7fb0-497b-879d-af89f958be7d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005165 sec., 45885.76960309777 rows/sec., 3.08 MiB/sec. | ||
| 11639 | 2025.03.03 04:58:35.559948 [ 256 ] {18a6022b-7fb0-497b-879d-af89f958be7d} <Debug> TCPHandler: Processed in 0.005507048 sec. | ||
| 11640 | 2025.03.03 04:58:35.560119 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11641 | 2025.03.03 04:58:35.560308 [ 256 ] {c76a9de7-375a-4677-8c7a-7b854a5ac4c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11642 | 2025.03.03 04:58:35.560334 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_40_8} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11643 | 2025.03.03 04:58:35.560383 [ 256 ] {c76a9de7-375a-4677-8c7a-7b854a5ac4c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11644 | 2025.03.03 04:58:35.560556 [ 196 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_40_8} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 11645 | 2025.03.03 04:58:35.560772 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11646 | 2025.03.03 04:58:35.561109 [ 256 ] {c76a9de7-375a-4677-8c7a-7b854a5ac4c2} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11647 | 2025.03.03 04:58:35.561152 [ 256 ] {c76a9de7-375a-4677-8c7a-7b854a5ac4c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11648 | 2025.03.03 04:58:35.561519 [ 256 ] {c76a9de7-375a-4677-8c7a-7b854a5ac4c2} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11649 | 2025.03.03 04:58:35.561764 [ 256 ] {c76a9de7-375a-4677-8c7a-7b854a5ac4c2} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11650 | 2025.03.03 04:58:35.561973 [ 256 ] {c76a9de7-375a-4677-8c7a-7b854a5ac4c2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001727 sec., 579.0387955993051 rows/sec., 39.02 KiB/sec. | ||
| 11651 | 2025.03.03 04:58:35.562028 [ 256 ] {c76a9de7-375a-4677-8c7a-7b854a5ac4c2} <Debug> TCPHandler: Processed in 0.001960472 sec. | ||
| 11652 | 2025.03.03 04:58:35.562132 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11653 | 2025.03.03 04:58:35.562233 [ 256 ] {733dfd81-0481-4181-af2a-6826859c8c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11654 | 2025.03.03 04:58:35.562300 [ 256 ] {733dfd81-0481-4181-af2a-6826859c8c03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11655 | 2025.03.03 04:58:35.563381 [ 256 ] {733dfd81-0481-4181-af2a-6826859c8c03} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11656 | 2025.03.03 04:58:35.563420 [ 256 ] {733dfd81-0481-4181-af2a-6826859c8c03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11657 | 2025.03.03 04:58:35.564055 [ 256 ] {733dfd81-0481-4181-af2a-6826859c8c03} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11658 | 2025.03.03 04:58:35.564323 [ 256 ] {733dfd81-0481-4181-af2a-6826859c8c03} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11659 | 2025.03.03 04:58:35.564578 [ 256 ] {733dfd81-0481-4181-af2a-6826859c8c03} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002363 sec., 5078.290308929327 rows/sec., 9.10 MiB/sec. | ||
| 11660 | 2025.03.03 04:58:35.564764 [ 256 ] {733dfd81-0481-4181-af2a-6826859c8c03} <Debug> TCPHandler: Processed in 0.002679288 sec. | ||
| 11661 | 2025.03.03 04:58:35.564960 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11662 | 2025.03.03 04:58:35.565092 [ 256 ] {4884a0fd-f4b5-451e-a21d-dcc40f4b7d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11663 | 2025.03.03 04:58:35.565140 [ 256 ] {4884a0fd-f4b5-451e-a21d-dcc40f4b7d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11664 | 2025.03.03 04:58:35.565605 [ 256 ] {4884a0fd-f4b5-451e-a21d-dcc40f4b7d21} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11665 | 2025.03.03 04:58:35.565643 [ 256 ] {4884a0fd-f4b5-451e-a21d-dcc40f4b7d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11666 | 2025.03.03 04:58:35.566011 [ 256 ] {4884a0fd-f4b5-451e-a21d-dcc40f4b7d21} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11667 | 2025.03.03 04:58:35.566256 [ 256 ] {4884a0fd-f4b5-451e-a21d-dcc40f4b7d21} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11668 | 2025.03.03 04:58:35.566500 [ 256 ] {4884a0fd-f4b5-451e-a21d-dcc40f4b7d21} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001438 sec., 57023.643949930454 rows/sec., 3.62 MiB/sec. | ||
| 11669 | 2025.03.03 04:58:35.566551 [ 256 ] {4884a0fd-f4b5-451e-a21d-dcc40f4b7d21} <Debug> TCPHandler: Processed in 0.001652756 sec. | ||
| 11670 | 2025.03.03 04:58:37.155883 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 423 | ||
| 11671 | 2025.03.03 04:58:37.177896 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11672 | 2025.03.03 04:58:37.177951 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11673 | 2025.03.03 04:58:37.185284 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11674 | 2025.03.03 04:58:37.186135 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11675 | 2025.03.03 04:58:37.186437 [ 35 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11676 | 2025.03.03 04:58:37.186500 [ 35 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11677 | 2025.03.03 04:58:37.186540 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11678 | 2025.03.03 04:58:37.187146 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 11679 | 2025.03.03 04:58:37.202907 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 423 | ||
| 11680 | 2025.03.03 04:58:37.204565 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11681 | 2025.03.03 04:58:37.206177 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 11682 | 2025.03.03 04:58:37.212114 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 11683 | 2025.03.03 04:58:37.217807 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 11684 | 2025.03.03 04:58:37.223330 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 11685 | 2025.03.03 04:58:37.229075 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 11686 | 2025.03.03 04:58:37.233503 [ 200 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part | ||
| 11687 | 2025.03.03 04:58:37.294399 [ 191 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 423 rows, containing 679 columns (679 merged, 0 gathered) in 0.107724947 sec., 3926.6670514119633 rows/sec., 20.30 MiB/sec. | ||
| 11688 | 2025.03.03 04:58:37.297679 [ 191 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11689 | 2025.03.03 04:58:37.300543 [ 191 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_56_11} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11690 | 2025.03.03 04:58:37.300635 [ 191 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_56_11} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11691 | 2025.03.03 04:58:37.302788 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11692 | 2025.03.03 04:58:38.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 240.21 MiB, peak 253.63 MiB, free memory in arenas 0.00 B, will set to 241.48 MiB (RSS), difference: 1.27 MiB | ||
| 11693 | 2025.03.03 04:58:40.530221 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11694 | 2025.03.03 04:58:40.530432 [ 256 ] {cc6bbf64-7c2e-4318-9d00-8b6a502acbf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11695 | 2025.03.03 04:58:40.530514 [ 256 ] {cc6bbf64-7c2e-4318-9d00-8b6a502acbf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11696 | 2025.03.03 04:58:40.531272 [ 256 ] {cc6bbf64-7c2e-4318-9d00-8b6a502acbf2} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11697 | 2025.03.03 04:58:40.531322 [ 256 ] {cc6bbf64-7c2e-4318-9d00-8b6a502acbf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11698 | 2025.03.03 04:58:40.531743 [ 256 ] {cc6bbf64-7c2e-4318-9d00-8b6a502acbf2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 11699 | 2025.03.03 04:58:40.532007 [ 256 ] {cc6bbf64-7c2e-4318-9d00-8b6a502acbf2} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11700 | 2025.03.03 04:58:40.532248 [ 256 ] {cc6bbf64-7c2e-4318-9d00-8b6a502acbf2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001874 sec., 1067.2358591248667 rows/sec., 87.03 KiB/sec. | ||
| 11701 | 2025.03.03 04:58:40.532306 [ 256 ] {cc6bbf64-7c2e-4318-9d00-8b6a502acbf2} <Debug> TCPHandler: Processed in 0.002222458 sec. | ||
| 11702 | 2025.03.03 04:58:40.532444 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11703 | 2025.03.03 04:58:40.532559 [ 256 ] {8055a9f6-41a8-4201-88ff-bc91ecb3f46e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11704 | 2025.03.03 04:58:40.532605 [ 256 ] {8055a9f6-41a8-4201-88ff-bc91ecb3f46e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11705 | 2025.03.03 04:58:40.533201 [ 256 ] {8055a9f6-41a8-4201-88ff-bc91ecb3f46e} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11706 | 2025.03.03 04:58:40.533241 [ 256 ] {8055a9f6-41a8-4201-88ff-bc91ecb3f46e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11707 | 2025.03.03 04:58:40.533618 [ 256 ] {8055a9f6-41a8-4201-88ff-bc91ecb3f46e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11708 | 2025.03.03 04:58:40.533867 [ 256 ] {8055a9f6-41a8-4201-88ff-bc91ecb3f46e} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11709 | 2025.03.03 04:58:40.534098 [ 256 ] {8055a9f6-41a8-4201-88ff-bc91ecb3f46e} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.001568 sec., 70790.81632653062 rows/sec., 5.92 MiB/sec. | ||
| 11710 | 2025.03.03 04:58:40.534151 [ 256 ] {8055a9f6-41a8-4201-88ff-bc91ecb3f46e} <Debug> TCPHandler: Processed in 0.001757807 sec. | ||
| 11711 | 2025.03.03 04:58:40.534271 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11712 | 2025.03.03 04:58:40.534375 [ 256 ] {e22988e2-01d5-40ed-b0a8-8c601899c5d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11713 | 2025.03.03 04:58:40.534420 [ 256 ] {e22988e2-01d5-40ed-b0a8-8c601899c5d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11714 | 2025.03.03 04:58:40.534953 [ 256 ] {e22988e2-01d5-40ed-b0a8-8c601899c5d7} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11715 | 2025.03.03 04:58:40.534992 [ 256 ] {e22988e2-01d5-40ed-b0a8-8c601899c5d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11716 | 2025.03.03 04:58:40.535336 [ 256 ] {e22988e2-01d5-40ed-b0a8-8c601899c5d7} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11717 | 2025.03.03 04:58:40.535575 [ 256 ] {e22988e2-01d5-40ed-b0a8-8c601899c5d7} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11718 | 2025.03.03 04:58:40.535765 [ 256 ] {e22988e2-01d5-40ed-b0a8-8c601899c5d7} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001411 sec., 20552.799433026223 rows/sec., 1.50 MiB/sec. | ||
| 11719 | 2025.03.03 04:58:40.535817 [ 256 ] {e22988e2-01d5-40ed-b0a8-8c601899c5d7} <Debug> TCPHandler: Processed in 0.001597314 sec. | ||
| 11720 | 2025.03.03 04:58:40.535920 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11721 | 2025.03.03 04:58:40.536021 [ 256 ] {b8abb876-a47e-4811-9765-b806600589d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11722 | 2025.03.03 04:58:40.536065 [ 256 ] {b8abb876-a47e-4811-9765-b806600589d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11723 | 2025.03.03 04:58:40.536620 [ 256 ] {b8abb876-a47e-4811-9765-b806600589d7} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11724 | 2025.03.03 04:58:40.536660 [ 256 ] {b8abb876-a47e-4811-9765-b806600589d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11725 | 2025.03.03 04:58:40.537011 [ 256 ] {b8abb876-a47e-4811-9765-b806600589d7} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11726 | 2025.03.03 04:58:40.537247 [ 256 ] {b8abb876-a47e-4811-9765-b806600589d7} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11727 | 2025.03.03 04:58:40.537461 [ 256 ] {b8abb876-a47e-4811-9765-b806600589d7} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001461 sec., 63655.030800821354 rows/sec., 4.97 MiB/sec. | ||
| 11728 | 2025.03.03 04:58:40.537521 [ 256 ] {b8abb876-a47e-4811-9765-b806600589d7} <Debug> TCPHandler: Processed in 0.001649655 sec. | ||
| 11729 | 2025.03.03 04:58:40.537661 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11730 | 2025.03.03 04:58:40.537766 [ 256 ] {aaf3bd6d-b250-41ab-96d8-9239e5262eb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11731 | 2025.03.03 04:58:40.537814 [ 256 ] {aaf3bd6d-b250-41ab-96d8-9239e5262eb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11732 | 2025.03.03 04:58:40.538340 [ 256 ] {aaf3bd6d-b250-41ab-96d8-9239e5262eb5} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11733 | 2025.03.03 04:58:40.538378 [ 256 ] {aaf3bd6d-b250-41ab-96d8-9239e5262eb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11734 | 2025.03.03 04:58:40.538822 [ 256 ] {aaf3bd6d-b250-41ab-96d8-9239e5262eb5} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11735 | 2025.03.03 04:58:40.539067 [ 256 ] {aaf3bd6d-b250-41ab-96d8-9239e5262eb5} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11736 | 2025.03.03 04:58:40.539302 [ 256 ] {aaf3bd6d-b250-41ab-96d8-9239e5262eb5} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001553 sec., 103670.31551835158 rows/sec., 7.22 MiB/sec. | ||
| 11737 | 2025.03.03 04:58:40.539398 [ 256 ] {aaf3bd6d-b250-41ab-96d8-9239e5262eb5} <Debug> TCPHandler: Processed in 0.001780089 sec. | ||
| 11738 | 2025.03.03 04:58:40.539539 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11739 | 2025.03.03 04:58:40.539848 [ 256 ] {90c9aedc-af56-414d-945c-7a57606991c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11740 | 2025.03.03 04:58:40.539968 [ 256 ] {90c9aedc-af56-414d-945c-7a57606991c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11741 | 2025.03.03 04:58:40.541094 [ 256 ] {90c9aedc-af56-414d-945c-7a57606991c2} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11742 | 2025.03.03 04:58:40.541134 [ 256 ] {90c9aedc-af56-414d-945c-7a57606991c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11743 | 2025.03.03 04:58:40.541774 [ 256 ] {90c9aedc-af56-414d-945c-7a57606991c2} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11744 | 2025.03.03 04:58:40.542028 [ 256 ] {90c9aedc-af56-414d-945c-7a57606991c2} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11745 | 2025.03.03 04:58:40.542219 [ 28 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11746 | 2025.03.03 04:58:40.542303 [ 256 ] {90c9aedc-af56-414d-945c-7a57606991c2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002563 sec., 10534.529847834568 rows/sec., 18.88 MiB/sec. | ||
| 11747 | 2025.03.03 04:58:40.542311 [ 28 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11748 | 2025.03.03 04:58:40.542395 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11749 | 2025.03.03 04:58:40.542710 [ 256 ] {90c9aedc-af56-414d-945c-7a57606991c2} <Debug> TCPHandler: Processed in 0.00324267 sec. | ||
| 11750 | 2025.03.03 04:58:40.542729 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 11751 | 2025.03.03 04:58:40.542889 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11752 | 2025.03.03 04:58:40.543152 [ 256 ] {7e7eaccf-94bf-48b3-aca8-f57adbc72197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11753 | 2025.03.03 04:58:40.543298 [ 256 ] {7e7eaccf-94bf-48b3-aca8-f57adbc72197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11754 | 2025.03.03 04:58:40.543469 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11755 | 2025.03.03 04:58:40.543768 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1323 rows starting from the beginning of the part | ||
| 11756 | 2025.03.03 04:58:40.544457 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 27 rows starting from the beginning of the part | ||
| 11757 | 2025.03.03 04:58:40.545218 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 12 rows starting from the beginning of the part | ||
| 11758 | 2025.03.03 04:58:40.545354 [ 256 ] {7e7eaccf-94bf-48b3-aca8-f57adbc72197} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11759 | 2025.03.03 04:58:40.545493 [ 256 ] {7e7eaccf-94bf-48b3-aca8-f57adbc72197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11760 | 2025.03.03 04:58:40.545891 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 27 rows starting from the beginning of the part | ||
| 11761 | 2025.03.03 04:58:40.546532 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 12 rows starting from the beginning of the part | ||
| 11762 | 2025.03.03 04:58:40.547123 [ 256 ] {7e7eaccf-94bf-48b3-aca8-f57adbc72197} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11763 | 2025.03.03 04:58:40.547174 [ 192 ] {1a441893-9993-4f87-907b-84f593661890::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 27 rows starting from the beginning of the part | ||
| 11764 | 2025.03.03 04:58:40.548122 [ 256 ] {7e7eaccf-94bf-48b3-aca8-f57adbc72197} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11765 | 2025.03.03 04:58:40.548641 [ 256 ] {7e7eaccf-94bf-48b3-aca8-f57adbc72197} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005577 sec., 10758.472296933835 rows/sec., 742.45 KiB/sec. | ||
| 11766 | 2025.03.03 04:58:40.549086 [ 256 ] {7e7eaccf-94bf-48b3-aca8-f57adbc72197} <Debug> TCPHandler: Processed in 0.006239194 sec. | ||
| 11767 | 2025.03.03 04:58:40.556973 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1428 rows, containing 19 columns (19 merged, 0 gathered) in 0.014440959 sec., 98885.39950843985 rows/sec., 177.20 MiB/sec. | ||
| 11768 | 2025.03.03 04:58:40.558888 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11769 | 2025.03.03 04:58:40.559439 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11770 | 2025.03.03 04:58:40.559544 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11771 | 2025.03.03 04:58:40.559720 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.48 MiB. | ||
| 11772 | 2025.03.03 04:58:41.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.05 MiB, peak 253.63 MiB, free memory in arenas 0.00 B, will set to 244.50 MiB (RSS), difference: 2.45 MiB | ||
| 11773 | 2025.03.03 04:58:42.819202 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 11774 | 2025.03.03 04:58:42.819871 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11775 | 2025.03.03 04:58:42.819917 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11776 | 2025.03.03 04:58:42.820439 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11777 | 2025.03.03 04:58:42.820697 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11778 | 2025.03.03 04:58:42.821033 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 11779 | 2025.03.03 04:58:44.703968 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 430 | ||
| 11780 | 2025.03.03 04:58:44.722100 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11781 | 2025.03.03 04:58:44.722155 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11782 | 2025.03.03 04:58:44.729008 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11783 | 2025.03.03 04:58:44.729747 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11784 | 2025.03.03 04:58:44.732336 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 11785 | 2025.03.03 04:58:45.453378 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1678 | ||
| 11786 | 2025.03.03 04:58:45.456590 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11787 | 2025.03.03 04:58:45.456652 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11788 | 2025.03.03 04:58:45.458181 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11789 | 2025.03.03 04:58:45.458515 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11790 | 2025.03.03 04:58:45.460758 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1678 | ||
| 11791 | 2025.03.03 04:58:45.535097 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11792 | 2025.03.03 04:58:45.535311 [ 256 ] {d941d84f-cb3b-4247-91b3-4b94314e7ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11793 | 2025.03.03 04:58:45.535393 [ 256 ] {d941d84f-cb3b-4247-91b3-4b94314e7ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11794 | 2025.03.03 04:58:45.536342 [ 256 ] {d941d84f-cb3b-4247-91b3-4b94314e7ee4} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11795 | 2025.03.03 04:58:45.536394 [ 256 ] {d941d84f-cb3b-4247-91b3-4b94314e7ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11796 | 2025.03.03 04:58:45.536849 [ 256 ] {d941d84f-cb3b-4247-91b3-4b94314e7ee4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11797 | 2025.03.03 04:58:45.537125 [ 256 ] {d941d84f-cb3b-4247-91b3-4b94314e7ee4} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11798 | 2025.03.03 04:58:45.537351 [ 27 ] {} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11799 | 2025.03.03 04:58:45.537415 [ 256 ] {d941d84f-cb3b-4247-91b3-4b94314e7ee4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002156 sec., 98330.24118738405 rows/sec., 6.25 MiB/sec. | ||
| 11800 | 2025.03.03 04:58:45.537478 [ 27 ] {} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11801 | 2025.03.03 04:58:45.537570 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11802 | 2025.03.03 04:58:45.537597 [ 256 ] {d941d84f-cb3b-4247-91b3-4b94314e7ee4} <Debug> TCPHandler: Processed in 0.002640966 sec. | ||
| 11803 | 2025.03.03 04:58:45.537941 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11804 | 2025.03.03 04:58:45.538057 [ 187 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 11805 | 2025.03.03 04:58:45.538282 [ 256 ] {6fce5a14-d8c2-4d77-97c7-764f590acce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11806 | 2025.03.03 04:58:45.538453 [ 256 ] {6fce5a14-d8c2-4d77-97c7-764f590acce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11807 | 2025.03.03 04:58:45.538785 [ 187 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11808 | 2025.03.03 04:58:45.538872 [ 187 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 11809 | 2025.03.03 04:58:45.539164 [ 187 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 11810 | 2025.03.03 04:58:45.539591 [ 187 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 11811 | 2025.03.03 04:58:45.540029 [ 187 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 11812 | 2025.03.03 04:58:45.540521 [ 187 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 11813 | 2025.03.03 04:58:45.542510 [ 256 ] {6fce5a14-d8c2-4d77-97c7-764f590acce7} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11814 | 2025.03.03 04:58:45.542605 [ 256 ] {6fce5a14-d8c2-4d77-97c7-764f590acce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11815 | 2025.03.03 04:58:45.543942 [ 256 ] {6fce5a14-d8c2-4d77-97c7-764f590acce7} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11816 | 2025.03.03 04:58:45.544500 [ 256 ] {6fce5a14-d8c2-4d77-97c7-764f590acce7} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11817 | 2025.03.03 04:58:45.544510 [ 187 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.006761955 sec., 156759.39872418554 rows/sec., 10.57 MiB/sec. | ||
| 11818 | 2025.03.03 04:58:45.544794 [ 187 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11819 | 2025.03.03 04:58:45.544850 [ 27 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11820 | 2025.03.03 04:58:45.544956 [ 27 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11821 | 2025.03.03 04:58:45.545037 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11822 | 2025.03.03 04:58:45.545193 [ 256 ] {6fce5a14-d8c2-4d77-97c7-764f590acce7} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.007009 sec., 91453.84505635612 rows/sec., 7.21 MiB/sec. | ||
| 11823 | 2025.03.03 04:58:45.545593 [ 256 ] {6fce5a14-d8c2-4d77-97c7-764f590acce7} <Debug> TCPHandler: Processed in 0.007766016 sec. | ||
| 11824 | 2025.03.03 04:58:45.545596 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 11825 | 2025.03.03 04:58:45.545945 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11826 | 2025.03.03 04:58:45.545963 [ 187 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_41_10} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11827 | 2025.03.03 04:58:45.546039 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11828 | 2025.03.03 04:58:45.546153 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1845 rows starting from the beginning of the part | ||
| 11829 | 2025.03.03 04:58:45.546357 [ 256 ] {4191343f-61a9-4318-94c0-5167e3761fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11830 | 2025.03.03 04:58:45.546467 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part | ||
| 11831 | 2025.03.03 04:58:45.546479 [ 187 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_41_10} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11832 | 2025.03.03 04:58:45.546612 [ 256 ] {4191343f-61a9-4318-94c0-5167e3761fd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11833 | 2025.03.03 04:58:45.546890 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 110 rows starting from the beginning of the part | ||
| 11834 | 2025.03.03 04:58:45.547275 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11835 | 2025.03.03 04:58:45.547375 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 641 rows starting from the beginning of the part | ||
| 11836 | 2025.03.03 04:58:45.547772 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 111 rows starting from the beginning of the part | ||
| 11837 | 2025.03.03 04:58:45.548159 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 641 rows starting from the beginning of the part | ||
| 11838 | 2025.03.03 04:58:45.549865 [ 256 ] {4191343f-61a9-4318-94c0-5167e3761fd8} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11839 | 2025.03.03 04:58:45.549949 [ 256 ] {4191343f-61a9-4318-94c0-5167e3761fd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11840 | 2025.03.03 04:58:45.550985 [ 256 ] {4191343f-61a9-4318-94c0-5167e3761fd8} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11841 | 2025.03.03 04:58:45.551300 [ 256 ] {4191343f-61a9-4318-94c0-5167e3761fd8} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11842 | 2025.03.03 04:58:45.551731 [ 256 ] {4191343f-61a9-4318-94c0-5167e3761fd8} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.005525 sec., 21357.466063348416 rows/sec., 1.29 MiB/sec. | ||
| 11843 | 2025.03.03 04:58:45.552053 [ 256 ] {4191343f-61a9-4318-94c0-5167e3761fd8} <Debug> TCPHandler: Processed in 0.006256914 sec. | ||
| 11844 | 2025.03.03 04:58:45.552079 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3404 rows, containing 5 columns (5 merged, 0 gathered) in 0.006884957 sec., 494411.2214498943 rows/sec., 41.66 MiB/sec. | ||
| 11845 | 2025.03.03 04:58:45.552216 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11846 | 2025.03.03 04:58:45.552363 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11847 | 2025.03.03 04:58:45.552373 [ 256 ] {8df7e2a3-8a2d-4b08-8e99-005db66567f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11848 | 2025.03.03 04:58:45.552484 [ 256 ] {8df7e2a3-8a2d-4b08-8e99-005db66567f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11849 | 2025.03.03 04:58:45.552941 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_96_19} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11850 | 2025.03.03 04:58:45.553162 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_96_19} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11851 | 2025.03.03 04:58:45.553286 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 11852 | 2025.03.03 04:58:45.553554 [ 256 ] {8df7e2a3-8a2d-4b08-8e99-005db66567f4} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11853 | 2025.03.03 04:58:45.553600 [ 256 ] {8df7e2a3-8a2d-4b08-8e99-005db66567f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11854 | 2025.03.03 04:58:45.553979 [ 256 ] {8df7e2a3-8a2d-4b08-8e99-005db66567f4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11855 | 2025.03.03 04:58:45.554227 [ 256 ] {8df7e2a3-8a2d-4b08-8e99-005db66567f4} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11856 | 2025.03.03 04:58:45.554460 [ 256 ] {8df7e2a3-8a2d-4b08-8e99-005db66567f4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00214 sec., 52803.73831775701 rows/sec., 3.42 MiB/sec. | ||
| 11857 | 2025.03.03 04:58:45.554571 [ 256 ] {8df7e2a3-8a2d-4b08-8e99-005db66567f4} <Debug> TCPHandler: Processed in 0.002427702 sec. | ||
| 11858 | 2025.03.03 04:58:45.554719 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11859 | 2025.03.03 04:58:45.554822 [ 256 ] {92d67a00-3283-4024-aa6d-076e8a1a75f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11860 | 2025.03.03 04:58:45.554867 [ 256 ] {92d67a00-3283-4024-aa6d-076e8a1a75f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11861 | 2025.03.03 04:58:45.555412 [ 256 ] {92d67a00-3283-4024-aa6d-076e8a1a75f5} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11862 | 2025.03.03 04:58:45.555450 [ 256 ] {92d67a00-3283-4024-aa6d-076e8a1a75f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11863 | 2025.03.03 04:58:45.555803 [ 256 ] {92d67a00-3283-4024-aa6d-076e8a1a75f5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11864 | 2025.03.03 04:58:45.556041 [ 256 ] {92d67a00-3283-4024-aa6d-076e8a1a75f5} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11865 | 2025.03.03 04:58:45.556211 [ 27 ] {} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 11866 | 2025.03.03 04:58:45.556284 [ 27 ] {} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11867 | 2025.03.03 04:58:45.556289 [ 256 ] {92d67a00-3283-4024-aa6d-076e8a1a75f5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001477 sec., 75829.38388625592 rows/sec., 4.32 MiB/sec. | ||
| 11868 | 2025.03.03 04:58:45.556327 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11869 | 2025.03.03 04:58:45.556433 [ 256 ] {92d67a00-3283-4024-aa6d-076e8a1a75f5} <Debug> TCPHandler: Processed in 0.001767848 sec. | ||
| 11870 | 2025.03.03 04:58:45.556536 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 11871 | 2025.03.03 04:58:45.556582 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11872 | 2025.03.03 04:58:45.556673 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11873 | 2025.03.03 04:58:45.556714 [ 256 ] {ff2f722e-c844-401a-aaf9-03cffd391f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11874 | 2025.03.03 04:58:45.556720 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 11875 | 2025.03.03 04:58:45.556772 [ 256 ] {ff2f722e-c844-401a-aaf9-03cffd391f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11876 | 2025.03.03 04:58:45.556987 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 11877 | 2025.03.03 04:58:45.557317 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 11878 | 2025.03.03 04:58:45.557647 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 11879 | 2025.03.03 04:58:45.557994 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 11880 | 2025.03.03 04:58:45.559087 [ 256 ] {ff2f722e-c844-401a-aaf9-03cffd391f8b} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11881 | 2025.03.03 04:58:45.559136 [ 256 ] {ff2f722e-c844-401a-aaf9-03cffd391f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11882 | 2025.03.03 04:58:45.559548 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003096866 sec., 180827.97253739747 rows/sec., 10.99 MiB/sec. | ||
| 11883 | 2025.03.03 04:58:45.559764 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 11884 | 2025.03.03 04:58:45.559772 [ 256 ] {ff2f722e-c844-401a-aaf9-03cffd391f8b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11885 | 2025.03.03 04:58:45.560326 [ 256 ] {ff2f722e-c844-401a-aaf9-03cffd391f8b} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11886 | 2025.03.03 04:58:45.560441 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_41_10} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11887 | 2025.03.03 04:58:45.560568 [ 31 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11888 | 2025.03.03 04:58:45.560667 [ 31 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11889 | 2025.03.03 04:58:45.560725 [ 199 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_41_10} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 11890 | 2025.03.03 04:58:45.560743 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11891 | 2025.03.03 04:58:45.560931 [ 256 ] {ff2f722e-c844-401a-aaf9-03cffd391f8b} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.004205 sec., 93697.97859690843 rows/sec., 6.63 MiB/sec. | ||
| 11892 | 2025.03.03 04:58:45.561076 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11893 | 2025.03.03 04:58:45.561099 [ 256 ] {ff2f722e-c844-401a-aaf9-03cffd391f8b} <Debug> TCPHandler: Processed in 0.004570138 sec. | ||
| 11894 | 2025.03.03 04:58:45.561156 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 11895 | 2025.03.03 04:58:45.561240 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11896 | 2025.03.03 04:58:45.561279 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11897 | 2025.03.03 04:58:45.561313 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 913 rows starting from the beginning of the part | ||
| 11898 | 2025.03.03 04:58:45.561369 [ 256 ] {6694b3d1-e9b7-47f6-80ca-2f94b48365ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11899 | 2025.03.03 04:58:45.561448 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 11900 | 2025.03.03 04:58:45.561482 [ 256 ] {6694b3d1-e9b7-47f6-80ca-2f94b48365ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11901 | 2025.03.03 04:58:45.561800 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 91 rows starting from the beginning of the part | ||
| 11902 | 2025.03.03 04:58:45.562135 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 394 rows starting from the beginning of the part | ||
| 11903 | 2025.03.03 04:58:45.562426 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 93 rows starting from the beginning of the part | ||
| 11904 | 2025.03.03 04:58:45.562646 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 394 rows starting from the beginning of the part | ||
| 11905 | 2025.03.03 04:58:45.563211 [ 256 ] {6694b3d1-e9b7-47f6-80ca-2f94b48365ec} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11906 | 2025.03.03 04:58:45.563256 [ 256 ] {6694b3d1-e9b7-47f6-80ca-2f94b48365ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11907 | 2025.03.03 04:58:45.563778 [ 256 ] {6694b3d1-e9b7-47f6-80ca-2f94b48365ec} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11908 | 2025.03.03 04:58:45.564066 [ 256 ] {6694b3d1-e9b7-47f6-80ca-2f94b48365ec} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11909 | 2025.03.03 04:58:45.564390 [ 256 ] {6694b3d1-e9b7-47f6-80ca-2f94b48365ec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003044 sec., 1971.090670170828 rows/sec., 102.98 KiB/sec. | ||
| 11910 | 2025.03.03 04:58:45.564527 [ 256 ] {6694b3d1-e9b7-47f6-80ca-2f94b48365ec} <Debug> TCPHandler: Processed in 0.003344211 sec. | ||
| 11911 | 2025.03.03 04:58:45.564544 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.003671198 sec., 530889.3718072411 rows/sec., 40.55 MiB/sec. | ||
| 11912 | 2025.03.03 04:58:45.564664 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11913 | 2025.03.03 04:58:45.564710 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11914 | 2025.03.03 04:58:45.564799 [ 256 ] {458e4b46-1ce7-43c2-9522-8ca77e55b598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11915 | 2025.03.03 04:58:45.564859 [ 256 ] {458e4b46-1ce7-43c2-9522-8ca77e55b598} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11916 | 2025.03.03 04:58:45.565081 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_96_19} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11917 | 2025.03.03 04:58:45.565192 [ 197 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_96_19} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11918 | 2025.03.03 04:58:45.565266 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 11919 | 2025.03.03 04:58:45.565511 [ 256 ] {458e4b46-1ce7-43c2-9522-8ca77e55b598} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11920 | 2025.03.03 04:58:45.565548 [ 256 ] {458e4b46-1ce7-43c2-9522-8ca77e55b598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11921 | 2025.03.03 04:58:45.565933 [ 256 ] {458e4b46-1ce7-43c2-9522-8ca77e55b598} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11922 | 2025.03.03 04:58:45.566225 [ 256 ] {458e4b46-1ce7-43c2-9522-8ca77e55b598} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11923 | 2025.03.03 04:58:45.566479 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11924 | 2025.03.03 04:58:45.566553 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11925 | 2025.03.03 04:58:45.566571 [ 256 ] {458e4b46-1ce7-43c2-9522-8ca77e55b598} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001788 sec., 132550.3355704698 rows/sec., 8.88 MiB/sec. | ||
| 11926 | 2025.03.03 04:58:45.566592 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11927 | 2025.03.03 04:58:45.566756 [ 256 ] {458e4b46-1ce7-43c2-9522-8ca77e55b598} <Debug> TCPHandler: Processed in 0.002143506 sec. | ||
| 11928 | 2025.03.03 04:58:45.566808 [ 189 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 11929 | 2025.03.03 04:58:45.566901 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11930 | 2025.03.03 04:58:45.566948 [ 189 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11931 | 2025.03.03 04:58:45.566993 [ 189 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27654 rows starting from the beginning of the part | ||
| 11932 | 2025.03.03 04:58:45.567040 [ 256 ] {a9df8b4e-d1bb-457b-a217-bf3929f5a0c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11933 | 2025.03.03 04:58:45.567201 [ 189 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 11934 | 2025.03.03 04:58:45.567205 [ 256 ] {a9df8b4e-d1bb-457b-a217-bf3929f5a0c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11935 | 2025.03.03 04:58:45.567612 [ 189 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 11936 | 2025.03.03 04:58:45.567953 [ 189 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 11937 | 2025.03.03 04:58:45.568301 [ 189 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 161 rows starting from the beginning of the part | ||
| 11938 | 2025.03.03 04:58:45.568628 [ 189 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 237 rows starting from the beginning of the part | ||
| 11939 | 2025.03.03 04:58:45.569487 [ 256 ] {a9df8b4e-d1bb-457b-a217-bf3929f5a0c1} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11940 | 2025.03.03 04:58:45.569532 [ 256 ] {a9df8b4e-d1bb-457b-a217-bf3929f5a0c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11941 | 2025.03.03 04:58:45.569963 [ 256 ] {a9df8b4e-d1bb-457b-a217-bf3929f5a0c1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11942 | 2025.03.03 04:58:45.570228 [ 256 ] {a9df8b4e-d1bb-457b-a217-bf3929f5a0c1} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11943 | 2025.03.03 04:58:45.570419 [ 31 ] {} <Debug> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 | ||
| 11944 | 2025.03.03 04:58:45.570523 [ 31 ] {} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11945 | 2025.03.03 04:58:45.570605 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11946 | 2025.03.03 04:58:45.570669 [ 256 ] {a9df8b4e-d1bb-457b-a217-bf3929f5a0c1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003633 sec., 275.25461051472615 rows/sec., 18.55 KiB/sec. | ||
| 11947 | 2025.03.03 04:58:45.571167 [ 256 ] {a9df8b4e-d1bb-457b-a217-bf3929f5a0c1} <Debug> TCPHandler: Processed in 0.004321872 sec. | ||
| 11948 | 2025.03.03 04:58:45.571400 [ 190 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_37_8 to all_42_42_0 into Compact with storage Full | ||
| 11949 | 2025.03.03 04:58:45.571700 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11950 | 2025.03.03 04:58:45.572211 [ 256 ] {fd98ba97-fd68-41c6-ade5-284633ce2827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11951 | 2025.03.03 04:58:45.572338 [ 190 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11952 | 2025.03.03 04:58:45.572502 [ 190 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 37 rows starting from the beginning of the part | ||
| 11953 | 2025.03.03 04:58:45.572868 [ 256 ] {fd98ba97-fd68-41c6-ade5-284633ce2827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11954 | 2025.03.03 04:58:45.573057 [ 190 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 11955 | 2025.03.03 04:58:45.573611 [ 190 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 11956 | 2025.03.03 04:58:45.574016 [ 190 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 11957 | 2025.03.03 04:58:45.574717 [ 190 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 11958 | 2025.03.03 04:58:45.575064 [ 190 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 11959 | 2025.03.03 04:58:45.580505 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28513 rows, containing 5 columns (5 merged, 0 gathered) in 0.013773305 sec., 2070163.987510623 rows/sec., 139.79 MiB/sec. | ||
| 11960 | 2025.03.03 04:58:45.580789 [ 186 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.009989524 sec., 4204.404534190017 rows/sec., 282.91 KiB/sec. | ||
| 11961 | 2025.03.03 04:58:45.580989 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11962 | 2025.03.03 04:58:45.581135 [ 186 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 11963 | 2025.03.03 04:58:45.581607 [ 256 ] {fd98ba97-fd68-41c6-ade5-284633ce2827} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11964 | 2025.03.03 04:58:45.581678 [ 256 ] {fd98ba97-fd68-41c6-ade5-284633ce2827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11965 | 2025.03.03 04:58:45.581832 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11966 | 2025.03.03 04:58:45.582095 [ 201 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11967 | 2025.03.03 04:58:45.582272 [ 186 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_42_9} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11968 | 2025.03.03 04:58:45.582329 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 11969 | 2025.03.03 04:58:45.582557 [ 186 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_42_9} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 | ||
| 11970 | 2025.03.03 04:58:45.582739 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11971 | 2025.03.03 04:58:45.583145 [ 256 ] {fd98ba97-fd68-41c6-ade5-284633ce2827} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11972 | 2025.03.03 04:58:45.583417 [ 256 ] {fd98ba97-fd68-41c6-ade5-284633ce2827} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11973 | 2025.03.03 04:58:45.583705 [ 256 ] {fd98ba97-fd68-41c6-ade5-284633ce2827} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.011682 sec., 1027.221366204417 rows/sec., 1.84 MiB/sec. | ||
| 11974 | 2025.03.03 04:58:45.584071 [ 256 ] {fd98ba97-fd68-41c6-ade5-284633ce2827} <Debug> TCPHandler: Processed in 0.012549879 sec. | ||
| 11975 | 2025.03.03 04:58:45.584376 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11976 | 2025.03.03 04:58:45.584501 [ 256 ] {aee69058-49ef-4d5a-8157-c336513f29a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11977 | 2025.03.03 04:58:45.584550 [ 256 ] {aee69058-49ef-4d5a-8157-c336513f29a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11978 | 2025.03.03 04:58:45.585014 [ 256 ] {aee69058-49ef-4d5a-8157-c336513f29a8} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11979 | 2025.03.03 04:58:45.585054 [ 256 ] {aee69058-49ef-4d5a-8157-c336513f29a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11980 | 2025.03.03 04:58:45.585430 [ 256 ] {aee69058-49ef-4d5a-8157-c336513f29a8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 11981 | 2025.03.03 04:58:45.585667 [ 256 ] {aee69058-49ef-4d5a-8157-c336513f29a8} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11982 | 2025.03.03 04:58:45.585845 [ 31 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 11983 | 2025.03.03 04:58:45.585909 [ 256 ] {aee69058-49ef-4d5a-8157-c336513f29a8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001429 sec., 57382.785164450666 rows/sec., 3.64 MiB/sec. | ||
| 11984 | 2025.03.03 04:58:45.585920 [ 31 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11985 | 2025.03.03 04:58:45.586026 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 11986 | 2025.03.03 04:58:45.586039 [ 256 ] {aee69058-49ef-4d5a-8157-c336513f29a8} <Debug> TCPHandler: Processed in 0.001754908 sec. | ||
| 11987 | 2025.03.03 04:58:45.586407 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 11988 | 2025.03.03 04:58:45.586985 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11989 | 2025.03.03 04:58:45.587079 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5538 rows starting from the beginning of the part | ||
| 11990 | 2025.03.03 04:58:45.587404 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 24 rows starting from the beginning of the part | ||
| 11991 | 2025.03.03 04:58:45.587776 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 11992 | 2025.03.03 04:58:45.588036 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 11993 | 2025.03.03 04:58:45.588133 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
| 11994 | 2025.03.03 04:58:45.588279 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 11995 | 2025.03.03 04:58:45.590652 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5846 rows, containing 4 columns (4 merged, 0 gathered) in 0.004446726 sec., 1314675.1115314953 rows/sec., 85.67 MiB/sec. | ||
| 11996 | 2025.03.03 04:58:45.591196 [ 200 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 11997 | 2025.03.03 04:58:45.591573 [ 200 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_96_19} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11998 | 2025.03.03 04:58:45.591679 [ 200 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_96_19} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 11999 | 2025.03.03 04:58:45.591782 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 12000 | 2025.03.03 04:58:50.114393 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12001 | 2025.03.03 04:58:50.114450 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12002 | 2025.03.03 04:58:50.322129 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 12003 | 2025.03.03 04:58:50.322802 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12004 | 2025.03.03 04:58:50.322847 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12005 | 2025.03.03 04:58:50.323376 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12006 | 2025.03.03 04:58:50.323649 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12007 | 2025.03.03 04:58:50.323895 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 12008 | 2025.03.03 04:58:50.531026 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12009 | 2025.03.03 04:58:50.531237 [ 256 ] {4c40340e-6b47-460d-a4a1-e5115cd67ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12010 | 2025.03.03 04:58:50.531318 [ 256 ] {4c40340e-6b47-460d-a4a1-e5115cd67ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12011 | 2025.03.03 04:58:50.532228 [ 256 ] {4c40340e-6b47-460d-a4a1-e5115cd67ac9} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12012 | 2025.03.03 04:58:50.532278 [ 256 ] {4c40340e-6b47-460d-a4a1-e5115cd67ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12013 | 2025.03.03 04:58:50.532726 [ 256 ] {4c40340e-6b47-460d-a4a1-e5115cd67ac9} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12014 | 2025.03.03 04:58:50.532995 [ 256 ] {4c40340e-6b47-460d-a4a1-e5115cd67ac9} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12015 | 2025.03.03 04:58:50.533227 [ 256 ] {4c40340e-6b47-460d-a4a1-e5115cd67ac9} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002045 sec., 53789.731051344745 rows/sec., 4.51 MiB/sec. | ||
| 12016 | 2025.03.03 04:58:50.533302 [ 256 ] {4c40340e-6b47-460d-a4a1-e5115cd67ac9} <Debug> TCPHandler: Processed in 0.002413542 sec. | ||
| 12017 | 2025.03.03 04:58:50.533435 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12018 | 2025.03.03 04:58:50.533586 [ 256 ] {3c15af34-e673-48ad-8b0e-eaa319cf3d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12019 | 2025.03.03 04:58:50.533634 [ 256 ] {3c15af34-e673-48ad-8b0e-eaa319cf3d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12020 | 2025.03.03 04:58:50.534163 [ 256 ] {3c15af34-e673-48ad-8b0e-eaa319cf3d6e} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12021 | 2025.03.03 04:58:50.534202 [ 256 ] {3c15af34-e673-48ad-8b0e-eaa319cf3d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12022 | 2025.03.03 04:58:50.534563 [ 256 ] {3c15af34-e673-48ad-8b0e-eaa319cf3d6e} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12023 | 2025.03.03 04:58:50.534802 [ 256 ] {3c15af34-e673-48ad-8b0e-eaa319cf3d6e} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12024 | 2025.03.03 04:58:50.535023 [ 256 ] {3c15af34-e673-48ad-8b0e-eaa319cf3d6e} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001482 sec., 18218.623481781375 rows/sec., 1.34 MiB/sec. | ||
| 12025 | 2025.03.03 04:58:50.535076 [ 256 ] {3c15af34-e673-48ad-8b0e-eaa319cf3d6e} <Debug> TCPHandler: Processed in 0.001707747 sec. | ||
| 12026 | 2025.03.03 04:58:50.535177 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12027 | 2025.03.03 04:58:50.535279 [ 256 ] {8ddfa784-2341-4901-a126-133ef7e3f849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12028 | 2025.03.03 04:58:50.535324 [ 256 ] {8ddfa784-2341-4901-a126-133ef7e3f849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12029 | 2025.03.03 04:58:50.535911 [ 256 ] {8ddfa784-2341-4901-a126-133ef7e3f849} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12030 | 2025.03.03 04:58:50.535951 [ 256 ] {8ddfa784-2341-4901-a126-133ef7e3f849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12031 | 2025.03.03 04:58:50.536300 [ 256 ] {8ddfa784-2341-4901-a126-133ef7e3f849} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12032 | 2025.03.03 04:58:50.536549 [ 256 ] {8ddfa784-2341-4901-a126-133ef7e3f849} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12033 | 2025.03.03 04:58:50.536751 [ 256 ] {8ddfa784-2341-4901-a126-133ef7e3f849} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001494 sec., 60910.3078982597 rows/sec., 4.76 MiB/sec. | ||
| 12034 | 2025.03.03 04:58:50.536804 [ 256 ] {8ddfa784-2341-4901-a126-133ef7e3f849} <Debug> TCPHandler: Processed in 0.001676296 sec. | ||
| 12035 | 2025.03.03 04:58:50.536925 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12036 | 2025.03.03 04:58:50.537029 [ 256 ] {0066c58e-031d-4c0f-ba4f-51b162ff103e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12037 | 2025.03.03 04:58:50.537076 [ 256 ] {0066c58e-031d-4c0f-ba4f-51b162ff103e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12038 | 2025.03.03 04:58:50.537591 [ 256 ] {0066c58e-031d-4c0f-ba4f-51b162ff103e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12039 | 2025.03.03 04:58:50.537629 [ 256 ] {0066c58e-031d-4c0f-ba4f-51b162ff103e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12040 | 2025.03.03 04:58:50.538003 [ 256 ] {0066c58e-031d-4c0f-ba4f-51b162ff103e} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12041 | 2025.03.03 04:58:50.538238 [ 256 ] {0066c58e-031d-4c0f-ba4f-51b162ff103e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12042 | 2025.03.03 04:58:50.538465 [ 256 ] {0066c58e-031d-4c0f-ba4f-51b162ff103e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001455 sec., 109965.63573883162 rows/sec., 7.66 MiB/sec. | ||
| 12043 | 2025.03.03 04:58:50.538553 [ 256 ] {0066c58e-031d-4c0f-ba4f-51b162ff103e} <Debug> TCPHandler: Processed in 0.001669926 sec. | ||
| 12044 | 2025.03.03 04:58:50.538694 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12045 | 2025.03.03 04:58:50.538985 [ 256 ] {d46b4104-0580-48a3-b408-c811e1866de2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12046 | 2025.03.03 04:58:50.539184 [ 256 ] {d46b4104-0580-48a3-b408-c811e1866de2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12047 | 2025.03.03 04:58:50.540343 [ 256 ] {d46b4104-0580-48a3-b408-c811e1866de2} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12048 | 2025.03.03 04:58:50.540383 [ 256 ] {d46b4104-0580-48a3-b408-c811e1866de2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12049 | 2025.03.03 04:58:50.541002 [ 256 ] {d46b4104-0580-48a3-b408-c811e1866de2} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12050 | 2025.03.03 04:58:50.541259 [ 256 ] {d46b4104-0580-48a3-b408-c811e1866de2} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12051 | 2025.03.03 04:58:50.541499 [ 256 ] {d46b4104-0580-48a3-b408-c811e1866de2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002626 sec., 10281.797410510282 rows/sec., 18.42 MiB/sec. | ||
| 12052 | 2025.03.03 04:58:50.541593 [ 256 ] {d46b4104-0580-48a3-b408-c811e1866de2} <Debug> TCPHandler: Processed in 0.002975254 sec. | ||
| 12053 | 2025.03.03 04:58:50.541725 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12054 | 2025.03.03 04:58:50.541829 [ 256 ] {776e6937-31a5-4a5c-8692-98442548ccf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12055 | 2025.03.03 04:58:50.541876 [ 256 ] {776e6937-31a5-4a5c-8692-98442548ccf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12056 | 2025.03.03 04:58:50.542302 [ 256 ] {776e6937-31a5-4a5c-8692-98442548ccf6} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12057 | 2025.03.03 04:58:50.542341 [ 256 ] {776e6937-31a5-4a5c-8692-98442548ccf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. | ||
| 12058 | 2025.03.03 04:58:50.542690 [ 256 ] {776e6937-31a5-4a5c-8692-98442548ccf6} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12059 | 2025.03.03 04:58:50.542936 [ 256 ] {776e6937-31a5-4a5c-8692-98442548ccf6} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12060 | 2025.03.03 04:58:50.543142 [ 256 ] {776e6937-31a5-4a5c-8692-98442548ccf6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec. | ||
| 12061 | 2025.03.03 04:58:50.543209 [ 256 ] {776e6937-31a5-4a5c-8692-98442548ccf6} <Debug> TCPHandler: Processed in 0.001534373 sec. | ||
| 12062 | 2025.03.03 04:58:52.233392 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 12063 | 2025.03.03 04:58:52.252817 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12064 | 2025.03.03 04:58:52.252872 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12065 | 2025.03.03 04:58:52.260107 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12066 | 2025.03.03 04:58:52.260850 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12067 | 2025.03.03 04:58:52.264040 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 12068 | 2025.03.03 04:58:53.338159 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12069 | 2025.03.03 04:58:53.338351 [ 256 ] {c34b100f-bab0-42e8-b91f-48123ebf2dad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12070 | 2025.03.03 04:58:53.338423 [ 256 ] {c34b100f-bab0-42e8-b91f-48123ebf2dad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12071 | 2025.03.03 04:58:53.339284 [ 256 ] {c34b100f-bab0-42e8-b91f-48123ebf2dad} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12072 | 2025.03.03 04:58:53.339334 [ 256 ] {c34b100f-bab0-42e8-b91f-48123ebf2dad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12073 | 2025.03.03 04:58:53.339782 [ 256 ] {c34b100f-bab0-42e8-b91f-48123ebf2dad} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12074 | 2025.03.03 04:58:53.340035 [ 256 ] {c34b100f-bab0-42e8-b91f-48123ebf2dad} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12075 | 2025.03.03 04:58:53.340308 [ 256 ] {c34b100f-bab0-42e8-b91f-48123ebf2dad} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001999 sec., 106053.02651325663 rows/sec., 6.74 MiB/sec. | ||
| 12076 | 2025.03.03 04:58:53.340440 [ 256 ] {c34b100f-bab0-42e8-b91f-48123ebf2dad} <Debug> TCPHandler: Processed in 0.002444552 sec. | ||
| 12077 | 2025.03.03 04:58:53.340702 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12078 | 2025.03.03 04:58:53.340821 [ 256 ] {5f7ebc69-7262-4381-a2c4-0a393e578200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12079 | 2025.03.03 04:58:53.340870 [ 256 ] {5f7ebc69-7262-4381-a2c4-0a393e578200} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12080 | 2025.03.03 04:58:53.341427 [ 256 ] {5f7ebc69-7262-4381-a2c4-0a393e578200} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12081 | 2025.03.03 04:58:53.341468 [ 256 ] {5f7ebc69-7262-4381-a2c4-0a393e578200} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12082 | 2025.03.03 04:58:53.341814 [ 256 ] {5f7ebc69-7262-4381-a2c4-0a393e578200} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 12083 | 2025.03.03 04:58:53.342047 [ 256 ] {5f7ebc69-7262-4381-a2c4-0a393e578200} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12084 | 2025.03.03 04:58:53.342299 [ 256 ] {5f7ebc69-7262-4381-a2c4-0a393e578200} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001502 sec., 10652.463382157122 rows/sec., 868.63 KiB/sec. | ||
| 12085 | 2025.03.03 04:58:53.342390 [ 256 ] {5f7ebc69-7262-4381-a2c4-0a393e578200} <Debug> TCPHandler: Processed in 0.001786778 sec. | ||
| 12086 | 2025.03.03 04:58:53.342496 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12087 | 2025.03.03 04:58:53.342598 [ 256 ] {334f9563-f416-40ea-959c-5c601348c7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12088 | 2025.03.03 04:58:53.342642 [ 256 ] {334f9563-f416-40ea-959c-5c601348c7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12089 | 2025.03.03 04:58:53.344017 [ 256 ] {334f9563-f416-40ea-959c-5c601348c7a7} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12090 | 2025.03.03 04:58:53.344056 [ 256 ] {334f9563-f416-40ea-959c-5c601348c7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12091 | 2025.03.03 04:58:53.344519 [ 256 ] {334f9563-f416-40ea-959c-5c601348c7a7} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12092 | 2025.03.03 04:58:53.344763 [ 256 ] {334f9563-f416-40ea-959c-5c601348c7a7} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12093 | 2025.03.03 04:58:53.344979 [ 256 ] {334f9563-f416-40ea-959c-5c601348c7a7} <Debug> executeQuery: Read 1789 rows, 148.42 KiB in 0.002403 sec., 744486.0590928006 rows/sec., 60.32 MiB/sec. | ||
| 12094 | 2025.03.03 04:58:53.345030 [ 256 ] {334f9563-f416-40ea-959c-5c601348c7a7} <Debug> TCPHandler: Processed in 0.002584775 sec. | ||
| 12095 | 2025.03.03 04:58:53.345147 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12096 | 2025.03.03 04:58:53.345252 [ 256 ] {643badf6-e963-492f-8d96-8fba345755f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12097 | 2025.03.03 04:58:53.345297 [ 256 ] {643badf6-e963-492f-8d96-8fba345755f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12098 | 2025.03.03 04:58:53.345888 [ 256 ] {643badf6-e963-492f-8d96-8fba345755f8} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12099 | 2025.03.03 04:58:53.345927 [ 256 ] {643badf6-e963-492f-8d96-8fba345755f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12100 | 2025.03.03 04:58:53.346277 [ 256 ] {643badf6-e963-492f-8d96-8fba345755f8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12101 | 2025.03.03 04:58:53.346515 [ 256 ] {643badf6-e963-492f-8d96-8fba345755f8} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12102 | 2025.03.03 04:58:53.346693 [ 256 ] {643badf6-e963-492f-8d96-8fba345755f8} <Debug> executeQuery: Read 134 rows, 8.41 KiB in 0.001464 sec., 91530.05464480874 rows/sec., 5.61 MiB/sec. | ||
| 12103 | 2025.03.03 04:58:53.346743 [ 256 ] {643badf6-e963-492f-8d96-8fba345755f8} <Debug> TCPHandler: Processed in 0.001646105 sec. | ||
| 12104 | 2025.03.03 04:58:53.346858 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12105 | 2025.03.03 04:58:53.346962 [ 256 ] {0f662a62-1fb2-4736-9d1e-a78a6291f916} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12106 | 2025.03.03 04:58:53.347007 [ 256 ] {0f662a62-1fb2-4736-9d1e-a78a6291f916} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12107 | 2025.03.03 04:58:53.347689 [ 256 ] {0f662a62-1fb2-4736-9d1e-a78a6291f916} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12108 | 2025.03.03 04:58:53.347725 [ 256 ] {0f662a62-1fb2-4736-9d1e-a78a6291f916} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12109 | 2025.03.03 04:58:53.348073 [ 256 ] {0f662a62-1fb2-4736-9d1e-a78a6291f916} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12110 | 2025.03.03 04:58:53.348310 [ 256 ] {0f662a62-1fb2-4736-9d1e-a78a6291f916} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12111 | 2025.03.03 04:58:53.348484 [ 256 ] {0f662a62-1fb2-4736-9d1e-a78a6291f916} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001543 sec., 220998.05573558 rows/sec., 14.75 MiB/sec. | ||
| 12112 | 2025.03.03 04:58:53.348536 [ 256 ] {0f662a62-1fb2-4736-9d1e-a78a6291f916} <Debug> TCPHandler: Processed in 0.001728867 sec. | ||
| 12113 | 2025.03.03 04:58:53.348641 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12114 | 2025.03.03 04:58:53.348741 [ 256 ] {607f7093-2c3f-4c35-9de9-09c6c244e81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12115 | 2025.03.03 04:58:53.348784 [ 256 ] {607f7093-2c3f-4c35-9de9-09c6c244e81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12116 | 2025.03.03 04:58:53.349342 [ 256 ] {607f7093-2c3f-4c35-9de9-09c6c244e81a} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12117 | 2025.03.03 04:58:53.349378 [ 256 ] {607f7093-2c3f-4c35-9de9-09c6c244e81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12118 | 2025.03.03 04:58:53.349723 [ 256 ] {607f7093-2c3f-4c35-9de9-09c6c244e81a} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12119 | 2025.03.03 04:58:53.349960 [ 256 ] {607f7093-2c3f-4c35-9de9-09c6c244e81a} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12120 | 2025.03.03 04:58:53.350148 [ 256 ] {607f7093-2c3f-4c35-9de9-09c6c244e81a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001424 sec., 78651.68539325843 rows/sec., 4.48 MiB/sec. | ||
| 12121 | 2025.03.03 04:58:53.350240 [ 256 ] {607f7093-2c3f-4c35-9de9-09c6c244e81a} <Debug> TCPHandler: Processed in 0.001648905 sec. | ||
| 12122 | 2025.03.03 04:58:53.350502 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12123 | 2025.03.03 04:58:53.350728 [ 256 ] {19688719-611f-44f8-874a-91428c50b5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12124 | 2025.03.03 04:58:53.350775 [ 256 ] {19688719-611f-44f8-874a-91428c50b5b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12125 | 2025.03.03 04:58:53.351710 [ 256 ] {19688719-611f-44f8-874a-91428c50b5b4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12126 | 2025.03.03 04:58:53.351750 [ 256 ] {19688719-611f-44f8-874a-91428c50b5b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12127 | 2025.03.03 04:58:53.352155 [ 256 ] {19688719-611f-44f8-874a-91428c50b5b4} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12128 | 2025.03.03 04:58:53.352398 [ 256 ] {19688719-611f-44f8-874a-91428c50b5b4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12129 | 2025.03.03 04:58:53.352581 [ 256 ] {19688719-611f-44f8-874a-91428c50b5b4} <Debug> executeQuery: Read 866 rows, 64.14 KiB in 0.001914 sec., 452455.5903866249 rows/sec., 32.73 MiB/sec. | ||
| 12130 | 2025.03.03 04:58:53.352632 [ 256 ] {19688719-611f-44f8-874a-91428c50b5b4} <Debug> TCPHandler: Processed in 0.002230318 sec. | ||
| 12131 | 2025.03.03 04:58:53.352746 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12132 | 2025.03.03 04:58:53.352850 [ 256 ] {17514a38-569b-4830-ac38-c10a44fdc9da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12133 | 2025.03.03 04:58:53.352896 [ 256 ] {17514a38-569b-4830-ac38-c10a44fdc9da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12134 | 2025.03.03 04:58:53.353331 [ 256 ] {17514a38-569b-4830-ac38-c10a44fdc9da} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12135 | 2025.03.03 04:58:53.353368 [ 256 ] {17514a38-569b-4830-ac38-c10a44fdc9da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12136 | 2025.03.03 04:58:53.353711 [ 256 ] {17514a38-569b-4830-ac38-c10a44fdc9da} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12137 | 2025.03.03 04:58:53.353941 [ 256 ] {17514a38-569b-4830-ac38-c10a44fdc9da} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12138 | 2025.03.03 04:58:53.354116 [ 256 ] {17514a38-569b-4830-ac38-c10a44fdc9da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001287 sec., 4662.004662004662 rows/sec., 243.57 KiB/sec. | ||
| 12139 | 2025.03.03 04:58:53.354164 [ 256 ] {17514a38-569b-4830-ac38-c10a44fdc9da} <Debug> TCPHandler: Processed in 0.001468181 sec. | ||
| 12140 | 2025.03.03 04:58:53.354267 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12141 | 2025.03.03 04:58:53.354368 [ 256 ] {6d803dd8-670f-4e7b-9c2e-aaa4d53856bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12142 | 2025.03.03 04:58:53.354414 [ 256 ] {6d803dd8-670f-4e7b-9c2e-aaa4d53856bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12143 | 2025.03.03 04:58:53.355237 [ 256 ] {6d803dd8-670f-4e7b-9c2e-aaa4d53856bf} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12144 | 2025.03.03 04:58:53.355274 [ 256 ] {6d803dd8-670f-4e7b-9c2e-aaa4d53856bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12145 | 2025.03.03 04:58:53.355699 [ 256 ] {6d803dd8-670f-4e7b-9c2e-aaa4d53856bf} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12146 | 2025.03.03 04:58:53.355940 [ 256 ] {6d803dd8-670f-4e7b-9c2e-aaa4d53856bf} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12147 | 2025.03.03 04:58:53.356123 [ 256 ] {6d803dd8-670f-4e7b-9c2e-aaa4d53856bf} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.001778 sec., 577615.298087739 rows/sec., 38.50 MiB/sec. | ||
| 12148 | 2025.03.03 04:58:53.356175 [ 256 ] {6d803dd8-670f-4e7b-9c2e-aaa4d53856bf} <Debug> TCPHandler: Processed in 0.001957271 sec. | ||
| 12149 | 2025.03.03 04:58:53.356339 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12150 | 2025.03.03 04:58:53.356456 [ 256 ] {28663939-dd3c-4d32-afb6-1d49ee67dd24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12151 | 2025.03.03 04:58:53.356502 [ 256 ] {28663939-dd3c-4d32-afb6-1d49ee67dd24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12152 | 2025.03.03 04:58:53.356913 [ 256 ] {28663939-dd3c-4d32-afb6-1d49ee67dd24} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12153 | 2025.03.03 04:58:53.356951 [ 256 ] {28663939-dd3c-4d32-afb6-1d49ee67dd24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12154 | 2025.03.03 04:58:53.357305 [ 256 ] {28663939-dd3c-4d32-afb6-1d49ee67dd24} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12155 | 2025.03.03 04:58:53.357564 [ 256 ] {28663939-dd3c-4d32-afb6-1d49ee67dd24} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12156 | 2025.03.03 04:58:53.357737 [ 256 ] {28663939-dd3c-4d32-afb6-1d49ee67dd24} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001303 sec., 767.4597083653109 rows/sec., 51.71 KiB/sec. | ||
| 12157 | 2025.03.03 04:58:53.357785 [ 256 ] {28663939-dd3c-4d32-afb6-1d49ee67dd24} <Debug> TCPHandler: Processed in 0.001510902 sec. | ||
| 12158 | 2025.03.03 04:58:53.357889 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12159 | 2025.03.03 04:58:53.357989 [ 256 ] {7b6486fc-c8de-4b4b-84c8-60e7a003341d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12160 | 2025.03.03 04:58:53.358052 [ 256 ] {7b6486fc-c8de-4b4b-84c8-60e7a003341d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12161 | 2025.03.03 04:58:53.359102 [ 256 ] {7b6486fc-c8de-4b4b-84c8-60e7a003341d} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12162 | 2025.03.03 04:58:53.359139 [ 256 ] {7b6486fc-c8de-4b4b-84c8-60e7a003341d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12163 | 2025.03.03 04:58:53.359734 [ 256 ] {7b6486fc-c8de-4b4b-84c8-60e7a003341d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12164 | 2025.03.03 04:58:53.359991 [ 256 ] {7b6486fc-c8de-4b4b-84c8-60e7a003341d} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12165 | 2025.03.03 04:58:53.360189 [ 256 ] {7b6486fc-c8de-4b4b-84c8-60e7a003341d} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002222 sec., 5400.540054005401 rows/sec., 9.68 MiB/sec. | ||
| 12166 | 2025.03.03 04:58:53.360289 [ 256 ] {7b6486fc-c8de-4b4b-84c8-60e7a003341d} <Debug> TCPHandler: Processed in 0.002450103 sec. | ||
| 12167 | 2025.03.03 04:58:53.360403 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12168 | 2025.03.03 04:58:53.360504 [ 256 ] {a45629ed-77e4-42bb-8e6a-f1ae3f3799d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12169 | 2025.03.03 04:58:53.360549 [ 256 ] {a45629ed-77e4-42bb-8e6a-f1ae3f3799d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12170 | 2025.03.03 04:58:53.360988 [ 256 ] {a45629ed-77e4-42bb-8e6a-f1ae3f3799d8} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12171 | 2025.03.03 04:58:53.361025 [ 256 ] {a45629ed-77e4-42bb-8e6a-f1ae3f3799d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12172 | 2025.03.03 04:58:53.361379 [ 256 ] {a45629ed-77e4-42bb-8e6a-f1ae3f3799d8} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12173 | 2025.03.03 04:58:53.361614 [ 256 ] {a45629ed-77e4-42bb-8e6a-f1ae3f3799d8} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12174 | 2025.03.03 04:58:53.361799 [ 256 ] {a45629ed-77e4-42bb-8e6a-f1ae3f3799d8} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001315 sec., 44106.463878327 rows/sec., 2.73 MiB/sec. | ||
| 12175 | 2025.03.03 04:58:53.361851 [ 256 ] {a45629ed-77e4-42bb-8e6a-f1ae3f3799d8} <Debug> TCPHandler: Processed in 0.001497922 sec. | ||
| 12176 | 2025.03.03 04:58:55.461926 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1736 | ||
| 12177 | 2025.03.03 04:58:55.465544 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12178 | 2025.03.03 04:58:55.465607 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12179 | 2025.03.03 04:58:55.467108 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12180 | 2025.03.03 04:58:55.467436 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12181 | 2025.03.03 04:58:55.468191 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1736 | ||
| 12182 | 2025.03.03 04:58:55.524249 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12183 | 2025.03.03 04:58:55.524534 [ 256 ] {88bf57d3-5816-4517-b436-57f7e32169a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12184 | 2025.03.03 04:58:55.524641 [ 256 ] {88bf57d3-5816-4517-b436-57f7e32169a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12185 | 2025.03.03 04:58:55.525728 [ 256 ] {88bf57d3-5816-4517-b436-57f7e32169a4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12186 | 2025.03.03 04:58:55.525772 [ 256 ] {88bf57d3-5816-4517-b436-57f7e32169a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12187 | 2025.03.03 04:58:55.526229 [ 256 ] {88bf57d3-5816-4517-b436-57f7e32169a4} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12188 | 2025.03.03 04:58:55.526522 [ 256 ] {88bf57d3-5816-4517-b436-57f7e32169a4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12189 | 2025.03.03 04:58:55.526730 [ 256 ] {88bf57d3-5816-4517-b436-57f7e32169a4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002275 sec., 24615.384615384613 rows/sec., 1.88 MiB/sec. | ||
| 12190 | 2025.03.03 04:58:55.526798 [ 256 ] {88bf57d3-5816-4517-b436-57f7e32169a4} <Debug> TCPHandler: Processed in 0.002721938 sec. | ||
| 12191 | 2025.03.03 04:58:55.526913 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12192 | 2025.03.03 04:58:55.527023 [ 256 ] {7ba4ebb8-cf97-4d31-a4c0-0c3bfbed6bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12193 | 2025.03.03 04:58:55.527070 [ 256 ] {7ba4ebb8-cf97-4d31-a4c0-0c3bfbed6bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12194 | 2025.03.03 04:58:55.527624 [ 256 ] {7ba4ebb8-cf97-4d31-a4c0-0c3bfbed6bf6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12195 | 2025.03.03 04:58:55.527663 [ 256 ] {7ba4ebb8-cf97-4d31-a4c0-0c3bfbed6bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12196 | 2025.03.03 04:58:55.528036 [ 256 ] {7ba4ebb8-cf97-4d31-a4c0-0c3bfbed6bf6} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12197 | 2025.03.03 04:58:55.528287 [ 256 ] {7ba4ebb8-cf97-4d31-a4c0-0c3bfbed6bf6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12198 | 2025.03.03 04:58:55.528464 [ 256 ] {7ba4ebb8-cf97-4d31-a4c0-0c3bfbed6bf6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001469 sec., 43567.052416609935 rows/sec., 3.40 MiB/sec. | ||
| 12199 | 2025.03.03 04:58:55.528516 [ 256 ] {7ba4ebb8-cf97-4d31-a4c0-0c3bfbed6bf6} <Debug> TCPHandler: Processed in 0.001654996 sec. | ||
| 12200 | 2025.03.03 04:58:55.528622 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12201 | 2025.03.03 04:58:55.528725 [ 256 ] {236646f4-8fa5-43d7-8179-7db5f0b0cee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12202 | 2025.03.03 04:58:55.528773 [ 256 ] {236646f4-8fa5-43d7-8179-7db5f0b0cee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12203 | 2025.03.03 04:58:55.529257 [ 256 ] {236646f4-8fa5-43d7-8179-7db5f0b0cee9} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12204 | 2025.03.03 04:58:55.529293 [ 256 ] {236646f4-8fa5-43d7-8179-7db5f0b0cee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12205 | 2025.03.03 04:58:55.529670 [ 256 ] {236646f4-8fa5-43d7-8179-7db5f0b0cee9} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12206 | 2025.03.03 04:58:55.529919 [ 256 ] {236646f4-8fa5-43d7-8179-7db5f0b0cee9} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12207 | 2025.03.03 04:58:55.530105 [ 256 ] {236646f4-8fa5-43d7-8179-7db5f0b0cee9} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001399 sec., 45746.962115796996 rows/sec., 3.19 MiB/sec. | ||
| 12208 | 2025.03.03 04:58:55.530168 [ 256 ] {236646f4-8fa5-43d7-8179-7db5f0b0cee9} <Debug> TCPHandler: Processed in 0.001590554 sec. | ||
| 12209 | 2025.03.03 04:58:55.530310 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12210 | 2025.03.03 04:58:55.530630 [ 256 ] {b3f21fb2-3ab6-4732-9138-3b8cb83e0222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12211 | 2025.03.03 04:58:55.530799 [ 256 ] {b3f21fb2-3ab6-4732-9138-3b8cb83e0222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12212 | 2025.03.03 04:58:55.532116 [ 256 ] {b3f21fb2-3ab6-4732-9138-3b8cb83e0222} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12213 | 2025.03.03 04:58:55.532154 [ 256 ] {b3f21fb2-3ab6-4732-9138-3b8cb83e0222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12214 | 2025.03.03 04:58:55.532514 [ 256 ] {b3f21fb2-3ab6-4732-9138-3b8cb83e0222} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12215 | 2025.03.03 04:58:55.532779 [ 256 ] {b3f21fb2-3ab6-4732-9138-3b8cb83e0222} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12216 | 2025.03.03 04:58:55.532956 [ 256 ] {b3f21fb2-3ab6-4732-9138-3b8cb83e0222} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.002468 sec., 9724.47325769854 rows/sec., 671.09 KiB/sec. | ||
| 12217 | 2025.03.03 04:58:55.533006 [ 256 ] {b3f21fb2-3ab6-4732-9138-3b8cb83e0222} <Debug> TCPHandler: Processed in 0.002746669 sec. | ||
| 12218 | 2025.03.03 04:58:57.824995 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 12219 | 2025.03.03 04:58:57.825648 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12220 | 2025.03.03 04:58:57.825695 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12221 | 2025.03.03 04:58:57.826220 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12222 | 2025.03.03 04:58:57.826477 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12223 | 2025.03.03 04:58:57.826737 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 12224 | 2025.03.03 04:58:59.765079 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 12225 | 2025.03.03 04:58:59.785620 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12226 | 2025.03.03 04:58:59.785683 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12227 | 2025.03.03 04:58:59.792936 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12228 | 2025.03.03 04:58:59.793732 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12229 | 2025.03.03 04:58:59.796546 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 12230 | 2025.03.03 04:59:00.530746 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12231 | 2025.03.03 04:59:00.531013 [ 256 ] {8e976f20-9aaf-458d-b8fc-1cbb39f0d9d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12232 | 2025.03.03 04:59:00.531118 [ 256 ] {8e976f20-9aaf-458d-b8fc-1cbb39f0d9d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12233 | 2025.03.03 04:59:00.532048 [ 256 ] {8e976f20-9aaf-458d-b8fc-1cbb39f0d9d9} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12234 | 2025.03.03 04:59:00.532095 [ 256 ] {8e976f20-9aaf-458d-b8fc-1cbb39f0d9d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12235 | 2025.03.03 04:59:00.532533 [ 256 ] {8e976f20-9aaf-458d-b8fc-1cbb39f0d9d9} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12236 | 2025.03.03 04:59:00.532785 [ 256 ] {8e976f20-9aaf-458d-b8fc-1cbb39f0d9d9} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12237 | 2025.03.03 04:59:00.533041 [ 256 ] {8e976f20-9aaf-458d-b8fc-1cbb39f0d9d9} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002105 sec., 52256.53206650831 rows/sec., 4.38 MiB/sec. | ||
| 12238 | 2025.03.03 04:59:00.533107 [ 256 ] {8e976f20-9aaf-458d-b8fc-1cbb39f0d9d9} <Debug> TCPHandler: Processed in 0.002525214 sec. | ||
| 12239 | 2025.03.03 04:59:00.533246 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12240 | 2025.03.03 04:59:00.533357 [ 256 ] {29fc395b-8928-4595-860b-6e9f7edcf481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12241 | 2025.03.03 04:59:00.533404 [ 256 ] {29fc395b-8928-4595-860b-6e9f7edcf481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12242 | 2025.03.03 04:59:00.533946 [ 256 ] {29fc395b-8928-4595-860b-6e9f7edcf481} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12243 | 2025.03.03 04:59:00.533986 [ 256 ] {29fc395b-8928-4595-860b-6e9f7edcf481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12244 | 2025.03.03 04:59:00.534337 [ 256 ] {29fc395b-8928-4595-860b-6e9f7edcf481} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12245 | 2025.03.03 04:59:00.534577 [ 256 ] {29fc395b-8928-4595-860b-6e9f7edcf481} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12246 | 2025.03.03 04:59:00.534765 [ 148 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
| 12247 | 2025.03.03 04:59:00.534798 [ 256 ] {29fc395b-8928-4595-860b-6e9f7edcf481} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001468 sec., 18392.370572207084 rows/sec., 1.35 MiB/sec. | ||
| 12248 | 2025.03.03 04:59:00.534849 [ 148 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12249 | 2025.03.03 04:59:00.534919 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12250 | 2025.03.03 04:59:00.534930 [ 256 ] {29fc395b-8928-4595-860b-6e9f7edcf481} <Debug> TCPHandler: Processed in 0.001737577 sec. | ||
| 12251 | 2025.03.03 04:59:00.535149 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12252 | 2025.03.03 04:59:00.535174 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
| 12253 | 2025.03.03 04:59:00.535306 [ 256 ] {2a2d3647-7fbf-4666-bcfd-82a67dcd57d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12254 | 2025.03.03 04:59:00.535406 [ 256 ] {2a2d3647-7fbf-4666-bcfd-82a67dcd57d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12255 | 2025.03.03 04:59:00.535503 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12256 | 2025.03.03 04:59:00.535615 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 163 rows starting from the beginning of the part | ||
| 12257 | 2025.03.03 04:59:00.535884 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 29 rows starting from the beginning of the part | ||
| 12258 | 2025.03.03 04:59:00.536307 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 118 rows starting from the beginning of the part | ||
| 12259 | 2025.03.03 04:59:00.536724 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 27 rows starting from the beginning of the part | ||
| 12260 | 2025.03.03 04:59:00.537077 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 134 rows starting from the beginning of the part | ||
| 12261 | 2025.03.03 04:59:00.537478 [ 191 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 27 rows starting from the beginning of the part | ||
| 12262 | 2025.03.03 04:59:00.538323 [ 256 ] {2a2d3647-7fbf-4666-bcfd-82a67dcd57d6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12263 | 2025.03.03 04:59:00.538386 [ 256 ] {2a2d3647-7fbf-4666-bcfd-82a67dcd57d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12264 | 2025.03.03 04:59:00.539436 [ 256 ] {2a2d3647-7fbf-4666-bcfd-82a67dcd57d6} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12265 | 2025.03.03 04:59:00.540044 [ 256 ] {2a2d3647-7fbf-4666-bcfd-82a67dcd57d6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12266 | 2025.03.03 04:59:00.540056 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 5 columns (5 merged, 0 gathered) in 0.005007138 sec., 99458.01373958537 rows/sec., 6.72 MiB/sec. | ||
| 12267 | 2025.03.03 04:59:00.540363 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 12268 | 2025.03.03 04:59:00.540402 [ 256 ] {2a2d3647-7fbf-4666-bcfd-82a67dcd57d6} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005144 sec., 17690.513219284603 rows/sec., 1.38 MiB/sec. | ||
| 12269 | 2025.03.03 04:59:00.540528 [ 256 ] {2a2d3647-7fbf-4666-bcfd-82a67dcd57d6} <Debug> TCPHandler: Processed in 0.005462337 sec. | ||
| 12270 | 2025.03.03 04:59:00.540694 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12271 | 2025.03.03 04:59:00.540870 [ 256 ] {aed1bced-7f0d-4c2d-bb31-5eb61fe8fe51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12272 | 2025.03.03 04:59:00.540877 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_80_16} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12273 | 2025.03.03 04:59:00.540972 [ 256 ] {aed1bced-7f0d-4c2d-bb31-5eb61fe8fe51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12274 | 2025.03.03 04:59:00.541108 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_80_16} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
| 12275 | 2025.03.03 04:59:00.541321 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 12276 | 2025.03.03 04:59:00.541800 [ 256 ] {aed1bced-7f0d-4c2d-bb31-5eb61fe8fe51} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12277 | 2025.03.03 04:59:00.541843 [ 256 ] {aed1bced-7f0d-4c2d-bb31-5eb61fe8fe51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12278 | 2025.03.03 04:59:00.542234 [ 256 ] {aed1bced-7f0d-4c2d-bb31-5eb61fe8fe51} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12279 | 2025.03.03 04:59:00.542473 [ 256 ] {aed1bced-7f0d-4c2d-bb31-5eb61fe8fe51} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12280 | 2025.03.03 04:59:00.542694 [ 256 ] {aed1bced-7f0d-4c2d-bb31-5eb61fe8fe51} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001872 sec., 85470.08547008547 rows/sec., 5.95 MiB/sec. | ||
| 12281 | 2025.03.03 04:59:00.542748 [ 256 ] {aed1bced-7f0d-4c2d-bb31-5eb61fe8fe51} <Debug> TCPHandler: Processed in 0.002116006 sec. | ||
| 12282 | 2025.03.03 04:59:00.542852 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12283 | 2025.03.03 04:59:00.542954 [ 256 ] {dccef4cd-cb5d-43ee-84d0-83160ac7ebd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12284 | 2025.03.03 04:59:00.543019 [ 256 ] {dccef4cd-cb5d-43ee-84d0-83160ac7ebd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12285 | 2025.03.03 04:59:00.544152 [ 256 ] {dccef4cd-cb5d-43ee-84d0-83160ac7ebd2} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12286 | 2025.03.03 04:59:00.544192 [ 256 ] {dccef4cd-cb5d-43ee-84d0-83160ac7ebd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12287 | 2025.03.03 04:59:00.544932 [ 256 ] {dccef4cd-cb5d-43ee-84d0-83160ac7ebd2} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12288 | 2025.03.03 04:59:00.545318 [ 256 ] {dccef4cd-cb5d-43ee-84d0-83160ac7ebd2} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12289 | 2025.03.03 04:59:00.545626 [ 256 ] {dccef4cd-cb5d-43ee-84d0-83160ac7ebd2} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002691 sec., 10033.444816053512 rows/sec., 17.98 MiB/sec. | ||
| 12290 | 2025.03.03 04:59:00.545773 [ 256 ] {dccef4cd-cb5d-43ee-84d0-83160ac7ebd2} <Debug> TCPHandler: Processed in 0.002968863 sec. | ||
| 12291 | 2025.03.03 04:59:00.545911 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12292 | 2025.03.03 04:59:00.546027 [ 256 ] {677013c1-a5a6-4c15-a303-e86dac43130d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12293 | 2025.03.03 04:59:00.546081 [ 256 ] {677013c1-a5a6-4c15-a303-e86dac43130d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12294 | 2025.03.03 04:59:00.546621 [ 256 ] {677013c1-a5a6-4c15-a303-e86dac43130d} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12295 | 2025.03.03 04:59:00.546668 [ 256 ] {677013c1-a5a6-4c15-a303-e86dac43130d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12296 | 2025.03.03 04:59:00.547097 [ 256 ] {677013c1-a5a6-4c15-a303-e86dac43130d} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12297 | 2025.03.03 04:59:00.547401 [ 256 ] {677013c1-a5a6-4c15-a303-e86dac43130d} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12298 | 2025.03.03 04:59:00.547655 [ 256 ] {677013c1-a5a6-4c15-a303-e86dac43130d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001654 sec., 36275.695284159614 rows/sec., 2.44 MiB/sec. | ||
| 12299 | 2025.03.03 04:59:00.547732 [ 256 ] {677013c1-a5a6-4c15-a303-e86dac43130d} <Debug> TCPHandler: Processed in 0.00187907 sec. | ||
| 12300 | 2025.03.03 04:59:04.530026 [ 144 ] {} <Debug> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 12301 | 2025.03.03 04:59:04.530097 [ 144 ] {} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12302 | 2025.03.03 04:59:04.530125 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12303 | 2025.03.03 04:59:04.530279 [ 200 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::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 | ||
| 12304 | 2025.03.03 04:59:04.530441 [ 200 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12305 | 2025.03.03 04:59:04.530484 [ 200 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::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 | ||
| 12306 | 2025.03.03 04:59:04.530584 [ 200 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
| 12307 | 2025.03.03 04:59:04.530879 [ 200 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 12308 | 2025.03.03 04:59:04.531103 [ 200 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 12309 | 2025.03.03 04:59:04.531285 [ 200 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
| 12310 | 2025.03.03 04:59:04.532379 [ 192 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 5 columns (5 merged, 0 gathered) in 0.002186167 sec., 24700.76622691679 rows/sec., 2.06 MiB/sec. | ||
| 12311 | 2025.03.03 04:59:04.532568 [ 195 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 12312 | 2025.03.03 04:59:04.532934 [ 195 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_13_3} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12313 | 2025.03.03 04:59:04.533025 [ 195 ] {49d81e20-f57e-4f4c-8f43-8ca887fdd639::all_1_13_3} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 12314 | 2025.03.03 04:59:04.533134 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12315 | 2025.03.03 04:59:05.114692 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12316 | 2025.03.03 04:59:05.114747 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12317 | 2025.03.03 04:59:05.327831 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 12318 | 2025.03.03 04:59:05.328505 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12319 | 2025.03.03 04:59:05.328552 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12320 | 2025.03.03 04:59:05.329084 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12321 | 2025.03.03 04:59:05.329343 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12322 | 2025.03.03 04:59:05.329547 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 12323 | 2025.03.03 04:59:05.469437 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1756 | ||
| 12324 | 2025.03.03 04:59:05.472165 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12325 | 2025.03.03 04:59:05.472216 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12326 | 2025.03.03 04:59:05.473677 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12327 | 2025.03.03 04:59:05.474020 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12328 | 2025.03.03 04:59:05.474580 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1756 | ||
| 12329 | 2025.03.03 04:59:05.534875 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12330 | 2025.03.03 04:59:05.535063 [ 256 ] {62dae919-2cdd-41d2-9df7-31ac81b9affc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12331 | 2025.03.03 04:59:05.535138 [ 256 ] {62dae919-2cdd-41d2-9df7-31ac81b9affc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12332 | 2025.03.03 04:59:05.536047 [ 256 ] {62dae919-2cdd-41d2-9df7-31ac81b9affc} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12333 | 2025.03.03 04:59:05.536100 [ 256 ] {62dae919-2cdd-41d2-9df7-31ac81b9affc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12334 | 2025.03.03 04:59:05.536555 [ 256 ] {62dae919-2cdd-41d2-9df7-31ac81b9affc} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12335 | 2025.03.03 04:59:05.536812 [ 256 ] {62dae919-2cdd-41d2-9df7-31ac81b9affc} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12336 | 2025.03.03 04:59:05.537041 [ 256 ] {62dae919-2cdd-41d2-9df7-31ac81b9affc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00203 sec., 104433.49753694581 rows/sec., 6.64 MiB/sec. | ||
| 12337 | 2025.03.03 04:59:05.537107 [ 256 ] {62dae919-2cdd-41d2-9df7-31ac81b9affc} <Debug> TCPHandler: Processed in 0.00236197 sec. | ||
| 12338 | 2025.03.03 04:59:05.537239 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12339 | 2025.03.03 04:59:05.537353 [ 256 ] {4f4a8a00-e3c6-49f0-9c22-eb870f432597} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12340 | 2025.03.03 04:59:05.537402 [ 256 ] {4f4a8a00-e3c6-49f0-9c22-eb870f432597} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12341 | 2025.03.03 04:59:05.538434 [ 256 ] {4f4a8a00-e3c6-49f0-9c22-eb870f432597} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12342 | 2025.03.03 04:59:05.538476 [ 256 ] {4f4a8a00-e3c6-49f0-9c22-eb870f432597} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12343 | 2025.03.03 04:59:05.538878 [ 256 ] {4f4a8a00-e3c6-49f0-9c22-eb870f432597} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12344 | 2025.03.03 04:59:05.539114 [ 256 ] {4f4a8a00-e3c6-49f0-9c22-eb870f432597} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12345 | 2025.03.03 04:59:05.539315 [ 143 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12346 | 2025.03.03 04:59:05.539347 [ 256 ] {4f4a8a00-e3c6-49f0-9c22-eb870f432597} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.002022 sec., 317012.85855588526 rows/sec., 24.98 MiB/sec. | ||
| 12347 | 2025.03.03 04:59:05.539406 [ 143 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12348 | 2025.03.03 04:59:05.539463 [ 256 ] {4f4a8a00-e3c6-49f0-9c22-eb870f432597} <Debug> TCPHandler: Processed in 0.002268379 sec. | ||
| 12349 | 2025.03.03 04:59:05.539474 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12350 | 2025.03.03 04:59:05.539669 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12351 | 2025.03.03 04:59:05.539739 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 12352 | 2025.03.03 04:59:05.539841 [ 256 ] {8e3966d4-97d7-4da9-9fbe-1caae99f0592} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12353 | 2025.03.03 04:59:05.539927 [ 256 ] {8e3966d4-97d7-4da9-9fbe-1caae99f0592} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12354 | 2025.03.03 04:59:05.540143 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12355 | 2025.03.03 04:59:05.540233 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1845 rows starting from the beginning of the part | ||
| 12356 | 2025.03.03 04:59:05.540594 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 110 rows starting from the beginning of the part | ||
| 12357 | 2025.03.03 04:59:05.540999 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1789 rows starting from the beginning of the part | ||
| 12358 | 2025.03.03 04:59:05.541367 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 12359 | 2025.03.03 04:59:05.541659 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 110 rows starting from the beginning of the part | ||
| 12360 | 2025.03.03 04:59:05.541957 [ 200 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 641 rows starting from the beginning of the part | ||
| 12361 | 2025.03.03 04:59:05.542825 [ 256 ] {8e3966d4-97d7-4da9-9fbe-1caae99f0592} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12362 | 2025.03.03 04:59:05.542890 [ 256 ] {8e3966d4-97d7-4da9-9fbe-1caae99f0592} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12363 | 2025.03.03 04:59:05.543736 [ 256 ] {8e3966d4-97d7-4da9-9fbe-1caae99f0592} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12364 | 2025.03.03 04:59:05.544314 [ 256 ] {8e3966d4-97d7-4da9-9fbe-1caae99f0592} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12365 | 2025.03.03 04:59:05.544693 [ 256 ] {8e3966d4-97d7-4da9-9fbe-1caae99f0592} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.004909 sec., 24037.482175595844 rows/sec., 1.45 MiB/sec. | ||
| 12366 | 2025.03.03 04:59:05.544821 [ 256 ] {8e3966d4-97d7-4da9-9fbe-1caae99f0592} <Debug> TCPHandler: Processed in 0.005249462 sec. | ||
| 12367 | 2025.03.03 04:59:05.545043 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12368 | 2025.03.03 04:59:05.545164 [ 256 ] {ea5440a0-0f37-4a17-aec4-a598333e1f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12369 | 2025.03.03 04:59:05.545254 [ 256 ] {ea5440a0-0f37-4a17-aec4-a598333e1f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12370 | 2025.03.03 04:59:05.545784 [ 198 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.006168332 sec., 737800.753915321 rows/sec., 62.51 MiB/sec. | ||
| 12371 | 2025.03.03 04:59:05.546242 [ 198 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12372 | 2025.03.03 04:59:05.546714 [ 256 ] {ea5440a0-0f37-4a17-aec4-a598333e1f43} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12373 | 2025.03.03 04:59:05.546776 [ 256 ] {ea5440a0-0f37-4a17-aec4-a598333e1f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12374 | 2025.03.03 04:59:05.547057 [ 198 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_101_20} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12375 | 2025.03.03 04:59:05.547259 [ 198 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_101_20} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12376 | 2025.03.03 04:59:05.547439 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 12377 | 2025.03.03 04:59:05.547504 [ 256 ] {ea5440a0-0f37-4a17-aec4-a598333e1f43} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12378 | 2025.03.03 04:59:05.547781 [ 256 ] {ea5440a0-0f37-4a17-aec4-a598333e1f43} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12379 | 2025.03.03 04:59:05.548031 [ 256 ] {ea5440a0-0f37-4a17-aec4-a598333e1f43} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002891 sec., 39086.82116914562 rows/sec., 2.53 MiB/sec. | ||
| 12380 | 2025.03.03 04:59:05.548149 [ 256 ] {ea5440a0-0f37-4a17-aec4-a598333e1f43} <Debug> TCPHandler: Processed in 0.003198729 sec. | ||
| 12381 | 2025.03.03 04:59:05.548308 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12382 | 2025.03.03 04:59:05.548412 [ 256 ] {f17375ea-8197-42fb-8b59-92c96f8cb8bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12383 | 2025.03.03 04:59:05.548465 [ 256 ] {f17375ea-8197-42fb-8b59-92c96f8cb8bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12384 | 2025.03.03 04:59:05.549055 [ 256 ] {f17375ea-8197-42fb-8b59-92c96f8cb8bc} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12385 | 2025.03.03 04:59:05.549098 [ 256 ] {f17375ea-8197-42fb-8b59-92c96f8cb8bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12386 | 2025.03.03 04:59:05.549465 [ 256 ] {f17375ea-8197-42fb-8b59-92c96f8cb8bc} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12387 | 2025.03.03 04:59:05.549743 [ 256 ] {f17375ea-8197-42fb-8b59-92c96f8cb8bc} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12388 | 2025.03.03 04:59:05.550040 [ 256 ] {f17375ea-8197-42fb-8b59-92c96f8cb8bc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00164 sec., 68292.68292682926 rows/sec., 3.89 MiB/sec. | ||
| 12389 | 2025.03.03 04:59:05.550261 [ 256 ] {f17375ea-8197-42fb-8b59-92c96f8cb8bc} <Debug> TCPHandler: Processed in 0.002000923 sec. | ||
| 12390 | 2025.03.03 04:59:05.550520 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12391 | 2025.03.03 04:59:05.550646 [ 256 ] {f8e4d9fd-b24e-4b3a-9507-bc4ac86f9eb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12392 | 2025.03.03 04:59:05.550694 [ 256 ] {f8e4d9fd-b24e-4b3a-9507-bc4ac86f9eb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12393 | 2025.03.03 04:59:05.551514 [ 256 ] {f8e4d9fd-b24e-4b3a-9507-bc4ac86f9eb3} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12394 | 2025.03.03 04:59:05.551557 [ 256 ] {f8e4d9fd-b24e-4b3a-9507-bc4ac86f9eb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12395 | 2025.03.03 04:59:05.551949 [ 256 ] {f8e4d9fd-b24e-4b3a-9507-bc4ac86f9eb3} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12396 | 2025.03.03 04:59:05.552188 [ 256 ] {f8e4d9fd-b24e-4b3a-9507-bc4ac86f9eb3} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12397 | 2025.03.03 04:59:05.552372 [ 143 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12398 | 2025.03.03 04:59:05.552416 [ 256 ] {f8e4d9fd-b24e-4b3a-9507-bc4ac86f9eb3} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001791 sec., 219988.83305415968 rows/sec., 15.56 MiB/sec. | ||
| 12399 | 2025.03.03 04:59:05.552451 [ 143 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12400 | 2025.03.03 04:59:05.552516 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12401 | 2025.03.03 04:59:05.552571 [ 256 ] {f8e4d9fd-b24e-4b3a-9507-bc4ac86f9eb3} <Debug> TCPHandler: Processed in 0.002135055 sec. | ||
| 12402 | 2025.03.03 04:59:05.552761 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 12403 | 2025.03.03 04:59:05.552796 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12404 | 2025.03.03 04:59:05.553033 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12405 | 2025.03.03 04:59:05.553044 [ 256 ] {a16f5bc1-0475-44d5-99f7-b5b6c2af727b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12406 | 2025.03.03 04:59:05.553099 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 913 rows starting from the beginning of the part | ||
| 12407 | 2025.03.03 04:59:05.553167 [ 256 ] {a16f5bc1-0475-44d5-99f7-b5b6c2af727b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12408 | 2025.03.03 04:59:05.553539 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 91 rows starting from the beginning of the part | ||
| 12409 | 2025.03.03 04:59:05.553949 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 866 rows starting from the beginning of the part | ||
| 12410 | 2025.03.03 04:59:05.554287 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 12411 | 2025.03.03 04:59:05.554470 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 91 rows starting from the beginning of the part | ||
| 12412 | 2025.03.03 04:59:05.554880 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 394 rows starting from the beginning of the part | ||
| 12413 | 2025.03.03 04:59:05.555479 [ 256 ] {a16f5bc1-0475-44d5-99f7-b5b6c2af727b} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12414 | 2025.03.03 04:59:05.555549 [ 256 ] {a16f5bc1-0475-44d5-99f7-b5b6c2af727b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12415 | 2025.03.03 04:59:05.556491 [ 256 ] {a16f5bc1-0475-44d5-99f7-b5b6c2af727b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12416 | 2025.03.03 04:59:05.557039 [ 256 ] {a16f5bc1-0475-44d5-99f7-b5b6c2af727b} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12417 | 2025.03.03 04:59:05.557500 [ 256 ] {a16f5bc1-0475-44d5-99f7-b5b6c2af727b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004555 sec., 1317.2338090010976 rows/sec., 68.82 KiB/sec. | ||
| 12418 | 2025.03.03 04:59:05.557583 [ 256 ] {a16f5bc1-0475-44d5-99f7-b5b6c2af727b} <Debug> TCPHandler: Processed in 0.004852374 sec. | ||
| 12419 | 2025.03.03 04:59:05.557708 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12420 | 2025.03.03 04:59:05.557923 [ 256 ] {fb977880-27a0-42e5-abc8-9f30560d8f28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12421 | 2025.03.03 04:59:05.558072 [ 256 ] {fb977880-27a0-42e5-abc8-9f30560d8f28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12422 | 2025.03.03 04:59:05.558350 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.005732783 sec., 421959.1078190122 rows/sec., 32.32 MiB/sec. | ||
| 12423 | 2025.03.03 04:59:05.558607 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12424 | 2025.03.03 04:59:05.559056 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_101_20} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12425 | 2025.03.03 04:59:05.559275 [ 199 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_101_20} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12426 | 2025.03.03 04:59:05.559364 [ 256 ] {fb977880-27a0-42e5-abc8-9f30560d8f28} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12427 | 2025.03.03 04:59:05.559412 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 12428 | 2025.03.03 04:59:05.559453 [ 256 ] {fb977880-27a0-42e5-abc8-9f30560d8f28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12429 | 2025.03.03 04:59:05.559865 [ 256 ] {fb977880-27a0-42e5-abc8-9f30560d8f28} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12430 | 2025.03.03 04:59:05.560108 [ 256 ] {fb977880-27a0-42e5-abc8-9f30560d8f28} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12431 | 2025.03.03 04:59:05.560284 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12432 | 2025.03.03 04:59:05.560347 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12433 | 2025.03.03 04:59:05.560362 [ 256 ] {fb977880-27a0-42e5-abc8-9f30560d8f28} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002519 sec., 94084.95434696309 rows/sec., 6.31 MiB/sec. | ||
| 12434 | 2025.03.03 04:59:05.560389 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12435 | 2025.03.03 04:59:05.560549 [ 256 ] {fb977880-27a0-42e5-abc8-9f30560d8f28} <Debug> TCPHandler: Processed in 0.002887912 sec. | ||
| 12436 | 2025.03.03 04:59:05.560641 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 12437 | 2025.03.03 04:59:05.560723 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12438 | 2025.03.03 04:59:05.560850 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12439 | 2025.03.03 04:59:05.560942 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28513 rows starting from the beginning of the part | ||
| 12440 | 2025.03.03 04:59:05.560952 [ 256 ] {e531271f-f30d-414f-986f-fddd7ad3412d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12441 | 2025.03.03 04:59:05.561148 [ 256 ] {e531271f-f30d-414f-986f-fddd7ad3412d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12442 | 2025.03.03 04:59:05.561217 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
| 12443 | 2025.03.03 04:59:05.561664 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1027 rows starting from the beginning of the part | ||
| 12444 | 2025.03.03 04:59:05.562044 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::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 | ||
| 12445 | 2025.03.03 04:59:05.562367 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 12446 | 2025.03.03 04:59:05.562627 [ 200 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 237 rows starting from the beginning of the part | ||
| 12447 | 2025.03.03 04:59:05.563449 [ 256 ] {e531271f-f30d-414f-986f-fddd7ad3412d} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12448 | 2025.03.03 04:59:05.563523 [ 256 ] {e531271f-f30d-414f-986f-fddd7ad3412d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12449 | 2025.03.03 04:59:05.564235 [ 256 ] {e531271f-f30d-414f-986f-fddd7ad3412d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12450 | 2025.03.03 04:59:05.564565 [ 256 ] {e531271f-f30d-414f-986f-fddd7ad3412d} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12451 | 2025.03.03 04:59:05.565035 [ 256 ] {e531271f-f30d-414f-986f-fddd7ad3412d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004129 sec., 242.18939210462582 rows/sec., 16.32 KiB/sec. | ||
| 12452 | 2025.03.03 04:59:05.565435 [ 256 ] {e531271f-f30d-414f-986f-fddd7ad3412d} <Debug> TCPHandler: Processed in 0.004754252 sec. | ||
| 12453 | 2025.03.03 04:59:05.565785 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12454 | 2025.03.03 04:59:05.566160 [ 256 ] {0b381431-07eb-4253-a8b7-2906af3a9c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12455 | 2025.03.03 04:59:05.566417 [ 256 ] {0b381431-07eb-4253-a8b7-2906af3a9c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12456 | 2025.03.03 04:59:05.568254 [ 256 ] {0b381431-07eb-4253-a8b7-2906af3a9c3b} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12457 | 2025.03.03 04:59:05.568357 [ 256 ] {0b381431-07eb-4253-a8b7-2906af3a9c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12458 | 2025.03.03 04:59:05.569305 [ 256 ] {0b381431-07eb-4253-a8b7-2906af3a9c3b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12459 | 2025.03.03 04:59:05.569618 [ 256 ] {0b381431-07eb-4253-a8b7-2906af3a9c3b} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12460 | 2025.03.03 04:59:05.569902 [ 143 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12461 | 2025.03.03 04:59:05.569963 [ 143 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12462 | 2025.03.03 04:59:05.569996 [ 256 ] {0b381431-07eb-4253-a8b7-2906af3a9c3b} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.00391 sec., 3069.0537084398975 rows/sec., 5.50 MiB/sec. | ||
| 12463 | 2025.03.03 04:59:05.570061 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12464 | 2025.03.03 04:59:05.570886 [ 256 ] {0b381431-07eb-4253-a8b7-2906af3a9c3b} <Debug> TCPHandler: Processed in 0.005205122 sec. | ||
| 12465 | 2025.03.03 04:59:05.570948 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 12466 | 2025.03.03 04:59:05.571484 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12467 | 2025.03.03 04:59:05.571873 [ 256 ] {04248a14-0b20-49a9-a300-b0efdd58a532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12468 | 2025.03.03 04:59:05.572048 [ 256 ] {04248a14-0b20-49a9-a300-b0efdd58a532} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12469 | 2025.03.03 04:59:05.573036 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12470 | 2025.03.03 04:59:05.573534 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1428 rows starting from the beginning of the part | ||
| 12471 | 2025.03.03 04:59:05.574573 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 12 rows starting from the beginning of the part | ||
| 12472 | 2025.03.03 04:59:05.575191 [ 256 ] {04248a14-0b20-49a9-a300-b0efdd58a532} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12473 | 2025.03.03 04:59:05.575284 [ 256 ] {04248a14-0b20-49a9-a300-b0efdd58a532} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12474 | 2025.03.03 04:59:05.575308 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 27 rows starting from the beginning of the part | ||
| 12475 | 2025.03.03 04:59:05.576117 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 12 rows starting from the beginning of the part | ||
| 12476 | 2025.03.03 04:59:05.576900 [ 256 ] {04248a14-0b20-49a9-a300-b0efdd58a532} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12477 | 2025.03.03 04:59:05.577353 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 27 rows starting from the beginning of the part | ||
| 12478 | 2025.03.03 04:59:05.577490 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30161 rows, containing 5 columns (5 merged, 0 gathered) in 0.016939383 sec., 1780525.300124568 rows/sec., 120.22 MiB/sec. | ||
| 12479 | 2025.03.03 04:59:05.577879 [ 256 ] {04248a14-0b20-49a9-a300-b0efdd58a532} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12480 | 2025.03.03 04:59:05.578185 [ 193 ] {1a441893-9993-4f87-907b-84f593661890::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 12 rows starting from the beginning of the part | ||
| 12481 | 2025.03.03 04:59:05.578377 [ 143 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12482 | 2025.03.03 04:59:05.578528 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12483 | 2025.03.03 04:59:05.578562 [ 143 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12484 | 2025.03.03 04:59:05.578691 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12485 | 2025.03.03 04:59:05.578748 [ 256 ] {04248a14-0b20-49a9-a300-b0efdd58a532} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006967 sec., 11769.771781254485 rows/sec., 765.47 KiB/sec. | ||
| 12486 | 2025.03.03 04:59:05.579494 [ 256 ] {04248a14-0b20-49a9-a300-b0efdd58a532} <Debug> TCPHandler: Processed in 0.008148784 sec. | ||
| 12487 | 2025.03.03 04:59:05.579699 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 12488 | 2025.03.03 04:59:05.580755 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12489 | 2025.03.03 04:59:05.580947 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5846 rows starting from the beginning of the part | ||
| 12490 | 2025.03.03 04:59:05.581005 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12491 | 2025.03.03 04:59:05.581835 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 12492 | 2025.03.03 04:59:05.581955 [ 188 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12493 | 2025.03.03 04:59:05.582481 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 58 rows starting from the beginning of the part | ||
| 12494 | 2025.03.03 04:59:05.583119 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 24 rows starting from the beginning of the part | ||
| 12495 | 2025.03.03 04:59:05.583097 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 12496 | 2025.03.03 04:59:05.583663 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 12497 | 2025.03.03 04:59:05.584095 [ 201 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
| 12498 | 2025.03.03 04:59:05.586918 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6130 rows, containing 4 columns (4 merged, 0 gathered) in 0.007958921 sec., 770204.9059162667 rows/sec., 50.19 MiB/sec. | ||
| 12499 | 2025.03.03 04:59:05.587438 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12500 | 2025.03.03 04:59:05.588066 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_101_20} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12501 | 2025.03.03 04:59:05.588297 [ 196 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_101_20} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12502 | 2025.03.03 04:59:05.588511 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 12503 | 2025.03.03 04:59:05.592597 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1518 rows, containing 19 columns (19 merged, 0 gathered) in 0.022368359 sec., 67863.7176737015 rows/sec., 121.61 MiB/sec. | ||
| 12504 | 2025.03.03 04:59:05.593953 [ 197 ] {1a441893-9993-4f87-907b-84f593661890::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12505 | 2025.03.03 04:59:05.594388 [ 197 ] {1a441893-9993-4f87-907b-84f593661890::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12506 | 2025.03.03 04:59:05.594481 [ 197 ] {1a441893-9993-4f87-907b-84f593661890::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12507 | 2025.03.03 04:59:05.594617 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. | ||
| 12508 | 2025.03.03 04:59:06.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.59 MiB, peak 257.12 MiB, free memory in arenas 0.00 B, will set to 247.68 MiB (RSS), difference: 2.08 MiB | ||
| 12509 | 2025.03.03 04:59:07.297602 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 12510 | 2025.03.03 04:59:07.319080 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12511 | 2025.03.03 04:59:07.319144 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12512 | 2025.03.03 04:59:07.326411 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12513 | 2025.03.03 04:59:07.327210 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12514 | 2025.03.03 04:59:07.330093 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 12515 | 2025.03.03 04:59:10.530281 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12516 | 2025.03.03 04:59:10.530469 [ 256 ] {102278a6-f51f-40c0-9fa6-f0bbfe89f17d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12517 | 2025.03.03 04:59:10.530541 [ 256 ] {102278a6-f51f-40c0-9fa6-f0bbfe89f17d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12518 | 2025.03.03 04:59:10.531358 [ 256 ] {102278a6-f51f-40c0-9fa6-f0bbfe89f17d} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12519 | 2025.03.03 04:59:10.531407 [ 256 ] {102278a6-f51f-40c0-9fa6-f0bbfe89f17d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12520 | 2025.03.03 04:59:10.531866 [ 256 ] {102278a6-f51f-40c0-9fa6-f0bbfe89f17d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12521 | 2025.03.03 04:59:10.532124 [ 256 ] {102278a6-f51f-40c0-9fa6-f0bbfe89f17d} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12522 | 2025.03.03 04:59:10.532372 [ 256 ] {102278a6-f51f-40c0-9fa6-f0bbfe89f17d} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001956 sec., 56237.218813905936 rows/sec., 4.71 MiB/sec. | ||
| 12523 | 2025.03.03 04:59:10.532474 [ 256 ] {102278a6-f51f-40c0-9fa6-f0bbfe89f17d} <Debug> TCPHandler: Processed in 0.00231677 sec. | ||
| 12524 | 2025.03.03 04:59:10.532633 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12525 | 2025.03.03 04:59:10.532932 [ 256 ] {c096165f-70c7-4af7-b4f7-92b2ad21902d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12526 | 2025.03.03 04:59:10.533067 [ 256 ] {c096165f-70c7-4af7-b4f7-92b2ad21902d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12527 | 2025.03.03 04:59:10.533782 [ 256 ] {c096165f-70c7-4af7-b4f7-92b2ad21902d} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12528 | 2025.03.03 04:59:10.533825 [ 256 ] {c096165f-70c7-4af7-b4f7-92b2ad21902d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12529 | 2025.03.03 04:59:10.534195 [ 256 ] {c096165f-70c7-4af7-b4f7-92b2ad21902d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12530 | 2025.03.03 04:59:10.534441 [ 256 ] {c096165f-70c7-4af7-b4f7-92b2ad21902d} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12531 | 2025.03.03 04:59:10.534661 [ 256 ] {c096165f-70c7-4af7-b4f7-92b2ad21902d} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001839 sec., 14681.89233278956 rows/sec., 1.08 MiB/sec. | ||
| 12532 | 2025.03.03 04:59:10.534717 [ 256 ] {c096165f-70c7-4af7-b4f7-92b2ad21902d} <Debug> TCPHandler: Processed in 0.002167066 sec. | ||
| 12533 | 2025.03.03 04:59:10.534883 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12534 | 2025.03.03 04:59:10.534991 [ 256 ] {7057b6d3-bc00-4c08-9d48-ec448fcd64fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12535 | 2025.03.03 04:59:10.535038 [ 256 ] {7057b6d3-bc00-4c08-9d48-ec448fcd64fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12536 | 2025.03.03 04:59:10.535599 [ 256 ] {7057b6d3-bc00-4c08-9d48-ec448fcd64fd} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12537 | 2025.03.03 04:59:10.535640 [ 256 ] {7057b6d3-bc00-4c08-9d48-ec448fcd64fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12538 | 2025.03.03 04:59:10.536135 [ 256 ] {7057b6d3-bc00-4c08-9d48-ec448fcd64fd} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12539 | 2025.03.03 04:59:10.536380 [ 256 ] {7057b6d3-bc00-4c08-9d48-ec448fcd64fd} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12540 | 2025.03.03 04:59:10.536586 [ 256 ] {7057b6d3-bc00-4c08-9d48-ec448fcd64fd} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001617 sec., 56277.056277056276 rows/sec., 4.40 MiB/sec. | ||
| 12541 | 2025.03.03 04:59:10.536639 [ 256 ] {7057b6d3-bc00-4c08-9d48-ec448fcd64fd} <Debug> TCPHandler: Processed in 0.001807398 sec. | ||
| 12542 | 2025.03.03 04:59:10.536742 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12543 | 2025.03.03 04:59:10.536845 [ 256 ] {2979a806-4dff-41db-a81d-87916571382c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12544 | 2025.03.03 04:59:10.536895 [ 256 ] {2979a806-4dff-41db-a81d-87916571382c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12545 | 2025.03.03 04:59:10.537486 [ 256 ] {2979a806-4dff-41db-a81d-87916571382c} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12546 | 2025.03.03 04:59:10.537525 [ 256 ] {2979a806-4dff-41db-a81d-87916571382c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12547 | 2025.03.03 04:59:10.537945 [ 256 ] {2979a806-4dff-41db-a81d-87916571382c} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12548 | 2025.03.03 04:59:10.538189 [ 256 ] {2979a806-4dff-41db-a81d-87916571382c} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12549 | 2025.03.03 04:59:10.538403 [ 256 ] {2979a806-4dff-41db-a81d-87916571382c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00158 sec., 101265.82278481012 rows/sec., 7.05 MiB/sec. | ||
| 12550 | 2025.03.03 04:59:10.538456 [ 256 ] {2979a806-4dff-41db-a81d-87916571382c} <Debug> TCPHandler: Processed in 0.001765027 sec. | ||
| 12551 | 2025.03.03 04:59:10.538566 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12552 | 2025.03.03 04:59:10.538668 [ 256 ] {ba3b7883-a4c6-43d9-8e77-4265cc9156a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12553 | 2025.03.03 04:59:10.538735 [ 256 ] {ba3b7883-a4c6-43d9-8e77-4265cc9156a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12554 | 2025.03.03 04:59:10.539851 [ 256 ] {ba3b7883-a4c6-43d9-8e77-4265cc9156a3} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12555 | 2025.03.03 04:59:10.539891 [ 256 ] {ba3b7883-a4c6-43d9-8e77-4265cc9156a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12556 | 2025.03.03 04:59:10.540526 [ 256 ] {ba3b7883-a4c6-43d9-8e77-4265cc9156a3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12557 | 2025.03.03 04:59:10.540785 [ 256 ] {ba3b7883-a4c6-43d9-8e77-4265cc9156a3} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12558 | 2025.03.03 04:59:10.541038 [ 256 ] {ba3b7883-a4c6-43d9-8e77-4265cc9156a3} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002392 sec., 11287.6254180602 rows/sec., 20.23 MiB/sec. | ||
| 12559 | 2025.03.03 04:59:10.541144 [ 256 ] {ba3b7883-a4c6-43d9-8e77-4265cc9156a3} <Debug> TCPHandler: Processed in 0.002629717 sec. | ||
| 12560 | 2025.03.03 04:59:10.541257 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12561 | 2025.03.03 04:59:10.541359 [ 256 ] {adc689df-26ed-4861-bce7-329e0d1cf6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12562 | 2025.03.03 04:59:10.541406 [ 256 ] {adc689df-26ed-4861-bce7-329e0d1cf6ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12563 | 2025.03.03 04:59:10.541839 [ 256 ] {adc689df-26ed-4861-bce7-329e0d1cf6ab} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12564 | 2025.03.03 04:59:10.541877 [ 256 ] {adc689df-26ed-4861-bce7-329e0d1cf6ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12565 | 2025.03.03 04:59:10.542231 [ 256 ] {adc689df-26ed-4861-bce7-329e0d1cf6ab} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12566 | 2025.03.03 04:59:10.542477 [ 256 ] {adc689df-26ed-4861-bce7-329e0d1cf6ab} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12567 | 2025.03.03 04:59:10.542692 [ 256 ] {adc689df-26ed-4861-bce7-329e0d1cf6ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
| 12568 | 2025.03.03 04:59:10.542743 [ 256 ] {adc689df-26ed-4861-bce7-329e0d1cf6ab} <Debug> TCPHandler: Processed in 0.001536083 sec. | ||
| 12569 | 2025.03.03 04:59:12.830642 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 12570 | 2025.03.03 04:59:12.831289 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12571 | 2025.03.03 04:59:12.831331 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12572 | 2025.03.03 04:59:12.831867 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12573 | 2025.03.03 04:59:12.832125 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12574 | 2025.03.03 04:59:12.832345 [ 134 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12575 | 2025.03.03 04:59:12.832385 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 12576 | 2025.03.03 04:59:12.832438 [ 134 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12577 | 2025.03.03 04:59:12.832470 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12578 | 2025.03.03 04:59:12.832612 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 12579 | 2025.03.03 04:59:12.832762 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12580 | 2025.03.03 04:59:12.832809 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 12581 | 2025.03.03 04:59:12.832907 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 12582 | 2025.03.03 04:59:12.833129 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 12583 | 2025.03.03 04:59:12.833397 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 12584 | 2025.03.03 04:59:12.833606 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 12585 | 2025.03.03 04:59:12.833703 [ 194 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 12586 | 2025.03.03 04:59:12.836592 [ 187 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.004035426 sec., 6923184.813697488 rows/sec., 99.04 MiB/sec. | ||
| 12587 | 2025.03.03 04:59:12.837152 [ 187 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12588 | 2025.03.03 04:59:12.837718 [ 187 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_61_12} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12589 | 2025.03.03 04:59:12.837837 [ 187 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_61_12} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12590 | 2025.03.03 04:59:12.837974 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 12591 | 2025.03.03 04:59:14.831129 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 12592 | 2025.03.03 04:59:14.854512 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12593 | 2025.03.03 04:59:14.854590 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12594 | 2025.03.03 04:59:14.862007 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12595 | 2025.03.03 04:59:14.862899 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12596 | 2025.03.03 04:59:14.863302 [ 133 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12597 | 2025.03.03 04:59:14.863437 [ 133 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12598 | 2025.03.03 04:59:14.863512 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12599 | 2025.03.03 04:59:14.863919 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 12600 | 2025.03.03 04:59:14.880664 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 12601 | 2025.03.03 04:59:14.882340 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12602 | 2025.03.03 04:59:14.884114 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 423 rows starting from the beginning of the part | ||
| 12603 | 2025.03.03 04:59:14.889882 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 7 rows starting from the beginning of the part | ||
| 12604 | 2025.03.03 04:59:14.895747 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 12605 | 2025.03.03 04:59:14.901525 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 12606 | 2025.03.03 04:59:14.908968 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 12607 | 2025.03.03 04:59:14.913488 [ 190 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 12608 | 2025.03.03 04:59:14.971230 [ 191 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.107580444 sec., 4275.870064265583 rows/sec., 22.11 MiB/sec. | ||
| 12609 | 2025.03.03 04:59:14.974303 [ 191 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12610 | 2025.03.03 04:59:14.977150 [ 191 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_61_12} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12611 | 2025.03.03 04:59:14.977256 [ 191 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_61_12} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12612 | 2025.03.03 04:59:14.979624 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 12613 | 2025.03.03 04:59:15.475737 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1790 | ||
| 12614 | 2025.03.03 04:59:15.478992 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12615 | 2025.03.03 04:59:15.479045 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12616 | 2025.03.03 04:59:15.480559 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12617 | 2025.03.03 04:59:15.480871 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12618 | 2025.03.03 04:59:15.481523 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1790 | ||
| 12619 | 2025.03.03 04:59:15.535668 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12620 | 2025.03.03 04:59:15.535852 [ 256 ] {f48ec675-f46f-4c1d-a1d1-2f4876dd9d82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12621 | 2025.03.03 04:59:15.535921 [ 256 ] {f48ec675-f46f-4c1d-a1d1-2f4876dd9d82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12622 | 2025.03.03 04:59:15.536807 [ 256 ] {f48ec675-f46f-4c1d-a1d1-2f4876dd9d82} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12623 | 2025.03.03 04:59:15.536848 [ 256 ] {f48ec675-f46f-4c1d-a1d1-2f4876dd9d82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12624 | 2025.03.03 04:59:15.537299 [ 256 ] {f48ec675-f46f-4c1d-a1d1-2f4876dd9d82} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12625 | 2025.03.03 04:59:15.537565 [ 256 ] {f48ec675-f46f-4c1d-a1d1-2f4876dd9d82} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12626 | 2025.03.03 04:59:15.537763 [ 256 ] {f48ec675-f46f-4c1d-a1d1-2f4876dd9d82} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001963 sec., 107997.96230259807 rows/sec., 6.87 MiB/sec. | ||
| 12627 | 2025.03.03 04:59:15.537818 [ 256 ] {f48ec675-f46f-4c1d-a1d1-2f4876dd9d82} <Debug> TCPHandler: Processed in 0.002277619 sec. | ||
| 12628 | 2025.03.03 04:59:15.537944 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12629 | 2025.03.03 04:59:15.538051 [ 256 ] {17e44fc4-09e6-4442-95bb-24574af8286a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12630 | 2025.03.03 04:59:15.538095 [ 256 ] {17e44fc4-09e6-4442-95bb-24574af8286a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12631 | 2025.03.03 04:59:15.538953 [ 256 ] {17e44fc4-09e6-4442-95bb-24574af8286a} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12632 | 2025.03.03 04:59:15.538991 [ 256 ] {17e44fc4-09e6-4442-95bb-24574af8286a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12633 | 2025.03.03 04:59:15.539385 [ 256 ] {17e44fc4-09e6-4442-95bb-24574af8286a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12634 | 2025.03.03 04:59:15.539627 [ 256 ] {17e44fc4-09e6-4442-95bb-24574af8286a} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12635 | 2025.03.03 04:59:15.539806 [ 256 ] {17e44fc4-09e6-4442-95bb-24574af8286a} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001777 sec., 360720.3151378728 rows/sec., 28.42 MiB/sec. | ||
| 12636 | 2025.03.03 04:59:15.539857 [ 256 ] {17e44fc4-09e6-4442-95bb-24574af8286a} <Debug> TCPHandler: Processed in 0.001964782 sec. | ||
| 12637 | 2025.03.03 04:59:15.539962 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12638 | 2025.03.03 04:59:15.540064 [ 256 ] {f09a473a-1a82-4183-9cea-965a77832e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12639 | 2025.03.03 04:59:15.540108 [ 256 ] {f09a473a-1a82-4183-9cea-965a77832e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12640 | 2025.03.03 04:59:15.540657 [ 256 ] {f09a473a-1a82-4183-9cea-965a77832e1b} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12641 | 2025.03.03 04:59:15.540695 [ 256 ] {f09a473a-1a82-4183-9cea-965a77832e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12642 | 2025.03.03 04:59:15.541048 [ 256 ] {f09a473a-1a82-4183-9cea-965a77832e1b} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12643 | 2025.03.03 04:59:15.541285 [ 256 ] {f09a473a-1a82-4183-9cea-965a77832e1b} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12644 | 2025.03.03 04:59:15.541461 [ 256 ] {f09a473a-1a82-4183-9cea-965a77832e1b} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001418 sec., 83215.79689703808 rows/sec., 5.02 MiB/sec. | ||
| 12645 | 2025.03.03 04:59:15.541510 [ 256 ] {f09a473a-1a82-4183-9cea-965a77832e1b} <Debug> TCPHandler: Processed in 0.001599064 sec. | ||
| 12646 | 2025.03.03 04:59:15.541630 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12647 | 2025.03.03 04:59:15.541746 [ 256 ] {99a1e2be-8440-4619-bcb3-ad03bc307ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12648 | 2025.03.03 04:59:15.541791 [ 256 ] {99a1e2be-8440-4619-bcb3-ad03bc307ed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12649 | 2025.03.03 04:59:15.542354 [ 256 ] {99a1e2be-8440-4619-bcb3-ad03bc307ed4} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12650 | 2025.03.03 04:59:15.542392 [ 256 ] {99a1e2be-8440-4619-bcb3-ad03bc307ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12651 | 2025.03.03 04:59:15.542760 [ 256 ] {99a1e2be-8440-4619-bcb3-ad03bc307ed4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12652 | 2025.03.03 04:59:15.543023 [ 256 ] {99a1e2be-8440-4619-bcb3-ad03bc307ed4} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12653 | 2025.03.03 04:59:15.543170 [ 133 ] {} <Debug> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 12654 | 2025.03.03 04:59:15.543217 [ 133 ] {} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12655 | 2025.03.03 04:59:15.543222 [ 256 ] {99a1e2be-8440-4619-bcb3-ad03bc307ed4} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001498 sec., 75433.91188251002 rows/sec., 4.88 MiB/sec. | ||
| 12656 | 2025.03.03 04:59:15.543246 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12657 | 2025.03.03 04:59:15.543294 [ 256 ] {99a1e2be-8440-4619-bcb3-ad03bc307ed4} <Debug> TCPHandler: Processed in 0.001715777 sec. | ||
| 12658 | 2025.03.03 04:59:15.543394 [ 189 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 12659 | 2025.03.03 04:59:15.543434 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12660 | 2025.03.03 04:59:15.543488 [ 189 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12661 | 2025.03.03 04:59:15.543527 [ 189 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 342 rows starting from the beginning of the part | ||
| 12662 | 2025.03.03 04:59:15.543559 [ 256 ] {7ca4e44d-1031-47f9-ac03-81f37a61a4c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12663 | 2025.03.03 04:59:15.543616 [ 189 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 12664 | 2025.03.03 04:59:15.543616 [ 256 ] {7ca4e44d-1031-47f9-ac03-81f37a61a4c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12665 | 2025.03.03 04:59:15.544039 [ 189 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 113 rows starting from the beginning of the part | ||
| 12666 | 2025.03.03 04:59:15.544320 [ 189 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 341 rows starting from the beginning of the part | ||
| 12667 | 2025.03.03 04:59:15.544631 [ 189 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 12668 | 2025.03.03 04:59:15.544869 [ 189 ] {69b253c5-a018-4ade-af30-45700e0da3e2::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 | ||
| 12669 | 2025.03.03 04:59:15.545732 [ 256 ] {7ca4e44d-1031-47f9-ac03-81f37a61a4c7} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12670 | 2025.03.03 04:59:15.545861 [ 256 ] {7ca4e44d-1031-47f9-ac03-81f37a61a4c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. | ||
| 12671 | 2025.03.03 04:59:15.546433 [ 256 ] {7ca4e44d-1031-47f9-ac03-81f37a61a4c7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12672 | 2025.03.03 04:59:15.546683 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.003351482 sec., 338656.15271095 rows/sec., 23.62 MiB/sec. | ||
| 12673 | 2025.03.03 04:59:15.546902 [ 256 ] {7ca4e44d-1031-47f9-ac03-81f37a61a4c7} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12674 | 2025.03.03 04:59:15.547031 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 12675 | 2025.03.03 04:59:15.547573 [ 256 ] {7ca4e44d-1031-47f9-ac03-81f37a61a4c7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003992 sec., 28056.112224448898 rows/sec., 1.60 MiB/sec. | ||
| 12676 | 2025.03.03 04:59:15.547960 [ 256 ] {7ca4e44d-1031-47f9-ac03-81f37a61a4c7} <Debug> TCPHandler: Processed in 0.004573098 sec. | ||
| 12677 | 2025.03.03 04:59:15.548099 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_45_9} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12678 | 2025.03.03 04:59:15.548172 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12679 | 2025.03.03 04:59:15.548236 [ 192 ] {69b253c5-a018-4ade-af30-45700e0da3e2::all_1_45_9} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 12680 | 2025.03.03 04:59:15.548330 [ 256 ] {f37200bf-e6f4-49f1-82e5-bfca9e6fb252} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12681 | 2025.03.03 04:59:15.548432 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 12682 | 2025.03.03 04:59:15.548444 [ 256 ] {f37200bf-e6f4-49f1-82e5-bfca9e6fb252} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12683 | 2025.03.03 04:59:15.549205 [ 256 ] {f37200bf-e6f4-49f1-82e5-bfca9e6fb252} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12684 | 2025.03.03 04:59:15.549248 [ 256 ] {f37200bf-e6f4-49f1-82e5-bfca9e6fb252} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12685 | 2025.03.03 04:59:15.549650 [ 256 ] {f37200bf-e6f4-49f1-82e5-bfca9e6fb252} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12686 | 2025.03.03 04:59:15.549916 [ 256 ] {f37200bf-e6f4-49f1-82e5-bfca9e6fb252} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12687 | 2025.03.03 04:59:15.550101 [ 256 ] {f37200bf-e6f4-49f1-82e5-bfca9e6fb252} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001814 sec., 217199.558985667 rows/sec., 15.37 MiB/sec. | ||
| 12688 | 2025.03.03 04:59:15.550160 [ 256 ] {f37200bf-e6f4-49f1-82e5-bfca9e6fb252} <Debug> TCPHandler: Processed in 0.002056644 sec. | ||
| 12689 | 2025.03.03 04:59:15.550288 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12690 | 2025.03.03 04:59:15.550397 [ 256 ] {91af215f-4050-4b31-8a2b-14868f558262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12691 | 2025.03.03 04:59:15.550445 [ 256 ] {91af215f-4050-4b31-8a2b-14868f558262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12692 | 2025.03.03 04:59:15.550916 [ 256 ] {91af215f-4050-4b31-8a2b-14868f558262} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12693 | 2025.03.03 04:59:15.550959 [ 256 ] {91af215f-4050-4b31-8a2b-14868f558262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12694 | 2025.03.03 04:59:15.551349 [ 256 ] {91af215f-4050-4b31-8a2b-14868f558262} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12695 | 2025.03.03 04:59:15.551604 [ 256 ] {91af215f-4050-4b31-8a2b-14868f558262} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12696 | 2025.03.03 04:59:15.551800 [ 256 ] {91af215f-4050-4b31-8a2b-14868f558262} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001423 sec., 4216.44413211525 rows/sec., 220.29 KiB/sec. | ||
| 12697 | 2025.03.03 04:59:15.551892 [ 256 ] {91af215f-4050-4b31-8a2b-14868f558262} <Debug> TCPHandler: Processed in 0.001656216 sec. | ||
| 12698 | 2025.03.03 04:59:15.552042 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12699 | 2025.03.03 04:59:15.552146 [ 256 ] {e5b28dac-2eb6-4d1f-ad8c-b3279ce3ff6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12700 | 2025.03.03 04:59:15.552194 [ 256 ] {e5b28dac-2eb6-4d1f-ad8c-b3279ce3ff6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12701 | 2025.03.03 04:59:15.552748 [ 256 ] {e5b28dac-2eb6-4d1f-ad8c-b3279ce3ff6e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12702 | 2025.03.03 04:59:15.552786 [ 256 ] {e5b28dac-2eb6-4d1f-ad8c-b3279ce3ff6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12703 | 2025.03.03 04:59:15.553177 [ 256 ] {e5b28dac-2eb6-4d1f-ad8c-b3279ce3ff6e} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12704 | 2025.03.03 04:59:15.553434 [ 256 ] {e5b28dac-2eb6-4d1f-ad8c-b3279ce3ff6e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12705 | 2025.03.03 04:59:15.553621 [ 256 ] {e5b28dac-2eb6-4d1f-ad8c-b3279ce3ff6e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001498 sec., 158210.9479305741 rows/sec., 10.60 MiB/sec. | ||
| 12706 | 2025.03.03 04:59:15.553673 [ 256 ] {e5b28dac-2eb6-4d1f-ad8c-b3279ce3ff6e} <Debug> TCPHandler: Processed in 0.001687536 sec. | ||
| 12707 | 2025.03.03 04:59:15.553792 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12708 | 2025.03.03 04:59:15.553896 [ 256 ] {04299204-0d28-4219-a1a3-0d717b1852c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12709 | 2025.03.03 04:59:15.553944 [ 256 ] {04299204-0d28-4219-a1a3-0d717b1852c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12710 | 2025.03.03 04:59:15.554363 [ 256 ] {04299204-0d28-4219-a1a3-0d717b1852c9} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12711 | 2025.03.03 04:59:15.554401 [ 256 ] {04299204-0d28-4219-a1a3-0d717b1852c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12712 | 2025.03.03 04:59:15.554759 [ 256 ] {04299204-0d28-4219-a1a3-0d717b1852c9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12713 | 2025.03.03 04:59:15.555011 [ 256 ] {04299204-0d28-4219-a1a3-0d717b1852c9} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12714 | 2025.03.03 04:59:15.555188 [ 256 ] {04299204-0d28-4219-a1a3-0d717b1852c9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001314 sec., 761.03500761035 rows/sec., 51.28 KiB/sec. | ||
| 12715 | 2025.03.03 04:59:15.555237 [ 256 ] {04299204-0d28-4219-a1a3-0d717b1852c9} <Debug> TCPHandler: Processed in 0.001496842 sec. | ||
| 12716 | 2025.03.03 04:59:15.555340 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12717 | 2025.03.03 04:59:15.555445 [ 256 ] {a19435b3-370a-4ac7-b63a-0f1a775e9ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12718 | 2025.03.03 04:59:15.555511 [ 256 ] {a19435b3-370a-4ac7-b63a-0f1a775e9ae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12719 | 2025.03.03 04:59:15.556557 [ 256 ] {a19435b3-370a-4ac7-b63a-0f1a775e9ae8} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12720 | 2025.03.03 04:59:15.556594 [ 256 ] {a19435b3-370a-4ac7-b63a-0f1a775e9ae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12721 | 2025.03.03 04:59:15.557222 [ 256 ] {a19435b3-370a-4ac7-b63a-0f1a775e9ae8} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12722 | 2025.03.03 04:59:15.557483 [ 256 ] {a19435b3-370a-4ac7-b63a-0f1a775e9ae8} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12723 | 2025.03.03 04:59:15.557681 [ 256 ] {a19435b3-370a-4ac7-b63a-0f1a775e9ae8} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002258 sec., 5314.437555358724 rows/sec., 9.52 MiB/sec. | ||
| 12724 | 2025.03.03 04:59:15.557778 [ 256 ] {a19435b3-370a-4ac7-b63a-0f1a775e9ae8} <Debug> TCPHandler: Processed in 0.002487934 sec. | ||
| 12725 | 2025.03.03 04:59:15.557907 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12726 | 2025.03.03 04:59:15.558011 [ 256 ] {5c16451e-f654-4362-b4ed-5492cbaefa80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12727 | 2025.03.03 04:59:15.558059 [ 256 ] {5c16451e-f654-4362-b4ed-5492cbaefa80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12728 | 2025.03.03 04:59:15.558490 [ 256 ] {5c16451e-f654-4362-b4ed-5492cbaefa80} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12729 | 2025.03.03 04:59:15.558527 [ 256 ] {5c16451e-f654-4362-b4ed-5492cbaefa80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12730 | 2025.03.03 04:59:15.558882 [ 256 ] {5c16451e-f654-4362-b4ed-5492cbaefa80} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12731 | 2025.03.03 04:59:15.559131 [ 256 ] {5c16451e-f654-4362-b4ed-5492cbaefa80} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12732 | 2025.03.03 04:59:15.559305 [ 256 ] {5c16451e-f654-4362-b4ed-5492cbaefa80} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001316 sec., 62310.03039513678 rows/sec., 3.96 MiB/sec. | ||
| 12733 | 2025.03.03 04:59:15.559353 [ 256 ] {5c16451e-f654-4362-b4ed-5492cbaefa80} <Debug> TCPHandler: Processed in 0.001497912 sec. | ||
| 12734 | 2025.03.03 04:59:20.114797 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12735 | 2025.03.03 04:59:20.114890 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12736 | 2025.03.03 04:59:20.333500 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 12737 | 2025.03.03 04:59:20.334149 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12738 | 2025.03.03 04:59:20.334191 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12739 | 2025.03.03 04:59:20.334717 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12740 | 2025.03.03 04:59:20.334977 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12741 | 2025.03.03 04:59:20.335218 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 12742 | 2025.03.03 04:59:20.529862 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12743 | 2025.03.03 04:59:20.530064 [ 256 ] {71a6cd6b-175c-4a4d-88cf-854c1aa09710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12744 | 2025.03.03 04:59:20.530151 [ 256 ] {71a6cd6b-175c-4a4d-88cf-854c1aa09710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12745 | 2025.03.03 04:59:20.531023 [ 256 ] {71a6cd6b-175c-4a4d-88cf-854c1aa09710} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12746 | 2025.03.03 04:59:20.531076 [ 256 ] {71a6cd6b-175c-4a4d-88cf-854c1aa09710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12747 | 2025.03.03 04:59:20.531530 [ 256 ] {71a6cd6b-175c-4a4d-88cf-854c1aa09710} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12748 | 2025.03.03 04:59:20.531807 [ 256 ] {71a6cd6b-175c-4a4d-88cf-854c1aa09710} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12749 | 2025.03.03 04:59:20.532081 [ 256 ] {71a6cd6b-175c-4a4d-88cf-854c1aa09710} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002071 sec., 53114.43746982134 rows/sec., 4.45 MiB/sec. | ||
| 12750 | 2025.03.03 04:59:20.532152 [ 256 ] {71a6cd6b-175c-4a4d-88cf-854c1aa09710} <Debug> TCPHandler: Processed in 0.002431972 sec. | ||
| 12751 | 2025.03.03 04:59:20.532280 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12752 | 2025.03.03 04:59:20.532394 [ 256 ] {80c56d96-a1cd-4c93-a1e3-fdd554ba9a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12753 | 2025.03.03 04:59:20.532442 [ 256 ] {80c56d96-a1cd-4c93-a1e3-fdd554ba9a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12754 | 2025.03.03 04:59:20.533000 [ 256 ] {80c56d96-a1cd-4c93-a1e3-fdd554ba9a5c} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12755 | 2025.03.03 04:59:20.533042 [ 256 ] {80c56d96-a1cd-4c93-a1e3-fdd554ba9a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12756 | 2025.03.03 04:59:20.533404 [ 256 ] {80c56d96-a1cd-4c93-a1e3-fdd554ba9a5c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12757 | 2025.03.03 04:59:20.533644 [ 256 ] {80c56d96-a1cd-4c93-a1e3-fdd554ba9a5c} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12758 | 2025.03.03 04:59:20.533871 [ 256 ] {80c56d96-a1cd-4c93-a1e3-fdd554ba9a5c} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001504 sec., 17952.127659574468 rows/sec., 1.32 MiB/sec. | ||
| 12759 | 2025.03.03 04:59:20.533924 [ 256 ] {80c56d96-a1cd-4c93-a1e3-fdd554ba9a5c} <Debug> TCPHandler: Processed in 0.001697866 sec. | ||
| 12760 | 2025.03.03 04:59:20.534032 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12761 | 2025.03.03 04:59:20.534140 [ 256 ] {012d0401-8b20-4e51-9484-3ffb59697e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12762 | 2025.03.03 04:59:20.534186 [ 256 ] {012d0401-8b20-4e51-9484-3ffb59697e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12763 | 2025.03.03 04:59:20.534756 [ 256 ] {012d0401-8b20-4e51-9484-3ffb59697e50} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12764 | 2025.03.03 04:59:20.534798 [ 256 ] {012d0401-8b20-4e51-9484-3ffb59697e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12765 | 2025.03.03 04:59:20.535165 [ 256 ] {012d0401-8b20-4e51-9484-3ffb59697e50} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12766 | 2025.03.03 04:59:20.535420 [ 256 ] {012d0401-8b20-4e51-9484-3ffb59697e50} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12767 | 2025.03.03 04:59:20.535639 [ 256 ] {012d0401-8b20-4e51-9484-3ffb59697e50} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001523 sec., 59750.49244911359 rows/sec., 4.67 MiB/sec. | ||
| 12768 | 2025.03.03 04:59:20.535692 [ 256 ] {012d0401-8b20-4e51-9484-3ffb59697e50} <Debug> TCPHandler: Processed in 0.001711967 sec. | ||
| 12769 | 2025.03.03 04:59:20.535806 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12770 | 2025.03.03 04:59:20.535913 [ 256 ] {90bb6d7c-4849-400c-8541-0e1f6df4667e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12771 | 2025.03.03 04:59:20.535963 [ 256 ] {90bb6d7c-4849-400c-8541-0e1f6df4667e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12772 | 2025.03.03 04:59:20.536488 [ 256 ] {90bb6d7c-4849-400c-8541-0e1f6df4667e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12773 | 2025.03.03 04:59:20.536528 [ 256 ] {90bb6d7c-4849-400c-8541-0e1f6df4667e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12774 | 2025.03.03 04:59:20.536907 [ 256 ] {90bb6d7c-4849-400c-8541-0e1f6df4667e} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12775 | 2025.03.03 04:59:20.537147 [ 256 ] {90bb6d7c-4849-400c-8541-0e1f6df4667e} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12776 | 2025.03.03 04:59:20.537351 [ 256 ] {90bb6d7c-4849-400c-8541-0e1f6df4667e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001458 sec., 109739.36899862826 rows/sec., 7.64 MiB/sec. | ||
| 12777 | 2025.03.03 04:59:20.537410 [ 256 ] {90bb6d7c-4849-400c-8541-0e1f6df4667e} <Debug> TCPHandler: Processed in 0.001653266 sec. | ||
| 12778 | 2025.03.03 04:59:20.537536 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12779 | 2025.03.03 04:59:20.537696 [ 256 ] {d95646dd-902f-4900-9bc1-4fedce5517b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12780 | 2025.03.03 04:59:20.537810 [ 256 ] {d95646dd-902f-4900-9bc1-4fedce5517b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12781 | 2025.03.03 04:59:20.538926 [ 256 ] {d95646dd-902f-4900-9bc1-4fedce5517b3} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12782 | 2025.03.03 04:59:20.538964 [ 256 ] {d95646dd-902f-4900-9bc1-4fedce5517b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12783 | 2025.03.03 04:59:20.539600 [ 256 ] {d95646dd-902f-4900-9bc1-4fedce5517b3} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12784 | 2025.03.03 04:59:20.539861 [ 256 ] {d95646dd-902f-4900-9bc1-4fedce5517b3} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12785 | 2025.03.03 04:59:20.540104 [ 256 ] {d95646dd-902f-4900-9bc1-4fedce5517b3} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002456 sec., 10993.485342019545 rows/sec., 19.70 MiB/sec. | ||
| 12786 | 2025.03.03 04:59:20.540207 [ 256 ] {d95646dd-902f-4900-9bc1-4fedce5517b3} <Debug> TCPHandler: Processed in 0.002727668 sec. | ||
| 12787 | 2025.03.03 04:59:20.540334 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12788 | 2025.03.03 04:59:20.540440 [ 256 ] {398a6f7f-59ca-419d-9ba4-c895a822bfba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12789 | 2025.03.03 04:59:20.540486 [ 256 ] {398a6f7f-59ca-419d-9ba4-c895a822bfba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12790 | 2025.03.03 04:59:20.540925 [ 256 ] {398a6f7f-59ca-419d-9ba4-c895a822bfba} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12791 | 2025.03.03 04:59:20.540964 [ 256 ] {398a6f7f-59ca-419d-9ba4-c895a822bfba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12792 | 2025.03.03 04:59:20.541311 [ 256 ] {398a6f7f-59ca-419d-9ba4-c895a822bfba} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 12793 | 2025.03.03 04:59:20.541540 [ 256 ] {398a6f7f-59ca-419d-9ba4-c895a822bfba} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12794 | 2025.03.03 04:59:20.541748 [ 256 ] {398a6f7f-59ca-419d-9ba4-c895a822bfba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001331 sec., 45078.88805409467 rows/sec., 3.04 MiB/sec. | ||
| 12795 | 2025.03.03 04:59:20.541797 [ 256 ] {398a6f7f-59ca-419d-9ba4-c895a822bfba} <Debug> TCPHandler: Processed in 0.001512802 sec. | ||
| 12796 | 2025.03.03 04:59:22.381722 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12797 | 2025.03.03 04:59:22.400412 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12798 | 2025.03.03 04:59:22.400475 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12799 | 2025.03.03 04:59:22.407424 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12800 | 2025.03.03 04:59:22.408217 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12801 | 2025.03.03 04:59:22.410823 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12802 | 2025.03.03 04:59:23.336511 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12803 | 2025.03.03 04:59:23.336719 [ 256 ] {a7e31747-d586-46a1-9068-6b094f2fe0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12804 | 2025.03.03 04:59:23.336799 [ 256 ] {a7e31747-d586-46a1-9068-6b094f2fe0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12805 | 2025.03.03 04:59:23.337747 [ 256 ] {a7e31747-d586-46a1-9068-6b094f2fe0ee} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12806 | 2025.03.03 04:59:23.337797 [ 256 ] {a7e31747-d586-46a1-9068-6b094f2fe0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12807 | 2025.03.03 04:59:23.338246 [ 256 ] {a7e31747-d586-46a1-9068-6b094f2fe0ee} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12808 | 2025.03.03 04:59:23.338505 [ 256 ] {a7e31747-d586-46a1-9068-6b094f2fe0ee} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12809 | 2025.03.03 04:59:23.338701 [ 124 ] {} <Debug> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 12810 | 2025.03.03 04:59:23.338773 [ 256 ] {a7e31747-d586-46a1-9068-6b094f2fe0ee} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002108 sec., 100569.25996204933 rows/sec., 6.40 MiB/sec. | ||
| 12811 | 2025.03.03 04:59:23.338782 [ 124 ] {} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12812 | 2025.03.03 04:59:23.338862 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12813 | 2025.03.03 04:59:23.338922 [ 256 ] {a7e31747-d586-46a1-9068-6b094f2fe0ee} <Debug> TCPHandler: Processed in 0.002540875 sec. | ||
| 12814 | 2025.03.03 04:59:23.339131 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12815 | 2025.03.03 04:59:23.339162 [ 198 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 12816 | 2025.03.03 04:59:23.339317 [ 256 ] {bd8acf85-1bd6-4c57-9da0-a3e185fb5dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12817 | 2025.03.03 04:59:23.339409 [ 256 ] {bd8acf85-1bd6-4c57-9da0-a3e185fb5dfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12818 | 2025.03.03 04:59:23.339712 [ 198 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12819 | 2025.03.03 04:59:23.339834 [ 198 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 12820 | 2025.03.03 04:59:23.340259 [ 198 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 12821 | 2025.03.03 04:59:23.340641 [ 198 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 12822 | 2025.03.03 04:59:23.340883 [ 198 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::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 | ||
| 12823 | 2025.03.03 04:59:23.341054 [ 198 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 212 rows starting from the beginning of the part | ||
| 12824 | 2025.03.03 04:59:23.342882 [ 256 ] {bd8acf85-1bd6-4c57-9da0-a3e185fb5dfd} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12825 | 2025.03.03 04:59:23.342939 [ 256 ] {bd8acf85-1bd6-4c57-9da0-a3e185fb5dfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12826 | 2025.03.03 04:59:23.342947 [ 192 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003966955 sec., 267207.4676924744 rows/sec., 18.01 MiB/sec. | ||
| 12827 | 2025.03.03 04:59:23.343221 [ 192 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 12828 | 2025.03.03 04:59:23.343816 [ 256 ] {bd8acf85-1bd6-4c57-9da0-a3e185fb5dfd} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12829 | 2025.03.03 04:59:23.343897 [ 192 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_45_11} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12830 | 2025.03.03 04:59:23.344041 [ 192 ] {e019c448-4787-4b8a-baad-fbf5c6dabc6b::all_1_45_11} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 12831 | 2025.03.03 04:59:23.344228 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 12832 | 2025.03.03 04:59:23.344304 [ 256 ] {bd8acf85-1bd6-4c57-9da0-a3e185fb5dfd} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12833 | 2025.03.03 04:59:23.344571 [ 256 ] {bd8acf85-1bd6-4c57-9da0-a3e185fb5dfd} <Debug> executeQuery: Read 1781 rows, 147.83 KiB in 0.005321 sec., 334711.5203909039 rows/sec., 27.13 MiB/sec. | ||
| 12834 | 2025.03.03 04:59:23.344639 [ 256 ] {bd8acf85-1bd6-4c57-9da0-a3e185fb5dfd} <Debug> TCPHandler: Processed in 0.005577569 sec. | ||
| 12835 | 2025.03.03 04:59:23.344763 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12836 | 2025.03.03 04:59:23.344872 [ 256 ] {07125e4e-298e-4878-a90e-b13891fb7754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12837 | 2025.03.03 04:59:23.344919 [ 256 ] {07125e4e-298e-4878-a90e-b13891fb7754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12838 | 2025.03.03 04:59:23.345513 [ 256 ] {07125e4e-298e-4878-a90e-b13891fb7754} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12839 | 2025.03.03 04:59:23.345555 [ 256 ] {07125e4e-298e-4878-a90e-b13891fb7754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12840 | 2025.03.03 04:59:23.345920 [ 256 ] {07125e4e-298e-4878-a90e-b13891fb7754} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12841 | 2025.03.03 04:59:23.346161 [ 256 ] {07125e4e-298e-4878-a90e-b13891fb7754} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12842 | 2025.03.03 04:59:23.346339 [ 124 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
| 12843 | 2025.03.03 04:59:23.346395 [ 124 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12844 | 2025.03.03 04:59:23.346412 [ 256 ] {07125e4e-298e-4878-a90e-b13891fb7754} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001556 sec., 75835.47557840617 rows/sec., 4.57 MiB/sec. | ||
| 12845 | 2025.03.03 04:59:23.346428 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12846 | 2025.03.03 04:59:23.346583 [ 256 ] {07125e4e-298e-4878-a90e-b13891fb7754} <Debug> TCPHandler: Processed in 0.00187236 sec. | ||
| 12847 | 2025.03.03 04:59:23.346662 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 12848 | 2025.03.03 04:59:23.346716 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12849 | 2025.03.03 04:59:23.346875 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12850 | 2025.03.03 04:59:23.346904 [ 256 ] {e8d03e8b-c6ca-46a5-9a61-5699d1fac209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12851 | 2025.03.03 04:59:23.346940 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 163 rows starting from the beginning of the part | ||
| 12852 | 2025.03.03 04:59:23.346993 [ 256 ] {e8d03e8b-c6ca-46a5-9a61-5699d1fac209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12853 | 2025.03.03 04:59:23.347344 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 118 rows starting from the beginning of the part | ||
| 12854 | 2025.03.03 04:59:23.347730 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 27 rows starting from the beginning of the part | ||
| 12855 | 2025.03.03 04:59:23.348104 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 118 rows starting from the beginning of the part | ||
| 12856 | 2025.03.03 04:59:23.348339 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 27 rows starting from the beginning of the part | ||
| 12857 | 2025.03.03 04:59:23.348542 [ 189 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 118 rows starting from the beginning of the part | ||
| 12858 | 2025.03.03 04:59:23.349394 [ 256 ] {e8d03e8b-c6ca-46a5-9a61-5699d1fac209} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12859 | 2025.03.03 04:59:23.349443 [ 256 ] {e8d03e8b-c6ca-46a5-9a61-5699d1fac209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12860 | 2025.03.03 04:59:23.350082 [ 256 ] {e8d03e8b-c6ca-46a5-9a61-5699d1fac209} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12861 | 2025.03.03 04:59:23.350101 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 571 rows, containing 5 columns (5 merged, 0 gathered) in 0.003548476 sec., 160914.15018729167 rows/sec., 10.66 MiB/sec. | ||
| 12862 | 2025.03.03 04:59:23.350310 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 12863 | 2025.03.03 04:59:23.350482 [ 256 ] {e8d03e8b-c6ca-46a5-9a61-5699d1fac209} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12864 | 2025.03.03 04:59:23.350872 [ 256 ] {e8d03e8b-c6ca-46a5-9a61-5699d1fac209} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.004022 sec., 84783.68970661362 rows/sec., 5.66 MiB/sec. | ||
| 12865 | 2025.03.03 04:59:23.350879 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_85_17} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12866 | 2025.03.03 04:59:23.351032 [ 256 ] {e8d03e8b-c6ca-46a5-9a61-5699d1fac209} <Debug> TCPHandler: Processed in 0.004364003 sec. | ||
| 12867 | 2025.03.03 04:59:23.351119 [ 200 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_85_17} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
| 12868 | 2025.03.03 04:59:23.351246 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12869 | 2025.03.03 04:59:23.351277 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 12870 | 2025.03.03 04:59:23.351377 [ 256 ] {9b7ec9c1-fbf7-4f2f-a544-5d61a794031d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12871 | 2025.03.03 04:59:23.351427 [ 256 ] {9b7ec9c1-fbf7-4f2f-a544-5d61a794031d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12872 | 2025.03.03 04:59:23.352015 [ 256 ] {9b7ec9c1-fbf7-4f2f-a544-5d61a794031d} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12873 | 2025.03.03 04:59:23.352055 [ 256 ] {9b7ec9c1-fbf7-4f2f-a544-5d61a794031d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12874 | 2025.03.03 04:59:23.352418 [ 256 ] {9b7ec9c1-fbf7-4f2f-a544-5d61a794031d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12875 | 2025.03.03 04:59:23.352664 [ 256 ] {9b7ec9c1-fbf7-4f2f-a544-5d61a794031d} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12876 | 2025.03.03 04:59:23.352822 [ 124 ] {} <Debug> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 12877 | 2025.03.03 04:59:23.352884 [ 124 ] {} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12878 | 2025.03.03 04:59:23.352907 [ 256 ] {9b7ec9c1-fbf7-4f2f-a544-5d61a794031d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001548 sec., 72351.4211886305 rows/sec., 4.12 MiB/sec. | ||
| 12879 | 2025.03.03 04:59:23.352920 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12880 | 2025.03.03 04:59:23.353073 [ 256 ] {9b7ec9c1-fbf7-4f2f-a544-5d61a794031d} <Debug> TCPHandler: Processed in 0.001910141 sec. | ||
| 12881 | 2025.03.03 04:59:23.353149 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 12882 | 2025.03.03 04:59:23.353247 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12883 | 2025.03.03 04:59:23.353417 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12884 | 2025.03.03 04:59:23.353505 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 12885 | 2025.03.03 04:59:23.353513 [ 256 ] {a4ad8a7a-7b1d-42ff-8e5b-a98f4a635d32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12886 | 2025.03.03 04:59:23.353660 [ 256 ] {a4ad8a7a-7b1d-42ff-8e5b-a98f4a635d32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12887 | 2025.03.03 04:59:23.353850 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 12888 | 2025.03.03 04:59:23.354071 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 12889 | 2025.03.03 04:59:23.354239 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::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 | ||
| 12890 | 2025.03.03 04:59:23.354461 [ 189 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_45_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 112 rows starting from the beginning of the part | ||
| 12891 | 2025.03.03 04:59:23.355717 [ 256 ] {a4ad8a7a-7b1d-42ff-8e5b-a98f4a635d32} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12892 | 2025.03.03 04:59:23.355785 [ 256 ] {a4ad8a7a-7b1d-42ff-8e5b-a98f4a635d32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12893 | 2025.03.03 04:59:23.355836 [ 200 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00279179 sec., 200588.15312039945 rows/sec., 12.19 MiB/sec. | ||
| 12894 | 2025.03.03 04:59:23.356037 [ 200 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 12895 | 2025.03.03 04:59:23.356541 [ 256 ] {a4ad8a7a-7b1d-42ff-8e5b-a98f4a635d32} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12896 | 2025.03.03 04:59:23.356555 [ 200 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_45_11} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12897 | 2025.03.03 04:59:23.356696 [ 200 ] {ee45dc6a-5f24-4a6d-9a5b-6476571d0649::all_1_45_11} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 12898 | 2025.03.03 04:59:23.356847 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 12899 | 2025.03.03 04:59:23.356958 [ 256 ] {a4ad8a7a-7b1d-42ff-8e5b-a98f4a635d32} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12900 | 2025.03.03 04:59:23.357194 [ 256 ] {a4ad8a7a-7b1d-42ff-8e5b-a98f4a635d32} <Debug> executeQuery: Read 850 rows, 62.83 KiB in 0.003756 sec., 226304.57933972313 rows/sec., 16.34 MiB/sec. | ||
| 12901 | 2025.03.03 04:59:23.357256 [ 256 ] {a4ad8a7a-7b1d-42ff-8e5b-a98f4a635d32} <Debug> TCPHandler: Processed in 0.004082578 sec. | ||
| 12902 | 2025.03.03 04:59:23.357377 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12903 | 2025.03.03 04:59:23.357484 [ 256 ] {2f5857a0-6177-4275-a8bb-fc14ce9b043c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12904 | 2025.03.03 04:59:23.357531 [ 256 ] {2f5857a0-6177-4275-a8bb-fc14ce9b043c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12905 | 2025.03.03 04:59:23.357976 [ 256 ] {2f5857a0-6177-4275-a8bb-fc14ce9b043c} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12906 | 2025.03.03 04:59:23.358015 [ 256 ] {2f5857a0-6177-4275-a8bb-fc14ce9b043c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12907 | 2025.03.03 04:59:23.358367 [ 256 ] {2f5857a0-6177-4275-a8bb-fc14ce9b043c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12908 | 2025.03.03 04:59:23.358612 [ 256 ] {2f5857a0-6177-4275-a8bb-fc14ce9b043c} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12909 | 2025.03.03 04:59:23.358777 [ 124 ] {} <Debug> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 12910 | 2025.03.03 04:59:23.358831 [ 124 ] {} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12911 | 2025.03.03 04:59:23.358874 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12912 | 2025.03.03 04:59:23.358881 [ 256 ] {2f5857a0-6177-4275-a8bb-fc14ce9b043c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001409 sec., 4258.3392476934 rows/sec., 222.48 KiB/sec. | ||
| 12913 | 2025.03.03 04:59:23.359093 [ 256 ] {2f5857a0-6177-4275-a8bb-fc14ce9b043c} <Debug> TCPHandler: Processed in 0.001760608 sec. | ||
| 12914 | 2025.03.03 04:59:23.359140 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::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 | ||
| 12915 | 2025.03.03 04:59:23.359271 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12916 | 2025.03.03 04:59:23.359341 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12917 | 2025.03.03 04:59:23.359422 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 240 rows starting from the beginning of the part | ||
| 12918 | 2025.03.03 04:59:23.359465 [ 256 ] {496097d5-6867-4227-a851-17268a822e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12919 | 2025.03.03 04:59:23.359650 [ 256 ] {496097d5-6867-4227-a851-17268a822e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12920 | 2025.03.03 04:59:23.359736 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 12921 | 2025.03.03 04:59:23.360118 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 12922 | 2025.03.03 04:59:23.360458 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 12923 | 2025.03.03 04:59:23.360739 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 12924 | 2025.03.03 04:59:23.361085 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 12925 | 2025.03.03 04:59:23.362527 [ 256 ] {496097d5-6867-4227-a851-17268a822e38} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12926 | 2025.03.03 04:59:23.362603 [ 256 ] {496097d5-6867-4227-a851-17268a822e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12927 | 2025.03.03 04:59:23.363488 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.004541557 sec., 59450.97683459659 rows/sec., 3.03 MiB/sec. | ||
| 12928 | 2025.03.03 04:59:23.363650 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 12929 | 2025.03.03 04:59:23.363703 [ 256 ] {496097d5-6867-4227-a851-17268a822e38} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12930 | 2025.03.03 04:59:23.364430 [ 256 ] {496097d5-6867-4227-a851-17268a822e38} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12931 | 2025.03.03 04:59:23.364438 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_45_9} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12932 | 2025.03.03 04:59:23.364593 [ 200 ] {73c222ba-cc9f-4b4a-96a5-dc6cbf511b10::all_1_45_9} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 12933 | 2025.03.03 04:59:23.364834 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12934 | 2025.03.03 04:59:23.364908 [ 256 ] {496097d5-6867-4227-a851-17268a822e38} <Debug> executeQuery: Read 1019 rows, 69.53 KiB in 0.005503 sec., 185171.7245139015 rows/sec., 12.34 MiB/sec. | ||
| 12935 | 2025.03.03 04:59:23.364980 [ 256 ] {496097d5-6867-4227-a851-17268a822e38} <Debug> TCPHandler: Processed in 0.005786394 sec. | ||
| 12936 | 2025.03.03 04:59:23.365107 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12937 | 2025.03.03 04:59:23.365211 [ 256 ] {814ab4c0-d5cd-48ae-9575-225b96a43ac9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12938 | 2025.03.03 04:59:23.365258 [ 256 ] {814ab4c0-d5cd-48ae-9575-225b96a43ac9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12939 | 2025.03.03 04:59:23.365690 [ 256 ] {814ab4c0-d5cd-48ae-9575-225b96a43ac9} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12940 | 2025.03.03 04:59:23.365729 [ 256 ] {814ab4c0-d5cd-48ae-9575-225b96a43ac9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12941 | 2025.03.03 04:59:23.366087 [ 256 ] {814ab4c0-d5cd-48ae-9575-225b96a43ac9} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12942 | 2025.03.03 04:59:23.366325 [ 256 ] {814ab4c0-d5cd-48ae-9575-225b96a43ac9} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12943 | 2025.03.03 04:59:23.366552 [ 256 ] {814ab4c0-d5cd-48ae-9575-225b96a43ac9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001361 sec., 734.7538574577517 rows/sec., 49.51 KiB/sec. | ||
| 12944 | 2025.03.03 04:59:23.366639 [ 256 ] {814ab4c0-d5cd-48ae-9575-225b96a43ac9} <Debug> TCPHandler: Processed in 0.001582403 sec. | ||
| 12945 | 2025.03.03 04:59:23.366790 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12946 | 2025.03.03 04:59:23.366892 [ 256 ] {18479cc7-ec9a-4630-8767-7f330082fe30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12947 | 2025.03.03 04:59:23.366957 [ 256 ] {18479cc7-ec9a-4630-8767-7f330082fe30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12948 | 2025.03.03 04:59:23.368061 [ 256 ] {18479cc7-ec9a-4630-8767-7f330082fe30} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12949 | 2025.03.03 04:59:23.368100 [ 256 ] {18479cc7-ec9a-4630-8767-7f330082fe30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12950 | 2025.03.03 04:59:23.368712 [ 256 ] {18479cc7-ec9a-4630-8767-7f330082fe30} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12951 | 2025.03.03 04:59:23.368994 [ 256 ] {18479cc7-ec9a-4630-8767-7f330082fe30} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12952 | 2025.03.03 04:59:23.369255 [ 256 ] {18479cc7-ec9a-4630-8767-7f330082fe30} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002384 sec., 5033.557046979866 rows/sec., 9.02 MiB/sec. | ||
| 12953 | 2025.03.03 04:59:23.369353 [ 256 ] {18479cc7-ec9a-4630-8767-7f330082fe30} <Debug> TCPHandler: Processed in 0.002620396 sec. | ||
| 12954 | 2025.03.03 04:59:23.369466 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12955 | 2025.03.03 04:59:23.369567 [ 256 ] {c6b8747d-0afd-4d5d-8cd6-738506bc3e4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12956 | 2025.03.03 04:59:23.369612 [ 256 ] {c6b8747d-0afd-4d5d-8cd6-738506bc3e4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12957 | 2025.03.03 04:59:23.370045 [ 256 ] {c6b8747d-0afd-4d5d-8cd6-738506bc3e4c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12958 | 2025.03.03 04:59:23.370084 [ 256 ] {c6b8747d-0afd-4d5d-8cd6-738506bc3e4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12959 | 2025.03.03 04:59:23.370441 [ 256 ] {c6b8747d-0afd-4d5d-8cd6-738506bc3e4c} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 12960 | 2025.03.03 04:59:23.370679 [ 256 ] {c6b8747d-0afd-4d5d-8cd6-738506bc3e4c} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12961 | 2025.03.03 04:59:23.370890 [ 256 ] {c6b8747d-0afd-4d5d-8cd6-738506bc3e4c} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.001345 sec., 43122.67657992565 rows/sec., 2.67 MiB/sec. | ||
| 12962 | 2025.03.03 04:59:23.370940 [ 256 ] {c6b8747d-0afd-4d5d-8cd6-738506bc3e4c} <Debug> TCPHandler: Processed in 0.001524442 sec. | ||
| 12963 | 2025.03.03 04:59:25.482691 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1846 | ||
| 12964 | 2025.03.03 04:59:25.486128 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12965 | 2025.03.03 04:59:25.486177 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12966 | 2025.03.03 04:59:25.487645 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12967 | 2025.03.03 04:59:25.487951 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12968 | 2025.03.03 04:59:25.488179 [ 119 ] {} <Debug> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12969 | 2025.03.03 04:59:25.488301 [ 119 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12970 | 2025.03.03 04:59:25.488370 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12971 | 2025.03.03 04:59:25.488792 [ 199 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 12972 | 2025.03.03 04:59:25.489354 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1846 | ||
| 12973 | 2025.03.03 04:59:25.489880 [ 199 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12974 | 2025.03.03 04:59:25.490074 [ 199 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1642 rows starting from the beginning of the part | ||
| 12975 | 2025.03.03 04:59:25.490809 [ 199 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part | ||
| 12976 | 2025.03.03 04:59:25.491437 [ 199 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 58 rows starting from the beginning of the part | ||
| 12977 | 2025.03.03 04:59:25.492090 [ 199 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 20 rows starting from the beginning of the part | ||
| 12978 | 2025.03.03 04:59:25.492746 [ 199 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 34 rows starting from the beginning of the part | ||
| 12979 | 2025.03.03 04:59:25.493410 [ 199 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::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 | ||
| 12980 | 2025.03.03 04:59:25.502512 [ 188 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1846 rows, containing 72 columns (72 merged, 0 gathered) in 0.013986289 sec., 131986.40468533145 rows/sec., 100.73 MiB/sec. | ||
| 12981 | 2025.03.03 04:59:25.504414 [ 197 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12982 | 2025.03.03 04:59:25.505264 [ 197 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_46_9} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12983 | 2025.03.03 04:59:25.505369 [ 197 ] {0cd70e42-77de-40ff-ba45-803b83aa0ab2::all_1_46_9} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12984 | 2025.03.03 04:59:25.505729 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. | ||
| 12985 | 2025.03.03 04:59:25.523668 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12986 | 2025.03.03 04:59:25.523850 [ 256 ] {247a8f0b-7c54-496b-82f3-f1d320fdfb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12987 | 2025.03.03 04:59:25.523925 [ 256 ] {247a8f0b-7c54-496b-82f3-f1d320fdfb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12988 | 2025.03.03 04:59:25.524734 [ 256 ] {247a8f0b-7c54-496b-82f3-f1d320fdfb9b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12989 | 2025.03.03 04:59:25.524779 [ 256 ] {247a8f0b-7c54-496b-82f3-f1d320fdfb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12990 | 2025.03.03 04:59:25.525187 [ 256 ] {247a8f0b-7c54-496b-82f3-f1d320fdfb9b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 12991 | 2025.03.03 04:59:25.525453 [ 256 ] {247a8f0b-7c54-496b-82f3-f1d320fdfb9b} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12992 | 2025.03.03 04:59:25.525657 [ 119 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 12993 | 2025.03.03 04:59:25.525685 [ 256 ] {247a8f0b-7c54-496b-82f3-f1d320fdfb9b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001886 sec., 29692.470837751855 rows/sec., 2.27 MiB/sec. | ||
| 12994 | 2025.03.03 04:59:25.525774 [ 119 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12995 | 2025.03.03 04:59:25.525847 [ 256 ] {247a8f0b-7c54-496b-82f3-f1d320fdfb9b} <Debug> TCPHandler: Processed in 0.002299529 sec. | ||
| 12996 | 2025.03.03 04:59:25.525866 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 12997 | 2025.03.03 04:59:25.526060 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12998 | 2025.03.03 04:59:25.526090 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 12999 | 2025.03.03 04:59:25.526194 [ 256 ] {19f8f1eb-27a5-4111-ad64-4a7b813401c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13000 | 2025.03.03 04:59:25.526242 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13001 | 2025.03.03 04:59:25.526253 [ 256 ] {19f8f1eb-27a5-4111-ad64-4a7b813401c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13002 | 2025.03.03 04:59:25.526300 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1845 rows starting from the beginning of the part | ||
| 13003 | 2025.03.03 04:59:25.526529 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 110 rows starting from the beginning of the part | ||
| 13004 | 2025.03.03 04:59:25.526983 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 641 rows starting from the beginning of the part | ||
| 13005 | 2025.03.03 04:59:25.527371 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 110 rows starting from the beginning of the part | ||
| 13006 | 2025.03.03 04:59:25.527739 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1781 rows starting from the beginning of the part | ||
| 13007 | 2025.03.03 04:59:25.528140 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part | ||
| 13008 | 2025.03.03 04:59:25.529013 [ 256 ] {19f8f1eb-27a5-4111-ad64-4a7b813401c4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13009 | 2025.03.03 04:59:25.529059 [ 256 ] {19f8f1eb-27a5-4111-ad64-4a7b813401c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13010 | 2025.03.03 04:59:25.529545 [ 256 ] {19f8f1eb-27a5-4111-ad64-4a7b813401c4} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13011 | 2025.03.03 04:59:25.529868 [ 256 ] {19f8f1eb-27a5-4111-ad64-4a7b813401c4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13012 | 2025.03.03 04:59:25.530108 [ 118 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13013 | 2025.03.03 04:59:25.530204 [ 118 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13014 | 2025.03.03 04:59:25.530230 [ 256 ] {19f8f1eb-27a5-4111-ad64-4a7b813401c4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004061 sec., 15759.665107116472 rows/sec., 1.23 MiB/sec. | ||
| 13015 | 2025.03.03 04:59:25.530266 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13016 | 2025.03.03 04:59:25.530410 [ 256 ] {19f8f1eb-27a5-4111-ad64-4a7b813401c4} <Debug> TCPHandler: Processed in 0.004428535 sec. | ||
| 13017 | 2025.03.03 04:59:25.530701 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 13018 | 2025.03.03 04:59:25.530737 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13019 | 2025.03.03 04:59:25.531264 [ 256 ] {99814b34-6d68-45d0-af42-cd10fde6aff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13020 | 2025.03.03 04:59:25.531598 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13021 | 2025.03.03 04:59:25.531632 [ 256 ] {99814b34-6d68-45d0-af42-cd10fde6aff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13022 | 2025.03.03 04:59:25.531851 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 913 rows starting from the beginning of the part | ||
| 13023 | 2025.03.03 04:59:25.532961 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 91 rows starting from the beginning of the part | ||
| 13024 | 2025.03.03 04:59:25.533320 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4543 rows, containing 5 columns (5 merged, 0 gathered) in 0.007294116 sec., 622830.7858005001 rows/sec., 52.78 MiB/sec. | ||
| 13025 | 2025.03.03 04:59:25.533976 [ 194 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13026 | 2025.03.03 04:59:25.534480 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 394 rows starting from the beginning of the part | ||
| 13027 | 2025.03.03 04:59:25.534805 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 91 rows starting from the beginning of the part | ||
| 13028 | 2025.03.03 04:59:25.535158 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_106_21} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13029 | 2025.03.03 04:59:25.535732 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 850 rows starting from the beginning of the part | ||
| 13030 | 2025.03.03 04:59:25.535772 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_106_21} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13031 | 2025.03.03 04:59:25.536112 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 13032 | 2025.03.03 04:59:25.536340 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 13033 | 2025.03.03 04:59:25.536366 [ 256 ] {99814b34-6d68-45d0-af42-cd10fde6aff7} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13034 | 2025.03.03 04:59:25.536451 [ 256 ] {99814b34-6d68-45d0-af42-cd10fde6aff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13035 | 2025.03.03 04:59:25.537587 [ 256 ] {99814b34-6d68-45d0-af42-cd10fde6aff7} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13036 | 2025.03.03 04:59:25.538150 [ 256 ] {99814b34-6d68-45d0-af42-cd10fde6aff7} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13037 | 2025.03.03 04:59:25.538494 [ 118 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 13038 | 2025.03.03 04:59:25.538585 [ 118 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13039 | 2025.03.03 04:59:25.538654 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13040 | 2025.03.03 04:59:25.538726 [ 256 ] {99814b34-6d68-45d0-af42-cd10fde6aff7} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.007666 sec., 8348.552048004174 rows/sec., 595.42 KiB/sec. | ||
| 13041 | 2025.03.03 04:59:25.539090 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full | ||
| 13042 | 2025.03.03 04:59:25.539100 [ 256 ] {99814b34-6d68-45d0-af42-cd10fde6aff7} <Debug> TCPHandler: Processed in 0.008446201 sec. | ||
| 13043 | 2025.03.03 04:59:25.539394 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13044 | 2025.03.03 04:59:25.539406 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13045 | 2025.03.03 04:59:25.539507 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30161 rows starting from the beginning of the part | ||
| 13046 | 2025.03.03 04:59:25.539682 [ 256 ] {5f74d291-a7fd-4985-9747-b8dec5f26baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13047 | 2025.03.03 04:59:25.539829 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 13048 | 2025.03.03 04:59:25.539916 [ 256 ] {5f74d291-a7fd-4985-9747-b8dec5f26baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13049 | 2025.03.03 04:59:25.540166 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 13050 | 2025.03.03 04:59:25.540539 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part | ||
| 13051 | 2025.03.03 04:59:25.541228 [ 194 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1019 rows starting from the beginning of the part | ||
| 13052 | 2025.03.03 04:59:25.542411 [ 188 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.011960326 sec., 200914.25601609854 rows/sec., 15.38 MiB/sec. | ||
| 13053 | 2025.03.03 04:59:25.542846 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13054 | 2025.03.03 04:59:25.543432 [ 256 ] {5f74d291-a7fd-4985-9747-b8dec5f26baa} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13055 | 2025.03.03 04:59:25.543520 [ 256 ] {5f74d291-a7fd-4985-9747-b8dec5f26baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13056 | 2025.03.03 04:59:25.543756 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_106_21} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13057 | 2025.03.03 04:59:25.544016 [ 186 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_106_21} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13058 | 2025.03.03 04:59:25.544279 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 13059 | 2025.03.03 04:59:25.544473 [ 256 ] {5f74d291-a7fd-4985-9747-b8dec5f26baa} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13060 | 2025.03.03 04:59:25.544825 [ 256 ] {5f74d291-a7fd-4985-9747-b8dec5f26baa} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13061 | 2025.03.03 04:59:25.545132 [ 118 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13062 | 2025.03.03 04:59:25.545251 [ 118 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13063 | 2025.03.03 04:59:25.545339 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13064 | 2025.03.03 04:59:25.545480 [ 256 ] {5f74d291-a7fd-4985-9747-b8dec5f26baa} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.005839 sec., 4110.292858366159 rows/sec., 283.65 KiB/sec. | ||
| 13065 | 2025.03.03 04:59:25.546027 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 13066 | 2025.03.03 04:59:25.546157 [ 256 ] {5f74d291-a7fd-4985-9747-b8dec5f26baa} <Debug> TCPHandler: Processed in 0.006846377 sec. | ||
| 13067 | 2025.03.03 04:59:25.546812 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13068 | 2025.03.03 04:59:25.546936 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6130 rows starting from the beginning of the part | ||
| 13069 | 2025.03.03 04:59:25.547340 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 13070 | 2025.03.03 04:59:25.547838 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 13071 | 2025.03.03 04:59:25.548275 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 13072 | 2025.03.03 04:59:25.548797 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 58 rows starting from the beginning of the part | ||
| 13073 | 2025.03.03 04:59:25.549267 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 24 rows starting from the beginning of the part | ||
| 13074 | 2025.03.03 04:59:25.552717 [ 195 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6414 rows, containing 4 columns (4 merged, 0 gathered) in 0.007196524 sec., 891263.6156010873 rows/sec., 58.08 MiB/sec. | ||
| 13075 | 2025.03.03 04:59:25.553312 [ 186 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13076 | 2025.03.03 04:59:25.553662 [ 186 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_106_21} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13077 | 2025.03.03 04:59:25.553750 [ 186 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_106_21} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13078 | 2025.03.03 04:59:25.553840 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 13079 | 2025.03.03 04:59:25.554130 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31737 rows, containing 5 columns (5 merged, 0 gathered) in 0.015331629 sec., 2070034.436653796 rows/sec., 139.74 MiB/sec. | ||
| 13080 | 2025.03.03 04:59:25.554707 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 13081 | 2025.03.03 04:59:25.555039 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13082 | 2025.03.03 04:59:25.555137 [ 195 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 13083 | 2025.03.03 04:59:25.555251 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 13084 | 2025.03.03 04:59:26.000231 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 249.11 MiB, peak 262.18 MiB, free memory in arenas 0.00 B, will set to 250.46 MiB (RSS), difference: 1.35 MiB | ||
| 13085 | 2025.03.03 04:59:27.836318 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
| 13086 | 2025.03.03 04:59:27.836965 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13087 | 2025.03.03 04:59:27.837008 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13088 | 2025.03.03 04:59:27.837593 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13089 | 2025.03.03 04:59:27.837862 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13090 | 2025.03.03 04:59:27.838065 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
| 13091 | 2025.03.03 04:59:29.911870 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 13092 | 2025.03.03 04:59:29.933945 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13093 | 2025.03.03 04:59:29.934014 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13094 | 2025.03.03 04:59:29.941593 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13095 | 2025.03.03 04:59:29.942420 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13096 | 2025.03.03 04:59:29.947054 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 13097 | 2025.03.03 04:59:30.530327 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13098 | 2025.03.03 04:59:30.530538 [ 256 ] {e609a200-c8bb-4f15-885f-33d5cc665bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13099 | 2025.03.03 04:59:30.530620 [ 256 ] {e609a200-c8bb-4f15-885f-33d5cc665bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13100 | 2025.03.03 04:59:30.531521 [ 256 ] {e609a200-c8bb-4f15-885f-33d5cc665bf0} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13101 | 2025.03.03 04:59:30.531569 [ 256 ] {e609a200-c8bb-4f15-885f-33d5cc665bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13102 | 2025.03.03 04:59:30.532030 [ 256 ] {e609a200-c8bb-4f15-885f-33d5cc665bf0} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13103 | 2025.03.03 04:59:30.532302 [ 256 ] {e609a200-c8bb-4f15-885f-33d5cc665bf0} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13104 | 2025.03.03 04:59:30.532540 [ 256 ] {e609a200-c8bb-4f15-885f-33d5cc665bf0} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002061 sec., 53372.14944201844 rows/sec., 4.47 MiB/sec. | ||
| 13105 | 2025.03.03 04:59:30.532606 [ 256 ] {e609a200-c8bb-4f15-885f-33d5cc665bf0} <Debug> TCPHandler: Processed in 0.002415352 sec. | ||
| 13106 | 2025.03.03 04:59:30.532748 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13107 | 2025.03.03 04:59:30.532865 [ 256 ] {23b2a4d5-03f8-4bb5-bdf2-0b02e4532f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13108 | 2025.03.03 04:59:30.532916 [ 256 ] {23b2a4d5-03f8-4bb5-bdf2-0b02e4532f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13109 | 2025.03.03 04:59:30.533477 [ 256 ] {23b2a4d5-03f8-4bb5-bdf2-0b02e4532f0d} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13110 | 2025.03.03 04:59:30.533519 [ 256 ] {23b2a4d5-03f8-4bb5-bdf2-0b02e4532f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13111 | 2025.03.03 04:59:30.533885 [ 256 ] {23b2a4d5-03f8-4bb5-bdf2-0b02e4532f0d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13112 | 2025.03.03 04:59:30.534146 [ 256 ] {23b2a4d5-03f8-4bb5-bdf2-0b02e4532f0d} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13113 | 2025.03.03 04:59:30.534373 [ 256 ] {23b2a4d5-03f8-4bb5-bdf2-0b02e4532f0d} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001534 sec., 17601.04302477184 rows/sec., 1.29 MiB/sec. | ||
| 13114 | 2025.03.03 04:59:30.534430 [ 256 ] {23b2a4d5-03f8-4bb5-bdf2-0b02e4532f0d} <Debug> TCPHandler: Processed in 0.001735377 sec. | ||
| 13115 | 2025.03.03 04:59:30.534559 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13116 | 2025.03.03 04:59:30.534671 [ 256 ] {cfa0f3b2-7a78-44e7-94c9-25721dbaa1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13117 | 2025.03.03 04:59:30.534718 [ 256 ] {cfa0f3b2-7a78-44e7-94c9-25721dbaa1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13118 | 2025.03.03 04:59:30.535303 [ 256 ] {cfa0f3b2-7a78-44e7-94c9-25721dbaa1c4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13119 | 2025.03.03 04:59:30.535344 [ 256 ] {cfa0f3b2-7a78-44e7-94c9-25721dbaa1c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13120 | 2025.03.03 04:59:30.535732 [ 256 ] {cfa0f3b2-7a78-44e7-94c9-25721dbaa1c4} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13121 | 2025.03.03 04:59:30.535971 [ 256 ] {cfa0f3b2-7a78-44e7-94c9-25721dbaa1c4} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13122 | 2025.03.03 04:59:30.536199 [ 256 ] {cfa0f3b2-7a78-44e7-94c9-25721dbaa1c4} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001554 sec., 58558.55855855856 rows/sec., 4.57 MiB/sec. | ||
| 13123 | 2025.03.03 04:59:30.536260 [ 256 ] {cfa0f3b2-7a78-44e7-94c9-25721dbaa1c4} <Debug> TCPHandler: Processed in 0.001753847 sec. | ||
| 13124 | 2025.03.03 04:59:30.536404 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13125 | 2025.03.03 04:59:30.536557 [ 256 ] {b0bd0da4-e360-45c0-8d1d-83b807e14f08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13126 | 2025.03.03 04:59:30.536636 [ 256 ] {b0bd0da4-e360-45c0-8d1d-83b807e14f08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13127 | 2025.03.03 04:59:30.537179 [ 256 ] {b0bd0da4-e360-45c0-8d1d-83b807e14f08} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13128 | 2025.03.03 04:59:30.537219 [ 256 ] {b0bd0da4-e360-45c0-8d1d-83b807e14f08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13129 | 2025.03.03 04:59:30.537617 [ 256 ] {b0bd0da4-e360-45c0-8d1d-83b807e14f08} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13130 | 2025.03.03 04:59:30.537850 [ 256 ] {b0bd0da4-e360-45c0-8d1d-83b807e14f08} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13131 | 2025.03.03 04:59:30.538084 [ 256 ] {b0bd0da4-e360-45c0-8d1d-83b807e14f08} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001564 sec., 102301.79028132992 rows/sec., 7.13 MiB/sec. | ||
| 13132 | 2025.03.03 04:59:30.538185 [ 256 ] {b0bd0da4-e360-45c0-8d1d-83b807e14f08} <Debug> TCPHandler: Processed in 0.00185617 sec. | ||
| 13133 | 2025.03.03 04:59:30.538389 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13134 | 2025.03.03 04:59:30.538673 [ 256 ] {398eef6c-8df1-437a-941a-b89780f94cb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13135 | 2025.03.03 04:59:30.538755 [ 256 ] {398eef6c-8df1-437a-941a-b89780f94cb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13136 | 2025.03.03 04:59:30.539914 [ 256 ] {398eef6c-8df1-437a-941a-b89780f94cb1} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13137 | 2025.03.03 04:59:30.539955 [ 256 ] {398eef6c-8df1-437a-941a-b89780f94cb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13138 | 2025.03.03 04:59:30.540602 [ 256 ] {398eef6c-8df1-437a-941a-b89780f94cb1} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13139 | 2025.03.03 04:59:30.540883 [ 256 ] {398eef6c-8df1-437a-941a-b89780f94cb1} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13140 | 2025.03.03 04:59:30.541086 [ 111 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13141 | 2025.03.03 04:59:30.541144 [ 256 ] {398eef6c-8df1-437a-941a-b89780f94cb1} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002541 sec., 10625.737898465171 rows/sec., 19.04 MiB/sec. | ||
| 13142 | 2025.03.03 04:59:30.541161 [ 111 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13143 | 2025.03.03 04:59:30.541233 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13144 | 2025.03.03 04:59:30.541608 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 13145 | 2025.03.03 04:59:30.541733 [ 256 ] {398eef6c-8df1-437a-941a-b89780f94cb1} <Debug> TCPHandler: Processed in 0.003459664 sec. | ||
| 13146 | 2025.03.03 04:59:30.542335 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13147 | 2025.03.03 04:59:30.542867 [ 256 ] {b4fc0d55-1746-427a-88c6-c455772d8868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13148 | 2025.03.03 04:59:30.543125 [ 256 ] {b4fc0d55-1746-427a-88c6-c455772d8868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13149 | 2025.03.03 04:59:30.543178 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13150 | 2025.03.03 04:59:30.543411 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1518 rows starting from the beginning of the part | ||
| 13151 | 2025.03.03 04:59:30.544171 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 27 rows starting from the beginning of the part | ||
| 13152 | 2025.03.03 04:59:30.544880 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 12 rows starting from the beginning of the part | ||
| 13153 | 2025.03.03 04:59:30.545339 [ 256 ] {b4fc0d55-1746-427a-88c6-c455772d8868} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13154 | 2025.03.03 04:59:30.545472 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 27 rows starting from the beginning of the part | ||
| 13155 | 2025.03.03 04:59:30.545489 [ 256 ] {b4fc0d55-1746-427a-88c6-c455772d8868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. | ||
| 13156 | 2025.03.03 04:59:30.546169 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 12 rows starting from the beginning of the part | ||
| 13157 | 2025.03.03 04:59:30.546837 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 27 rows starting from the beginning of the part | ||
| 13158 | 2025.03.03 04:59:30.547246 [ 256 ] {b4fc0d55-1746-427a-88c6-c455772d8868} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13159 | 2025.03.03 04:59:30.548099 [ 256 ] {b4fc0d55-1746-427a-88c6-c455772d8868} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13160 | 2025.03.03 04:59:30.548709 [ 256 ] {b4fc0d55-1746-427a-88c6-c455772d8868} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006023 sec., 9961.813049975095 rows/sec., 687.47 KiB/sec. | ||
| 13161 | 2025.03.03 04:59:30.549279 [ 256 ] {b4fc0d55-1746-427a-88c6-c455772d8868} <Debug> TCPHandler: Processed in 0.007091962 sec. | ||
| 13162 | 2025.03.03 04:59:30.558981 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1623 rows, containing 19 columns (19 merged, 0 gathered) in 0.017612838 sec., 92148.6929023023 rows/sec., 165.13 MiB/sec. | ||
| 13163 | 2025.03.03 04:59:30.560794 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13164 | 2025.03.03 04:59:30.561377 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13165 | 2025.03.03 04:59:30.561491 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13166 | 2025.03.03 04:59:30.561684 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.55 MiB. | ||
| 13167 | 2025.03.03 04:59:31.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 250.95 MiB, peak 262.45 MiB, free memory in arenas 0.00 B, will set to 254.51 MiB (RSS), difference: 3.57 MiB | ||
| 13168 | 2025.03.03 04:59:35.114954 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13169 | 2025.03.03 04:59:35.115014 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13170 | 2025.03.03 04:59:35.339160 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
| 13171 | 2025.03.03 04:59:35.339838 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13172 | 2025.03.03 04:59:35.339886 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13173 | 2025.03.03 04:59:35.340413 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13174 | 2025.03.03 04:59:35.340676 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13175 | 2025.03.03 04:59:35.340970 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 13176 | 2025.03.03 04:59:35.490604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1866 | ||
| 13177 | 2025.03.03 04:59:35.493435 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13178 | 2025.03.03 04:59:35.493495 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13179 | 2025.03.03 04:59:35.494988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13180 | 2025.03.03 04:59:35.495347 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13181 | 2025.03.03 04:59:35.496812 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1866 | ||
| 13182 | 2025.03.03 04:59:35.534883 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13183 | 2025.03.03 04:59:35.535069 [ 256 ] {d16b33a7-b58c-47be-96da-103d459c9954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13184 | 2025.03.03 04:59:35.535142 [ 256 ] {d16b33a7-b58c-47be-96da-103d459c9954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13185 | 2025.03.03 04:59:35.536021 [ 256 ] {d16b33a7-b58c-47be-96da-103d459c9954} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13186 | 2025.03.03 04:59:35.536072 [ 256 ] {d16b33a7-b58c-47be-96da-103d459c9954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13187 | 2025.03.03 04:59:35.536523 [ 256 ] {d16b33a7-b58c-47be-96da-103d459c9954} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13188 | 2025.03.03 04:59:35.536776 [ 256 ] {d16b33a7-b58c-47be-96da-103d459c9954} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13189 | 2025.03.03 04:59:35.537053 [ 256 ] {d16b33a7-b58c-47be-96da-103d459c9954} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002022 sec., 104846.68644906033 rows/sec., 6.67 MiB/sec. | ||
| 13190 | 2025.03.03 04:59:35.537179 [ 256 ] {d16b33a7-b58c-47be-96da-103d459c9954} <Debug> TCPHandler: Processed in 0.002420081 sec. | ||
| 13191 | 2025.03.03 04:59:35.537433 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13192 | 2025.03.03 04:59:35.537579 [ 256 ] {1377ebc3-0f2b-4470-bb0e-0e9ab4f5a21c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13193 | 2025.03.03 04:59:35.537630 [ 256 ] {1377ebc3-0f2b-4470-bb0e-0e9ab4f5a21c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13194 | 2025.03.03 04:59:35.538528 [ 256 ] {1377ebc3-0f2b-4470-bb0e-0e9ab4f5a21c} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13195 | 2025.03.03 04:59:35.538570 [ 256 ] {1377ebc3-0f2b-4470-bb0e-0e9ab4f5a21c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13196 | 2025.03.03 04:59:35.538984 [ 256 ] {1377ebc3-0f2b-4470-bb0e-0e9ab4f5a21c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13197 | 2025.03.03 04:59:35.539220 [ 256 ] {1377ebc3-0f2b-4470-bb0e-0e9ab4f5a21c} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13198 | 2025.03.03 04:59:35.539458 [ 256 ] {1377ebc3-0f2b-4470-bb0e-0e9ab4f5a21c} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001906 sec., 336306.4008394544 rows/sec., 26.50 MiB/sec. | ||
| 13199 | 2025.03.03 04:59:35.539516 [ 256 ] {1377ebc3-0f2b-4470-bb0e-0e9ab4f5a21c} <Debug> TCPHandler: Processed in 0.002179557 sec. | ||
| 13200 | 2025.03.03 04:59:35.539621 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13201 | 2025.03.03 04:59:35.539725 [ 256 ] {78dccd9c-e572-41d6-9821-068110f6934a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13202 | 2025.03.03 04:59:35.539772 [ 256 ] {78dccd9c-e572-41d6-9821-068110f6934a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13203 | 2025.03.03 04:59:35.540331 [ 256 ] {78dccd9c-e572-41d6-9821-068110f6934a} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13204 | 2025.03.03 04:59:35.540371 [ 256 ] {78dccd9c-e572-41d6-9821-068110f6934a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13205 | 2025.03.03 04:59:35.540733 [ 256 ] {78dccd9c-e572-41d6-9821-068110f6934a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13206 | 2025.03.03 04:59:35.540992 [ 256 ] {78dccd9c-e572-41d6-9821-068110f6934a} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13207 | 2025.03.03 04:59:35.541200 [ 256 ] {78dccd9c-e572-41d6-9821-068110f6934a} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001497 sec., 78824.31529726119 rows/sec., 4.75 MiB/sec. | ||
| 13208 | 2025.03.03 04:59:35.541252 [ 256 ] {78dccd9c-e572-41d6-9821-068110f6934a} <Debug> TCPHandler: Processed in 0.001682566 sec. | ||
| 13209 | 2025.03.03 04:59:35.541354 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13210 | 2025.03.03 04:59:35.541456 [ 256 ] {dff4094b-2fa2-4785-9ea2-8f1879df7a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13211 | 2025.03.03 04:59:35.541502 [ 256 ] {dff4094b-2fa2-4785-9ea2-8f1879df7a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13212 | 2025.03.03 04:59:35.542048 [ 256 ] {dff4094b-2fa2-4785-9ea2-8f1879df7a81} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13213 | 2025.03.03 04:59:35.542089 [ 256 ] {dff4094b-2fa2-4785-9ea2-8f1879df7a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13214 | 2025.03.03 04:59:35.542441 [ 256 ] {dff4094b-2fa2-4785-9ea2-8f1879df7a81} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13215 | 2025.03.03 04:59:35.542674 [ 256 ] {dff4094b-2fa2-4785-9ea2-8f1879df7a81} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13216 | 2025.03.03 04:59:35.542887 [ 256 ] {dff4094b-2fa2-4785-9ea2-8f1879df7a81} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00145 sec., 77931.03448275862 rows/sec., 5.04 MiB/sec. | ||
| 13217 | 2025.03.03 04:59:35.542962 [ 256 ] {dff4094b-2fa2-4785-9ea2-8f1879df7a81} <Debug> TCPHandler: Processed in 0.001656775 sec. | ||
| 13218 | 2025.03.03 04:59:35.543114 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13219 | 2025.03.03 04:59:35.543218 [ 256 ] {78fea748-a5a9-4bfc-9a6b-14c822b5f384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13220 | 2025.03.03 04:59:35.543263 [ 256 ] {78fea748-a5a9-4bfc-9a6b-14c822b5f384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13221 | 2025.03.03 04:59:35.543807 [ 256 ] {78fea748-a5a9-4bfc-9a6b-14c822b5f384} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13222 | 2025.03.03 04:59:35.543845 [ 256 ] {78fea748-a5a9-4bfc-9a6b-14c822b5f384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13223 | 2025.03.03 04:59:35.544196 [ 256 ] {78fea748-a5a9-4bfc-9a6b-14c822b5f384} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13224 | 2025.03.03 04:59:35.544444 [ 256 ] {78fea748-a5a9-4bfc-9a6b-14c822b5f384} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13225 | 2025.03.03 04:59:35.544653 [ 256 ] {78fea748-a5a9-4bfc-9a6b-14c822b5f384} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001457 sec., 76870.28140013728 rows/sec., 4.38 MiB/sec. | ||
| 13226 | 2025.03.03 04:59:35.544706 [ 256 ] {78fea748-a5a9-4bfc-9a6b-14c822b5f384} <Debug> TCPHandler: Processed in 0.001652066 sec. | ||
| 13227 | 2025.03.03 04:59:35.544807 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13228 | 2025.03.03 04:59:35.544908 [ 256 ] {3838fc17-b7e4-4f03-a762-0f5652b3586d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13229 | 2025.03.03 04:59:35.544952 [ 256 ] {3838fc17-b7e4-4f03-a762-0f5652b3586d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13230 | 2025.03.03 04:59:35.545626 [ 256 ] {3838fc17-b7e4-4f03-a762-0f5652b3586d} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13231 | 2025.03.03 04:59:35.545828 [ 256 ] {3838fc17-b7e4-4f03-a762-0f5652b3586d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13232 | 2025.03.03 04:59:35.546221 [ 256 ] {3838fc17-b7e4-4f03-a762-0f5652b3586d} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13233 | 2025.03.03 04:59:35.546504 [ 256 ] {3838fc17-b7e4-4f03-a762-0f5652b3586d} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13234 | 2025.03.03 04:59:35.546701 [ 256 ] {3838fc17-b7e4-4f03-a762-0f5652b3586d} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001815 sec., 217079.88980716254 rows/sec., 15.36 MiB/sec. | ||
| 13235 | 2025.03.03 04:59:35.546755 [ 256 ] {3838fc17-b7e4-4f03-a762-0f5652b3586d} <Debug> TCPHandler: Processed in 0.001998213 sec. | ||
| 13236 | 2025.03.03 04:59:35.546890 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13237 | 2025.03.03 04:59:35.547020 [ 256 ] {06275b9e-6ca1-44d1-862a-8c345188c8b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13238 | 2025.03.03 04:59:35.547082 [ 256 ] {06275b9e-6ca1-44d1-862a-8c345188c8b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13239 | 2025.03.03 04:59:35.547596 [ 256 ] {06275b9e-6ca1-44d1-862a-8c345188c8b3} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13240 | 2025.03.03 04:59:35.547641 [ 256 ] {06275b9e-6ca1-44d1-862a-8c345188c8b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13241 | 2025.03.03 04:59:35.548075 [ 256 ] {06275b9e-6ca1-44d1-862a-8c345188c8b3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13242 | 2025.03.03 04:59:35.548410 [ 256 ] {06275b9e-6ca1-44d1-862a-8c345188c8b3} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13243 | 2025.03.03 04:59:35.548662 [ 256 ] {06275b9e-6ca1-44d1-862a-8c345188c8b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00167 sec., 3592.814371257485 rows/sec., 187.71 KiB/sec. | ||
| 13244 | 2025.03.03 04:59:35.548724 [ 256 ] {06275b9e-6ca1-44d1-862a-8c345188c8b3} <Debug> TCPHandler: Processed in 0.001894491 sec. | ||
| 13245 | 2025.03.03 04:59:35.548866 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13246 | 2025.03.03 04:59:35.548986 [ 256 ] {287797a7-bf28-4890-b5a7-015bce4551ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13247 | 2025.03.03 04:59:35.549043 [ 256 ] {287797a7-bf28-4890-b5a7-015bce4551ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13248 | 2025.03.03 04:59:35.549694 [ 256 ] {287797a7-bf28-4890-b5a7-015bce4551ad} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13249 | 2025.03.03 04:59:35.549741 [ 256 ] {287797a7-bf28-4890-b5a7-015bce4551ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13250 | 2025.03.03 04:59:35.550202 [ 256 ] {287797a7-bf28-4890-b5a7-015bce4551ad} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13251 | 2025.03.03 04:59:35.550468 [ 256 ] {287797a7-bf28-4890-b5a7-015bce4551ad} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13252 | 2025.03.03 04:59:35.550696 [ 256 ] {287797a7-bf28-4890-b5a7-015bce4551ad} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001727 sec., 137232.1945570353 rows/sec., 9.20 MiB/sec. | ||
| 13253 | 2025.03.03 04:59:35.550788 [ 256 ] {287797a7-bf28-4890-b5a7-015bce4551ad} <Debug> TCPHandler: Processed in 0.001979922 sec. | ||
| 13254 | 2025.03.03 04:59:35.550967 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13255 | 2025.03.03 04:59:35.551244 [ 256 ] {e0e6746d-e8db-4b3e-ab26-fe195849ecd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13256 | 2025.03.03 04:59:35.551304 [ 256 ] {e0e6746d-e8db-4b3e-ab26-fe195849ecd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13257 | 2025.03.03 04:59:35.551734 [ 256 ] {e0e6746d-e8db-4b3e-ab26-fe195849ecd6} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13258 | 2025.03.03 04:59:35.551774 [ 256 ] {e0e6746d-e8db-4b3e-ab26-fe195849ecd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13259 | 2025.03.03 04:59:35.552126 [ 256 ] {e0e6746d-e8db-4b3e-ab26-fe195849ecd6} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13260 | 2025.03.03 04:59:35.552374 [ 256 ] {e0e6746d-e8db-4b3e-ab26-fe195849ecd6} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13261 | 2025.03.03 04:59:35.552562 [ 64 ] {} <Debug> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 13262 | 2025.03.03 04:59:35.552587 [ 256 ] {e0e6746d-e8db-4b3e-ab26-fe195849ecd6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001413 sec., 707.7140835102618 rows/sec., 47.69 KiB/sec. | ||
| 13263 | 2025.03.03 04:59:35.552646 [ 64 ] {} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13264 | 2025.03.03 04:59:35.552716 [ 256 ] {e0e6746d-e8db-4b3e-ab26-fe195849ecd6} <Debug> TCPHandler: Processed in 0.001840529 sec. | ||
| 13265 | 2025.03.03 04:59:35.552715 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13266 | 2025.03.03 04:59:35.552938 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13267 | 2025.03.03 04:59:35.552955 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_47_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_42_9 to all_47_47_0 into Compact with storage Full | ||
| 13268 | 2025.03.03 04:59:35.553428 [ 256 ] {41cab765-ca14-4c38-b786-43c90a5b272f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13269 | 2025.03.03 04:59:35.553486 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13270 | 2025.03.03 04:59:35.553596 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 42 rows starting from the beginning of the part | ||
| 13271 | 2025.03.03 04:59:35.553900 [ 256 ] {41cab765-ca14-4c38-b786-43c90a5b272f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13272 | 2025.03.03 04:59:35.554136 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 13273 | 2025.03.03 04:59:35.554546 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 13274 | 2025.03.03 04:59:35.554984 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13275 | 2025.03.03 04:59:35.555421 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 13276 | 2025.03.03 04:59:35.555803 [ 196 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 13277 | 2025.03.03 04:59:35.559681 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 47 rows, containing 4 columns (4 merged, 0 gathered) in 0.006830916 sec., 6880.482793230073 rows/sec., 463.05 KiB/sec. | ||
| 13278 | 2025.03.03 04:59:35.559906 [ 256 ] {41cab765-ca14-4c38-b786-43c90a5b272f} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13279 | 2025.03.03 04:59:35.559918 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 13280 | 2025.03.03 04:59:35.559971 [ 256 ] {41cab765-ca14-4c38-b786-43c90a5b272f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13281 | 2025.03.03 04:59:35.560552 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_47_10} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13282 | 2025.03.03 04:59:35.560733 [ 200 ] {715f540e-9cde-4544-9238-877bc33c013d::all_1_47_10} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 13283 | 2025.03.03 04:59:35.560881 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 13284 | 2025.03.03 04:59:35.561185 [ 256 ] {41cab765-ca14-4c38-b786-43c90a5b272f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13285 | 2025.03.03 04:59:35.561474 [ 256 ] {41cab765-ca14-4c38-b786-43c90a5b272f} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13286 | 2025.03.03 04:59:35.561718 [ 256 ] {41cab765-ca14-4c38-b786-43c90a5b272f} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.008514 sec., 1409.4432699083861 rows/sec., 2.53 MiB/sec. | ||
| 13287 | 2025.03.03 04:59:35.561868 [ 256 ] {41cab765-ca14-4c38-b786-43c90a5b272f} <Debug> TCPHandler: Processed in 0.009035473 sec. | ||
| 13288 | 2025.03.03 04:59:35.562013 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13289 | 2025.03.03 04:59:35.562122 [ 256 ] {dc7a56c4-f59c-4e62-96f0-c3ec52bcc853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13290 | 2025.03.03 04:59:35.562169 [ 256 ] {dc7a56c4-f59c-4e62-96f0-c3ec52bcc853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13291 | 2025.03.03 04:59:35.562625 [ 256 ] {dc7a56c4-f59c-4e62-96f0-c3ec52bcc853} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13292 | 2025.03.03 04:59:35.562664 [ 256 ] {dc7a56c4-f59c-4e62-96f0-c3ec52bcc853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13293 | 2025.03.03 04:59:35.563038 [ 256 ] {dc7a56c4-f59c-4e62-96f0-c3ec52bcc853} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13294 | 2025.03.03 04:59:35.563272 [ 256 ] {dc7a56c4-f59c-4e62-96f0-c3ec52bcc853} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13295 | 2025.03.03 04:59:35.563504 [ 256 ] {dc7a56c4-f59c-4e62-96f0-c3ec52bcc853} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001405 sec., 58362.989323843416 rows/sec., 3.71 MiB/sec. | ||
| 13296 | 2025.03.03 04:59:35.563554 [ 256 ] {dc7a56c4-f59c-4e62-96f0-c3ec52bcc853} <Debug> TCPHandler: Processed in 0.001594285 sec. | ||
| 13297 | 2025.03.03 04:59:36.012337 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.011939526 sec. | ||
| 13298 | 2025.03.03 04:59:37.448100 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 13299 | 2025.03.03 04:59:37.469727 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13300 | 2025.03.03 04:59:37.469791 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13301 | 2025.03.03 04:59:37.477073 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13302 | 2025.03.03 04:59:37.477912 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13303 | 2025.03.03 04:59:37.481361 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 13304 | 2025.03.03 04:59:40.530168 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13305 | 2025.03.03 04:59:40.530369 [ 256 ] {1a144c4c-3f20-4656-9323-04cfabdc0d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13306 | 2025.03.03 04:59:40.530444 [ 256 ] {1a144c4c-3f20-4656-9323-04cfabdc0d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13307 | 2025.03.03 04:59:40.531199 [ 256 ] {1a144c4c-3f20-4656-9323-04cfabdc0d80} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13308 | 2025.03.03 04:59:40.531256 [ 256 ] {1a144c4c-3f20-4656-9323-04cfabdc0d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13309 | 2025.03.03 04:59:40.531690 [ 256 ] {1a144c4c-3f20-4656-9323-04cfabdc0d80} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 13310 | 2025.03.03 04:59:40.531969 [ 256 ] {1a144c4c-3f20-4656-9323-04cfabdc0d80} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13311 | 2025.03.03 04:59:40.532217 [ 256 ] {1a144c4c-3f20-4656-9323-04cfabdc0d80} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001912 sec., 1046.0251046025105 rows/sec., 85.30 KiB/sec. | ||
| 13312 | 2025.03.03 04:59:40.532364 [ 256 ] {1a144c4c-3f20-4656-9323-04cfabdc0d80} <Debug> TCPHandler: Processed in 0.00232884 sec. | ||
| 13313 | 2025.03.03 04:59:40.532509 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13314 | 2025.03.03 04:59:40.532623 [ 256 ] {e2e1d04b-4f25-45d1-a0af-360e54671ca4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13315 | 2025.03.03 04:59:40.532670 [ 256 ] {e2e1d04b-4f25-45d1-a0af-360e54671ca4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13316 | 2025.03.03 04:59:40.533276 [ 256 ] {e2e1d04b-4f25-45d1-a0af-360e54671ca4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13317 | 2025.03.03 04:59:40.533318 [ 256 ] {e2e1d04b-4f25-45d1-a0af-360e54671ca4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13318 | 2025.03.03 04:59:40.533713 [ 256 ] {e2e1d04b-4f25-45d1-a0af-360e54671ca4} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13319 | 2025.03.03 04:59:40.533960 [ 256 ] {e2e1d04b-4f25-45d1-a0af-360e54671ca4} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13320 | 2025.03.03 04:59:40.534194 [ 256 ] {e2e1d04b-4f25-45d1-a0af-360e54671ca4} <Debug> executeQuery: Read 111 rows, 9.51 KiB in 0.0016 sec., 69375 rows/sec., 5.81 MiB/sec. | ||
| 13321 | 2025.03.03 04:59:40.534248 [ 256 ] {e2e1d04b-4f25-45d1-a0af-360e54671ca4} <Debug> TCPHandler: Processed in 0.001792888 sec. | ||
| 13322 | 2025.03.03 04:59:40.534378 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13323 | 2025.03.03 04:59:40.534486 [ 256 ] {deabe83c-da55-474c-a853-f770854440e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13324 | 2025.03.03 04:59:40.534533 [ 256 ] {deabe83c-da55-474c-a853-f770854440e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13325 | 2025.03.03 04:59:40.535078 [ 256 ] {deabe83c-da55-474c-a853-f770854440e4} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13326 | 2025.03.03 04:59:40.535119 [ 256 ] {deabe83c-da55-474c-a853-f770854440e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13327 | 2025.03.03 04:59:40.535482 [ 256 ] {deabe83c-da55-474c-a853-f770854440e4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13328 | 2025.03.03 04:59:40.535723 [ 256 ] {deabe83c-da55-474c-a853-f770854440e4} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13329 | 2025.03.03 04:59:40.535941 [ 256 ] {deabe83c-da55-474c-a853-f770854440e4} <Debug> executeQuery: Read 29 rows, 2.17 KiB in 0.001479 sec., 19607.843137254902 rows/sec., 1.43 MiB/sec. | ||
| 13330 | 2025.03.03 04:59:40.535993 [ 256 ] {deabe83c-da55-474c-a853-f770854440e4} <Debug> TCPHandler: Processed in 0.001676245 sec. | ||
| 13331 | 2025.03.03 04:59:40.536116 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13332 | 2025.03.03 04:59:40.536232 [ 256 ] {d7bd6b8c-db23-4c27-bf44-d688fd1c946f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13333 | 2025.03.03 04:59:40.536278 [ 256 ] {d7bd6b8c-db23-4c27-bf44-d688fd1c946f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13334 | 2025.03.03 04:59:40.536857 [ 256 ] {d7bd6b8c-db23-4c27-bf44-d688fd1c946f} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13335 | 2025.03.03 04:59:40.536899 [ 256 ] {d7bd6b8c-db23-4c27-bf44-d688fd1c946f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13336 | 2025.03.03 04:59:40.537282 [ 256 ] {d7bd6b8c-db23-4c27-bf44-d688fd1c946f} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13337 | 2025.03.03 04:59:40.537536 [ 256 ] {d7bd6b8c-db23-4c27-bf44-d688fd1c946f} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13338 | 2025.03.03 04:59:40.537752 [ 256 ] {d7bd6b8c-db23-4c27-bf44-d688fd1c946f} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001543 sec., 60272.197018794555 rows/sec., 4.71 MiB/sec. | ||
| 13339 | 2025.03.03 04:59:40.537805 [ 256 ] {d7bd6b8c-db23-4c27-bf44-d688fd1c946f} <Debug> TCPHandler: Processed in 0.001743787 sec. | ||
| 13340 | 2025.03.03 04:59:40.537929 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13341 | 2025.03.03 04:59:40.538035 [ 256 ] {51d17854-2669-4970-8c33-4836228385c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13342 | 2025.03.03 04:59:40.538084 [ 256 ] {51d17854-2669-4970-8c33-4836228385c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13343 | 2025.03.03 04:59:40.538622 [ 256 ] {51d17854-2669-4970-8c33-4836228385c1} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13344 | 2025.03.03 04:59:40.538661 [ 256 ] {51d17854-2669-4970-8c33-4836228385c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13345 | 2025.03.03 04:59:40.539058 [ 256 ] {51d17854-2669-4970-8c33-4836228385c1} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13346 | 2025.03.03 04:59:40.539291 [ 256 ] {51d17854-2669-4970-8c33-4836228385c1} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13347 | 2025.03.03 04:59:40.539509 [ 256 ] {51d17854-2669-4970-8c33-4836228385c1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001495 sec., 107692.30769230769 rows/sec., 7.50 MiB/sec. | ||
| 13348 | 2025.03.03 04:59:40.539562 [ 256 ] {51d17854-2669-4970-8c33-4836228385c1} <Debug> TCPHandler: Processed in 0.001685046 sec. | ||
| 13349 | 2025.03.03 04:59:40.539684 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13350 | 2025.03.03 04:59:40.539792 [ 256 ] {0d153dc9-79d0-4714-8a4d-62bf904a6fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13351 | 2025.03.03 04:59:40.539858 [ 256 ] {0d153dc9-79d0-4714-8a4d-62bf904a6fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13352 | 2025.03.03 04:59:40.540992 [ 256 ] {0d153dc9-79d0-4714-8a4d-62bf904a6fbc} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13353 | 2025.03.03 04:59:40.541030 [ 256 ] {0d153dc9-79d0-4714-8a4d-62bf904a6fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13354 | 2025.03.03 04:59:40.541691 [ 256 ] {0d153dc9-79d0-4714-8a4d-62bf904a6fbc} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13355 | 2025.03.03 04:59:40.541946 [ 256 ] {0d153dc9-79d0-4714-8a4d-62bf904a6fbc} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13356 | 2025.03.03 04:59:40.542211 [ 256 ] {0d153dc9-79d0-4714-8a4d-62bf904a6fbc} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002439 sec., 11070.11070110701 rows/sec., 19.84 MiB/sec. | ||
| 13357 | 2025.03.03 04:59:40.542390 [ 256 ] {0d153dc9-79d0-4714-8a4d-62bf904a6fbc} <Debug> TCPHandler: Processed in 0.002757508 sec. | ||
| 13358 | 2025.03.03 04:59:40.542705 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13359 | 2025.03.03 04:59:40.542933 [ 256 ] {fd88e95a-5eb5-4eec-ac95-0b02ba5045d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13360 | 2025.03.03 04:59:40.542983 [ 256 ] {fd88e95a-5eb5-4eec-ac95-0b02ba5045d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13361 | 2025.03.03 04:59:40.543453 [ 256 ] {fd88e95a-5eb5-4eec-ac95-0b02ba5045d4} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13362 | 2025.03.03 04:59:40.543493 [ 256 ] {fd88e95a-5eb5-4eec-ac95-0b02ba5045d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13363 | 2025.03.03 04:59:40.543845 [ 256 ] {fd88e95a-5eb5-4eec-ac95-0b02ba5045d4} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13364 | 2025.03.03 04:59:40.544072 [ 256 ] {fd88e95a-5eb5-4eec-ac95-0b02ba5045d4} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13365 | 2025.03.03 04:59:40.544285 [ 256 ] {fd88e95a-5eb5-4eec-ac95-0b02ba5045d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
| 13366 | 2025.03.03 04:59:40.544339 [ 256 ] {fd88e95a-5eb5-4eec-ac95-0b02ba5045d4} <Debug> TCPHandler: Processed in 0.001727937 sec. | ||
| 13367 | 2025.03.03 04:59:42.842062 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
| 13368 | 2025.03.03 04:59:42.842702 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13369 | 2025.03.03 04:59:42.842740 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13370 | 2025.03.03 04:59:42.843262 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13371 | 2025.03.03 04:59:42.843508 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13372 | 2025.03.03 04:59:42.843714 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
| 13373 | 2025.03.03 04:59:44.982396 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 13374 | 2025.03.03 04:59:45.004219 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13375 | 2025.03.03 04:59:45.004282 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13376 | 2025.03.03 04:59:45.011569 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13377 | 2025.03.03 04:59:45.012409 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13378 | 2025.03.03 04:59:45.017575 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 13379 | 2025.03.03 04:59:45.497925 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1902 | ||
| 13380 | 2025.03.03 04:59:45.501143 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13381 | 2025.03.03 04:59:45.501203 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13382 | 2025.03.03 04:59:45.502736 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13383 | 2025.03.03 04:59:45.503073 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13384 | 2025.03.03 04:59:45.504498 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1902 | ||
| 13385 | 2025.03.03 04:59:45.534500 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13386 | 2025.03.03 04:59:45.534696 [ 256 ] {d18db2b8-2e30-479f-90b0-31d83167568f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13387 | 2025.03.03 04:59:45.534765 [ 256 ] {d18db2b8-2e30-479f-90b0-31d83167568f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13388 | 2025.03.03 04:59:45.535634 [ 256 ] {d18db2b8-2e30-479f-90b0-31d83167568f} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13389 | 2025.03.03 04:59:45.535677 [ 256 ] {d18db2b8-2e30-479f-90b0-31d83167568f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13390 | 2025.03.03 04:59:45.536117 [ 256 ] {d18db2b8-2e30-479f-90b0-31d83167568f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13391 | 2025.03.03 04:59:45.536371 [ 256 ] {d18db2b8-2e30-479f-90b0-31d83167568f} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13392 | 2025.03.03 04:59:45.536609 [ 256 ] {d18db2b8-2e30-479f-90b0-31d83167568f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001963 sec., 107997.96230259807 rows/sec., 6.87 MiB/sec. | ||
| 13393 | 2025.03.03 04:59:45.536675 [ 256 ] {d18db2b8-2e30-479f-90b0-31d83167568f} <Debug> TCPHandler: Processed in 0.002311889 sec. | ||
| 13394 | 2025.03.03 04:59:45.536802 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13395 | 2025.03.03 04:59:45.536916 [ 256 ] {d6be5287-7484-4c31-84fa-4379f2f50808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13396 | 2025.03.03 04:59:45.536965 [ 256 ] {d6be5287-7484-4c31-84fa-4379f2f50808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13397 | 2025.03.03 04:59:45.537848 [ 256 ] {d6be5287-7484-4c31-84fa-4379f2f50808} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13398 | 2025.03.03 04:59:45.537888 [ 256 ] {d6be5287-7484-4c31-84fa-4379f2f50808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13399 | 2025.03.03 04:59:45.538290 [ 256 ] {d6be5287-7484-4c31-84fa-4379f2f50808} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13400 | 2025.03.03 04:59:45.538541 [ 256 ] {d6be5287-7484-4c31-84fa-4379f2f50808} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13401 | 2025.03.03 04:59:45.538769 [ 256 ] {d6be5287-7484-4c31-84fa-4379f2f50808} <Debug> executeQuery: Read 641 rows, 51.72 KiB in 0.001881 sec., 340776.18288144603 rows/sec., 26.85 MiB/sec. | ||
| 13402 | 2025.03.03 04:59:45.538822 [ 256 ] {d6be5287-7484-4c31-84fa-4379f2f50808} <Debug> TCPHandler: Processed in 0.002073654 sec. | ||
| 13403 | 2025.03.03 04:59:45.538928 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13404 | 2025.03.03 04:59:45.539033 [ 256 ] {52f84623-3105-480d-b8d7-d017aa7f4ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13405 | 2025.03.03 04:59:45.539078 [ 256 ] {52f84623-3105-480d-b8d7-d017aa7f4ddd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13406 | 2025.03.03 04:59:45.539644 [ 256 ] {52f84623-3105-480d-b8d7-d017aa7f4ddd} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13407 | 2025.03.03 04:59:45.539683 [ 256 ] {52f84623-3105-480d-b8d7-d017aa7f4ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13408 | 2025.03.03 04:59:45.540036 [ 256 ] {52f84623-3105-480d-b8d7-d017aa7f4ddd} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13409 | 2025.03.03 04:59:45.540271 [ 256 ] {52f84623-3105-480d-b8d7-d017aa7f4ddd} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13410 | 2025.03.03 04:59:45.540487 [ 256 ] {52f84623-3105-480d-b8d7-d017aa7f4ddd} <Debug> executeQuery: Read 118 rows, 7.29 KiB in 0.001477 sec., 79891.67230873392 rows/sec., 4.82 MiB/sec. | ||
| 13411 | 2025.03.03 04:59:45.540539 [ 256 ] {52f84623-3105-480d-b8d7-d017aa7f4ddd} <Debug> TCPHandler: Processed in 0.001661586 sec. | ||
| 13412 | 2025.03.03 04:59:45.540656 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13413 | 2025.03.03 04:59:45.540761 [ 256 ] {96b9fb2d-f10e-4d0f-b926-f7618dd929d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13414 | 2025.03.03 04:59:45.540805 [ 256 ] {96b9fb2d-f10e-4d0f-b926-f7618dd929d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13415 | 2025.03.03 04:59:45.541365 [ 256 ] {96b9fb2d-f10e-4d0f-b926-f7618dd929d3} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13416 | 2025.03.03 04:59:45.541404 [ 256 ] {96b9fb2d-f10e-4d0f-b926-f7618dd929d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13417 | 2025.03.03 04:59:45.541747 [ 256 ] {96b9fb2d-f10e-4d0f-b926-f7618dd929d3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13418 | 2025.03.03 04:59:45.541978 [ 256 ] {96b9fb2d-f10e-4d0f-b926-f7618dd929d3} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13419 | 2025.03.03 04:59:45.542187 [ 256 ] {96b9fb2d-f10e-4d0f-b926-f7618dd929d3} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001448 sec., 78038.67403314917 rows/sec., 5.05 MiB/sec. | ||
| 13420 | 2025.03.03 04:59:45.542238 [ 256 ] {96b9fb2d-f10e-4d0f-b926-f7618dd929d3} <Debug> TCPHandler: Processed in 0.001634595 sec. | ||
| 13421 | 2025.03.03 04:59:45.542355 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13422 | 2025.03.03 04:59:45.542460 [ 256 ] {8804f6f9-3dec-447a-8fe5-206e13b84b6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13423 | 2025.03.03 04:59:45.542503 [ 256 ] {8804f6f9-3dec-447a-8fe5-206e13b84b6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13424 | 2025.03.03 04:59:45.543063 [ 256 ] {8804f6f9-3dec-447a-8fe5-206e13b84b6a} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13425 | 2025.03.03 04:59:45.543102 [ 256 ] {8804f6f9-3dec-447a-8fe5-206e13b84b6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13426 | 2025.03.03 04:59:45.543443 [ 256 ] {8804f6f9-3dec-447a-8fe5-206e13b84b6a} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13427 | 2025.03.03 04:59:45.543680 [ 256 ] {8804f6f9-3dec-447a-8fe5-206e13b84b6a} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13428 | 2025.03.03 04:59:45.543939 [ 256 ] {8804f6f9-3dec-447a-8fe5-206e13b84b6a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001492 sec., 75067.02412868633 rows/sec., 4.28 MiB/sec. | ||
| 13429 | 2025.03.03 04:59:45.544007 [ 256 ] {8804f6f9-3dec-447a-8fe5-206e13b84b6a} <Debug> TCPHandler: Processed in 0.001704046 sec. | ||
| 13430 | 2025.03.03 04:59:45.544272 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13431 | 2025.03.03 04:59:45.544449 [ 256 ] {63ba2c8d-8c33-47e4-9f8e-ff625369b230} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13432 | 2025.03.03 04:59:45.544496 [ 256 ] {63ba2c8d-8c33-47e4-9f8e-ff625369b230} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13433 | 2025.03.03 04:59:45.545205 [ 256 ] {63ba2c8d-8c33-47e4-9f8e-ff625369b230} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13434 | 2025.03.03 04:59:45.545244 [ 256 ] {63ba2c8d-8c33-47e4-9f8e-ff625369b230} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13435 | 2025.03.03 04:59:45.545617 [ 256 ] {63ba2c8d-8c33-47e4-9f8e-ff625369b230} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13436 | 2025.03.03 04:59:45.545854 [ 256 ] {63ba2c8d-8c33-47e4-9f8e-ff625369b230} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13437 | 2025.03.03 04:59:45.546073 [ 256 ] {63ba2c8d-8c33-47e4-9f8e-ff625369b230} <Debug> executeQuery: Read 394 rows, 28.55 KiB in 0.001658 sec., 237635.7056694813 rows/sec., 16.81 MiB/sec. | ||
| 13438 | 2025.03.03 04:59:45.546139 [ 256 ] {63ba2c8d-8c33-47e4-9f8e-ff625369b230} <Debug> TCPHandler: Processed in 0.001972582 sec. | ||
| 13439 | 2025.03.03 04:59:45.546272 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13440 | 2025.03.03 04:59:45.546430 [ 256 ] {f50201cf-7f4b-4b08-ab72-5ba91c89967d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13441 | 2025.03.03 04:59:45.546633 [ 256 ] {f50201cf-7f4b-4b08-ab72-5ba91c89967d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13442 | 2025.03.03 04:59:45.547150 [ 256 ] {f50201cf-7f4b-4b08-ab72-5ba91c89967d} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13443 | 2025.03.03 04:59:45.547201 [ 256 ] {f50201cf-7f4b-4b08-ab72-5ba91c89967d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13444 | 2025.03.03 04:59:45.547598 [ 256 ] {f50201cf-7f4b-4b08-ab72-5ba91c89967d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13445 | 2025.03.03 04:59:45.547877 [ 256 ] {f50201cf-7f4b-4b08-ab72-5ba91c89967d} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13446 | 2025.03.03 04:59:45.548082 [ 256 ] {f50201cf-7f4b-4b08-ab72-5ba91c89967d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00169 sec., 3550.2958579881656 rows/sec., 185.49 KiB/sec. | ||
| 13447 | 2025.03.03 04:59:45.548135 [ 256 ] {f50201cf-7f4b-4b08-ab72-5ba91c89967d} <Debug> TCPHandler: Processed in 0.001929332 sec. | ||
| 13448 | 2025.03.03 04:59:45.548255 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13449 | 2025.03.03 04:59:45.548366 [ 256 ] {2c72da6c-5787-449b-8023-102d87c972fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13450 | 2025.03.03 04:59:45.548419 [ 256 ] {2c72da6c-5787-449b-8023-102d87c972fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13451 | 2025.03.03 04:59:45.548947 [ 256 ] {2c72da6c-5787-449b-8023-102d87c972fc} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13452 | 2025.03.03 04:59:45.548986 [ 256 ] {2c72da6c-5787-449b-8023-102d87c972fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13453 | 2025.03.03 04:59:45.549382 [ 256 ] {2c72da6c-5787-449b-8023-102d87c972fc} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13454 | 2025.03.03 04:59:45.549657 [ 256 ] {2c72da6c-5787-449b-8023-102d87c972fc} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13455 | 2025.03.03 04:59:45.549847 [ 104 ] {} <Debug> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 13456 | 2025.03.03 04:59:45.549926 [ 256 ] {2c72da6c-5787-449b-8023-102d87c972fc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001573 sec., 150667.51430387795 rows/sec., 10.10 MiB/sec. | ||
| 13457 | 2025.03.03 04:59:45.549930 [ 104 ] {} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13458 | 2025.03.03 04:59:45.550013 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13459 | 2025.03.03 04:59:45.550082 [ 256 ] {2c72da6c-5787-449b-8023-102d87c972fc} <Debug> TCPHandler: Processed in 0.00186929 sec. | ||
| 13460 | 2025.03.03 04:59:45.550245 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_110_22} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full | ||
| 13461 | 2025.03.03 04:59:45.550322 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13462 | 2025.03.03 04:59:45.550436 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13463 | 2025.03.03 04:59:45.550526 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 31737 rows starting from the beginning of the part | ||
| 13464 | 2025.03.03 04:59:45.550559 [ 256 ] {2618e711-b93c-4b40-95a9-81fa15a7d7f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13465 | 2025.03.03 04:59:45.550772 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part | ||
| 13466 | 2025.03.03 04:59:45.550785 [ 256 ] {2618e711-b93c-4b40-95a9-81fa15a7d7f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13467 | 2025.03.03 04:59:45.551140 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part | ||
| 13468 | 2025.03.03 04:59:45.551540 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 237 rows starting from the beginning of the part | ||
| 13469 | 2025.03.03 04:59:45.551913 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 161 rows starting from the beginning of the part | ||
| 13470 | 2025.03.03 04:59:45.552233 [ 192 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 237 rows starting from the beginning of the part | ||
| 13471 | 2025.03.03 04:59:45.553341 [ 256 ] {2618e711-b93c-4b40-95a9-81fa15a7d7f0} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13472 | 2025.03.03 04:59:45.553400 [ 256 ] {2618e711-b93c-4b40-95a9-81fa15a7d7f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13473 | 2025.03.03 04:59:45.554084 [ 256 ] {2618e711-b93c-4b40-95a9-81fa15a7d7f0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13474 | 2025.03.03 04:59:45.554409 [ 256 ] {2618e711-b93c-4b40-95a9-81fa15a7d7f0} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13475 | 2025.03.03 04:59:45.554811 [ 256 ] {2618e711-b93c-4b40-95a9-81fa15a7d7f0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00429 sec., 233.10023310023308 rows/sec., 15.71 KiB/sec. | ||
| 13476 | 2025.03.03 04:59:45.554992 [ 256 ] {2618e711-b93c-4b40-95a9-81fa15a7d7f0} <Debug> TCPHandler: Processed in 0.004737331 sec. | ||
| 13477 | 2025.03.03 04:59:45.555198 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13478 | 2025.03.03 04:59:45.555439 [ 256 ] {2abf756a-35a7-404b-8d56-8bc9bfcab567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13479 | 2025.03.03 04:59:45.555577 [ 256 ] {2abf756a-35a7-404b-8d56-8bc9bfcab567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13480 | 2025.03.03 04:59:45.557187 [ 256 ] {2abf756a-35a7-404b-8d56-8bc9bfcab567} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13481 | 2025.03.03 04:59:45.557230 [ 256 ] {2abf756a-35a7-404b-8d56-8bc9bfcab567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13482 | 2025.03.03 04:59:45.558020 [ 256 ] {2abf756a-35a7-404b-8d56-8bc9bfcab567} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13483 | 2025.03.03 04:59:45.558430 [ 256 ] {2abf756a-35a7-404b-8d56-8bc9bfcab567} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13484 | 2025.03.03 04:59:45.558839 [ 256 ] {2abf756a-35a7-404b-8d56-8bc9bfcab567} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.003484 sec., 3444.316877152698 rows/sec., 6.17 MiB/sec. | ||
| 13485 | 2025.03.03 04:59:45.558992 [ 256 ] {2abf756a-35a7-404b-8d56-8bc9bfcab567} <Debug> TCPHandler: Processed in 0.003867553 sec. | ||
| 13486 | 2025.03.03 04:59:45.559131 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13487 | 2025.03.03 04:59:45.559293 [ 256 ] {7a938bcc-9536-4144-8fb9-131132301788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13488 | 2025.03.03 04:59:45.559344 [ 256 ] {7a938bcc-9536-4144-8fb9-131132301788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13489 | 2025.03.03 04:59:45.560022 [ 256 ] {7a938bcc-9536-4144-8fb9-131132301788} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13490 | 2025.03.03 04:59:45.560063 [ 256 ] {7a938bcc-9536-4144-8fb9-131132301788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13491 | 2025.03.03 04:59:45.560529 [ 256 ] {7a938bcc-9536-4144-8fb9-131132301788} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13492 | 2025.03.03 04:59:45.560967 [ 256 ] {7a938bcc-9536-4144-8fb9-131132301788} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13493 | 2025.03.03 04:59:45.561238 [ 189 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32596 rows, containing 5 columns (5 merged, 0 gathered) in 0.011121188 sec., 2930981.833955149 rows/sec., 197.92 MiB/sec. | ||
| 13494 | 2025.03.03 04:59:45.561429 [ 256 ] {7a938bcc-9536-4144-8fb9-131132301788} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002177 sec., 37666.513550757925 rows/sec., 2.39 MiB/sec. | ||
| 13495 | 2025.03.03 04:59:45.561488 [ 256 ] {7a938bcc-9536-4144-8fb9-131132301788} <Debug> TCPHandler: Processed in 0.002406932 sec. | ||
| 13496 | 2025.03.03 04:59:45.562084 [ 189 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 13497 | 2025.03.03 04:59:45.562394 [ 189 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13498 | 2025.03.03 04:59:45.562475 [ 189 ] {4065fb57-b3a4-45ae-9446-bb21575a27e6::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 13499 | 2025.03.03 04:59:45.562572 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 13500 | 2025.03.03 04:59:46.000238 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.86 MiB, peak 262.97 MiB, free memory in arenas 0.00 B, will set to 254.53 MiB (RSS), difference: -1.33 MiB | ||
| 13501 | 2025.03.03 04:59:50.115077 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13502 | 2025.03.03 04:59:50.115145 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13503 | 2025.03.03 04:59:50.344827 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
| 13504 | 2025.03.03 04:59:50.345545 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13505 | 2025.03.03 04:59:50.345608 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13506 | 2025.03.03 04:59:50.346157 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13507 | 2025.03.03 04:59:50.346490 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13508 | 2025.03.03 04:59:50.346881 [ 99 ] {} <Debug> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13509 | 2025.03.03 04:59:50.347041 [ 99 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13510 | 2025.03.03 04:59:50.347125 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13511 | 2025.03.03 04:59:50.347510 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 13512 | 2025.03.03 04:59:50.347635 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 13513 | 2025.03.03 04:59:50.347787 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13514 | 2025.03.03 04:59:50.347827 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 13515 | 2025.03.03 04:59:50.347899 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 13516 | 2025.03.03 04:59:50.348004 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 13517 | 2025.03.03 04:59:50.348242 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 13518 | 2025.03.03 04:59:50.348510 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 13519 | 2025.03.03 04:59:50.348606 [ 198 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::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 | ||
| 13520 | 2025.03.03 04:59:50.351316 [ 193 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.004014976 sec., 7535786.017151784 rows/sec., 107.80 MiB/sec. | ||
| 13521 | 2025.03.03 04:59:50.351875 [ 187 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13522 | 2025.03.03 04:59:50.352223 [ 187 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_66_13} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13523 | 2025.03.03 04:59:50.352312 [ 187 ] {0fe51841-ebcb-4286-9a54-04f64d6fc9d8::all_1_66_13} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13524 | 2025.03.03 04:59:50.352428 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
| 13525 | 2025.03.03 04:59:50.529661 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13526 | 2025.03.03 04:59:50.529882 [ 256 ] {28258c12-83eb-4c30-9eee-fd86857e72cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13527 | 2025.03.03 04:59:50.529953 [ 256 ] {28258c12-83eb-4c30-9eee-fd86857e72cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13528 | 2025.03.03 04:59:50.530792 [ 256 ] {28258c12-83eb-4c30-9eee-fd86857e72cd} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13529 | 2025.03.03 04:59:50.530839 [ 256 ] {28258c12-83eb-4c30-9eee-fd86857e72cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13530 | 2025.03.03 04:59:50.531285 [ 256 ] {28258c12-83eb-4c30-9eee-fd86857e72cd} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13531 | 2025.03.03 04:59:50.531539 [ 256 ] {28258c12-83eb-4c30-9eee-fd86857e72cd} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13532 | 2025.03.03 04:59:50.531750 [ 98 ] {} <Debug> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13533 | 2025.03.03 04:59:50.531797 [ 256 ] {28258c12-83eb-4c30-9eee-fd86857e72cd} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.001961 sec., 56093.82967873534 rows/sec., 4.70 MiB/sec. | ||
| 13534 | 2025.03.03 04:59:50.531828 [ 98 ] {} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13535 | 2025.03.03 04:59:50.531905 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13536 | 2025.03.03 04:59:50.531913 [ 256 ] {28258c12-83eb-4c30-9eee-fd86857e72cd} <Debug> TCPHandler: Processed in 0.002416532 sec. | ||
| 13537 | 2025.03.03 04:59:50.532169 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13538 | 2025.03.03 04:59:50.532195 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::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 | ||
| 13539 | 2025.03.03 04:59:50.532361 [ 256 ] {193201c3-ab6e-494a-b7c0-a1ec941d7026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13540 | 2025.03.03 04:59:50.532473 [ 256 ] {193201c3-ab6e-494a-b7c0-a1ec941d7026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13541 | 2025.03.03 04:59:50.532693 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13542 | 2025.03.03 04:59:50.532806 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1845 rows starting from the beginning of the part | ||
| 13543 | 2025.03.03 04:59:50.533186 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 110 rows starting from the beginning of the part | ||
| 13544 | 2025.03.03 04:59:50.533623 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 641 rows starting from the beginning of the part | ||
| 13545 | 2025.03.03 04:59:50.534014 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 111 rows starting from the beginning of the part | ||
| 13546 | 2025.03.03 04:59:50.534314 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 641 rows starting from the beginning of the part | ||
| 13547 | 2025.03.03 04:59:50.534676 [ 187 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 110 rows starting from the beginning of the part | ||
| 13548 | 2025.03.03 04:59:50.535316 [ 256 ] {193201c3-ab6e-494a-b7c0-a1ec941d7026} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13549 | 2025.03.03 04:59:50.535374 [ 256 ] {193201c3-ab6e-494a-b7c0-a1ec941d7026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13550 | 2025.03.03 04:59:50.536212 [ 256 ] {193201c3-ab6e-494a-b7c0-a1ec941d7026} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13551 | 2025.03.03 04:59:50.536770 [ 256 ] {193201c3-ab6e-494a-b7c0-a1ec941d7026} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13552 | 2025.03.03 04:59:50.537219 [ 98 ] {} <Debug> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
| 13553 | 2025.03.03 04:59:50.537392 [ 256 ] {193201c3-ab6e-494a-b7c0-a1ec941d7026} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.005055 sec., 5341.246290801188 rows/sec., 401.64 KiB/sec. | ||
| 13554 | 2025.03.03 04:59:50.537403 [ 98 ] {} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13555 | 2025.03.03 04:59:50.537523 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13556 | 2025.03.03 04:59:50.537565 [ 256 ] {193201c3-ab6e-494a-b7c0-a1ec941d7026} <Debug> TCPHandler: Processed in 0.005482997 sec. | ||
| 13557 | 2025.03.03 04:59:50.537863 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13558 | 2025.03.03 04:59:50.537870 [ 193 ] {a078524a-d60a-4b87-ab70-0533fd647693::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 | ||
| 13559 | 2025.03.03 04:59:50.538036 [ 256 ] {2e3f73fc-19b7-4228-8e71-2289e3ce28a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13560 | 2025.03.03 04:59:50.538200 [ 256 ] {2e3f73fc-19b7-4228-8e71-2289e3ce28a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13561 | 2025.03.03 04:59:50.538265 [ 193 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13562 | 2025.03.03 04:59:50.538431 [ 193 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 163 rows starting from the beginning of the part | ||
| 13563 | 2025.03.03 04:59:50.538905 [ 193 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 27 rows starting from the beginning of the part | ||
| 13564 | 2025.03.03 04:59:50.539487 [ 193 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 118 rows starting from the beginning of the part | ||
| 13565 | 2025.03.03 04:59:50.539566 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3458 rows, containing 5 columns (5 merged, 0 gathered) in 0.007538021 sec., 458741.09398209426 rows/sec., 38.73 MiB/sec. | ||
| 13566 | 2025.03.03 04:59:50.539817 [ 193 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 29 rows starting from the beginning of the part | ||
| 13567 | 2025.03.03 04:59:50.540063 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13568 | 2025.03.03 04:59:50.540140 [ 193 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 118 rows starting from the beginning of the part | ||
| 13569 | 2025.03.03 04:59:50.540462 [ 193 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 27 rows starting from the beginning of the part | ||
| 13570 | 2025.03.03 04:59:50.541385 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_111_22} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13571 | 2025.03.03 04:59:50.541615 [ 201 ] {ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d::all_1_111_22} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13572 | 2025.03.03 04:59:50.541796 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 13573 | 2025.03.03 04:59:50.541873 [ 256 ] {2e3f73fc-19b7-4228-8e71-2289e3ce28a6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13574 | 2025.03.03 04:59:50.541919 [ 256 ] {2e3f73fc-19b7-4228-8e71-2289e3ce28a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13575 | 2025.03.03 04:59:50.542487 [ 256 ] {2e3f73fc-19b7-4228-8e71-2289e3ce28a6} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13576 | 2025.03.03 04:59:50.542835 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 5 columns (5 merged, 0 gathered) in 0.00513414 sec., 93881.35111235768 rows/sec., 6.33 MiB/sec. | ||
| 13577 | 2025.03.03 04:59:50.542850 [ 256 ] {2e3f73fc-19b7-4228-8e71-2289e3ce28a6} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13578 | 2025.03.03 04:59:50.543072 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
| 13579 | 2025.03.03 04:59:50.543131 [ 98 ] {} <Debug> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13580 | 2025.03.03 04:59:50.543244 [ 98 ] {} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13581 | 2025.03.03 04:59:50.543311 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13582 | 2025.03.03 04:59:50.543370 [ 256 ] {2e3f73fc-19b7-4228-8e71-2289e3ce28a6} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.005395 sec., 16867.469879518074 rows/sec., 1.32 MiB/sec. | ||
| 13583 | 2025.03.03 04:59:50.543768 [ 256 ] {2e3f73fc-19b7-4228-8e71-2289e3ce28a6} <Debug> TCPHandler: Processed in 0.005986258 sec. | ||
| 13584 | 2025.03.03 04:59:50.544086 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13585 | 2025.03.03 04:59:50.544201 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_90_18} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13586 | 2025.03.03 04:59:50.544449 [ 256 ] {22115884-f7c3-41e2-b6eb-0d1999d3c756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13587 | 2025.03.03 04:59:50.544628 [ 256 ] {22115884-f7c3-41e2-b6eb-0d1999d3c756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13588 | 2025.03.03 04:59:50.544741 [ 190 ] {a078524a-d60a-4b87-ab70-0533fd647693::all_1_90_18} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
| 13589 | 2025.03.03 04:59:50.545117 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::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 | ||
| 13590 | 2025.03.03 04:59:50.545236 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 13591 | 2025.03.03 04:59:50.545675 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13592 | 2025.03.03 04:59:50.545771 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 913 rows starting from the beginning of the part | ||
| 13593 | 2025.03.03 04:59:50.546155 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 91 rows starting from the beginning of the part | ||
| 13594 | 2025.03.03 04:59:50.546592 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 394 rows starting from the beginning of the part | ||
| 13595 | 2025.03.03 04:59:50.546830 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 93 rows starting from the beginning of the part | ||
| 13596 | 2025.03.03 04:59:50.547097 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 394 rows starting from the beginning of the part | ||
| 13597 | 2025.03.03 04:59:50.547736 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 91 rows starting from the beginning of the part | ||
| 13598 | 2025.03.03 04:59:50.548335 [ 256 ] {22115884-f7c3-41e2-b6eb-0d1999d3c756} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13599 | 2025.03.03 04:59:50.548379 [ 256 ] {22115884-f7c3-41e2-b6eb-0d1999d3c756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13600 | 2025.03.03 04:59:50.548950 [ 256 ] {22115884-f7c3-41e2-b6eb-0d1999d3c756} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13601 | 2025.03.03 04:59:50.549290 [ 256 ] {22115884-f7c3-41e2-b6eb-0d1999d3c756} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13602 | 2025.03.03 04:59:50.549588 [ 256 ] {22115884-f7c3-41e2-b6eb-0d1999d3c756} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005252 sec., 30464.584920030466 rows/sec., 2.12 MiB/sec. | ||
| 13603 | 2025.03.03 04:59:50.549768 [ 256 ] {22115884-f7c3-41e2-b6eb-0d1999d3c756} <Debug> TCPHandler: Processed in 0.005826585 sec. | ||
| 13604 | 2025.03.03 04:59:50.550225 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13605 | 2025.03.03 04:59:50.550460 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.00701312 sec., 281757.6200036503 rows/sec., 21.54 MiB/sec. | ||
| 13606 | 2025.03.03 04:59:50.550605 [ 256 ] {607e85b0-38a1-4389-b127-c5716a5a5782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13607 | 2025.03.03 04:59:50.550832 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13608 | 2025.03.03 04:59:50.551057 [ 256 ] {607e85b0-38a1-4389-b127-c5716a5a5782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13609 | 2025.03.03 04:59:50.552072 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_111_22} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13610 | 2025.03.03 04:59:50.552493 [ 193 ] {edcaad39-48ed-48ac-b6e5-b722f9f2aa79::all_1_111_22} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13611 | 2025.03.03 04:59:50.552721 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 13612 | 2025.03.03 04:59:50.553744 [ 256 ] {607e85b0-38a1-4389-b127-c5716a5a5782} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13613 | 2025.03.03 04:59:50.553785 [ 256 ] {607e85b0-38a1-4389-b127-c5716a5a5782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13614 | 2025.03.03 04:59:50.554501 [ 256 ] {607e85b0-38a1-4389-b127-c5716a5a5782} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13615 | 2025.03.03 04:59:50.554784 [ 256 ] {607e85b0-38a1-4389-b127-c5716a5a5782} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13616 | 2025.03.03 04:59:50.555036 [ 256 ] {607e85b0-38a1-4389-b127-c5716a5a5782} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.004547 sec., 5937.981086430614 rows/sec., 10.64 MiB/sec. | ||
| 13617 | 2025.03.03 04:59:50.555148 [ 256 ] {607e85b0-38a1-4389-b127-c5716a5a5782} <Debug> TCPHandler: Processed in 0.005084749 sec. | ||
| 13618 | 2025.03.03 04:59:50.555277 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13619 | 2025.03.03 04:59:50.555382 [ 256 ] {651e2bd2-c9b7-4da1-abe5-8f795e131063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13620 | 2025.03.03 04:59:50.555429 [ 256 ] {651e2bd2-c9b7-4da1-abe5-8f795e131063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13621 | 2025.03.03 04:59:50.555863 [ 256 ] {651e2bd2-c9b7-4da1-abe5-8f795e131063} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13622 | 2025.03.03 04:59:50.555902 [ 256 ] {651e2bd2-c9b7-4da1-abe5-8f795e131063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13623 | 2025.03.03 04:59:50.556258 [ 256 ] {651e2bd2-c9b7-4da1-abe5-8f795e131063} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13624 | 2025.03.03 04:59:50.556500 [ 256 ] {651e2bd2-c9b7-4da1-abe5-8f795e131063} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13625 | 2025.03.03 04:59:50.556672 [ 98 ] {} <Debug> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13626 | 2025.03.03 04:59:50.556733 [ 98 ] {} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13627 | 2025.03.03 04:59:50.556730 [ 256 ] {651e2bd2-c9b7-4da1-abe5-8f795e131063} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
| 13628 | 2025.03.03 04:59:50.556764 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13629 | 2025.03.03 04:59:50.556885 [ 256 ] {651e2bd2-c9b7-4da1-abe5-8f795e131063} <Debug> TCPHandler: Processed in 0.001655545 sec. | ||
| 13630 | 2025.03.03 04:59:50.557125 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 13631 | 2025.03.03 04:59:50.557552 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13632 | 2025.03.03 04:59:50.557654 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6414 rows starting from the beginning of the part | ||
| 13633 | 2025.03.03 04:59:50.557967 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 13634 | 2025.03.03 04:59:50.558248 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 82 rows starting from the beginning of the part | ||
| 13635 | 2025.03.03 04:59:50.558530 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part | ||
| 13636 | 2025.03.03 04:59:50.558668 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 82 rows starting from the beginning of the part | ||
| 13637 | 2025.03.03 04:59:50.558925 [ 191 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::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 | ||
| 13638 | 2025.03.03 04:59:50.560942 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6758 rows, containing 4 columns (4 merged, 0 gathered) in 0.004032786 sec., 1675764.5954930412 rows/sec., 109.23 MiB/sec. | ||
| 13639 | 2025.03.03 04:59:50.561424 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13640 | 2025.03.03 04:59:50.561778 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_111_22} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13641 | 2025.03.03 04:59:50.561876 [ 188 ] {815173f5-c831-431a-bc9d-3ce1a193c0c4::all_1_111_22} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13642 | 2025.03.03 04:59:50.561971 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 13643 | 2025.03.03 04:59:52.518618 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 13644 | 2025.03.03 04:59:52.540408 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13645 | 2025.03.03 04:59:52.540472 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13646 | 2025.03.03 04:59:52.547752 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13647 | 2025.03.03 04:59:52.548560 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13648 | 2025.03.03 04:59:52.548983 [ 100 ] {} <Debug> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13649 | 2025.03.03 04:59:52.549128 [ 100 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13650 | 2025.03.03 04:59:52.549208 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13651 | 2025.03.03 04:59:52.549843 [ 194 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 13652 | 2025.03.03 04:59:52.564485 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 13653 | 2025.03.03 04:59:52.566312 [ 194 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13654 | 2025.03.03 04:59:52.567929 [ 194 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 13655 | 2025.03.03 04:59:52.573605 [ 194 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 13656 | 2025.03.03 04:59:52.579045 [ 194 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 13657 | 2025.03.03 04:59:52.584513 [ 194 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 13658 | 2025.03.03 04:59:52.590637 [ 194 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 13659 | 2025.03.03 04:59:52.595040 [ 194 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::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 | ||
| 13660 | 2025.03.03 04:59:52.654217 [ 199 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.104799734 sec., 4751.92045811872 rows/sec., 24.57 MiB/sec. | ||
| 13661 | 2025.03.03 04:59:52.657646 [ 199 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13662 | 2025.03.03 04:59:52.660673 [ 199 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_66_13} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13663 | 2025.03.03 04:59:52.660769 [ 199 ] {9fea0175-4ae3-46ac-ba3f-1a1b5e90df44::all_1_66_13} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13664 | 2025.03.03 04:59:52.663208 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 13665 | 2025.03.03 04:59:53.340784 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13666 | 2025.03.03 04:59:53.341043 [ 256 ] {ab535cb4-06c1-4dcd-8303-997fd605cd33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13667 | 2025.03.03 04:59:53.341149 [ 256 ] {ab535cb4-06c1-4dcd-8303-997fd605cd33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13668 | 2025.03.03 04:59:53.342240 [ 256 ] {ab535cb4-06c1-4dcd-8303-997fd605cd33} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13669 | 2025.03.03 04:59:53.342289 [ 256 ] {ab535cb4-06c1-4dcd-8303-997fd605cd33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13670 | 2025.03.03 04:59:53.342739 [ 256 ] {ab535cb4-06c1-4dcd-8303-997fd605cd33} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13671 | 2025.03.03 04:59:53.343001 [ 256 ] {ab535cb4-06c1-4dcd-8303-997fd605cd33} <Trace> oximeter.fields_i16 (e019c448-4787-4b8a-baad-fbf5c6dabc6b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13672 | 2025.03.03 04:59:53.343267 [ 256 ] {ab535cb4-06c1-4dcd-8303-997fd605cd33} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002301 sec., 92133.85484571925 rows/sec., 5.86 MiB/sec. | ||
| 13673 | 2025.03.03 04:59:53.343336 [ 256 ] {ab535cb4-06c1-4dcd-8303-997fd605cd33} <Debug> TCPHandler: Processed in 0.002685258 sec. | ||
| 13674 | 2025.03.03 04:59:53.343463 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13675 | 2025.03.03 04:59:53.343578 [ 256 ] {8bc32ac3-f492-4241-ade2-925dc62d663b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13676 | 2025.03.03 04:59:53.343627 [ 256 ] {8bc32ac3-f492-4241-ade2-925dc62d663b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13677 | 2025.03.03 04:59:53.344166 [ 256 ] {8bc32ac3-f492-4241-ade2-925dc62d663b} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13678 | 2025.03.03 04:59:53.344206 [ 256 ] {8bc32ac3-f492-4241-ade2-925dc62d663b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13679 | 2025.03.03 04:59:53.344563 [ 256 ] {8bc32ac3-f492-4241-ade2-925dc62d663b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 13680 | 2025.03.03 04:59:53.344809 [ 256 ] {8bc32ac3-f492-4241-ade2-925dc62d663b} <Trace> oximeter.fields_ipaddr (49d81e20-f57e-4f4c-8f43-8ca887fdd639): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13681 | 2025.03.03 04:59:53.345109 [ 256 ] {8bc32ac3-f492-4241-ade2-925dc62d663b} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001547 sec., 10342.598577892695 rows/sec., 843.37 KiB/sec. | ||
| 13682 | 2025.03.03 04:59:53.345346 [ 256 ] {8bc32ac3-f492-4241-ade2-925dc62d663b} <Debug> TCPHandler: Processed in 0.001931152 sec. | ||
| 13683 | 2025.03.03 04:59:53.345561 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13684 | 2025.03.03 04:59:53.345671 [ 256 ] {6b418ca7-2495-40d8-8cb4-e3057d4f2ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13685 | 2025.03.03 04:59:53.345718 [ 256 ] {6b418ca7-2495-40d8-8cb4-e3057d4f2ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13686 | 2025.03.03 04:59:53.347650 [ 256 ] {6b418ca7-2495-40d8-8cb4-e3057d4f2ce6} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13687 | 2025.03.03 04:59:53.347692 [ 256 ] {6b418ca7-2495-40d8-8cb4-e3057d4f2ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13688 | 2025.03.03 04:59:53.348176 [ 256 ] {6b418ca7-2495-40d8-8cb4-e3057d4f2ce6} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13689 | 2025.03.03 04:59:53.348436 [ 256 ] {6b418ca7-2495-40d8-8cb4-e3057d4f2ce6} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13690 | 2025.03.03 04:59:53.348651 [ 256 ] {6b418ca7-2495-40d8-8cb4-e3057d4f2ce6} <Debug> executeQuery: Read 1789 rows, 148.42 KiB in 0.003005 sec., 595341.0981697171 rows/sec., 48.23 MiB/sec. | ||
| 13691 | 2025.03.03 04:59:53.348712 [ 256 ] {6b418ca7-2495-40d8-8cb4-e3057d4f2ce6} <Debug> TCPHandler: Processed in 0.003217629 sec. | ||
| 13692 | 2025.03.03 04:59:53.348830 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13693 | 2025.03.03 04:59:53.348937 [ 256 ] {40dd482c-02e0-4648-a599-a454ebe64e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13694 | 2025.03.03 04:59:53.348981 [ 256 ] {40dd482c-02e0-4648-a599-a454ebe64e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13695 | 2025.03.03 04:59:53.349603 [ 256 ] {40dd482c-02e0-4648-a599-a454ebe64e77} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13696 | 2025.03.03 04:59:53.349645 [ 256 ] {40dd482c-02e0-4648-a599-a454ebe64e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13697 | 2025.03.03 04:59:53.350001 [ 256 ] {40dd482c-02e0-4648-a599-a454ebe64e77} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13698 | 2025.03.03 04:59:53.350234 [ 256 ] {40dd482c-02e0-4648-a599-a454ebe64e77} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13699 | 2025.03.03 04:59:53.350453 [ 256 ] {40dd482c-02e0-4648-a599-a454ebe64e77} <Debug> executeQuery: Read 134 rows, 8.41 KiB in 0.001539 sec., 87069.5256660169 rows/sec., 5.33 MiB/sec. | ||
| 13700 | 2025.03.03 04:59:53.350521 [ 256 ] {40dd482c-02e0-4648-a599-a454ebe64e77} <Debug> TCPHandler: Processed in 0.001742528 sec. | ||
| 13701 | 2025.03.03 04:59:53.350660 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13702 | 2025.03.03 04:59:53.350778 [ 256 ] {7f76dd93-86a1-4d6b-afd9-b838ead88d71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13703 | 2025.03.03 04:59:53.350821 [ 256 ] {7f76dd93-86a1-4d6b-afd9-b838ead88d71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13704 | 2025.03.03 04:59:53.351537 [ 256 ] {7f76dd93-86a1-4d6b-afd9-b838ead88d71} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13705 | 2025.03.03 04:59:53.351575 [ 256 ] {7f76dd93-86a1-4d6b-afd9-b838ead88d71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13706 | 2025.03.03 04:59:53.351927 [ 256 ] {7f76dd93-86a1-4d6b-afd9-b838ead88d71} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13707 | 2025.03.03 04:59:53.352156 [ 256 ] {7f76dd93-86a1-4d6b-afd9-b838ead88d71} <Trace> oximeter.fields_u32 (69b253c5-a018-4ade-af30-45700e0da3e2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13708 | 2025.03.03 04:59:53.352390 [ 256 ] {7f76dd93-86a1-4d6b-afd9-b838ead88d71} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001633 sec., 208818.12614819352 rows/sec., 13.93 MiB/sec. | ||
| 13709 | 2025.03.03 04:59:53.352449 [ 256 ] {7f76dd93-86a1-4d6b-afd9-b838ead88d71} <Debug> TCPHandler: Processed in 0.00185292 sec. | ||
| 13710 | 2025.03.03 04:59:53.352602 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13711 | 2025.03.03 04:59:53.352705 [ 256 ] {3ad90301-5c50-4551-824a-4b1c485a36c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13712 | 2025.03.03 04:59:53.352748 [ 256 ] {3ad90301-5c50-4551-824a-4b1c485a36c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13713 | 2025.03.03 04:59:53.353323 [ 256 ] {3ad90301-5c50-4551-824a-4b1c485a36c0} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13714 | 2025.03.03 04:59:53.353361 [ 256 ] {3ad90301-5c50-4551-824a-4b1c485a36c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13715 | 2025.03.03 04:59:53.353703 [ 256 ] {3ad90301-5c50-4551-824a-4b1c485a36c0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13716 | 2025.03.03 04:59:53.353929 [ 256 ] {3ad90301-5c50-4551-824a-4b1c485a36c0} <Trace> oximeter.fields_u8 (ee45dc6a-5f24-4a6d-9a5b-6476571d0649): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13717 | 2025.03.03 04:59:53.354134 [ 256 ] {3ad90301-5c50-4551-824a-4b1c485a36c0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001451 sec., 77188.1461061337 rows/sec., 4.40 MiB/sec. | ||
| 13718 | 2025.03.03 04:59:53.354186 [ 256 ] {3ad90301-5c50-4551-824a-4b1c485a36c0} <Debug> TCPHandler: Processed in 0.001641495 sec. | ||
| 13719 | 2025.03.03 04:59:53.354302 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13720 | 2025.03.03 04:59:53.354415 [ 256 ] {bbffc690-79dd-4645-801c-981c1e5e2d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13721 | 2025.03.03 04:59:53.354460 [ 256 ] {bbffc690-79dd-4645-801c-981c1e5e2d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13722 | 2025.03.03 04:59:53.355499 [ 256 ] {bbffc690-79dd-4645-801c-981c1e5e2d2b} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13723 | 2025.03.03 04:59:53.355538 [ 256 ] {bbffc690-79dd-4645-801c-981c1e5e2d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13724 | 2025.03.03 04:59:53.355950 [ 256 ] {bbffc690-79dd-4645-801c-981c1e5e2d2b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13725 | 2025.03.03 04:59:53.356199 [ 256 ] {bbffc690-79dd-4645-801c-981c1e5e2d2b} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13726 | 2025.03.03 04:59:53.356415 [ 256 ] {bbffc690-79dd-4645-801c-981c1e5e2d2b} <Debug> executeQuery: Read 866 rows, 64.14 KiB in 0.002022 sec., 428288.8229475767 rows/sec., 30.98 MiB/sec. | ||
| 13727 | 2025.03.03 04:59:53.356468 [ 256 ] {bbffc690-79dd-4645-801c-981c1e5e2d2b} <Debug> TCPHandler: Processed in 0.002219987 sec. | ||
| 13728 | 2025.03.03 04:59:53.356598 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13729 | 2025.03.03 04:59:53.356730 [ 256 ] {36dec178-e6cd-409d-b6da-aef085882404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13730 | 2025.03.03 04:59:53.356786 [ 256 ] {36dec178-e6cd-409d-b6da-aef085882404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13731 | 2025.03.03 04:59:53.357310 [ 256 ] {36dec178-e6cd-409d-b6da-aef085882404} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13732 | 2025.03.03 04:59:53.357357 [ 256 ] {36dec178-e6cd-409d-b6da-aef085882404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13733 | 2025.03.03 04:59:53.357789 [ 256 ] {36dec178-e6cd-409d-b6da-aef085882404} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13734 | 2025.03.03 04:59:53.358027 [ 256 ] {36dec178-e6cd-409d-b6da-aef085882404} <Trace> oximeter.measurements_bool (73c222ba-cc9f-4b4a-96a5-dc6cbf511b10): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13735 | 2025.03.03 04:59:53.358237 [ 256 ] {36dec178-e6cd-409d-b6da-aef085882404} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001536 sec., 3906.25 rows/sec., 204.09 KiB/sec. | ||
| 13736 | 2025.03.03 04:59:53.358287 [ 256 ] {36dec178-e6cd-409d-b6da-aef085882404} <Debug> TCPHandler: Processed in 0.001753728 sec. | ||
| 13737 | 2025.03.03 04:59:53.358390 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13738 | 2025.03.03 04:59:53.358489 [ 256 ] {f6ca42db-f4da-4811-9a2f-c3ecb729c596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13739 | 2025.03.03 04:59:53.358537 [ 256 ] {f6ca42db-f4da-4811-9a2f-c3ecb729c596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13740 | 2025.03.03 04:59:53.359353 [ 256 ] {f6ca42db-f4da-4811-9a2f-c3ecb729c596} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13741 | 2025.03.03 04:59:53.359393 [ 256 ] {f6ca42db-f4da-4811-9a2f-c3ecb729c596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13742 | 2025.03.03 04:59:53.359819 [ 256 ] {f6ca42db-f4da-4811-9a2f-c3ecb729c596} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13743 | 2025.03.03 04:59:53.360055 [ 256 ] {f6ca42db-f4da-4811-9a2f-c3ecb729c596} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13744 | 2025.03.03 04:59:53.360249 [ 256 ] {f6ca42db-f4da-4811-9a2f-c3ecb729c596} <Debug> executeQuery: Read 1027 rows, 70.10 KiB in 0.00178 sec., 576966.2921348315 rows/sec., 38.46 MiB/sec. | ||
| 13745 | 2025.03.03 04:59:53.360315 [ 256 ] {f6ca42db-f4da-4811-9a2f-c3ecb729c596} <Debug> TCPHandler: Processed in 0.001975412 sec. | ||
| 13746 | 2025.03.03 04:59:53.360417 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13747 | 2025.03.03 04:59:53.360518 [ 256 ] {b4162106-4090-4a1b-85e1-2d36918b3c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13748 | 2025.03.03 04:59:53.360564 [ 256 ] {b4162106-4090-4a1b-85e1-2d36918b3c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13749 | 2025.03.03 04:59:53.360970 [ 256 ] {b4162106-4090-4a1b-85e1-2d36918b3c2e} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13750 | 2025.03.03 04:59:53.361010 [ 256 ] {b4162106-4090-4a1b-85e1-2d36918b3c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13751 | 2025.03.03 04:59:53.361354 [ 256 ] {b4162106-4090-4a1b-85e1-2d36918b3c2e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13752 | 2025.03.03 04:59:53.361596 [ 256 ] {b4162106-4090-4a1b-85e1-2d36918b3c2e} <Trace> oximeter.measurements_f64 (715f540e-9cde-4544-9238-877bc33c013d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13753 | 2025.03.03 04:59:53.361819 [ 256 ] {b4162106-4090-4a1b-85e1-2d36918b3c2e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001318 sec., 758.7253414264037 rows/sec., 51.13 KiB/sec. | ||
| 13754 | 2025.03.03 04:59:53.361906 [ 256 ] {b4162106-4090-4a1b-85e1-2d36918b3c2e} <Debug> TCPHandler: Processed in 0.001537153 sec. | ||
| 13755 | 2025.03.03 04:59:53.362050 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13756 | 2025.03.03 04:59:53.362152 [ 256 ] {224911c6-fda0-4645-9301-dbbcb140e159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13757 | 2025.03.03 04:59:53.362216 [ 256 ] {224911c6-fda0-4645-9301-dbbcb140e159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13758 | 2025.03.03 04:59:53.363274 [ 256 ] {224911c6-fda0-4645-9301-dbbcb140e159} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13759 | 2025.03.03 04:59:53.363312 [ 256 ] {224911c6-fda0-4645-9301-dbbcb140e159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13760 | 2025.03.03 04:59:53.363921 [ 256 ] {224911c6-fda0-4645-9301-dbbcb140e159} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13761 | 2025.03.03 04:59:53.364181 [ 256 ] {224911c6-fda0-4645-9301-dbbcb140e159} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13762 | 2025.03.03 04:59:53.364406 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13763 | 2025.03.03 04:59:53.364453 [ 256 ] {224911c6-fda0-4645-9301-dbbcb140e159} <Debug> executeQuery: Read 12 rows, 22.02 KiB in 0.002321 sec., 5170.185264971995 rows/sec., 9.26 MiB/sec. | ||
| 13764 | 2025.03.03 04:59:53.364543 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13765 | 2025.03.03 04:59:53.364661 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13766 | 2025.03.03 04:59:53.364744 [ 256 ] {224911c6-fda0-4645-9301-dbbcb140e159} <Debug> TCPHandler: Processed in 0.002750538 sec. | ||
| 13767 | 2025.03.03 04:59:53.365137 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13768 | 2025.03.03 04:59:53.365223 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::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 | ||
| 13769 | 2025.03.03 04:59:53.365400 [ 256 ] {1e5e3975-71b4-44bc-ac1e-88a8ed9b90f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13770 | 2025.03.03 04:59:53.365553 [ 256 ] {1e5e3975-71b4-44bc-ac1e-88a8ed9b90f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13771 | 2025.03.03 04:59:53.367115 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13772 | 2025.03.03 04:59:53.367326 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1623 rows starting from the beginning of the part | ||
| 13773 | 2025.03.03 04:59:53.368189 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 12 rows starting from the beginning of the part | ||
| 13774 | 2025.03.03 04:59:53.368208 [ 256 ] {1e5e3975-71b4-44bc-ac1e-88a8ed9b90f1} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13775 | 2025.03.03 04:59:53.368282 [ 256 ] {1e5e3975-71b4-44bc-ac1e-88a8ed9b90f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 13776 | 2025.03.03 04:59:53.368803 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 27 rows starting from the beginning of the part | ||
| 13777 | 2025.03.03 04:59:53.369488 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 12 rows starting from the beginning of the part | ||
| 13778 | 2025.03.03 04:59:53.369747 [ 256 ] {1e5e3975-71b4-44bc-ac1e-88a8ed9b90f1} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 13779 | 2025.03.03 04:59:53.369982 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 27 rows starting from the beginning of the part | ||
| 13780 | 2025.03.03 04:59:53.370484 [ 256 ] {1e5e3975-71b4-44bc-ac1e-88a8ed9b90f1} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13781 | 2025.03.03 04:59:53.370506 [ 186 ] {1a441893-9993-4f87-907b-84f593661890::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 12 rows starting from the beginning of the part | ||
| 13782 | 2025.03.03 04:59:53.371361 [ 256 ] {1e5e3975-71b4-44bc-ac1e-88a8ed9b90f1} <Debug> executeQuery: Read 58 rows, 3.68 KiB in 0.006018 sec., 9637.753406447326 rows/sec., 610.96 KiB/sec. | ||
| 13783 | 2025.03.03 04:59:53.371597 [ 256 ] {1e5e3975-71b4-44bc-ac1e-88a8ed9b90f1} <Debug> TCPHandler: Processed in 0.006583141 sec. | ||
| 13784 | 2025.03.03 04:59:53.383045 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1713 rows, containing 19 columns (19 merged, 0 gathered) in 0.01821324 sec., 94052.45854114919 rows/sec., 168.54 MiB/sec. | ||
| 13785 | 2025.03.03 04:59:53.385032 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13786 | 2025.03.03 04:59:53.385533 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13787 | 2025.03.03 04:59:53.385636 [ 195 ] {1a441893-9993-4f87-907b-84f593661890::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13788 | 2025.03.03 04:59:53.385809 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.48 MiB. | ||
| 13789 | 2025.03.03 04:59:54.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.17 MiB, peak 270.60 MiB, free memory in arenas 0.00 B, will set to 261.14 MiB (RSS), difference: 3.98 MiB | ||
| 13790 | 2025.03.03 04:59:55.505669 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1960 | ||
| 13791 | 2025.03.03 04:59:55.509299 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13792 | 2025.03.03 04:59:55.509360 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13793 | 2025.03.03 04:59:55.510882 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13794 | 2025.03.03 04:59:55.511209 [ 242 ] {} <Trace> system.query_log (0cd70e42-77de-40ff-ba45-803b83aa0ab2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13795 | 2025.03.03 04:59:55.511881 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1960 | ||
| 13796 | 2025.03.03 04:59:55.524383 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13797 | 2025.03.03 04:59:55.524599 [ 256 ] {3b92b5e7-8ee7-40df-a0df-a04dbd8ef7fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13798 | 2025.03.03 04:59:55.524683 [ 256 ] {3b92b5e7-8ee7-40df-a0df-a04dbd8ef7fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13799 | 2025.03.03 04:59:55.525556 [ 256 ] {3b92b5e7-8ee7-40df-a0df-a04dbd8ef7fc} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13800 | 2025.03.03 04:59:55.525601 [ 256 ] {3b92b5e7-8ee7-40df-a0df-a04dbd8ef7fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13801 | 2025.03.03 04:59:55.526070 [ 256 ] {3b92b5e7-8ee7-40df-a0df-a04dbd8ef7fc} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13802 | 2025.03.03 04:59:55.526341 [ 256 ] {3b92b5e7-8ee7-40df-a0df-a04dbd8ef7fc} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13803 | 2025.03.03 04:59:55.526568 [ 256 ] {3b92b5e7-8ee7-40df-a0df-a04dbd8ef7fc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002016 sec., 27777.777777777777 rows/sec., 2.12 MiB/sec. | ||
| 13804 | 2025.03.03 04:59:55.526663 [ 256 ] {3b92b5e7-8ee7-40df-a0df-a04dbd8ef7fc} <Debug> TCPHandler: Processed in 0.002419721 sec. | ||
| 13805 | 2025.03.03 04:59:55.526814 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13806 | 2025.03.03 04:59:55.527123 [ 256 ] {23c998d1-3975-4956-a169-5afb3ccff1dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13807 | 2025.03.03 04:59:55.527265 [ 256 ] {23c998d1-3975-4956-a169-5afb3ccff1dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13808 | 2025.03.03 04:59:55.528099 [ 256 ] {23c998d1-3975-4956-a169-5afb3ccff1dc} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13809 | 2025.03.03 04:59:55.528166 [ 256 ] {23c998d1-3975-4956-a169-5afb3ccff1dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13810 | 2025.03.03 04:59:55.528535 [ 256 ] {23c998d1-3975-4956-a169-5afb3ccff1dc} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13811 | 2025.03.03 04:59:55.528773 [ 256 ] {23c998d1-3975-4956-a169-5afb3ccff1dc} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13812 | 2025.03.03 04:59:55.528958 [ 256 ] {23c998d1-3975-4956-a169-5afb3ccff1dc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001948 sec., 32854.20944558521 rows/sec., 2.56 MiB/sec. | ||
| 13813 | 2025.03.03 04:59:55.529012 [ 256 ] {23c998d1-3975-4956-a169-5afb3ccff1dc} <Debug> TCPHandler: Processed in 0.002273129 sec. | ||
| 13814 | 2025.03.03 04:59:55.529133 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13815 | 2025.03.03 04:59:55.529240 [ 256 ] {f9bfa3f4-df7f-45e2-afd6-702ed26cc44c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13816 | 2025.03.03 04:59:55.529292 [ 256 ] {f9bfa3f4-df7f-45e2-afd6-702ed26cc44c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13817 | 2025.03.03 04:59:55.529791 [ 256 ] {f9bfa3f4-df7f-45e2-afd6-702ed26cc44c} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13818 | 2025.03.03 04:59:55.529829 [ 256 ] {f9bfa3f4-df7f-45e2-afd6-702ed26cc44c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13819 | 2025.03.03 04:59:55.530206 [ 256 ] {f9bfa3f4-df7f-45e2-afd6-702ed26cc44c} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13820 | 2025.03.03 04:59:55.530447 [ 256 ] {f9bfa3f4-df7f-45e2-afd6-702ed26cc44c} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13821 | 2025.03.03 04:59:55.530628 [ 256 ] {f9bfa3f4-df7f-45e2-afd6-702ed26cc44c} <Debug> executeQuery: Read 64 rows, 4.56 KiB in 0.001413 sec., 45293.70134465676 rows/sec., 3.15 MiB/sec. | ||
| 13822 | 2025.03.03 04:59:55.530679 [ 256 ] {f9bfa3f4-df7f-45e2-afd6-702ed26cc44c} <Debug> TCPHandler: Processed in 0.001597574 sec. | ||
| 13823 | 2025.03.03 04:59:55.530795 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13824 | 2025.03.03 04:59:55.530900 [ 256 ] {b87fd0fe-6af2-44f8-bbfd-11240791f283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13825 | 2025.03.03 04:59:55.530949 [ 256 ] {b87fd0fe-6af2-44f8-bbfd-11240791f283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13826 | 2025.03.03 04:59:55.531380 [ 256 ] {b87fd0fe-6af2-44f8-bbfd-11240791f283} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13827 | 2025.03.03 04:59:55.531417 [ 256 ] {b87fd0fe-6af2-44f8-bbfd-11240791f283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. | ||
| 13828 | 2025.03.03 04:59:55.531775 [ 256 ] {b87fd0fe-6af2-44f8-bbfd-11240791f283} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 13829 | 2025.03.03 04:59:55.532022 [ 256 ] {b87fd0fe-6af2-44f8-bbfd-11240791f283} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13830 | 2025.03.03 04:59:55.532207 [ 256 ] {b87fd0fe-6af2-44f8-bbfd-11240791f283} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001329 sec., 18058.69074492099 rows/sec., 1.22 MiB/sec. | ||
| 13831 | 2025.03.03 04:59:55.532268 [ 256 ] {b87fd0fe-6af2-44f8-bbfd-11240791f283} <Debug> TCPHandler: Processed in 0.001524242 sec. | ||
| 13832 | 2025.03.03 04:59:57.848661 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
| 13833 | 2025.03.03 04:59:57.849324 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13834 | 2025.03.03 04:59:57.849373 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 13835 | 2025.03.03 04:59:57.849905 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13836 | 2025.03.03 04:59:57.850164 [ 244 ] {} <Trace> system.asynchronous_metric_log (0fe51841-ebcb-4286-9a54-04f64d6fc9d8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13837 | 2025.03.03 04:59:57.850464 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
| 13838 | 2025.03.03 05:00:00.065542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 13839 | 2025.03.03 05:00:00.084664 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13840 | 2025.03.03 05:00:00.084735 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 13841 | 2025.03.03 05:00:00.093107 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 13842 | 2025.03.03 05:00:00.093914 [ 243 ] {} <Trace> system.metric_log (9fea0175-4ae3-46ac-ba3f-1a1b5e90df44): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13843 | 2025.03.03 05:00:00.098377 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 13844 | 2025.03.03 05:00:00.535263 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13845 | 2025.03.03 05:00:00.535476 [ 256 ] {f54d4147-13ec-49bf-a9b4-3a7186d0b9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13846 | 2025.03.03 05:00:00.535562 [ 256 ] {f54d4147-13ec-49bf-a9b4-3a7186d0b9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13847 | 2025.03.03 05:00:00.536514 [ 256 ] {f54d4147-13ec-49bf-a9b4-3a7186d0b9eb} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13848 | 2025.03.03 05:00:00.536572 [ 256 ] {f54d4147-13ec-49bf-a9b4-3a7186d0b9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 13849 | 2025.03.03 05:00:00.537069 [ 256 ] {f54d4147-13ec-49bf-a9b4-3a7186d0b9eb} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13850 | 2025.03.03 05:00:00.537464 [ 256 ] {f54d4147-13ec-49bf-a9b4-3a7186d0b9eb} <Trace> oximeter.fields_string (ae7dff6c-27bc-4e0a-a408-e11cdbf0ab3d): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13851 | 2025.03.03 05:00:00.537786 [ 256 ] {f54d4147-13ec-49bf-a9b4-3a7186d0b9eb} <Debug> executeQuery: Read 110 rows, 9.44 KiB in 0.002366 sec., 46491.969568892644 rows/sec., 3.90 MiB/sec. | ||
| 13852 | 2025.03.03 05:00:00.537892 [ 256 ] {f54d4147-13ec-49bf-a9b4-3a7186d0b9eb} <Debug> TCPHandler: Processed in 0.002778349 sec. | ||
| 13853 | 2025.03.03 05:00:00.538085 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13854 | 2025.03.03 05:00:00.538250 [ 256 ] {56e07feb-38bb-40e2-84e8-482f1d38ce25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13855 | 2025.03.03 05:00:00.538316 [ 256 ] {56e07feb-38bb-40e2-84e8-482f1d38ce25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13856 | 2025.03.03 05:00:00.538974 [ 256 ] {56e07feb-38bb-40e2-84e8-482f1d38ce25} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13857 | 2025.03.03 05:00:00.539029 [ 256 ] {56e07feb-38bb-40e2-84e8-482f1d38ce25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 13858 | 2025.03.03 05:00:00.539459 [ 256 ] {56e07feb-38bb-40e2-84e8-482f1d38ce25} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13859 | 2025.03.03 05:00:00.539775 [ 256 ] {56e07feb-38bb-40e2-84e8-482f1d38ce25} <Trace> oximeter.fields_u16 (a078524a-d60a-4b87-ab70-0533fd647693): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13860 | 2025.03.03 05:00:00.540063 [ 256 ] {56e07feb-38bb-40e2-84e8-482f1d38ce25} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001845 sec., 14634.146341463415 rows/sec., 1.07 MiB/sec. | ||
| 13861 | 2025.03.03 05:00:00.540146 [ 256 ] {56e07feb-38bb-40e2-84e8-482f1d38ce25} <Debug> TCPHandler: Processed in 0.002137316 sec. | ||
| 13862 | 2025.03.03 05:00:00.540334 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13863 | 2025.03.03 05:00:00.540650 [ 256 ] {39d07be5-a56b-4e6a-b577-f13523849ea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13864 | 2025.03.03 05:00:00.540739 [ 256 ] {39d07be5-a56b-4e6a-b577-f13523849ea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13865 | 2025.03.03 05:00:00.541394 [ 256 ] {39d07be5-a56b-4e6a-b577-f13523849ea7} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13866 | 2025.03.03 05:00:00.541441 [ 256 ] {39d07be5-a56b-4e6a-b577-f13523849ea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 13867 | 2025.03.03 05:00:00.541864 [ 256 ] {39d07be5-a56b-4e6a-b577-f13523849ea7} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13868 | 2025.03.03 05:00:00.542162 [ 256 ] {39d07be5-a56b-4e6a-b577-f13523849ea7} <Trace> oximeter.fields_uuid (edcaad39-48ed-48ac-b6e5-b722f9f2aa79): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13869 | 2025.03.03 05:00:00.542389 [ 256 ] {39d07be5-a56b-4e6a-b577-f13523849ea7} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001855 sec., 49056.6037735849 rows/sec., 3.83 MiB/sec. | ||
| 13870 | 2025.03.03 05:00:00.542451 [ 256 ] {39d07be5-a56b-4e6a-b577-f13523849ea7} <Debug> TCPHandler: Processed in 0.002209698 sec. | ||
| 13871 | 2025.03.03 05:00:00.542591 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13872 | 2025.03.03 05:00:00.542719 [ 256 ] {d19ad845-e5f4-45c5-b807-ee4ec92d0723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13873 | 2025.03.03 05:00:00.542777 [ 256 ] {d19ad845-e5f4-45c5-b807-ee4ec92d0723} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13874 | 2025.03.03 05:00:00.543407 [ 256 ] {d19ad845-e5f4-45c5-b807-ee4ec92d0723} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13875 | 2025.03.03 05:00:00.543453 [ 256 ] {d19ad845-e5f4-45c5-b807-ee4ec92d0723} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 13876 | 2025.03.03 05:00:00.543920 [ 256 ] {d19ad845-e5f4-45c5-b807-ee4ec92d0723} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13877 | 2025.03.03 05:00:00.544230 [ 256 ] {d19ad845-e5f4-45c5-b807-ee4ec92d0723} <Trace> oximeter.measurements_cumulativeu64 (4065fb57-b3a4-45ae-9446-bb21575a27e6): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13878 | 2025.03.03 05:00:00.544505 [ 256 ] {d19ad845-e5f4-45c5-b807-ee4ec92d0723} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001812 sec., 88300.22075055187 rows/sec., 6.15 MiB/sec. | ||
| 13879 | 2025.03.03 05:00:00.544612 [ 256 ] {d19ad845-e5f4-45c5-b807-ee4ec92d0723} <Debug> TCPHandler: Processed in 0.002077714 sec. | ||
| 13880 | 2025.03.03 05:00:00.544767 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13881 | 2025.03.03 05:00:00.545061 [ 256 ] {9872a0a6-bf70-4108-aac7-abffe4d466ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13882 | 2025.03.03 05:00:00.545312 [ 256 ] {9872a0a6-bf70-4108-aac7-abffe4d466ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13883 | 2025.03.03 05:00:00.547394 [ 256 ] {9872a0a6-bf70-4108-aac7-abffe4d466ea} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13884 | 2025.03.03 05:00:00.547441 [ 256 ] {9872a0a6-bf70-4108-aac7-abffe4d466ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 13885 | 2025.03.03 05:00:00.548219 [ 256 ] {9872a0a6-bf70-4108-aac7-abffe4d466ea} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13886 | 2025.03.03 05:00:00.548568 [ 256 ] {9872a0a6-bf70-4108-aac7-abffe4d466ea} <Trace> oximeter.measurements_histogramu64 (1a441893-9993-4f87-907b-84f593661890): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13887 | 2025.03.03 05:00:00.548937 [ 256 ] {9872a0a6-bf70-4108-aac7-abffe4d466ea} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.003973 sec., 6795.8721369242385 rows/sec., 12.18 MiB/sec. | ||
| 13888 | 2025.03.03 05:00:00.549474 [ 256 ] {9872a0a6-bf70-4108-aac7-abffe4d466ea} <Debug> TCPHandler: Processed in 0.004774062 sec. | ||
| 13889 | 2025.03.03 05:00:00.549916 [ 256 ] {} <Trace> TCP-Session: a5c47acf-3c19-40a6-b59f-f34e8db9e86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13890 | 2025.03.03 05:00:00.550070 [ 256 ] {32a860dd-6068-4649-bd46-01660e2673df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33007) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13891 | 2025.03.03 05:00:00.550127 [ 256 ] {32a860dd-6068-4649-bd46-01660e2673df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13892 | 2025.03.03 05:00:00.550796 [ 256 ] {32a860dd-6068-4649-bd46-01660e2673df} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13893 | 2025.03.03 05:00:00.550853 [ 256 ] {32a860dd-6068-4649-bd46-01660e2673df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. | ||
| 13894 | 2025.03.03 05:00:00.551415 [ 256 ] {32a860dd-6068-4649-bd46-01660e2673df} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 13895 | 2025.03.03 05:00:00.551820 [ 256 ] {32a860dd-6068-4649-bd46-01660e2673df} <Trace> oximeter.measurements_u64 (815173f5-c831-431a-bc9d-3ce1a193c0c4): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13896 | 2025.03.03 05:00:00.552166 [ 256 ] {32a860dd-6068-4649-bd46-01660e2673df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00211 sec., 28436.018957345972 rows/sec., 1.92 MiB/sec. | ||
| 13897 | 2025.03.03 05:00:00.552291 [ 256 ] {32a860dd-6068-4649-bd46-01660e2673df} <Debug> TCPHandler: Processed in 0.002480224 sec. | ||