| 1 | [ Apr 15 04:00:17 Enabled. ] | ||
| 2 | [ Apr 15 04:00:17 Rereading configuration. ] | ||
| 3 | [ Apr 15 04:00:18 Rereading configuration. ] | ||
| 4 | [ Apr 15 04:00:32 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Apr 15 04:00:32 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2025.04.15 04:00:34.661415 [ 1 ] {} <Information> Application: Will watch for the process with pid 27691 | ||
| 29 | 2025.04.15 04:00:34.661999 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.04.15 04:00:34.993326 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 27691 | ||
| 31 | 2025.04.15 04:00:34.994101 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.04.15 04:00:34.996190 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.04.15 04:00:35.109748 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.04.15 04:00:35.172679 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.04.15 04:00:35.172744 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.04.15 04:00:35.172760 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.04.15 04:00:35.172835 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.04.15 04:00:35.173289 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.04.15 04:00:35.175024 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2025.04.15 04:00:35.175758 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.04.15 04:00:35.176617 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2025.04.15 04:00:35.176639 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2025.04.15 04:00:35.176654 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.04.15 04:00:35.176829 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.04.15 04:00:35.177724 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.04.15 04:00:35.183120 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.04.15 04:00:35.184060 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.04.15 04:00:35.185381 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.04.15 04:00:35.185453 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.04.15 04:00:35.187114 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2025.04.15 04:00:35.187582 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.04.15 04:00:35.191940 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.04.15 04:00:35.192436 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.04.15 04:00:35.193953 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.04.15 04:00:35.194384 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.04.15 04:00:35.194742 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.04.15 04:00:35.195167 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.04.15 04:00:35.196563 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.04.15 04:00:35.196590 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.04.15 04:00:35.196680 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.04.15 04:00:35.196847 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.04.15 04:00:35.253161 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.04.15 04:00:35.253200 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000216435 sec | ||
| 68 | 2025.04.15 04:00:35.253265 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.04.15 04:00:35.253291 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.04.15 04:00:35.255014 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.04.15 04:00:35.256243 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.04.15 04:00:35.271370 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.04.15 04:00:35.271415 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.04.15 04:00:35.271438 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.04.15 04:00:35.271451 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.04.15 04:00:35.271482 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.04.15 04:00:35.271503 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.04.15 04:00:35.274050 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.04.15 04:00:35.274094 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.04.15 04:00:35.274115 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.04.15 04:00:35.274290 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.04.15 04:00:35.274309 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.04.15 04:00:35.274344 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.04.15 04:00:35.274363 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.04.15 04:00:35.274376 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.04.15 04:00:35.274404 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.04.15 04:00:35.274421 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.04.15 04:00:35.304005 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.04.15 04:00:35.315338 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.04.15 04:00:35.315379 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.3152e-05 sec | ||
| 91 | 2025.04.15 04:00:35.315395 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.04.15 04:00:35.315409 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.04.15 04:00:35.315444 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.04.15 04:00:35.315659 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.04.15 04:00:35.315704 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.04.15 04:00:35.315717 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.04.15 04:00:35.315729 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2025.04.15 04:00:35.315741 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.04.15 04:00:35.321100 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.04.15 04:00:35.321325 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.09 MiB (RSS), difference: 92.32 MiB | ||
| 101 | 2025.04.15 04:00:35.322258 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.721e-05 sec. | ||
| 102 | 2025.04.15 04:00:35.323266 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.04.15 04:00:35.323346 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.04.15 04:00:35.323367 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.04.15 04:00:35.672213 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54452 | ||
| 106 | 2025.04.15 04:00:35.678195 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.04.15 04:00:35.678279 [ 3 ] {} <Debug> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Authenticating user 'default' from [fd00:1122:3344:101::d]:54452 | ||
| 108 | 2025.04.15 04:00:35.678316 [ 3 ] {} <Debug> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.04.15 04:00:35.678347 [ 3 ] {} <Debug> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.04.15 04:00:35.678442 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.04.15 04:00:35.678475 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2025.04.15 04:00:35.678503 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2025.04.15 04:00:35.692479 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33284 | ||
| 114 | 2025.04.15 04:00:35.692508 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42931 | ||
| 115 | 2025.04.15 04:00:35.692608 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.04.15 04:00:35.692640 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 117 | 2025.04.15 04:00:35.692652 [ 4 ] {} <Debug> TCP-Session: 86f07eb8-68fa-4834-bc2e-10060466639e Authenticating user 'default' from [fd00:1122:3344:101::d]:33284 | ||
| 118 | 2025.04.15 04:00:35.692716 [ 5 ] {} <Debug> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:42931 | ||
| 119 | 2025.04.15 04:00:35.692726 [ 4 ] {} <Debug> TCP-Session: 86f07eb8-68fa-4834-bc2e-10060466639e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2025.04.15 04:00:35.692767 [ 5 ] {} <Debug> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.04.15 04:00:35.692792 [ 4 ] {} <Debug> TCP-Session: 86f07eb8-68fa-4834-bc2e-10060466639e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.04.15 04:00:35.692821 [ 5 ] {} <Debug> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.04.15 04:00:35.693279 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62864 | ||
| 124 | 2025.04.15 04:00:35.693452 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52605 | ||
| 125 | 2025.04.15 04:00:35.693461 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2025.04.15 04:00:35.693534 [ 253 ] {} <Debug> TCP-Session: 167dc7e1-c941-4135-9587-76ab656242bf Authenticating user 'default' from [fd00:1122:3344:101::d]:62864 | ||
| 127 | 2025.04.15 04:00:35.693695 [ 253 ] {} <Debug> TCP-Session: 167dc7e1-c941-4135-9587-76ab656242bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.04.15 04:00:35.693721 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61404 | ||
| 129 | 2025.04.15 04:00:35.693732 [ 253 ] {} <Debug> TCP-Session: 167dc7e1-c941-4135-9587-76ab656242bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2025.04.15 04:00:35.693789 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59062 | ||
| 131 | 2025.04.15 04:00:35.694026 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42522 | ||
| 132 | 2025.04.15 04:00:35.694099 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2025.04.15 04:00:35.694134 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38087 | ||
| 134 | 2025.04.15 04:00:35.694254 [ 256 ] {} <Debug> TCP-Session: 958343ab-a79c-4cee-a8df-67e575bf19aa Authenticating user 'default' from [fd00:1122:3344:101::d]:59062 | ||
| 135 | 2025.04.15 04:00:35.694362 [ 256 ] {} <Debug> TCP-Session: 958343ab-a79c-4cee-a8df-67e575bf19aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2025.04.15 04:00:35.694380 [ 256 ] {} <Debug> TCP-Session: 958343ab-a79c-4cee-a8df-67e575bf19aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.04.15 04:00:35.705607 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2025.04.15 04:00:35.705668 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2025.04.15 04:00:35.705678 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2025.04.15 04:00:35.705707 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2025.04.15 04:00:35.705741 [ 255 ] {} <Debug> TCP-Session: e67d74b1-3e00-4cb2-b670-d2ee394b39b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61404 | ||
| 142 | 2025.04.15 04:00:35.705769 [ 254 ] {} <Debug> TCP-Session: 5a05cfdb-8a74-49f1-ba11-80ef681c5380 Authenticating user 'default' from [fd00:1122:3344:101::d]:52605 | ||
| 143 | 2025.04.15 04:00:35.705796 [ 257 ] {} <Debug> TCP-Session: 656184c8-4572-4507-9638-e48210a30996 Authenticating user 'default' from [fd00:1122:3344:101::d]:42522 | ||
| 144 | 2025.04.15 04:00:35.705772 [ 258 ] {} <Debug> TCP-Session: bb7e04bc-dbd6-4488-a448-d7097b9f00c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38087 | ||
| 145 | 2025.04.15 04:00:35.705823 [ 255 ] {} <Debug> TCP-Session: e67d74b1-3e00-4cb2-b670-d2ee394b39b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2025.04.15 04:00:35.705839 [ 254 ] {} <Debug> TCP-Session: 5a05cfdb-8a74-49f1-ba11-80ef681c5380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.04.15 04:00:35.705862 [ 257 ] {} <Debug> TCP-Session: 656184c8-4572-4507-9638-e48210a30996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2025.04.15 04:00:35.705900 [ 255 ] {} <Debug> TCP-Session: e67d74b1-3e00-4cb2-b670-d2ee394b39b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.04.15 04:00:35.705910 [ 258 ] {} <Debug> TCP-Session: bb7e04bc-dbd6-4488-a448-d7097b9f00c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.04.15 04:00:35.705932 [ 257 ] {} <Debug> TCP-Session: 656184c8-4572-4507-9638-e48210a30996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.04.15 04:00:35.705946 [ 254 ] {} <Debug> TCP-Session: 5a05cfdb-8a74-49f1-ba11-80ef681c5380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.04.15 04:00:35.706037 [ 258 ] {} <Debug> TCP-Session: bb7e04bc-dbd6-4488-a448-d7097b9f00c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.04.15 04:00:35.741713 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2025.04.15 04:00:35.744843 [ 3 ] {2210ff97-5f6f-431c-a107-f9645e397a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.04.15 04:00:36.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 117.16 MiB, peak 117.16 MiB, free memory in arenas 0.00 B, will set to 128.63 MiB (RSS), difference: 11.48 MiB | ||
| 156 | 2025.04.15 04:00:36.002601 [ 3 ] {2210ff97-5f6f-431c-a107-f9645e397a1f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54452) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 157 | |||
| 158 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 178 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 179 | |||
| 180 | 2025.04.15 04:00:36.003859 [ 3 ] {2210ff97-5f6f-431c-a107-f9645e397a1f} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 181 | |||
| 182 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 203 | |||
| 204 | 2025.04.15 04:00:36.003963 [ 3 ] {2210ff97-5f6f-431c-a107-f9645e397a1f} <Debug> TCPHandler: Processed in 0.263752778 sec. | ||
| 205 | 2025.04.15 04:00:36.004414 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 206 | 2025.04.15 04:00:36.004591 [ 5 ] {d570295e-7030-4133-b2cd-5f7ab9f1e62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 207 | 2025.04.15 04:00:36.004882 [ 5 ] {d570295e-7030-4133-b2cd-5f7ab9f1e62f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42931) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 208 | |||
| 209 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 230 | |||
| 231 | 2025.04.15 04:00:36.004989 [ 5 ] {d570295e-7030-4133-b2cd-5f7ab9f1e62f} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 232 | |||
| 233 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 20. _thrp_setup @ 0x0000000000116b27 in /system/lib/amd64/libc.so.1 | ||
| 254 | |||
| 255 | 2025.04.15 04:00:36.005049 [ 5 ] {d570295e-7030-4133-b2cd-5f7ab9f1e62f} <Debug> TCPHandler: Processed in 0.000773707 sec. | ||
| 256 | 2025.04.15 04:00:36.010449 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 257 | 2025.04.15 04:00:36.011600 [ 3 ] {c40e3c69-108c-4c67-8738-56d8bb16e501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 258 | 2025.04.15 04:00:36.011697 [ 3 ] {c40e3c69-108c-4c67-8738-56d8bb16e501} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 259 | 2025.04.15 04:00:36.041155 [ 3 ] {c40e3c69-108c-4c67-8738-56d8bb16e501} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 260 | 2025.04.15 04:00:36.041180 [ 3 ] {c40e3c69-108c-4c67-8738-56d8bb16e501} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.8001e-05 sec | ||
| 261 | 2025.04.15 04:00:36.041205 [ 3 ] {c40e3c69-108c-4c67-8738-56d8bb16e501} <Trace> ReferentialDeps: No tables | ||
| 262 | 2025.04.15 04:00:36.041217 [ 3 ] {c40e3c69-108c-4c67-8738-56d8bb16e501} <Trace> LoadingDeps: No tables | ||
| 263 | 2025.04.15 04:00:36.041241 [ 3 ] {c40e3c69-108c-4c67-8738-56d8bb16e501} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 264 | 2025.04.15 04:00:36.041839 [ 3 ] {c40e3c69-108c-4c67-8738-56d8bb16e501} <Debug> TCPHandler: Processed in 0.031447291 sec. | ||
| 265 | 2025.04.15 04:00:36.042049 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 266 | 2025.04.15 04:00:36.042208 [ 3 ] {58c08cfe-b260-46ed-82f1-1c88f99f707d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) /* The version table contains metadata about the `oximeter` database */ | ||
| 267 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 268 | 2025.04.15 04:00:36.042264 [ 3 ] {58c08cfe-b260-46ed-82f1-1c88f99f707d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 269 | 2025.04.15 04:00:36.049827 [ 3 ] {58c08cfe-b260-46ed-82f1-1c88f99f707d} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 270 | 2025.04.15 04:00:36.070488 [ 3 ] {58c08cfe-b260-46ed-82f1-1c88f99f707d} <Debug> oximeter.version (1c1ee091-66c9-4e81-a521-ef9e49871657): Loading data parts | ||
| 271 | 2025.04.15 04:00:36.071041 [ 3 ] {58c08cfe-b260-46ed-82f1-1c88f99f707d} <Debug> oximeter.version (1c1ee091-66c9-4e81-a521-ef9e49871657): There are no data parts | ||
| 272 | 2025.04.15 04:00:36.081958 [ 3 ] {58c08cfe-b260-46ed-82f1-1c88f99f707d} <Debug> TCPHandler: Processed in 0.039967373 sec. | ||
| 273 | 2025.04.15 04:00:36.082151 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 274 | 2025.04.15 04:00:36.082367 [ 3 ] {b2d8c10b-0269-451e-bbc7-1f0310e672c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) /* The measurement tables contain all individual samples from each timeseries. | ||
| 275 | * | ||
| 276 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 277 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 278 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 279 | * by all samples from the same timeseries. | ||
| 280 | * | ||
| 281 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 282 | * and then uses that to index quickly into the measurements tables. | ||
| 283 | */ | ||
| 284 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 285 | 2025.04.15 04:00:36.082434 [ 3 ] {b2d8c10b-0269-451e-bbc7-1f0310e672c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 286 | 2025.04.15 04:00:36.104586 [ 3 ] {b2d8c10b-0269-451e-bbc7-1f0310e672c7} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Loading data parts | ||
| 287 | 2025.04.15 04:00:36.104842 [ 3 ] {b2d8c10b-0269-451e-bbc7-1f0310e672c7} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): There are no data parts | ||
| 288 | 2025.04.15 04:00:36.126880 [ 3 ] {b2d8c10b-0269-451e-bbc7-1f0310e672c7} <Debug> TCPHandler: Processed in 0.044799916 sec. | ||
| 289 | 2025.04.15 04:00:36.127196 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 290 | 2025.04.15 04:00:36.127585 [ 3 ] {723d98a9-660f-486d-b3c4-c6378f6917ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 291 | 2025.04.15 04:00:36.127695 [ 3 ] {723d98a9-660f-486d-b3c4-c6378f6917ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 292 | 2025.04.15 04:00:36.140396 [ 3 ] {723d98a9-660f-486d-b3c4-c6378f6917ef} <Debug> oximeter.measurements_i8 (3de69ecc-e226-4cf2-af1b-3266efbee70e): Loading data parts | ||
| 293 | 2025.04.15 04:00:36.140598 [ 3 ] {723d98a9-660f-486d-b3c4-c6378f6917ef} <Debug> oximeter.measurements_i8 (3de69ecc-e226-4cf2-af1b-3266efbee70e): There are no data parts | ||
| 294 | 2025.04.15 04:00:36.150928 [ 3 ] {723d98a9-660f-486d-b3c4-c6378f6917ef} <Debug> TCPHandler: Processed in 0.023839908 sec. | ||
| 295 | 2025.04.15 04:00:36.151135 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 296 | 2025.04.15 04:00:36.151397 [ 3 ] {cf8164c8-cdfd-4ecb-a41c-1d2f0435cb93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 297 | 2025.04.15 04:00:36.151454 [ 3 ] {cf8164c8-cdfd-4ecb-a41c-1d2f0435cb93} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 298 | 2025.04.15 04:00:36.177026 [ 3 ] {cf8164c8-cdfd-4ecb-a41c-1d2f0435cb93} <Debug> oximeter.measurements_u8 (2c7d5666-3043-43eb-9f49-f14109911d3c): Loading data parts | ||
| 299 | 2025.04.15 04:00:36.177222 [ 3 ] {cf8164c8-cdfd-4ecb-a41c-1d2f0435cb93} <Debug> oximeter.measurements_u8 (2c7d5666-3043-43eb-9f49-f14109911d3c): There are no data parts | ||
| 300 | 2025.04.15 04:00:36.189326 [ 3 ] {cf8164c8-cdfd-4ecb-a41c-1d2f0435cb93} <Debug> TCPHandler: Processed in 0.038262297 sec. | ||
| 301 | 2025.04.15 04:00:36.189534 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2025.04.15 04:00:36.189743 [ 3 ] {658e04eb-db0f-4256-bf4d-122dfb630e54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 303 | 2025.04.15 04:00:36.189800 [ 3 ] {658e04eb-db0f-4256-bf4d-122dfb630e54} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 304 | 2025.04.15 04:00:36.212647 [ 3 ] {658e04eb-db0f-4256-bf4d-122dfb630e54} <Debug> oximeter.measurements_i16 (67fa868f-6392-41f3-8434-f6ec863a305a): Loading data parts | ||
| 305 | 2025.04.15 04:00:36.212823 [ 3 ] {658e04eb-db0f-4256-bf4d-122dfb630e54} <Debug> oximeter.measurements_i16 (67fa868f-6392-41f3-8434-f6ec863a305a): There are no data parts | ||
| 306 | 2025.04.15 04:00:36.235741 [ 3 ] {658e04eb-db0f-4256-bf4d-122dfb630e54} <Debug> TCPHandler: Processed in 0.046278007 sec. | ||
| 307 | 2025.04.15 04:00:36.235909 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 308 | 2025.04.15 04:00:36.236099 [ 3 ] {b89ecb5f-6f6d-4489-ad1d-7baa363fb4d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 309 | 2025.04.15 04:00:36.236158 [ 3 ] {b89ecb5f-6f6d-4489-ad1d-7baa363fb4d6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 310 | 2025.04.15 04:00:36.255159 [ 3 ] {b89ecb5f-6f6d-4489-ad1d-7baa363fb4d6} <Debug> oximeter.measurements_u16 (89d9fdff-5039-4722-b7c6-26e245234f72): Loading data parts | ||
| 311 | 2025.04.15 04:00:36.255337 [ 3 ] {b89ecb5f-6f6d-4489-ad1d-7baa363fb4d6} <Debug> oximeter.measurements_u16 (89d9fdff-5039-4722-b7c6-26e245234f72): There are no data parts | ||
| 312 | 2025.04.15 04:00:36.269158 [ 3 ] {b89ecb5f-6f6d-4489-ad1d-7baa363fb4d6} <Debug> TCPHandler: Processed in 0.033306361 sec. | ||
| 313 | 2025.04.15 04:00:36.269353 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 314 | 2025.04.15 04:00:36.269592 [ 3 ] {635e89ab-ff3d-43cc-879e-6dfb13ee57a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 315 | 2025.04.15 04:00:36.269658 [ 3 ] {635e89ab-ff3d-43cc-879e-6dfb13ee57a8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 316 | 2025.04.15 04:00:36.281234 [ 3 ] {635e89ab-ff3d-43cc-879e-6dfb13ee57a8} <Debug> oximeter.measurements_i32 (7595f9ba-c1e4-4a8e-ba9f-65e92f78e902): Loading data parts | ||
| 317 | 2025.04.15 04:00:36.281421 [ 3 ] {635e89ab-ff3d-43cc-879e-6dfb13ee57a8} <Debug> oximeter.measurements_i32 (7595f9ba-c1e4-4a8e-ba9f-65e92f78e902): There are no data parts | ||
| 318 | 2025.04.15 04:00:36.304283 [ 3 ] {635e89ab-ff3d-43cc-879e-6dfb13ee57a8} <Debug> TCPHandler: Processed in 0.034998617 sec. | ||
| 319 | 2025.04.15 04:00:36.304466 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 320 | 2025.04.15 04:00:36.304654 [ 3 ] {ee29d97c-cf29-4d8d-9e2e-7ab9ca68bf04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 321 | 2025.04.15 04:00:36.304721 [ 3 ] {ee29d97c-cf29-4d8d-9e2e-7ab9ca68bf04} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 322 | 2025.04.15 04:00:36.314745 [ 3 ] {ee29d97c-cf29-4d8d-9e2e-7ab9ca68bf04} <Debug> oximeter.measurements_u32 (22146e3f-e80e-4e34-a3a1-057c7c0addce): Loading data parts | ||
| 323 | 2025.04.15 04:00:36.314981 [ 3 ] {ee29d97c-cf29-4d8d-9e2e-7ab9ca68bf04} <Debug> oximeter.measurements_u32 (22146e3f-e80e-4e34-a3a1-057c7c0addce): There are no data parts | ||
| 324 | 2025.04.15 04:00:36.337923 [ 3 ] {ee29d97c-cf29-4d8d-9e2e-7ab9ca68bf04} <Debug> TCPHandler: Processed in 0.033512185 sec. | ||
| 325 | 2025.04.15 04:00:36.338085 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 326 | 2025.04.15 04:00:36.338290 [ 3 ] {df0a58c6-3494-43c1-88c6-f58bccc4a72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 327 | 2025.04.15 04:00:36.338347 [ 3 ] {df0a58c6-3494-43c1-88c6-f58bccc4a72e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 328 | 2025.04.15 04:00:36.349684 [ 3 ] {df0a58c6-3494-43c1-88c6-f58bccc4a72e} <Debug> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Loading data parts | ||
| 329 | 2025.04.15 04:00:36.349870 [ 3 ] {df0a58c6-3494-43c1-88c6-f58bccc4a72e} <Debug> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): There are no data parts | ||
| 330 | 2025.04.15 04:00:36.360821 [ 3 ] {df0a58c6-3494-43c1-88c6-f58bccc4a72e} <Debug> TCPHandler: Processed in 0.022790447 sec. | ||
| 331 | 2025.04.15 04:00:36.360995 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 332 | 2025.04.15 04:00:36.361184 [ 3 ] {fbcb19d8-ed10-4e9d-a8ed-553c11a150db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 333 | 2025.04.15 04:00:36.361242 [ 3 ] {fbcb19d8-ed10-4e9d-a8ed-553c11a150db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 334 | 2025.04.15 04:00:36.381583 [ 3 ] {fbcb19d8-ed10-4e9d-a8ed-553c11a150db} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Loading data parts | ||
| 335 | 2025.04.15 04:00:36.381872 [ 3 ] {fbcb19d8-ed10-4e9d-a8ed-553c11a150db} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): There are no data parts | ||
| 336 | 2025.04.15 04:00:36.388763 [ 3 ] {fbcb19d8-ed10-4e9d-a8ed-553c11a150db} <Debug> TCPHandler: Processed in 0.027821194 sec. | ||
| 337 | 2025.04.15 04:00:36.388953 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 338 | 2025.04.15 04:00:36.389218 [ 3 ] {f851f3c2-2502-4dde-be56-bf1312d4e663} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 339 | 2025.04.15 04:00:36.389288 [ 3 ] {f851f3c2-2502-4dde-be56-bf1312d4e663} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 340 | 2025.04.15 04:00:36.414084 [ 3 ] {f851f3c2-2502-4dde-be56-bf1312d4e663} <Debug> oximeter.measurements_f32 (308f6676-2d40-4a57-beed-01f948c29321): Loading data parts | ||
| 341 | 2025.04.15 04:00:36.414249 [ 3 ] {f851f3c2-2502-4dde-be56-bf1312d4e663} <Debug> oximeter.measurements_f32 (308f6676-2d40-4a57-beed-01f948c29321): There are no data parts | ||
| 342 | 2025.04.15 04:00:36.433702 [ 3 ] {f851f3c2-2502-4dde-be56-bf1312d4e663} <Debug> TCPHandler: Processed in 0.044826187 sec. | ||
| 343 | 2025.04.15 04:00:36.433865 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 344 | 2025.04.15 04:00:36.434063 [ 3 ] {0da55827-cb56-4ade-befe-2ed443a977f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 345 | 2025.04.15 04:00:36.434128 [ 3 ] {0da55827-cb56-4ade-befe-2ed443a977f8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 346 | 2025.04.15 04:00:36.456441 [ 3 ] {0da55827-cb56-4ade-befe-2ed443a977f8} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Loading data parts | ||
| 347 | 2025.04.15 04:00:36.456653 [ 3 ] {0da55827-cb56-4ade-befe-2ed443a977f8} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): There are no data parts | ||
| 348 | 2025.04.15 04:00:36.469508 [ 3 ] {0da55827-cb56-4ade-befe-2ed443a977f8} <Debug> TCPHandler: Processed in 0.035700442 sec. | ||
| 349 | 2025.04.15 04:00:36.469688 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 350 | 2025.04.15 04:00:36.469902 [ 3 ] {077cbf52-ac21-410e-95e7-6a7c5edefa2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 351 | 2025.04.15 04:00:36.469965 [ 3 ] {077cbf52-ac21-410e-95e7-6a7c5edefa2a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 352 | 2025.04.15 04:00:36.492204 [ 3 ] {077cbf52-ac21-410e-95e7-6a7c5edefa2a} <Debug> oximeter.measurements_string (a314fc43-2894-459f-b59f-dc265ab5320b): Loading data parts | ||
| 353 | 2025.04.15 04:00:36.492421 [ 3 ] {077cbf52-ac21-410e-95e7-6a7c5edefa2a} <Debug> oximeter.measurements_string (a314fc43-2894-459f-b59f-dc265ab5320b): There are no data parts | ||
| 354 | 2025.04.15 04:00:36.515587 [ 3 ] {077cbf52-ac21-410e-95e7-6a7c5edefa2a} <Debug> TCPHandler: Processed in 0.04596082 sec. | ||
| 355 | 2025.04.15 04:00:36.517842 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 356 | 2025.04.15 04:00:36.518075 [ 3 ] {b0a863c2-454f-4ac9-b707-60dc9444bf1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 357 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 358 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 359 | * a string isn't palatable for a few reasons. | ||
| 360 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 361 | * details. | ||
| 362 | */ | ||
| 363 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 364 | 2025.04.15 04:00:36.518157 [ 3 ] {b0a863c2-454f-4ac9-b707-60dc9444bf1d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 365 | 2025.04.15 04:00:36.518654 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49802 | ||
| 366 | 2025.04.15 04:00:36.519309 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 367 | 2025.04.15 04:00:36.519359 [ 261 ] {} <Debug> TCP-Session: 112f3cda-4888-4499-9386-c9f816acc36d Authenticating user 'default' from [fd00:1122:3344:101::a]:49802 | ||
| 368 | 2025.04.15 04:00:36.519393 [ 261 ] {} <Debug> TCP-Session: 112f3cda-4888-4499-9386-c9f816acc36d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 369 | 2025.04.15 04:00:36.519407 [ 261 ] {} <Debug> TCP-Session: 112f3cda-4888-4499-9386-c9f816acc36d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 370 | 2025.04.15 04:00:36.519475 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 371 | 2025.04.15 04:00:36.519506 [ 261 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 372 | 2025.04.15 04:00:36.519527 [ 261 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 373 | 2025.04.15 04:00:36.520471 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47585 | ||
| 374 | 2025.04.15 04:00:36.520560 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59982 | ||
| 375 | 2025.04.15 04:00:36.520744 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 376 | 2025.04.15 04:00:36.520748 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 377 | 2025.04.15 04:00:36.520804 [ 262 ] {} <Debug> TCP-Session: 1678f766-2a93-47bc-a7bf-8dcebbff4619 Authenticating user 'default' from [fd00:1122:3344:101::a]:47585 | ||
| 378 | 2025.04.15 04:00:36.520815 [ 263 ] {} <Debug> TCP-Session: d30c41b3-0b8a-46e6-ad7c-3f96bbecda2b Authenticating user 'default' from [fd00:1122:3344:101::a]:59982 | ||
| 379 | 2025.04.15 04:00:36.520878 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58264 | ||
| 380 | 2025.04.15 04:00:36.520898 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35780 | ||
| 381 | 2025.04.15 04:00:36.520923 [ 263 ] {} <Debug> TCP-Session: d30c41b3-0b8a-46e6-ad7c-3f96bbecda2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 382 | 2025.04.15 04:00:36.520956 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35314 | ||
| 383 | 2025.04.15 04:00:36.520902 [ 262 ] {} <Debug> TCP-Session: 1678f766-2a93-47bc-a7bf-8dcebbff4619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2025.04.15 04:00:36.521326 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 385 | 2025.04.15 04:00:36.521398 [ 262 ] {} <Debug> TCP-Session: 1678f766-2a93-47bc-a7bf-8dcebbff4619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 386 | 2025.04.15 04:00:36.521441 [ 263 ] {} <Debug> TCP-Session: d30c41b3-0b8a-46e6-ad7c-3f96bbecda2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 387 | 2025.04.15 04:00:36.521450 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58989 | ||
| 388 | 2025.04.15 04:00:36.521469 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 389 | 2025.04.15 04:00:36.521486 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50137 | ||
| 390 | 2025.04.15 04:00:36.521532 [ 264 ] {} <Debug> TCP-Session: b1661d0b-3b6a-43d7-84ad-7d1350873f57 Authenticating user 'default' from [fd00:1122:3344:101::a]:35780 | ||
| 391 | 2025.04.15 04:00:36.521442 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 392 | 2025.04.15 04:00:36.521769 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 393 | 2025.04.15 04:00:36.521700 [ 266 ] {} <Debug> TCP-Session: 44846f15-500a-45a0-9d95-954cbba802bb Authenticating user 'default' from [fd00:1122:3344:101::a]:35314 | ||
| 394 | 2025.04.15 04:00:36.521786 [ 264 ] {} <Debug> TCP-Session: b1661d0b-3b6a-43d7-84ad-7d1350873f57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2025.04.15 04:00:36.521796 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 396 | 2025.04.15 04:00:36.521879 [ 267 ] {} <Debug> TCP-Session: 9204768c-a9d0-40b2-b674-6938cc20501e Authenticating user 'default' from [fd00:1122:3344:101::a]:58989 | ||
| 397 | 2025.04.15 04:00:36.521887 [ 266 ] {} <Debug> TCP-Session: 44846f15-500a-45a0-9d95-954cbba802bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 398 | 2025.04.15 04:00:36.521910 [ 264 ] {} <Debug> TCP-Session: b1661d0b-3b6a-43d7-84ad-7d1350873f57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 399 | 2025.04.15 04:00:36.521951 [ 268 ] {} <Debug> TCP-Session: 6f80602e-d851-46c3-964b-b685e1589cd3 Authenticating user 'default' from [fd00:1122:3344:101::a]:50137 | ||
| 400 | 2025.04.15 04:00:36.521983 [ 266 ] {} <Debug> TCP-Session: 44846f15-500a-45a0-9d95-954cbba802bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 401 | 2025.04.15 04:00:36.521978 [ 267 ] {} <Debug> TCP-Session: 9204768c-a9d0-40b2-b674-6938cc20501e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 402 | 2025.04.15 04:00:36.522067 [ 268 ] {} <Debug> TCP-Session: 6f80602e-d851-46c3-964b-b685e1589cd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2025.04.15 04:00:36.522103 [ 267 ] {} <Debug> TCP-Session: 9204768c-a9d0-40b2-b674-6938cc20501e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 404 | 2025.04.15 04:00:36.522133 [ 268 ] {} <Debug> TCP-Session: 6f80602e-d851-46c3-964b-b685e1589cd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 405 | 2025.04.15 04:00:36.522165 [ 265 ] {} <Debug> TCP-Session: 840d94e4-23cf-4f1c-85c2-f0eaedd3fd92 Authenticating user 'default' from [fd00:1122:3344:101::a]:58264 | ||
| 406 | 2025.04.15 04:00:36.522215 [ 265 ] {} <Debug> TCP-Session: 840d94e4-23cf-4f1c-85c2-f0eaedd3fd92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2025.04.15 04:00:36.522243 [ 265 ] {} <Debug> TCP-Session: 840d94e4-23cf-4f1c-85c2-f0eaedd3fd92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2025.04.15 04:00:36.535290 [ 3 ] {b0a863c2-454f-4ac9-b707-60dc9444bf1d} <Debug> oximeter.measurements_bytes (da80a427-aa59-4a91-bb4e-0bce4a783b50): Loading data parts | ||
| 409 | 2025.04.15 04:00:36.535484 [ 3 ] {b0a863c2-454f-4ac9-b707-60dc9444bf1d} <Debug> oximeter.measurements_bytes (da80a427-aa59-4a91-bb4e-0bce4a783b50): There are no data parts | ||
| 410 | 2025.04.15 04:00:36.549686 [ 3 ] {b0a863c2-454f-4ac9-b707-60dc9444bf1d} <Debug> TCPHandler: Processed in 0.031908761 sec. | ||
| 411 | 2025.04.15 04:00:36.549904 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 412 | 2025.04.15 04:00:36.550154 [ 3 ] {4c684fad-f774-4b31-be74-6d9a0504581f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 413 | 2025.04.15 04:00:36.550233 [ 3 ] {4c684fad-f774-4b31-be74-6d9a0504581f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 414 | 2025.04.15 04:00:36.572630 [ 3 ] {4c684fad-f774-4b31-be74-6d9a0504581f} <Debug> oximeter.measurements_cumulativei64 (dcc2d5a6-be8a-4f1e-8ecd-298a6c862d9c): Loading data parts | ||
| 415 | 2025.04.15 04:00:36.572849 [ 3 ] {4c684fad-f774-4b31-be74-6d9a0504581f} <Debug> oximeter.measurements_cumulativei64 (dcc2d5a6-be8a-4f1e-8ecd-298a6c862d9c): There are no data parts | ||
| 416 | 2025.04.15 04:00:36.581797 [ 3 ] {4c684fad-f774-4b31-be74-6d9a0504581f} <Debug> TCPHandler: Processed in 0.031962362 sec. | ||
| 417 | 2025.04.15 04:00:36.581998 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 418 | 2025.04.15 04:00:36.582267 [ 3 ] {5d3c8054-1160-464d-891c-6ffe9174eea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 419 | 2025.04.15 04:00:36.582346 [ 3 ] {5d3c8054-1160-464d-891c-6ffe9174eea2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 420 | 2025.04.15 04:00:36.593172 [ 3 ] {5d3c8054-1160-464d-891c-6ffe9174eea2} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Loading data parts | ||
| 421 | 2025.04.15 04:00:36.593361 [ 3 ] {5d3c8054-1160-464d-891c-6ffe9174eea2} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): There are no data parts | ||
| 422 | 2025.04.15 04:00:36.604005 [ 3 ] {5d3c8054-1160-464d-891c-6ffe9174eea2} <Debug> TCPHandler: Processed in 0.022075101 sec. | ||
| 423 | 2025.04.15 04:00:36.604242 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 424 | 2025.04.15 04:00:36.604457 [ 3 ] {89949c01-12a3-4a32-9f69-fd39165a878f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 425 | 2025.04.15 04:00:36.604534 [ 3 ] {89949c01-12a3-4a32-9f69-fd39165a878f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 426 | 2025.04.15 04:00:36.627045 [ 3 ] {89949c01-12a3-4a32-9f69-fd39165a878f} <Debug> oximeter.measurements_cumulativef32 (ef65b357-16fd-4268-aa1e-95068572a7eb): Loading data parts | ||
| 427 | 2025.04.15 04:00:36.627271 [ 3 ] {89949c01-12a3-4a32-9f69-fd39165a878f} <Debug> oximeter.measurements_cumulativef32 (ef65b357-16fd-4268-aa1e-95068572a7eb): There are no data parts | ||
| 428 | 2025.04.15 04:00:36.648890 [ 3 ] {89949c01-12a3-4a32-9f69-fd39165a878f} <Debug> TCPHandler: Processed in 0.044734234 sec. | ||
| 429 | 2025.04.15 04:00:36.649105 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 430 | 2025.04.15 04:00:36.649351 [ 3 ] {cc16489e-7cf5-49a6-bb9b-33dcc7f67f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 431 | 2025.04.15 04:00:36.649426 [ 3 ] {cc16489e-7cf5-49a6-bb9b-33dcc7f67f88} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 432 | 2025.04.15 04:00:36.672210 [ 3 ] {cc16489e-7cf5-49a6-bb9b-33dcc7f67f88} <Debug> oximeter.measurements_cumulativef64 (3234104f-3721-4d6f-bd9f-0953a604fbc3): Loading data parts | ||
| 433 | 2025.04.15 04:00:36.672448 [ 3 ] {cc16489e-7cf5-49a6-bb9b-33dcc7f67f88} <Debug> oximeter.measurements_cumulativef64 (3234104f-3721-4d6f-bd9f-0953a604fbc3): There are no data parts | ||
| 434 | 2025.04.15 04:00:36.687120 [ 3 ] {cc16489e-7cf5-49a6-bb9b-33dcc7f67f88} <Debug> TCPHandler: Processed in 0.038082123 sec. | ||
| 435 | 2025.04.15 04:00:36.687401 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 436 | 2025.04.15 04:00:36.688014 [ 3 ] {d059976b-6571-4304-be63-045f0a9f3362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 437 | * NOTE: Array types cannot be Nullable, see | ||
| 438 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 439 | * for more details. | ||
| 440 | * | ||
| 441 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 442 | * is unfortunate, and at this point relies on the fact that an | ||
| 443 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 444 | * to figure out another way to represent missing samples here. | ||
| 445 | */ | ||
| 446 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 447 | 2025.04.15 04:00:36.688091 [ 3 ] {d059976b-6571-4304-be63-045f0a9f3362} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 448 | 2025.04.15 04:00:36.721498 [ 3 ] {d059976b-6571-4304-be63-045f0a9f3362} <Debug> oximeter.measurements_histogrami8 (5ae04144-29cf-454c-ad40-a74162f079f5): Loading data parts | ||
| 449 | 2025.04.15 04:00:36.721691 [ 3 ] {d059976b-6571-4304-be63-045f0a9f3362} <Debug> oximeter.measurements_histogrami8 (5ae04144-29cf-454c-ad40-a74162f079f5): There are no data parts | ||
| 450 | 2025.04.15 04:00:36.733150 [ 3 ] {d059976b-6571-4304-be63-045f0a9f3362} <Debug> TCPHandler: Processed in 0.045853808 sec. | ||
| 451 | 2025.04.15 04:00:36.733328 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 452 | 2025.04.15 04:00:36.733594 [ 3 ] {fb36db8c-826a-463d-bdc9-5a231cb95e00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2025.04.15 04:00:36.733664 [ 3 ] {fb36db8c-826a-463d-bdc9-5a231cb95e00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 454 | 2025.04.15 04:00:36.737506 [ 3 ] {fb36db8c-826a-463d-bdc9-5a231cb95e00} <Debug> oximeter.measurements_histogramu8 (d1fd0c79-bcbe-4cb5-86c8-c5ea86426569): Loading data parts | ||
| 455 | 2025.04.15 04:00:36.737729 [ 3 ] {fb36db8c-826a-463d-bdc9-5a231cb95e00} <Debug> oximeter.measurements_histogramu8 (d1fd0c79-bcbe-4cb5-86c8-c5ea86426569): There are no data parts | ||
| 456 | 2025.04.15 04:00:36.761367 [ 3 ] {fb36db8c-826a-463d-bdc9-5a231cb95e00} <Debug> TCPHandler: Processed in 0.028092679 sec. | ||
| 457 | 2025.04.15 04:00:36.761621 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 458 | 2025.04.15 04:00:36.761879 [ 3 ] {ac0388e1-50cb-4ece-8d04-f525bc7bcc47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 459 | 2025.04.15 04:00:36.761950 [ 3 ] {ac0388e1-50cb-4ece-8d04-f525bc7bcc47} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 460 | 2025.04.15 04:00:36.784338 [ 3 ] {ac0388e1-50cb-4ece-8d04-f525bc7bcc47} <Debug> oximeter.measurements_histogrami16 (12081061-8584-4be6-a6f0-13c39082ea5e): Loading data parts | ||
| 461 | 2025.04.15 04:00:36.784543 [ 3 ] {ac0388e1-50cb-4ece-8d04-f525bc7bcc47} <Debug> oximeter.measurements_histogrami16 (12081061-8584-4be6-a6f0-13c39082ea5e): There are no data parts | ||
| 462 | 2025.04.15 04:00:36.805849 [ 3 ] {ac0388e1-50cb-4ece-8d04-f525bc7bcc47} <Debug> TCPHandler: Processed in 0.044333796 sec. | ||
| 463 | 2025.04.15 04:00:36.806100 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2025.04.15 04:00:36.806371 [ 3 ] {7136ed4b-2227-453e-a386-7eb3ab8b89da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 465 | 2025.04.15 04:00:36.806443 [ 3 ] {7136ed4b-2227-453e-a386-7eb3ab8b89da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 466 | 2025.04.15 04:00:36.819715 [ 3 ] {7136ed4b-2227-453e-a386-7eb3ab8b89da} <Debug> oximeter.measurements_histogramu16 (cbb90da7-0d4d-4c08-8907-fc28c1c8ac24): Loading data parts | ||
| 467 | 2025.04.15 04:00:36.819917 [ 3 ] {7136ed4b-2227-453e-a386-7eb3ab8b89da} <Debug> oximeter.measurements_histogramu16 (cbb90da7-0d4d-4c08-8907-fc28c1c8ac24): There are no data parts | ||
| 468 | 2025.04.15 04:00:36.841675 [ 3 ] {7136ed4b-2227-453e-a386-7eb3ab8b89da} <Debug> TCPHandler: Processed in 0.035632329 sec. | ||
| 469 | 2025.04.15 04:00:36.841847 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 470 | 2025.04.15 04:00:36.842116 [ 3 ] {d6bbb7ec-5896-469d-9e6b-b1fbd8a09985} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 471 | 2025.04.15 04:00:36.842193 [ 3 ] {d6bbb7ec-5896-469d-9e6b-b1fbd8a09985} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 472 | 2025.04.15 04:00:36.855519 [ 3 ] {d6bbb7ec-5896-469d-9e6b-b1fbd8a09985} <Debug> oximeter.measurements_histogrami32 (2537e680-a7b8-447c-ad0f-d22eb73e1210): Loading data parts | ||
| 473 | 2025.04.15 04:00:36.855754 [ 3 ] {d6bbb7ec-5896-469d-9e6b-b1fbd8a09985} <Debug> oximeter.measurements_histogrami32 (2537e680-a7b8-447c-ad0f-d22eb73e1210): There are no data parts | ||
| 474 | 2025.04.15 04:00:36.865718 [ 3 ] {d6bbb7ec-5896-469d-9e6b-b1fbd8a09985} <Debug> TCPHandler: Processed in 0.02393259 sec. | ||
| 475 | 2025.04.15 04:00:36.865890 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2025.04.15 04:00:36.866175 [ 3 ] {eda57be1-205f-47e7-9847-ffc9d06b3372} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 477 | 2025.04.15 04:00:36.866254 [ 3 ] {eda57be1-205f-47e7-9847-ffc9d06b3372} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 478 | 2025.04.15 04:00:36.880780 [ 3 ] {eda57be1-205f-47e7-9847-ffc9d06b3372} <Debug> oximeter.measurements_histogramu32 (71f90773-9fa3-4445-8a29-1fae0bc1d55e): Loading data parts | ||
| 479 | 2025.04.15 04:00:36.880988 [ 3 ] {eda57be1-205f-47e7-9847-ffc9d06b3372} <Debug> oximeter.measurements_histogramu32 (71f90773-9fa3-4445-8a29-1fae0bc1d55e): There are no data parts | ||
| 480 | 2025.04.15 04:00:36.898000 [ 3 ] {eda57be1-205f-47e7-9847-ffc9d06b3372} <Debug> TCPHandler: Processed in 0.032166617 sec. | ||
| 481 | 2025.04.15 04:00:36.898197 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 482 | 2025.04.15 04:00:36.898474 [ 3 ] {ca881658-1cf7-427b-9252-cdf8a726759c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 483 | 2025.04.15 04:00:36.898556 [ 3 ] {ca881658-1cf7-427b-9252-cdf8a726759c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 484 | 2025.04.15 04:00:36.921717 [ 3 ] {ca881658-1cf7-427b-9252-cdf8a726759c} <Debug> oximeter.measurements_histogrami64 (7f80449d-fed4-45f2-abe2-51a690cc0267): Loading data parts | ||
| 485 | 2025.04.15 04:00:36.921908 [ 3 ] {ca881658-1cf7-427b-9252-cdf8a726759c} <Debug> oximeter.measurements_histogrami64 (7f80449d-fed4-45f2-abe2-51a690cc0267): There are no data parts | ||
| 486 | 2025.04.15 04:00:36.942618 [ 3 ] {ca881658-1cf7-427b-9252-cdf8a726759c} <Debug> TCPHandler: Processed in 0.04449454 sec. | ||
| 487 | 2025.04.15 04:00:36.942788 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2025.04.15 04:00:36.943073 [ 3 ] {5aa18eb6-d0f6-4738-af45-23b41579f066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 489 | 2025.04.15 04:00:36.943145 [ 3 ] {5aa18eb6-d0f6-4738-af45-23b41579f066} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 490 | 2025.04.15 04:00:36.946285 [ 3 ] {5aa18eb6-d0f6-4738-af45-23b41579f066} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Loading data parts | ||
| 491 | 2025.04.15 04:00:36.946472 [ 3 ] {5aa18eb6-d0f6-4738-af45-23b41579f066} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): There are no data parts | ||
| 492 | 2025.04.15 04:00:36.978928 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34865 | ||
| 493 | 2025.04.15 04:00:36.979386 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 494 | 2025.04.15 04:00:36.979423 [ 269 ] {} <Debug> TCP-Session: 76d20640-cde5-424e-a3d8-fe0b2bcc4f76 Authenticating user 'default' from [fd00:1122:3344:101::b]:34865 | ||
| 495 | 2025.04.15 04:00:36.979448 [ 269 ] {} <Debug> TCP-Session: 76d20640-cde5-424e-a3d8-fe0b2bcc4f76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 496 | 2025.04.15 04:00:36.979501 [ 269 ] {} <Debug> TCP-Session: 76d20640-cde5-424e-a3d8-fe0b2bcc4f76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 497 | 2025.04.15 04:00:36.979570 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 498 | 2025.04.15 04:00:36.979596 [ 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 | ||
| 499 | 2025.04.15 04:00:36.979628 [ 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 | ||
| 500 | 2025.04.15 04:00:36.980569 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36101 | ||
| 501 | 2025.04.15 04:00:36.980723 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 502 | 2025.04.15 04:00:36.980728 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49859 | ||
| 503 | 2025.04.15 04:00:36.980759 [ 270 ] {} <Debug> TCP-Session: 078b091d-e8e2-4e15-a019-0f3437457e9f Authenticating user 'default' from [fd00:1122:3344:101::b]:36101 | ||
| 504 | 2025.04.15 04:00:36.980844 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51100 | ||
| 505 | 2025.04.15 04:00:36.980856 [ 270 ] {} <Debug> TCP-Session: 078b091d-e8e2-4e15-a019-0f3437457e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2025.04.15 04:00:36.981088 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 507 | 2025.04.15 04:00:36.981105 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 508 | 2025.04.15 04:00:36.981152 [ 270 ] {} <Debug> TCP-Session: 078b091d-e8e2-4e15-a019-0f3437457e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 509 | 2025.04.15 04:00:36.981158 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53257 | ||
| 510 | 2025.04.15 04:00:36.981222 [ 272 ] {} <Debug> TCP-Session: eb9f017a-0b84-4879-8b8f-284ee3624a6c Authenticating user 'default' from [fd00:1122:3344:101::b]:51100 | ||
| 511 | 2025.04.15 04:00:36.981242 [ 271 ] {} <Debug> TCP-Session: bc7b4a5e-f5a5-4963-b283-c62e8608489e Authenticating user 'default' from [fd00:1122:3344:101::b]:49859 | ||
| 512 | 2025.04.15 04:00:36.981278 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52602 | ||
| 513 | 2025.04.15 04:00:36.981330 [ 272 ] {} <Debug> TCP-Session: eb9f017a-0b84-4879-8b8f-284ee3624a6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 514 | 2025.04.15 04:00:36.981357 [ 271 ] {} <Debug> TCP-Session: bc7b4a5e-f5a5-4963-b283-c62e8608489e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 515 | 2025.04.15 04:00:36.981476 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55748 | ||
| 516 | 2025.04.15 04:00:36.981524 [ 271 ] {} <Debug> TCP-Session: bc7b4a5e-f5a5-4963-b283-c62e8608489e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 517 | 2025.04.15 04:00:36.981537 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 518 | 2025.04.15 04:00:36.981542 [ 272 ] {} <Debug> TCP-Session: eb9f017a-0b84-4879-8b8f-284ee3624a6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 519 | 2025.04.15 04:00:36.981833 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 520 | 2025.04.15 04:00:36.981860 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 521 | 2025.04.15 04:00:36.981882 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45715 | ||
| 522 | 2025.04.15 04:00:36.981902 [ 274 ] {} <Debug> TCP-Session: 79bbc0f4-249e-4d1a-9ab1-e1b55b149cbe Authenticating user 'default' from [fd00:1122:3344:101::b]:52602 | ||
| 523 | 2025.04.15 04:00:36.981940 [ 273 ] {} <Debug> TCP-Session: f104e5b6-9b84-4b60-97f6-89e00424979d Authenticating user 'default' from [fd00:1122:3344:101::b]:53257 | ||
| 524 | 2025.04.15 04:00:36.981964 [ 275 ] {} <Debug> TCP-Session: e603fda6-23c7-47cd-b771-83cb2746d9cd Authenticating user 'default' from [fd00:1122:3344:101::b]:55748 | ||
| 525 | 2025.04.15 04:00:36.981973 [ 274 ] {} <Debug> TCP-Session: 79bbc0f4-249e-4d1a-9ab1-e1b55b149cbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 526 | 2025.04.15 04:00:36.982092 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 527 | 2025.04.15 04:00:36.982129 [ 274 ] {} <Debug> TCP-Session: 79bbc0f4-249e-4d1a-9ab1-e1b55b149cbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2025.04.15 04:00:36.982099 [ 273 ] {} <Debug> TCP-Session: f104e5b6-9b84-4b60-97f6-89e00424979d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 529 | 2025.04.15 04:00:36.982092 [ 275 ] {} <Debug> TCP-Session: e603fda6-23c7-47cd-b771-83cb2746d9cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 530 | 2025.04.15 04:00:36.982201 [ 273 ] {} <Debug> TCP-Session: f104e5b6-9b84-4b60-97f6-89e00424979d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 531 | 2025.04.15 04:00:36.982169 [ 276 ] {} <Debug> TCP-Session: 7abfbe64-3677-4efc-98bf-5cc2a67c5593 Authenticating user 'default' from [fd00:1122:3344:101::b]:45715 | ||
| 532 | 2025.04.15 04:00:36.982245 [ 275 ] {} <Debug> TCP-Session: e603fda6-23c7-47cd-b771-83cb2746d9cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2025.04.15 04:00:36.982284 [ 276 ] {} <Debug> TCP-Session: 7abfbe64-3677-4efc-98bf-5cc2a67c5593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 534 | 2025.04.15 04:00:36.982346 [ 276 ] {} <Debug> TCP-Session: 7abfbe64-3677-4efc-98bf-5cc2a67c5593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 535 | 2025.04.15 04:00:36.982831 [ 3 ] {5aa18eb6-d0f6-4738-af45-23b41579f066} <Debug> TCPHandler: Processed in 0.040101636 sec. | ||
| 536 | 2025.04.15 04:00:36.983058 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 537 | 2025.04.15 04:00:36.983362 [ 3 ] {9730e3d3-48d5-4b99-b41b-07e323847dc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 538 | 2025.04.15 04:00:36.983442 [ 3 ] {9730e3d3-48d5-4b99-b41b-07e323847dc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 539 | 2025.04.15 04:00:36.995041 [ 3 ] {9730e3d3-48d5-4b99-b41b-07e323847dc2} <Debug> oximeter.measurements_histogramf32 (944d62ef-8790-4b9d-a7eb-ccbdbbe6e6b6): Loading data parts | ||
| 540 | 2025.04.15 04:00:36.995236 [ 3 ] {9730e3d3-48d5-4b99-b41b-07e323847dc2} <Debug> oximeter.measurements_histogramf32 (944d62ef-8790-4b9d-a7eb-ccbdbbe6e6b6): There are no data parts | ||
| 541 | 2025.04.15 04:00:37.019581 [ 3 ] {9730e3d3-48d5-4b99-b41b-07e323847dc2} <Debug> TCPHandler: Processed in 0.036604111 sec. | ||
| 542 | 2025.04.15 04:00:37.019816 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 543 | 2025.04.15 04:00:37.020160 [ 3 ] {57ed4c67-34da-42f9-8b6b-d28184e2902e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 544 | 2025.04.15 04:00:37.020246 [ 3 ] {57ed4c67-34da-42f9-8b6b-d28184e2902e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 545 | 2025.04.15 04:00:37.045131 [ 3 ] {57ed4c67-34da-42f9-8b6b-d28184e2902e} <Debug> oximeter.measurements_histogramf64 (d6d24a78-98a3-40f3-bf6a-84cb7e871533): Loading data parts | ||
| 546 | 2025.04.15 04:00:37.045332 [ 3 ] {57ed4c67-34da-42f9-8b6b-d28184e2902e} <Debug> oximeter.measurements_histogramf64 (d6d24a78-98a3-40f3-bf6a-84cb7e871533): There are no data parts | ||
| 547 | 2025.04.15 04:00:37.054947 [ 3 ] {57ed4c67-34da-42f9-8b6b-d28184e2902e} <Debug> TCPHandler: Processed in 0.035198171 sec. | ||
| 548 | 2025.04.15 04:00:37.055171 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 549 | 2025.04.15 04:00:37.055418 [ 3 ] {48ef8fe3-7cb9-4ce8-a032-4336e49cdadb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) /* The field tables store named dimensions of each timeseries. | ||
| 550 | * | ||
| 551 | * As with the measurement tables, there is one field table for each field data | ||
| 552 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 553 | * this behavior **must not** be relied upon for query correctness. | ||
| 554 | * | ||
| 555 | * The index for the fields differs from the measurements, however. Rows are | ||
| 556 | * sorted by timeseries name, then field name, field value, and finally | ||
| 557 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 558 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 559 | * usually then used to look up measurements. | ||
| 560 | * | ||
| 561 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 562 | * timeseries name and then key, since it would improve lookups where one | ||
| 563 | * already has the key. Realistically though, these tables are quite small and | ||
| 564 | * so performance benefits will be low in absolute terms. | ||
| 565 | * | ||
| 566 | * TTL: We use a materialized column to expire old field table records. This | ||
| 567 | * column is generated automatically by the database whenever a new row is | ||
| 568 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 569 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 570 | * record will remain during a deduplication, which will have the last | ||
| 571 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 572 | * measurement tables. | ||
| 573 | */ | ||
| 574 | 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) | ||
| 575 | 2025.04.15 04:00:37.055507 [ 3 ] {48ef8fe3-7cb9-4ce8-a032-4336e49cdadb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 576 | 2025.04.15 04:00:37.073724 [ 3 ] {48ef8fe3-7cb9-4ce8-a032-4336e49cdadb} <Debug> oximeter.fields_bool (943a585c-d627-419a-ad0e-c0e913c91ad9): Loading data parts | ||
| 577 | 2025.04.15 04:00:37.073953 [ 3 ] {48ef8fe3-7cb9-4ce8-a032-4336e49cdadb} <Debug> oximeter.fields_bool (943a585c-d627-419a-ad0e-c0e913c91ad9): There are no data parts | ||
| 578 | 2025.04.15 04:00:37.077316 [ 3 ] {48ef8fe3-7cb9-4ce8-a032-4336e49cdadb} <Debug> TCPHandler: Processed in 0.022213734 sec. | ||
| 579 | 2025.04.15 04:00:37.077486 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 580 | 2025.04.15 04:00:37.077691 [ 3 ] {32a2eeaf-6421-4f92-be6e-ce869c00e1c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 581 | 2025.04.15 04:00:37.077766 [ 3 ] {32a2eeaf-6421-4f92-be6e-ce869c00e1c7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 582 | 2025.04.15 04:00:37.114125 [ 3 ] {32a2eeaf-6421-4f92-be6e-ce869c00e1c7} <Debug> oximeter.fields_i8 (5397160c-0108-484c-ad3e-e26f34a716c0): Loading data parts | ||
| 583 | 2025.04.15 04:00:37.114345 [ 3 ] {32a2eeaf-6421-4f92-be6e-ce869c00e1c7} <Debug> oximeter.fields_i8 (5397160c-0108-484c-ad3e-e26f34a716c0): There are no data parts | ||
| 584 | 2025.04.15 04:00:37.136493 [ 3 ] {32a2eeaf-6421-4f92-be6e-ce869c00e1c7} <Debug> TCPHandler: Processed in 0.059062421 sec. | ||
| 585 | 2025.04.15 04:00:37.136693 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 586 | 2025.04.15 04:00:37.136949 [ 3 ] {a4bab57a-5f94-4775-be1a-9b3fd6606df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 587 | 2025.04.15 04:00:37.137020 [ 3 ] {a4bab57a-5f94-4775-be1a-9b3fd6606df7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 588 | 2025.04.15 04:00:37.164990 [ 3 ] {a4bab57a-5f94-4775-be1a-9b3fd6606df7} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Loading data parts | ||
| 589 | 2025.04.15 04:00:37.165196 [ 3 ] {a4bab57a-5f94-4775-be1a-9b3fd6606df7} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): There are no data parts | ||
| 590 | 2025.04.15 04:00:37.199999 [ 3 ] {a4bab57a-5f94-4775-be1a-9b3fd6606df7} <Debug> TCPHandler: Processed in 0.063379552 sec. | ||
| 591 | 2025.04.15 04:00:37.200229 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 592 | 2025.04.15 04:00:37.200448 [ 3 ] {e1cb3927-29d1-4f30-864b-89dba30c1608} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 593 | 2025.04.15 04:00:37.200524 [ 3 ] {e1cb3927-29d1-4f30-864b-89dba30c1608} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 594 | 2025.04.15 04:00:37.248374 [ 3 ] {e1cb3927-29d1-4f30-864b-89dba30c1608} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Loading data parts | ||
| 595 | 2025.04.15 04:00:37.248605 [ 3 ] {e1cb3927-29d1-4f30-864b-89dba30c1608} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): There are no data parts | ||
| 596 | 2025.04.15 04:00:37.296117 [ 3 ] {e1cb3927-29d1-4f30-864b-89dba30c1608} <Debug> TCPHandler: Processed in 0.095984898 sec. | ||
| 597 | 2025.04.15 04:00:37.296361 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 598 | 2025.04.15 04:00:37.296633 [ 3 ] {73ff0506-8b80-4625-90c5-f589be625547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 599 | 2025.04.15 04:00:37.296705 [ 3 ] {73ff0506-8b80-4625-90c5-f589be625547} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 600 | 2025.04.15 04:00:37.380528 [ 3 ] {73ff0506-8b80-4625-90c5-f589be625547} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Loading data parts | ||
| 601 | 2025.04.15 04:00:37.380763 [ 3 ] {73ff0506-8b80-4625-90c5-f589be625547} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): There are no data parts | ||
| 602 | 2025.04.15 04:00:37.438978 [ 3 ] {73ff0506-8b80-4625-90c5-f589be625547} <Debug> TCPHandler: Processed in 0.142718816 sec. | ||
| 603 | 2025.04.15 04:00:37.439238 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 604 | 2025.04.15 04:00:37.439503 [ 3 ] {ff3c02b3-0a21-4dff-836e-92b161f42be0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 605 | 2025.04.15 04:00:37.439595 [ 3 ] {ff3c02b3-0a21-4dff-836e-92b161f42be0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 606 | 2025.04.15 04:00:37.500619 [ 3 ] {ff3c02b3-0a21-4dff-836e-92b161f42be0} <Debug> oximeter.fields_i32 (837e5da3-640d-4bc9-881a-3cd447568296): Loading data parts | ||
| 607 | 2025.04.15 04:00:37.500948 [ 3 ] {ff3c02b3-0a21-4dff-836e-92b161f42be0} <Debug> oximeter.fields_i32 (837e5da3-640d-4bc9-881a-3cd447568296): There are no data parts | ||
| 608 | 2025.04.15 04:00:37.523568 [ 3 ] {ff3c02b3-0a21-4dff-836e-92b161f42be0} <Debug> TCPHandler: Processed in 0.084426252 sec. | ||
| 609 | 2025.04.15 04:00:37.523940 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 610 | 2025.04.15 04:00:37.524219 [ 3 ] {21ea662e-6f23-45ed-bf52-7e5e05093acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 611 | 2025.04.15 04:00:37.524293 [ 3 ] {21ea662e-6f23-45ed-bf52-7e5e05093acb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 612 | 2025.04.15 04:00:37.537718 [ 3 ] {21ea662e-6f23-45ed-bf52-7e5e05093acb} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Loading data parts | ||
| 613 | 2025.04.15 04:00:37.537909 [ 3 ] {21ea662e-6f23-45ed-bf52-7e5e05093acb} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): There are no data parts | ||
| 614 | 2025.04.15 04:00:37.561268 [ 3 ] {21ea662e-6f23-45ed-bf52-7e5e05093acb} <Debug> TCPHandler: Processed in 0.037462859 sec. | ||
| 615 | 2025.04.15 04:00:37.561605 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 616 | 2025.04.15 04:00:37.561830 [ 3 ] {d849e10b-2fdf-4561-8231-688cd16d7972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 617 | 2025.04.15 04:00:37.561899 [ 3 ] {d849e10b-2fdf-4561-8231-688cd16d7972} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 618 | 2025.04.15 04:00:37.611426 [ 3 ] {d849e10b-2fdf-4561-8231-688cd16d7972} <Debug> oximeter.fields_i64 (92fc214f-db6a-4c45-bc69-69f43318941f): Loading data parts | ||
| 619 | 2025.04.15 04:00:37.611642 [ 3 ] {d849e10b-2fdf-4561-8231-688cd16d7972} <Debug> oximeter.fields_i64 (92fc214f-db6a-4c45-bc69-69f43318941f): There are no data parts | ||
| 620 | 2025.04.15 04:00:37.617698 [ 3 ] {d849e10b-2fdf-4561-8231-688cd16d7972} <Debug> TCPHandler: Processed in 0.056210349 sec. | ||
| 621 | 2025.04.15 04:00:37.617895 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 622 | 2025.04.15 04:00:37.618158 [ 3 ] {3d8a4d8e-1792-4638-9dd5-236522d5b84b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 623 | 2025.04.15 04:00:37.618243 [ 3 ] {3d8a4d8e-1792-4638-9dd5-236522d5b84b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 624 | 2025.04.15 04:00:37.665755 [ 3 ] {3d8a4d8e-1792-4638-9dd5-236522d5b84b} <Debug> oximeter.fields_u64 (837e51a5-4bab-4e98-bce5-541f37c4d276): Loading data parts | ||
| 625 | 2025.04.15 04:00:37.666006 [ 3 ] {3d8a4d8e-1792-4638-9dd5-236522d5b84b} <Debug> oximeter.fields_u64 (837e51a5-4bab-4e98-bce5-541f37c4d276): There are no data parts | ||
| 626 | 2025.04.15 04:00:37.692670 [ 3 ] {3d8a4d8e-1792-4638-9dd5-236522d5b84b} <Debug> TCPHandler: Processed in 0.074851647 sec. | ||
| 627 | 2025.04.15 04:00:37.692846 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 628 | 2025.04.15 04:00:37.693042 [ 3 ] {80ec590d-12cf-418c-8802-f472f654d710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 629 | 2025.04.15 04:00:37.693112 [ 3 ] {80ec590d-12cf-418c-8802-f472f654d710} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 630 | 2025.04.15 04:00:37.720877 [ 3 ] {80ec590d-12cf-418c-8802-f472f654d710} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Loading data parts | ||
| 631 | 2025.04.15 04:00:37.721097 [ 3 ] {80ec590d-12cf-418c-8802-f472f654d710} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): There are no data parts | ||
| 632 | 2025.04.15 04:00:37.737603 [ 3 ] {80ec590d-12cf-418c-8802-f472f654d710} <Debug> TCPHandler: Processed in 0.044808606 sec. | ||
| 633 | 2025.04.15 04:00:37.737964 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 634 | 2025.04.15 04:00:37.738197 [ 3 ] {38404ad6-7232-4e6c-91f6-5ebdb7512db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 635 | 2025.04.15 04:00:37.738268 [ 3 ] {38404ad6-7232-4e6c-91f6-5ebdb7512db5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 636 | 2025.04.15 04:00:37.764083 [ 3 ] {38404ad6-7232-4e6c-91f6-5ebdb7512db5} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Loading data parts | ||
| 637 | 2025.04.15 04:00:37.764367 [ 3 ] {38404ad6-7232-4e6c-91f6-5ebdb7512db5} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): There are no data parts | ||
| 638 | 2025.04.15 04:00:37.789609 [ 3 ] {38404ad6-7232-4e6c-91f6-5ebdb7512db5} <Debug> TCPHandler: Processed in 0.051766075 sec. | ||
| 639 | 2025.04.15 04:00:37.789791 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 640 | 2025.04.15 04:00:37.789992 [ 3 ] {0bfeb976-a43f-4dcc-a059-08cb68ce706e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 641 | 2025.04.15 04:00:37.790066 [ 3 ] {0bfeb976-a43f-4dcc-a059-08cb68ce706e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 642 | 2025.04.15 04:00:37.809055 [ 3 ] {0bfeb976-a43f-4dcc-a059-08cb68ce706e} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Loading data parts | ||
| 643 | 2025.04.15 04:00:37.809225 [ 3 ] {0bfeb976-a43f-4dcc-a059-08cb68ce706e} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): There are no data parts | ||
| 644 | 2025.04.15 04:00:37.833263 [ 3 ] {0bfeb976-a43f-4dcc-a059-08cb68ce706e} <Debug> TCPHandler: Processed in 0.043530589 sec. | ||
| 645 | 2025.04.15 04:00:37.833446 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 646 | 2025.04.15 04:00:37.833726 [ 3 ] {2a0bad86-e31b-44d8-a61d-98e6d3f63f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) /* The timeseries schema table stores the extracted schema for the samples | ||
| 647 | * oximeter collects. | ||
| 648 | */ | ||
| 649 | 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) | ||
| 650 | 2025.04.15 04:00:37.833823 [ 3 ] {2a0bad86-e31b-44d8-a61d-98e6d3f63f9a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 651 | 2025.04.15 04:00:37.845888 [ 3 ] {2a0bad86-e31b-44d8-a61d-98e6d3f63f9a} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Loading data parts | ||
| 652 | 2025.04.15 04:00:37.846082 [ 3 ] {2a0bad86-e31b-44d8-a61d-98e6d3f63f9a} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): There are no data parts | ||
| 653 | 2025.04.15 04:00:37.850456 [ 3 ] {2a0bad86-e31b-44d8-a61d-98e6d3f63f9a} <Debug> TCPHandler: Processed in 0.017062854 sec. | ||
| 654 | 2025.04.15 04:00:37.850716 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 655 | 2025.04.15 04:00:37.850996 [ 5 ] {8180100f-be9c-456d-854c-5bdd6719bb79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 656 | 2025.04.15 04:00:37.852183 [ 5 ] {8180100f-be9c-456d-854c-5bdd6719bb79} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 657 | 2025.04.15 04:00:37.900102 [ 260 ] {8180100f-be9c-456d-854c-5bdd6719bb79} <Trace> oximeter.version (1c1ee091-66c9-4e81-a521-ef9e49871657): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 658 | 2025.04.15 04:00:37.900195 [ 260 ] {8180100f-be9c-456d-854c-5bdd6719bb79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.74 GiB. | ||
| 659 | 2025.04.15 04:00:37.904710 [ 260 ] {8180100f-be9c-456d-854c-5bdd6719bb79} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 660 | 2025.04.15 04:00:37.905086 [ 260 ] {8180100f-be9c-456d-854c-5bdd6719bb79} <Trace> oximeter.version (1c1ee091-66c9-4e81-a521-ef9e49871657): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 661 | 2025.04.15 04:00:37.905430 [ 5 ] {8180100f-be9c-456d-854c-5bdd6719bb79} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.054553 sec., 18.330797573002403 rows/sec., 293.29 B/sec. | ||
| 662 | 2025.04.15 04:00:37.905679 [ 5 ] {8180100f-be9c-456d-854c-5bdd6719bb79} <Debug> TCPHandler: Processed in 0.055024305 sec. | ||
| 663 | 2025.04.15 04:00:38.001112 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.61 MiB, peak 136.61 MiB, free memory in arenas 0.00 B, will set to 140.34 MiB (RSS), difference: 3.73 MiB | ||
| 664 | 2025.04.15 04:00:38.044415 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35335 | ||
| 665 | 2025.04.15 04:00:38.046466 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 666 | 2025.04.15 04:00:38.046522 [ 277 ] {} <Debug> TCP-Session: 8148e441-d682-46f2-94bf-49ebec0f0b58 Authenticating user 'default' from [fd00:1122:3344:101::c]:35335 | ||
| 667 | 2025.04.15 04:00:38.046645 [ 277 ] {} <Debug> TCP-Session: 8148e441-d682-46f2-94bf-49ebec0f0b58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 668 | 2025.04.15 04:00:38.046662 [ 277 ] {} <Debug> TCP-Session: 8148e441-d682-46f2-94bf-49ebec0f0b58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2025.04.15 04:00:38.046716 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 670 | 2025.04.15 04:00:38.046857 [ 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 | ||
| 671 | 2025.04.15 04:00:38.046880 [ 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 | ||
| 672 | 2025.04.15 04:00:38.050112 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35510 | ||
| 673 | 2025.04.15 04:00:38.050281 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 674 | 2025.04.15 04:00:38.050368 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42187 | ||
| 675 | 2025.04.15 04:00:38.050361 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34490 | ||
| 676 | 2025.04.15 04:00:38.050439 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35449 | ||
| 677 | 2025.04.15 04:00:38.050503 [ 278 ] {} <Debug> TCP-Session: 8f5cbab0-3d83-40c9-b84f-3a3415843c8b Authenticating user 'default' from [fd00:1122:3344:101::c]:35510 | ||
| 678 | 2025.04.15 04:00:38.050801 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2025.04.15 04:00:38.050649 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41434 | ||
| 680 | 2025.04.15 04:00:38.050867 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 681 | 2025.04.15 04:00:38.050965 [ 281 ] {} <Debug> TCP-Session: f90148c7-f05d-4ca0-ad49-6f5e0b8556b2 Authenticating user 'default' from [fd00:1122:3344:101::c]:35449 | ||
| 682 | 2025.04.15 04:00:38.051040 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52310 | ||
| 683 | 2025.04.15 04:00:38.050806 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40891 | ||
| 684 | 2025.04.15 04:00:38.051016 [ 279 ] {} <Debug> TCP-Session: 67c57a40-92f5-4357-89df-c0f54c0c4078 Authenticating user 'default' from [fd00:1122:3344:101::c]:34490 | ||
| 685 | 2025.04.15 04:00:38.051173 [ 281 ] {} <Debug> TCP-Session: f90148c7-f05d-4ca0-ad49-6f5e0b8556b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2025.04.15 04:00:38.051126 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 687 | 2025.04.15 04:00:38.050953 [ 278 ] {} <Debug> TCP-Session: 8f5cbab0-3d83-40c9-b84f-3a3415843c8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2025.04.15 04:00:38.050966 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 689 | 2025.04.15 04:00:38.051410 [ 281 ] {} <Debug> TCP-Session: f90148c7-f05d-4ca0-ad49-6f5e0b8556b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2025.04.15 04:00:38.051504 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 691 | 2025.04.15 04:00:38.051518 [ 280 ] {} <Debug> TCP-Session: 97f1305a-9c4f-4476-993f-86df0e49da40 Authenticating user 'default' from [fd00:1122:3344:101::c]:42187 | ||
| 692 | 2025.04.15 04:00:38.051629 [ 283 ] {} <Debug> TCP-Session: 6210f8aa-5d8f-4106-a56b-d9fd3d527d04 Authenticating user 'default' from [fd00:1122:3344:101::c]:40891 | ||
| 693 | 2025.04.15 04:00:38.051618 [ 278 ] {} <Debug> TCP-Session: 8f5cbab0-3d83-40c9-b84f-3a3415843c8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2025.04.15 04:00:38.051585 [ 282 ] {} <Debug> TCP-Session: f0abc4c0-b1e5-4f28-814a-5ed16968645b Authenticating user 'default' from [fd00:1122:3344:101::c]:41434 | ||
| 695 | 2025.04.15 04:00:38.051743 [ 280 ] {} <Debug> TCP-Session: 97f1305a-9c4f-4476-993f-86df0e49da40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.04.15 04:00:38.051538 [ 279 ] {} <Debug> TCP-Session: 67c57a40-92f5-4357-89df-c0f54c0c4078 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2025.04.15 04:00:38.051788 [ 283 ] {} <Debug> TCP-Session: 6210f8aa-5d8f-4106-a56b-d9fd3d527d04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.04.15 04:00:38.051838 [ 282 ] {} <Debug> TCP-Session: f0abc4c0-b1e5-4f28-814a-5ed16968645b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.04.15 04:00:38.051855 [ 279 ] {} <Debug> TCP-Session: 67c57a40-92f5-4357-89df-c0f54c0c4078 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.04.15 04:00:38.051866 [ 280 ] {} <Debug> TCP-Session: 97f1305a-9c4f-4476-993f-86df0e49da40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.04.15 04:00:38.051936 [ 283 ] {} <Debug> TCP-Session: 6210f8aa-5d8f-4106-a56b-d9fd3d527d04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2025.04.15 04:00:38.051535 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2025.04.15 04:00:38.052038 [ 282 ] {} <Debug> TCP-Session: f0abc4c0-b1e5-4f28-814a-5ed16968645b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.04.15 04:00:38.052162 [ 284 ] {} <Debug> TCP-Session: a53e31e8-f3b2-4936-96fd-768d7bb6030d Authenticating user 'default' from [fd00:1122:3344:101::c]:52310 | ||
| 705 | 2025.04.15 04:00:38.052221 [ 284 ] {} <Debug> TCP-Session: a53e31e8-f3b2-4936-96fd-768d7bb6030d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2025.04.15 04:00:38.052252 [ 284 ] {} <Debug> TCP-Session: a53e31e8-f3b2-4936-96fd-768d7bb6030d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2025.04.15 04:00:42.775324 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 708 | 2025.04.15 04:00:42.775345 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 709 | 2025.04.15 04:00:42.775438 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 710 | 2025.04.15 04:00:42.775462 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 711 | 2025.04.15 04:00:42.788846 [ 244 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Loading data parts | ||
| 712 | 2025.04.15 04:00:42.789352 [ 244 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): There are no data parts | ||
| 713 | 2025.04.15 04:00:42.807888 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 714 | 2025.04.15 04:00:42.808073 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 715 | 2025.04.15 04:00:42.810077 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 716 | 2025.04.15 04:00:42.810518 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 717 | 2025.04.15 04:00:42.810845 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 718 | 2025.04.15 04:00:42.816147 [ 243 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Loading data parts | ||
| 719 | 2025.04.15 04:00:42.816400 [ 243 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): There are no data parts | ||
| 720 | 2025.04.15 04:00:42.855410 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 721 | 2025.04.15 04:00:42.855621 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 722 | 2025.04.15 04:00:42.862960 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 723 | 2025.04.15 04:00:42.864106 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 724 | 2025.04.15 04:00:42.866613 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 725 | 2025.04.15 04:00:43.001137 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.72 MiB, peak 149.72 MiB, free memory in arenas 0.00 B, will set to 150.52 MiB (RSS), difference: 4.80 MiB | ||
| 726 | 2025.04.15 04:00:45.275179 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 | ||
| 727 | 2025.04.15 04:00:45.275352 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 728 | 2025.04.15 04:00:45.289403 [ 242 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Loading data parts | ||
| 729 | 2025.04.15 04:00:45.289670 [ 242 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): There are no data parts | ||
| 730 | 2025.04.15 04:00:45.297339 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 731 | 2025.04.15 04:00:45.297468 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 732 | 2025.04.15 04:00:45.299207 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 733 | 2025.04.15 04:00:45.299790 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 734 | 2025.04.15 04:00:45.300345 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 88 | ||
| 735 | 2025.04.15 04:00:46.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.71 MiB, peak 154.71 MiB, free memory in arenas 0.00 B, will set to 150.99 MiB (RSS), difference: -3.72 MiB | ||
| 736 | 2025.04.15 04:00:50.196904 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 737 | 2025.04.15 04:00:50.196964 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 738 | 2025.04.15 04:00:50.311910 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 739 | 2025.04.15 04:00:50.312863 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 740 | 2025.04.15 04:00:50.312905 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 741 | 2025.04.15 04:00:50.313546 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 742 | 2025.04.15 04:00:50.314055 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 743 | 2025.04.15 04:00:50.314361 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 744 | 2025.04.15 04:00:50.367677 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 745 | 2025.04.15 04:00:50.388990 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 746 | 2025.04.15 04:00:50.389168 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 747 | 2025.04.15 04:00:50.395958 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 748 | 2025.04.15 04:00:50.397105 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 749 | 2025.04.15 04:00:50.399402 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 750 | 2025.04.15 04:00:51.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.67 MiB, peak 155.67 MiB, free memory in arenas 0.00 B, will set to 153.66 MiB (RSS), difference: 1.99 MiB | ||
| 751 | 2025.04.15 04:00:56.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 149.67 MiB, peak 155.67 MiB, free memory in arenas 0.00 B, will set to 153.69 MiB (RSS), difference: 4.02 MiB | ||
| 752 | 2025.04.15 04:00:57.814530 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 753 | 2025.04.15 04:00:57.815119 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 754 | 2025.04.15 04:00:57.815164 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 755 | 2025.04.15 04:00:57.815822 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 756 | 2025.04.15 04:00:57.816082 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 757 | 2025.04.15 04:00:57.816344 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 758 | 2025.04.15 04:00:57.899549 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 759 | 2025.04.15 04:00:57.919201 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2025.04.15 04:00:57.919269 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 761 | 2025.04.15 04:00:57.925417 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 762 | 2025.04.15 04:00:57.926209 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2025.04.15 04:00:57.928783 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 764 | 2025.04.15 04:00:57.955820 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 765 | 2025.04.15 04:00:57.956022 [ 3 ] {bf492316-5a7b-4a62-b0b5-97a5ed5424db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 766 | 2025.04.15 04:00:57.956431 [ 3 ] {bf492316-5a7b-4a62-b0b5-97a5ed5424db} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 767 | 2025.04.15 04:00:57.956689 [ 3 ] {bf492316-5a7b-4a62-b0b5-97a5ed5424db} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 768 | 2025.04.15 04:00:57.957426 [ 3 ] {bf492316-5a7b-4a62-b0b5-97a5ed5424db} <Debug> TCPHandler: Processed in 0.001736698 sec. | ||
| 769 | 2025.04.15 04:00:57.960221 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 770 | 2025.04.15 04:00:57.960418 [ 3 ] {4548a4a1-f778-4007-95c1-ae3815665b89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 771 | 2025.04.15 04:00:57.962167 [ 3 ] {4548a4a1-f778-4007-95c1-ae3815665b89} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 772 | 2025.04.15 04:00:57.962228 [ 3 ] {4548a4a1-f778-4007-95c1-ae3815665b89} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 773 | 2025.04.15 04:00:57.962798 [ 3 ] {4548a4a1-f778-4007-95c1-ae3815665b89} <Debug> TCPHandler: Processed in 0.002631616 sec. | ||
| 774 | 2025.04.15 04:00:57.963046 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 775 | 2025.04.15 04:00:57.963188 [ 3 ] {bb99efd4-9e9c-49ab-8bdc-7ec209d1fb3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 776 | 2025.04.15 04:00:57.963552 [ 3 ] {bb99efd4-9e9c-49ab-8bdc-7ec209d1fb3c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 777 | 2025.04.15 04:00:57.963607 [ 3 ] {bb99efd4-9e9c-49ab-8bdc-7ec209d1fb3c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 778 | 2025.04.15 04:00:57.964088 [ 3 ] {bb99efd4-9e9c-49ab-8bdc-7ec209d1fb3c} <Debug> TCPHandler: Processed in 0.001094474 sec. | ||
| 779 | 2025.04.15 04:00:57.964326 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 780 | 2025.04.15 04:00:57.964465 [ 3 ] {2d3a8fa3-fce2-40c0-b90c-149b4ac35e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 781 | 2025.04.15 04:00:57.964774 [ 3 ] {2d3a8fa3-fce2-40c0-b90c-149b4ac35e1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 782 | 2025.04.15 04:00:57.964827 [ 3 ] {2d3a8fa3-fce2-40c0-b90c-149b4ac35e1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 783 | 2025.04.15 04:00:57.965321 [ 3 ] {2d3a8fa3-fce2-40c0-b90c-149b4ac35e1c} <Debug> TCPHandler: Processed in 0.001047322 sec. | ||
| 784 | 2025.04.15 04:00:57.965525 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 785 | 2025.04.15 04:00:57.965667 [ 3 ] {4fd5e323-359f-4a23-b0c0-8c428ef49391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 786 | 2025.04.15 04:00:57.966019 [ 3 ] {4fd5e323-359f-4a23-b0c0-8c428ef49391} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 787 | 2025.04.15 04:00:57.966071 [ 3 ] {4fd5e323-359f-4a23-b0c0-8c428ef49391} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 788 | 2025.04.15 04:00:57.966510 [ 3 ] {4fd5e323-359f-4a23-b0c0-8c428ef49391} <Debug> TCPHandler: Processed in 0.001034563 sec. | ||
| 789 | 2025.04.15 04:00:57.966731 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 790 | 2025.04.15 04:00:57.966865 [ 3 ] {7b120793-8df0-42e9-90f5-16cbe8948c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 791 | 2025.04.15 04:00:57.967175 [ 3 ] {7b120793-8df0-42e9-90f5-16cbe8948c95} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 792 | 2025.04.15 04:00:57.967226 [ 3 ] {7b120793-8df0-42e9-90f5-16cbe8948c95} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 793 | 2025.04.15 04:00:57.967680 [ 3 ] {7b120793-8df0-42e9-90f5-16cbe8948c95} <Debug> TCPHandler: Processed in 0.000997351 sec. | ||
| 794 | 2025.04.15 04:00:57.967875 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 795 | 2025.04.15 04:00:57.968019 [ 3 ] {33e16310-1f40-4308-a02c-647048082786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 796 | 2025.04.15 04:00:57.968350 [ 3 ] {33e16310-1f40-4308-a02c-647048082786} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 797 | 2025.04.15 04:00:57.968403 [ 3 ] {33e16310-1f40-4308-a02c-647048082786} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 798 | 2025.04.15 04:00:57.968839 [ 3 ] {33e16310-1f40-4308-a02c-647048082786} <Debug> TCPHandler: Processed in 0.001013512 sec. | ||
| 799 | 2025.04.15 04:00:57.969041 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 800 | 2025.04.15 04:00:57.969187 [ 3 ] {6ea1c7fa-ddf3-486c-b16b-a536fffb271a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 801 | 2025.04.15 04:00:57.969510 [ 3 ] {6ea1c7fa-ddf3-486c-b16b-a536fffb271a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 802 | 2025.04.15 04:00:57.969563 [ 3 ] {6ea1c7fa-ddf3-486c-b16b-a536fffb271a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 803 | 2025.04.15 04:00:57.970005 [ 3 ] {6ea1c7fa-ddf3-486c-b16b-a536fffb271a} <Debug> TCPHandler: Processed in 0.001016892 sec. | ||
| 804 | 2025.04.15 04:00:57.970211 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 805 | 2025.04.15 04:00:57.970348 [ 3 ] {012458b7-35e9-4b11-8184-e85e3a3e04b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 806 | 2025.04.15 04:00:57.970669 [ 3 ] {012458b7-35e9-4b11-8184-e85e3a3e04b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 807 | 2025.04.15 04:00:57.970721 [ 3 ] {012458b7-35e9-4b11-8184-e85e3a3e04b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 808 | 2025.04.15 04:00:57.971162 [ 3 ] {012458b7-35e9-4b11-8184-e85e3a3e04b6} <Debug> TCPHandler: Processed in 0.000999502 sec. | ||
| 809 | 2025.04.15 04:00:57.971354 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 810 | 2025.04.15 04:00:57.971491 [ 3 ] {90a98320-a66f-4ef0-90fc-14e144a503d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 811 | 2025.04.15 04:00:57.971817 [ 3 ] {90a98320-a66f-4ef0-90fc-14e144a503d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 812 | 2025.04.15 04:00:57.971871 [ 3 ] {90a98320-a66f-4ef0-90fc-14e144a503d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 813 | 2025.04.15 04:00:57.972308 [ 3 ] {90a98320-a66f-4ef0-90fc-14e144a503d8} <Debug> TCPHandler: Processed in 0.001002021 sec. | ||
| 814 | 2025.04.15 04:00:57.972514 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 815 | 2025.04.15 04:00:57.972653 [ 3 ] {cd2835b1-6749-41fb-a201-6b129aee2bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 816 | 2025.04.15 04:00:57.972990 [ 3 ] {cd2835b1-6749-41fb-a201-6b129aee2bfe} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 817 | 2025.04.15 04:00:57.973044 [ 3 ] {cd2835b1-6749-41fb-a201-6b129aee2bfe} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 818 | 2025.04.15 04:00:57.973485 [ 3 ] {cd2835b1-6749-41fb-a201-6b129aee2bfe} <Debug> TCPHandler: Processed in 0.001019961 sec. | ||
| 819 | 2025.04.15 04:00:57.973688 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 820 | 2025.04.15 04:00:57.973836 [ 3 ] {c0ff8f18-3419-45a1-9165-20b13803b418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 821 | 2025.04.15 04:00:57.974166 [ 3 ] {c0ff8f18-3419-45a1-9165-20b13803b418} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 822 | 2025.04.15 04:00:57.974217 [ 3 ] {c0ff8f18-3419-45a1-9165-20b13803b418} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 823 | 2025.04.15 04:00:57.974668 [ 3 ] {c0ff8f18-3419-45a1-9165-20b13803b418} <Debug> TCPHandler: Processed in 0.001030282 sec. | ||
| 824 | 2025.04.15 04:00:57.974882 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 825 | 2025.04.15 04:00:57.975022 [ 3 ] {6ccf08c6-3942-4a4a-b266-0afc72c89882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 826 | 2025.04.15 04:00:57.975355 [ 3 ] {6ccf08c6-3942-4a4a-b266-0afc72c89882} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 827 | 2025.04.15 04:00:57.975408 [ 3 ] {6ccf08c6-3942-4a4a-b266-0afc72c89882} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 828 | 2025.04.15 04:00:57.975867 [ 3 ] {6ccf08c6-3942-4a4a-b266-0afc72c89882} <Debug> TCPHandler: Processed in 0.001032812 sec. | ||
| 829 | 2025.04.15 04:00:57.976075 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 830 | 2025.04.15 04:00:57.976217 [ 3 ] {352151ff-a893-4297-8aee-3053b459af99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 831 | 2025.04.15 04:00:57.976558 [ 3 ] {352151ff-a893-4297-8aee-3053b459af99} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 832 | 2025.04.15 04:00:57.976611 [ 3 ] {352151ff-a893-4297-8aee-3053b459af99} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 833 | 2025.04.15 04:00:57.977070 [ 3 ] {352151ff-a893-4297-8aee-3053b459af99} <Debug> TCPHandler: Processed in 0.001044353 sec. | ||
| 834 | 2025.04.15 04:00:57.977275 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 835 | 2025.04.15 04:00:57.977416 [ 3 ] {efd6b332-e6d8-4e03-9fa9-b5964c408ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 836 | 2025.04.15 04:00:57.977759 [ 3 ] {efd6b332-e6d8-4e03-9fa9-b5964c408ffc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 837 | 2025.04.15 04:00:57.977810 [ 3 ] {efd6b332-e6d8-4e03-9fa9-b5964c408ffc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 838 | 2025.04.15 04:00:57.978263 [ 3 ] {efd6b332-e6d8-4e03-9fa9-b5964c408ffc} <Debug> TCPHandler: Processed in 0.001037442 sec. | ||
| 839 | 2025.04.15 04:00:57.978481 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 840 | 2025.04.15 04:00:57.978629 [ 3 ] {3354e46e-5748-453a-a938-9d760fe004a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 841 | 2025.04.15 04:00:57.978972 [ 3 ] {3354e46e-5748-453a-a938-9d760fe004a3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 842 | 2025.04.15 04:00:57.979025 [ 3 ] {3354e46e-5748-453a-a938-9d760fe004a3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 843 | 2025.04.15 04:00:57.979491 [ 3 ] {3354e46e-5748-453a-a938-9d760fe004a3} <Debug> TCPHandler: Processed in 0.001057862 sec. | ||
| 844 | 2025.04.15 04:00:57.979700 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 845 | 2025.04.15 04:00:57.979843 [ 3 ] {da7e7da4-5596-4c8e-b43b-017c83566715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 846 | 2025.04.15 04:00:57.980185 [ 3 ] {da7e7da4-5596-4c8e-b43b-017c83566715} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 847 | 2025.04.15 04:00:57.980236 [ 3 ] {da7e7da4-5596-4c8e-b43b-017c83566715} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 848 | 2025.04.15 04:00:57.980699 [ 3 ] {da7e7da4-5596-4c8e-b43b-017c83566715} <Debug> TCPHandler: Processed in 0.001049412 sec. | ||
| 849 | 2025.04.15 04:00:57.981156 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 850 | 2025.04.15 04:00:57.981300 [ 3 ] {b757efa8-6f28-4591-bf85-84e71d35093b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 851 | 2025.04.15 04:00:57.981650 [ 3 ] {b757efa8-6f28-4591-bf85-84e71d35093b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 852 | 2025.04.15 04:00:57.981703 [ 3 ] {b757efa8-6f28-4591-bf85-84e71d35093b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 853 | 2025.04.15 04:00:57.982135 [ 3 ] {b757efa8-6f28-4591-bf85-84e71d35093b} <Debug> TCPHandler: Processed in 0.001029012 sec. | ||
| 854 | 2025.04.15 04:00:57.986818 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 855 | 2025.04.15 04:00:57.986959 [ 3 ] {d6cfac75-d34a-41ed-92c2-7a522cfae50a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 856 | 2025.04.15 04:00:57.987017 [ 3 ] {d6cfac75-d34a-41ed-92c2-7a522cfae50a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 857 | 2025.04.15 04:00:57.987741 [ 3 ] {d6cfac75-d34a-41ed-92c2-7a522cfae50a} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 858 | 2025.04.15 04:00:57.987786 [ 3 ] {d6cfac75-d34a-41ed-92c2-7a522cfae50a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 859 | 2025.04.15 04:00:57.988382 [ 3 ] {d6cfac75-d34a-41ed-92c2-7a522cfae50a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 860 | 2025.04.15 04:00:57.988618 [ 3 ] {d6cfac75-d34a-41ed-92c2-7a522cfae50a} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 861 | 2025.04.15 04:00:57.988815 [ 3 ] {d6cfac75-d34a-41ed-92c2-7a522cfae50a} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.0019 sec., 9473.684210526315 rows/sec., 1.29 MiB/sec. | ||
| 862 | 2025.04.15 04:00:57.988868 [ 3 ] {d6cfac75-d34a-41ed-92c2-7a522cfae50a} <Debug> TCPHandler: Processed in 0.002108816 sec. | ||
| 863 | 2025.04.15 04:00:57.989001 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.04.15 04:00:57.989105 [ 3 ] {da28bfd6-949d-4a20-aa90-430db3abb9fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 865 | 2025.04.15 04:00:57.989152 [ 3 ] {da28bfd6-949d-4a20-aa90-430db3abb9fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 866 | 2025.04.15 04:00:57.990335 [ 3 ] {da28bfd6-949d-4a20-aa90-430db3abb9fb} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 867 | 2025.04.15 04:00:57.990370 [ 3 ] {da28bfd6-949d-4a20-aa90-430db3abb9fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 868 | 2025.04.15 04:00:57.990766 [ 3 ] {da28bfd6-949d-4a20-aa90-430db3abb9fb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 869 | 2025.04.15 04:00:57.991013 [ 3 ] {da28bfd6-949d-4a20-aa90-430db3abb9fb} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 870 | 2025.04.15 04:00:57.991228 [ 3 ] {da28bfd6-949d-4a20-aa90-430db3abb9fb} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.002139 sec., 14025.245441795232 rows/sec., 1.07 MiB/sec. | ||
| 871 | 2025.04.15 04:00:57.991375 [ 3 ] {da28bfd6-949d-4a20-aa90-430db3abb9fb} <Debug> TCPHandler: Processed in 0.002420032 sec. | ||
| 872 | 2025.04.15 04:00:57.991504 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2025.04.15 04:00:57.991617 [ 3 ] {911b2178-f8f0-4900-a5c1-bab297bdf188} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 874 | 2025.04.15 04:00:57.991665 [ 3 ] {911b2178-f8f0-4900-a5c1-bab297bdf188} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 875 | 2025.04.15 04:00:57.992200 [ 3 ] {911b2178-f8f0-4900-a5c1-bab297bdf188} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 876 | 2025.04.15 04:00:57.992238 [ 3 ] {911b2178-f8f0-4900-a5c1-bab297bdf188} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 877 | 2025.04.15 04:00:57.992591 [ 3 ] {911b2178-f8f0-4900-a5c1-bab297bdf188} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 878 | 2025.04.15 04:00:57.992830 [ 3 ] {911b2178-f8f0-4900-a5c1-bab297bdf188} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 879 | 2025.04.15 04:00:57.993020 [ 3 ] {911b2178-f8f0-4900-a5c1-bab297bdf188} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001423 sec., 25298.664792691496 rows/sec., 1.98 MiB/sec. | ||
| 880 | 2025.04.15 04:00:57.993131 [ 3 ] {911b2178-f8f0-4900-a5c1-bab297bdf188} <Debug> TCPHandler: Processed in 0.001680286 sec. | ||
| 881 | 2025.04.15 04:00:57.993243 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 882 | 2025.04.15 04:00:57.993350 [ 3 ] {9e5f349b-8cf7-4244-b1ff-e5d0834c604d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 883 | 2025.04.15 04:00:57.993403 [ 3 ] {9e5f349b-8cf7-4244-b1ff-e5d0834c604d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 884 | 2025.04.15 04:00:57.994513 [ 3 ] {9e5f349b-8cf7-4244-b1ff-e5d0834c604d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 885 | 2025.04.15 04:00:57.994549 [ 3 ] {9e5f349b-8cf7-4244-b1ff-e5d0834c604d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 886 | 2025.04.15 04:00:57.994972 [ 3 ] {9e5f349b-8cf7-4244-b1ff-e5d0834c604d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 887 | 2025.04.15 04:00:57.995213 [ 3 ] {9e5f349b-8cf7-4244-b1ff-e5d0834c604d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 888 | 2025.04.15 04:00:57.995417 [ 3 ] {9e5f349b-8cf7-4244-b1ff-e5d0834c604d} <Debug> executeQuery: Read 88 rows, 6.29 KiB in 0.002081 sec., 42287.3618452667 rows/sec., 2.95 MiB/sec. | ||
| 889 | 2025.04.15 04:00:57.995527 [ 3 ] {9e5f349b-8cf7-4244-b1ff-e5d0834c604d} <Debug> TCPHandler: Processed in 0.00233543 sec. | ||
| 890 | 2025.04.15 04:00:57.995651 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 891 | 2025.04.15 04:00:57.995777 [ 3 ] {13e0002f-692a-4f10-be68-e3b692aa57d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 892 | 2025.04.15 04:00:57.995825 [ 3 ] {13e0002f-692a-4f10-be68-e3b692aa57d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 893 | 2025.04.15 04:00:57.996273 [ 3 ] {13e0002f-692a-4f10-be68-e3b692aa57d6} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 894 | 2025.04.15 04:00:57.996311 [ 3 ] {13e0002f-692a-4f10-be68-e3b692aa57d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.73 GiB. | ||
| 895 | 2025.04.15 04:00:57.996675 [ 3 ] {13e0002f-692a-4f10-be68-e3b692aa57d6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 896 | 2025.04.15 04:00:57.996921 [ 3 ] {13e0002f-692a-4f10-be68-e3b692aa57d6} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 897 | 2025.04.15 04:00:57.997121 [ 3 ] {13e0002f-692a-4f10-be68-e3b692aa57d6} <Debug> executeQuery: Read 32 rows, 2.19 KiB in 0.001358 sec., 23564.064801178203 rows/sec., 1.57 MiB/sec. | ||
| 898 | 2025.04.15 04:00:57.997228 [ 3 ] {13e0002f-692a-4f10-be68-e3b692aa57d6} <Debug> TCPHandler: Processed in 0.001629265 sec. | ||
| 899 | 2025.04.15 04:01:02.959244 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 900 | 2025.04.15 04:01:02.959465 [ 3 ] {bb47114a-a1e3-40de-81e1-597b5481564f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 901 | 2025.04.15 04:01:02.959545 [ 3 ] {bb47114a-a1e3-40de-81e1-597b5481564f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 902 | 2025.04.15 04:01:02.960371 [ 3 ] {bb47114a-a1e3-40de-81e1-597b5481564f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 903 | 2025.04.15 04:01:02.960420 [ 3 ] {bb47114a-a1e3-40de-81e1-597b5481564f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 904 | 2025.04.15 04:01:02.960841 [ 3 ] {bb47114a-a1e3-40de-81e1-597b5481564f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 905 | 2025.04.15 04:01:02.961090 [ 3 ] {bb47114a-a1e3-40de-81e1-597b5481564f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): 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.04.15 04:01:02.961298 [ 3 ] {bb47114a-a1e3-40de-81e1-597b5481564f} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.001893 sec., 15847.860538827259 rows/sec., 1.21 MiB/sec. | ||
| 907 | 2025.04.15 04:01:02.961358 [ 3 ] {bb47114a-a1e3-40de-81e1-597b5481564f} <Debug> TCPHandler: Processed in 0.002297249 sec. | ||
| 908 | 2025.04.15 04:01:02.961500 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2025.04.15 04:01:02.961612 [ 3 ] {e21c4ba7-9e68-4676-bf57-9c14837229c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 910 | 2025.04.15 04:01:02.961661 [ 3 ] {e21c4ba7-9e68-4676-bf57-9c14837229c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 911 | 2025.04.15 04:01:02.962194 [ 3 ] {e21c4ba7-9e68-4676-bf57-9c14837229c7} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 912 | 2025.04.15 04:01:02.962233 [ 3 ] {e21c4ba7-9e68-4676-bf57-9c14837229c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 913 | 2025.04.15 04:01:02.962572 [ 3 ] {e21c4ba7-9e68-4676-bf57-9c14837229c7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 914 | 2025.04.15 04:01:02.962811 [ 3 ] {e21c4ba7-9e68-4676-bf57-9c14837229c7} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): 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.04.15 04:01:02.962996 [ 3 ] {e21c4ba7-9e68-4676-bf57-9c14837229c7} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001407 sec., 25586.3539445629 rows/sec., 2.00 MiB/sec. | ||
| 916 | 2025.04.15 04:01:02.963090 [ 3 ] {e21c4ba7-9e68-4676-bf57-9c14837229c7} <Debug> TCPHandler: Processed in 0.001642515 sec. | ||
| 917 | 2025.04.15 04:01:02.963233 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 918 | 2025.04.15 04:01:02.963340 [ 3 ] {6f12c94d-b2ed-4db5-8d89-4f512172264f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 919 | 2025.04.15 04:01:02.963390 [ 3 ] {6f12c94d-b2ed-4db5-8d89-4f512172264f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 920 | 2025.04.15 04:01:02.963868 [ 3 ] {6f12c94d-b2ed-4db5-8d89-4f512172264f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 921 | 2025.04.15 04:01:02.963906 [ 3 ] {6f12c94d-b2ed-4db5-8d89-4f512172264f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 922 | 2025.04.15 04:01:02.964286 [ 3 ] {6f12c94d-b2ed-4db5-8d89-4f512172264f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 923 | 2025.04.15 04:01:02.965252 [ 3 ] {6f12c94d-b2ed-4db5-8d89-4f512172264f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): 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.04.15 04:01:02.965446 [ 3 ] {6f12c94d-b2ed-4db5-8d89-4f512172264f} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.002116 sec., 51984.87712665407 rows/sec., 3.63 MiB/sec. | ||
| 925 | 2025.04.15 04:01:02.965498 [ 3 ] {6f12c94d-b2ed-4db5-8d89-4f512172264f} <Debug> TCPHandler: Processed in 0.00231674 sec. | ||
| 926 | 2025.04.15 04:01:02.965635 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 927 | 2025.04.15 04:01:02.965743 [ 3 ] {d7a4d3bc-d931-44ca-8b91-8b9b2f668339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 928 | 2025.04.15 04:01:02.965790 [ 3 ] {d7a4d3bc-d931-44ca-8b91-8b9b2f668339} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 929 | 2025.04.15 04:01:02.966214 [ 3 ] {d7a4d3bc-d931-44ca-8b91-8b9b2f668339} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 930 | 2025.04.15 04:01:02.966254 [ 3 ] {d7a4d3bc-d931-44ca-8b91-8b9b2f668339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 931 | 2025.04.15 04:01:02.966600 [ 3 ] {d7a4d3bc-d931-44ca-8b91-8b9b2f668339} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 932 | 2025.04.15 04:01:02.966845 [ 3 ] {d7a4d3bc-d931-44ca-8b91-8b9b2f668339} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): 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.04.15 04:01:02.967057 [ 3 ] {d7a4d3bc-d931-44ca-8b91-8b9b2f668339} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001337 sec., 29917.726252804787 rows/sec., 2.00 MiB/sec. | ||
| 934 | 2025.04.15 04:01:02.967108 [ 3 ] {d7a4d3bc-d931-44ca-8b91-8b9b2f668339} <Debug> TCPHandler: Processed in 0.001527523 sec. | ||
| 935 | 2025.04.15 04:01:05.197039 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 936 | 2025.04.15 04:01:05.197139 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 937 | 2025.04.15 04:01:05.300989 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 142 | ||
| 938 | 2025.04.15 04:01:05.305350 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 939 | 2025.04.15 04:01:05.305395 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 940 | 2025.04.15 04:01:05.306819 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 941 | 2025.04.15 04:01:05.307110 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): 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.04.15 04:01:05.307582 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 943 | 2025.04.15 04:01:05.316557 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 944 | 2025.04.15 04:01:05.317382 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 945 | 2025.04.15 04:01:05.317426 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 946 | 2025.04.15 04:01:05.317982 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 947 | 2025.04.15 04:01:05.318260 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): 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.04.15 04:01:05.318498 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 949 | 2025.04.15 04:01:05.428889 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 950 | 2025.04.15 04:01:05.451289 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 951 | 2025.04.15 04:01:05.451354 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 952 | 2025.04.15 04:01:05.459358 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 953 | 2025.04.15 04:01:05.460534 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): 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.04.15 04:01:05.463881 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 955 | 2025.04.15 04:01:06.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.65 MiB, peak 159.65 MiB, free memory in arenas 0.00 B, will set to 156.89 MiB (RSS), difference: 1.25 MiB | ||
| 956 | 2025.04.15 04:01:07.955211 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 957 | 2025.04.15 04:01:07.955473 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 958 | 2025.04.15 04:01:07.955952 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 959 | 2025.04.15 04:01:07.956026 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <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 | ||
| 960 | 2025.04.15 04:01:07.956335 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 961 | 2025.04.15 04:01:07.956590 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 962 | 2025.04.15 04:01:07.956917 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 963 | 2025.04.15 04:01:07.961976 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 964 | 2025.04.15 04:01:07.962044 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 965 | 2025.04.15 04:01:07.962068 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 966 | 2025.04.15 04:01:07.962187 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <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'))" | ||
| 967 | 2025.04.15 04:01:07.962218 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 968 | 2025.04.15 04:01:07.966103 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.010737 sec., 1676.4459346186086 rows/sec., 68.58 KiB/sec. | ||
| 969 | 2025.04.15 04:01:07.966209 [ 3 ] {8e25ba0b-c829-4d46-9359-59367c8e71da} <Debug> TCPHandler: Processed in 0.011124007 sec. | ||
| 970 | 2025.04.15 04:01:07.967171 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 971 | 2025.04.15 04:01:07.967355 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 972 | 2025.04.15 04:01:07.967642 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 973 | 2025.04.15 04:01:07.967686 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <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 | ||
| 974 | 2025.04.15 04:01:07.967953 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 975 | 2025.04.15 04:01:07.968021 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 976 | 2025.04.15 04:01:07.968169 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 977 | 2025.04.15 04:01:07.968206 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 978 | 2025.04.15 04:01:07.968230 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 979 | 2025.04.15 04:01:07.968248 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 980 | 2025.04.15 04:01:07.968292 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <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'))" | ||
| 981 | 2025.04.15 04:01:07.968314 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 982 | 2025.04.15 04:01:07.968851 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001578 sec., 11406.84410646388 rows/sec., 466.62 KiB/sec. | ||
| 983 | 2025.04.15 04:01:07.968935 [ 3 ] {f56d599b-e406-4edf-b325-c13963155c88} <Debug> TCPHandler: Processed in 0.001828609 sec. | ||
| 984 | 2025.04.15 04:01:07.969246 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 985 | 2025.04.15 04:01:07.969405 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 986 | 2025.04.15 04:01:07.969677 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 987 | 2025.04.15 04:01:07.969749 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <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 | ||
| 988 | 2025.04.15 04:01:07.970028 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 989 | 2025.04.15 04:01:07.970095 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 990 | 2025.04.15 04:01:07.970237 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 991 | 2025.04.15 04:01:07.970271 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 992 | 2025.04.15 04:01:07.970294 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 993 | 2025.04.15 04:01:07.970311 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 994 | 2025.04.15 04:01:07.970354 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <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'))" | ||
| 995 | 2025.04.15 04:01:07.970377 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 996 | 2025.04.15 04:01:07.970905 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001572 sec., 11450.381679389313 rows/sec., 468.40 KiB/sec. | ||
| 997 | 2025.04.15 04:01:07.970993 [ 3 ] {7b8ffba2-42b8-4a7b-8ee5-4d1916163409} <Debug> TCPHandler: Processed in 0.001800559 sec. | ||
| 998 | 2025.04.15 04:01:07.971521 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 999 | 2025.04.15 04:01:07.971682 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 1000 | 2025.04.15 04:01:07.971949 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1001 | 2025.04.15 04:01:07.971991 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <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 | ||
| 1002 | 2025.04.15 04:01:07.972259 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1003 | 2025.04.15 04:01:07.972325 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1004 | 2025.04.15 04:01:07.972465 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1005 | 2025.04.15 04:01:07.972499 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1006 | 2025.04.15 04:01:07.972523 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1007 | 2025.04.15 04:01:07.972541 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1008 | 2025.04.15 04:01:07.972592 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <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'))" | ||
| 1009 | 2025.04.15 04:01:07.972617 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1010 | 2025.04.15 04:01:07.973086 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.0015 sec., 12000 rows/sec., 490.89 KiB/sec. | ||
| 1011 | 2025.04.15 04:01:07.973173 [ 3 ] {1954f5e1-821e-4796-96c8-f4e780e63fb5} <Debug> TCPHandler: Processed in 0.001738407 sec. | ||
| 1012 | 2025.04.15 04:01:07.973411 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1013 | 2025.04.15 04:01:07.973561 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 1014 | 2025.04.15 04:01:07.973897 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1015 | 2025.04.15 04:01:07.973947 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <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 | ||
| 1016 | 2025.04.15 04:01:07.974216 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1017 | 2025.04.15 04:01:07.974284 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1018 | 2025.04.15 04:01:07.974427 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1019 | 2025.04.15 04:01:07.974464 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1020 | 2025.04.15 04:01:07.974488 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1021 | 2025.04.15 04:01:07.974506 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1022 | 2025.04.15 04:01:07.974548 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <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'))" | ||
| 1023 | 2025.04.15 04:01:07.974571 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1024 | 2025.04.15 04:01:07.975093 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001544 sec., 11658.031088082902 rows/sec., 476.90 KiB/sec. | ||
| 1025 | 2025.04.15 04:01:07.975178 [ 3 ] {2f59b676-7e80-4f4f-b26a-c4f2dbec7cd9} <Debug> TCPHandler: Processed in 0.001769728 sec. | ||
| 1026 | 2025.04.15 04:01:07.975418 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1027 | 2025.04.15 04:01:07.975574 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 1028 | 2025.04.15 04:01:07.975841 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1029 | 2025.04.15 04:01:07.975884 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <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 | ||
| 1030 | 2025.04.15 04:01:07.976144 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1031 | 2025.04.15 04:01:07.976209 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1032 | 2025.04.15 04:01:07.976347 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1033 | 2025.04.15 04:01:07.976380 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1034 | 2025.04.15 04:01:07.976403 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1035 | 2025.04.15 04:01:07.976419 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1036 | 2025.04.15 04:01:07.976460 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <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'))" | ||
| 1037 | 2025.04.15 04:01:07.976481 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1038 | 2025.04.15 04:01:07.976962 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001458 sec., 12345.679012345678 rows/sec., 505.03 KiB/sec. | ||
| 1039 | 2025.04.15 04:01:07.977041 [ 3 ] {9bbf94fb-4c2b-43dd-87dd-c32ba644a200} <Debug> TCPHandler: Processed in 0.001676136 sec. | ||
| 1040 | 2025.04.15 04:01:07.977269 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1041 | 2025.04.15 04:01:07.977422 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 1042 | 2025.04.15 04:01:07.977681 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1043 | 2025.04.15 04:01:07.977722 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <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 | ||
| 1044 | 2025.04.15 04:01:07.978014 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1045 | 2025.04.15 04:01:07.978094 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1046 | 2025.04.15 04:01:07.978246 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1047 | 2025.04.15 04:01:07.978292 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1048 | 2025.04.15 04:01:07.978315 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1049 | 2025.04.15 04:01:07.978331 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1050 | 2025.04.15 04:01:07.978372 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <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'))" | ||
| 1051 | 2025.04.15 04:01:07.978393 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1052 | 2025.04.15 04:01:07.978853 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001499 sec., 12008.005336891261 rows/sec., 491.21 KiB/sec. | ||
| 1053 | 2025.04.15 04:01:07.978931 [ 3 ] {6b5fcefb-891f-4b70-80ce-1d7e3eda7035} <Debug> TCPHandler: Processed in 0.001712197 sec. | ||
| 1054 | 2025.04.15 04:01:07.979152 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1055 | 2025.04.15 04:01:07.979305 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 1056 | 2025.04.15 04:01:07.979565 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1057 | 2025.04.15 04:01:07.979607 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <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 | ||
| 1058 | 2025.04.15 04:01:07.979870 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1059 | 2025.04.15 04:01:07.979934 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1060 | 2025.04.15 04:01:07.980070 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1061 | 2025.04.15 04:01:07.980102 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1062 | 2025.04.15 04:01:07.980124 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1063 | 2025.04.15 04:01:07.980140 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1064 | 2025.04.15 04:01:07.980181 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <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'))" | ||
| 1065 | 2025.04.15 04:01:07.980203 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1066 | 2025.04.15 04:01:07.980658 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001422 sec., 12658.227848101265 rows/sec., 517.81 KiB/sec. | ||
| 1067 | 2025.04.15 04:01:07.980736 [ 3 ] {3a572a33-7040-494d-9c06-a404d39e9ba9} <Debug> TCPHandler: Processed in 0.001634874 sec. | ||
| 1068 | 2025.04.15 04:01:07.980980 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1069 | 2025.04.15 04:01:07.981138 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 1070 | 2025.04.15 04:01:07.981398 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1071 | 2025.04.15 04:01:07.981440 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <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 | ||
| 1072 | 2025.04.15 04:01:07.981705 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1073 | 2025.04.15 04:01:07.981770 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1074 | 2025.04.15 04:01:07.981904 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1075 | 2025.04.15 04:01:07.981937 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1076 | 2025.04.15 04:01:07.981960 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1077 | 2025.04.15 04:01:07.981976 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1078 | 2025.04.15 04:01:07.982016 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <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'))" | ||
| 1079 | 2025.04.15 04:01:07.982038 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1080 | 2025.04.15 04:01:07.982549 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001485 sec., 12121.212121212122 rows/sec., 495.84 KiB/sec. | ||
| 1081 | 2025.04.15 04:01:07.982627 [ 3 ] {5255c823-e175-42da-a289-fc54849dd5c3} <Debug> TCPHandler: Processed in 0.001698506 sec. | ||
| 1082 | 2025.04.15 04:01:07.982882 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1083 | 2025.04.15 04:01:07.983034 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 1084 | 2025.04.15 04:01:07.983294 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1085 | 2025.04.15 04:01:07.983335 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <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 | ||
| 1086 | 2025.04.15 04:01:07.983604 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1087 | 2025.04.15 04:01:07.983669 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1088 | 2025.04.15 04:01:07.983840 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1089 | 2025.04.15 04:01:07.983883 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1090 | 2025.04.15 04:01:07.983907 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1091 | 2025.04.15 04:01:07.983925 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1092 | 2025.04.15 04:01:07.983970 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <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'))" | ||
| 1093 | 2025.04.15 04:01:07.983994 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1094 | 2025.04.15 04:01:07.984449 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001484 sec., 12129.380053908355 rows/sec., 496.18 KiB/sec. | ||
| 1095 | 2025.04.15 04:01:07.984532 [ 3 ] {a59325dc-f9f9-43b4-9cf6-f122f038779f} <Debug> TCPHandler: Processed in 0.001702006 sec. | ||
| 1096 | 2025.04.15 04:01:07.984756 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1097 | 2025.04.15 04:01:07.984918 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 1098 | 2025.04.15 04:01:07.985187 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1099 | 2025.04.15 04:01:07.985232 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <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 | ||
| 1100 | 2025.04.15 04:01:07.985519 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1101 | 2025.04.15 04:01:07.985586 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1102 | 2025.04.15 04:01:07.985727 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1103 | 2025.04.15 04:01:07.985761 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1104 | 2025.04.15 04:01:07.985784 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1105 | 2025.04.15 04:01:07.985801 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1106 | 2025.04.15 04:01:07.985843 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <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'))" | ||
| 1107 | 2025.04.15 04:01:07.985866 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1108 | 2025.04.15 04:01:07.986332 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001484 sec., 12129.380053908355 rows/sec., 496.18 KiB/sec. | ||
| 1109 | 2025.04.15 04:01:07.986414 [ 3 ] {2d40214f-a4a7-417f-9c46-3ff67c634183} <Debug> TCPHandler: Processed in 0.001711397 sec. | ||
| 1110 | 2025.04.15 04:01:07.986627 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1111 | 2025.04.15 04:01:07.986786 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 1112 | 2025.04.15 04:01:07.987057 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1113 | 2025.04.15 04:01:07.987101 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <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 | ||
| 1114 | 2025.04.15 04:01:07.987446 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1115 | 2025.04.15 04:01:07.987523 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1116 | 2025.04.15 04:01:07.987683 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1117 | 2025.04.15 04:01:07.987718 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1118 | 2025.04.15 04:01:07.987743 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1119 | 2025.04.15 04:01:07.987760 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1120 | 2025.04.15 04:01:07.987802 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <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'))" | ||
| 1121 | 2025.04.15 04:01:07.987825 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1122 | 2025.04.15 04:01:07.988298 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001586 sec., 11349.306431273644 rows/sec., 464.27 KiB/sec. | ||
| 1123 | 2025.04.15 04:01:07.988381 [ 3 ] {35acbe96-969e-4cb0-af18-d6470b395249} <Debug> TCPHandler: Processed in 0.001804949 sec. | ||
| 1124 | 2025.04.15 04:01:07.994356 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1125 | 2025.04.15 04:01:07.994558 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 1126 | 2025.04.15 04:01:07.994861 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1127 | 2025.04.15 04:01:07.994909 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <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 | ||
| 1128 | 2025.04.15 04:01:07.995214 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1129 | 2025.04.15 04:01:07.995285 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1130 | 2025.04.15 04:01:07.995428 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1131 | 2025.04.15 04:01:07.995463 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1132 | 2025.04.15 04:01:07.995487 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1133 | 2025.04.15 04:01:07.995504 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1134 | 2025.04.15 04:01:07.995546 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <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'))" | ||
| 1135 | 2025.04.15 04:01:07.995570 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1136 | 2025.04.15 04:01:07.996060 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001613 sec., 11159.33044017359 rows/sec., 456.50 KiB/sec. | ||
| 1137 | 2025.04.15 04:01:07.996143 [ 3 ] {8ab4462f-5854-4f35-a4d2-f1f2c2a3fa90} <Debug> TCPHandler: Processed in 0.001841919 sec. | ||
| 1138 | 2025.04.15 04:01:08.000835 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1139 | 2025.04.15 04:01:08.000966 [ 3 ] {8d849f94-0f01-4c71-bbed-9fc07caa6f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1140 | 2025.04.15 04:01:08.001019 [ 3 ] {8d849f94-0f01-4c71-bbed-9fc07caa6f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1141 | 2025.04.15 04:01:08.001789 [ 3 ] {8d849f94-0f01-4c71-bbed-9fc07caa6f86} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1142 | 2025.04.15 04:01:08.001843 [ 3 ] {8d849f94-0f01-4c71-bbed-9fc07caa6f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 1143 | 2025.04.15 04:01:08.002454 [ 3 ] {8d849f94-0f01-4c71-bbed-9fc07caa6f86} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1144 | 2025.04.15 04:01:08.002682 [ 3 ] {8d849f94-0f01-4c71-bbed-9fc07caa6f86} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1145 | 2025.04.15 04:01:08.002915 [ 3 ] {8d849f94-0f01-4c71-bbed-9fc07caa6f86} <Debug> executeQuery: Read 13 rows, 4.52 KiB in 0.001981 sec., 6562.342251388188 rows/sec., 2.23 MiB/sec. | ||
| 1146 | 2025.04.15 04:01:08.003054 [ 3 ] {8d849f94-0f01-4c71-bbed-9fc07caa6f86} <Debug> TCPHandler: Processed in 0.002274129 sec. | ||
| 1147 | 2025.04.15 04:01:08.003190 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1148 | 2025.04.15 04:01:08.003305 [ 3 ] {5ece2a48-bbca-4631-a3fb-5c4174385bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1149 | 2025.04.15 04:01:08.003355 [ 3 ] {5ece2a48-bbca-4631-a3fb-5c4174385bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1150 | 2025.04.15 04:01:08.004616 [ 3 ] {5ece2a48-bbca-4631-a3fb-5c4174385bf4} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1151 | 2025.04.15 04:01:08.004658 [ 3 ] {5ece2a48-bbca-4631-a3fb-5c4174385bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 1152 | 2025.04.15 04:01:08.005064 [ 3 ] {5ece2a48-bbca-4631-a3fb-5c4174385bf4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1153 | 2025.04.15 04:01:08.005337 [ 3 ] {5ece2a48-bbca-4631-a3fb-5c4174385bf4} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1154 | 2025.04.15 04:01:08.005614 [ 3 ] {5ece2a48-bbca-4631-a3fb-5c4174385bf4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002336 sec., 90753.42465753425 rows/sec., 5.77 MiB/sec. | ||
| 1155 | 2025.04.15 04:01:08.005746 [ 3 ] {5ece2a48-bbca-4631-a3fb-5c4174385bf4} <Debug> TCPHandler: Processed in 0.002605545 sec. | ||
| 1156 | 2025.04.15 04:01:08.005866 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1157 | 2025.04.15 04:01:08.005976 [ 3 ] {11c6e958-f428-420f-bd9f-b6bba3ceff8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1158 | 2025.04.15 04:01:08.006028 [ 3 ] {11c6e958-f428-420f-bd9f-b6bba3ceff8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1159 | 2025.04.15 04:01:08.006819 [ 3 ] {11c6e958-f428-420f-bd9f-b6bba3ceff8e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1160 | 2025.04.15 04:01:08.006869 [ 3 ] {11c6e958-f428-420f-bd9f-b6bba3ceff8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 1161 | 2025.04.15 04:01:08.007350 [ 3 ] {11c6e958-f428-420f-bd9f-b6bba3ceff8e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1162 | 2025.04.15 04:01:08.007659 [ 3 ] {11c6e958-f428-420f-bd9f-b6bba3ceff8e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1163 | 2025.04.15 04:01:08.007900 [ 3 ] {11c6e958-f428-420f-bd9f-b6bba3ceff8e} <Debug> executeQuery: Read 607 rows, 48.91 KiB in 0.001949 sec., 311441.76500769623 rows/sec., 24.51 MiB/sec. | ||
| 1164 | 2025.04.15 04:01:08.007967 [ 3 ] {11c6e958-f428-420f-bd9f-b6bba3ceff8e} <Debug> TCPHandler: Processed in 0.002154057 sec. | ||
| 1165 | 2025.04.15 04:01:08.008102 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1166 | 2025.04.15 04:01:08.008211 [ 3 ] {ddec5edf-e29c-4f96-a219-082b7a866315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1167 | 2025.04.15 04:01:08.008262 [ 3 ] {ddec5edf-e29c-4f96-a219-082b7a866315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1168 | 2025.04.15 04:01:08.009129 [ 3 ] {ddec5edf-e29c-4f96-a219-082b7a866315} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1169 | 2025.04.15 04:01:08.009174 [ 3 ] {ddec5edf-e29c-4f96-a219-082b7a866315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 1170 | 2025.04.15 04:01:08.009626 [ 3 ] {ddec5edf-e29c-4f96-a219-082b7a866315} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1171 | 2025.04.15 04:01:08.009934 [ 3 ] {ddec5edf-e29c-4f96-a219-082b7a866315} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1172 | 2025.04.15 04:01:08.010215 [ 3 ] {ddec5edf-e29c-4f96-a219-082b7a866315} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.002028 sec., 56213.017751479296 rows/sec., 3.36 MiB/sec. | ||
| 1173 | 2025.04.15 04:01:08.010376 [ 3 ] {ddec5edf-e29c-4f96-a219-082b7a866315} <Debug> TCPHandler: Processed in 0.00232335 sec. | ||
| 1174 | 2025.04.15 04:01:08.010523 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1175 | 2025.04.15 04:01:08.010632 [ 3 ] {479a87df-3fbd-4372-9170-3d9c568f4b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1176 | 2025.04.15 04:01:08.010678 [ 3 ] {479a87df-3fbd-4372-9170-3d9c568f4b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1177 | 2025.04.15 04:01:08.011281 [ 3 ] {479a87df-3fbd-4372-9170-3d9c568f4b06} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1178 | 2025.04.15 04:01:08.011329 [ 3 ] {479a87df-3fbd-4372-9170-3d9c568f4b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 1179 | 2025.04.15 04:01:08.011708 [ 3 ] {479a87df-3fbd-4372-9170-3d9c568f4b06} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1180 | 2025.04.15 04:01:08.011966 [ 3 ] {479a87df-3fbd-4372-9170-3d9c568f4b06} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1181 | 2025.04.15 04:01:08.012172 [ 3 ] {479a87df-3fbd-4372-9170-3d9c568f4b06} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001564 sec., 72250.63938618926 rows/sec., 4.68 MiB/sec. | ||
| 1182 | 2025.04.15 04:01:08.012228 [ 3 ] {479a87df-3fbd-4372-9170-3d9c568f4b06} <Debug> TCPHandler: Processed in 0.001757608 sec. | ||
| 1183 | 2025.04.15 04:01:08.012356 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1184 | 2025.04.15 04:01:08.012470 [ 3 ] {5dc77f15-3060-410c-8544-f824a9a38ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1185 | 2025.04.15 04:01:08.012518 [ 3 ] {5dc77f15-3060-410c-8544-f824a9a38ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1186 | 2025.04.15 04:01:08.013085 [ 3 ] {5dc77f15-3060-410c-8544-f824a9a38ba0} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1187 | 2025.04.15 04:01:08.013127 [ 3 ] {5dc77f15-3060-410c-8544-f824a9a38ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 1188 | 2025.04.15 04:01:08.013485 [ 3 ] {5dc77f15-3060-410c-8544-f824a9a38ba0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1189 | 2025.04.15 04:01:08.013742 [ 3 ] {5dc77f15-3060-410c-8544-f824a9a38ba0} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1190 | 2025.04.15 04:01:08.013954 [ 3 ] {5dc77f15-3060-410c-8544-f824a9a38ba0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001505 sec., 74418.6046511628 rows/sec., 4.24 MiB/sec. | ||
| 1191 | 2025.04.15 04:01:08.014107 [ 3 ] {5dc77f15-3060-410c-8544-f824a9a38ba0} <Debug> TCPHandler: Processed in 0.001795778 sec. | ||
| 1192 | 2025.04.15 04:01:08.014273 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1193 | 2025.04.15 04:01:08.014398 [ 3 ] {886ff46b-6ae7-41cd-88f8-05a540701245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1194 | 2025.04.15 04:01:08.014454 [ 3 ] {886ff46b-6ae7-41cd-88f8-05a540701245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1195 | 2025.04.15 04:01:08.015164 [ 3 ] {886ff46b-6ae7-41cd-88f8-05a540701245} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1196 | 2025.04.15 04:01:08.015203 [ 3 ] {886ff46b-6ae7-41cd-88f8-05a540701245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 1197 | 2025.04.15 04:01:08.015588 [ 3 ] {886ff46b-6ae7-41cd-88f8-05a540701245} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1198 | 2025.04.15 04:01:08.015842 [ 3 ] {886ff46b-6ae7-41cd-88f8-05a540701245} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1199 | 2025.04.15 04:01:08.016083 [ 3 ] {886ff46b-6ae7-41cd-88f8-05a540701245} <Debug> executeQuery: Read 362 rows, 25.99 KiB in 0.001704 sec., 212441.3145539906 rows/sec., 14.89 MiB/sec. | ||
| 1200 | 2025.04.15 04:01:08.016233 [ 3 ] {886ff46b-6ae7-41cd-88f8-05a540701245} <Debug> TCPHandler: Processed in 0.002022063 sec. | ||
| 1201 | 2025.04.15 04:01:08.016370 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2025.04.15 04:01:08.016479 [ 3 ] {85fa6db7-8689-46de-9449-5057d35f2952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1203 | 2025.04.15 04:01:08.016531 [ 3 ] {85fa6db7-8689-46de-9449-5057d35f2952} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1204 | 2025.04.15 04:01:08.016982 [ 3 ] {85fa6db7-8689-46de-9449-5057d35f2952} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2025.04.15 04:01:08.017024 [ 3 ] {85fa6db7-8689-46de-9449-5057d35f2952} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 1206 | 2025.04.15 04:01:08.017401 [ 3 ] {85fa6db7-8689-46de-9449-5057d35f2952} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1207 | 2025.04.15 04:01:08.017647 [ 3 ] {85fa6db7-8689-46de-9449-5057d35f2952} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2025.04.15 04:01:08.017888 [ 3 ] {85fa6db7-8689-46de-9449-5057d35f2952} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 219.98 KiB/sec. | ||
| 1209 | 2025.04.15 04:01:08.018034 [ 3 ] {85fa6db7-8689-46de-9449-5057d35f2952} <Debug> TCPHandler: Processed in 0.001718546 sec. | ||
| 1210 | 2025.04.15 04:01:08.018159 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1211 | 2025.04.15 04:01:08.018267 [ 3 ] {0572aab0-d2e7-492c-943d-acee0cd5baca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1212 | 2025.04.15 04:01:08.018315 [ 3 ] {0572aab0-d2e7-492c-943d-acee0cd5baca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1213 | 2025.04.15 04:01:08.018893 [ 3 ] {0572aab0-d2e7-492c-943d-acee0cd5baca} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1214 | 2025.04.15 04:01:08.018933 [ 3 ] {0572aab0-d2e7-492c-943d-acee0cd5baca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 1215 | 2025.04.15 04:01:08.019331 [ 3 ] {0572aab0-d2e7-492c-943d-acee0cd5baca} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1216 | 2025.04.15 04:01:08.019650 [ 3 ] {0572aab0-d2e7-492c-943d-acee0cd5baca} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1217 | 2025.04.15 04:01:08.019901 [ 3 ] {0572aab0-d2e7-492c-943d-acee0cd5baca} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001655 sec., 112990.93655589124 rows/sec., 7.50 MiB/sec. | ||
| 1218 | 2025.04.15 04:01:08.019969 [ 3 ] {0572aab0-d2e7-492c-943d-acee0cd5baca} <Debug> TCPHandler: Processed in 0.00186262 sec. | ||
| 1219 | 2025.04.15 04:01:08.020112 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1220 | 2025.04.15 04:01:08.020238 [ 3 ] {4352b88d-cf2c-4665-99e5-d3e6a3f84627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1221 | 2025.04.15 04:01:08.020299 [ 3 ] {4352b88d-cf2c-4665-99e5-d3e6a3f84627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1222 | 2025.04.15 04:01:08.020747 [ 3 ] {4352b88d-cf2c-4665-99e5-d3e6a3f84627} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1223 | 2025.04.15 04:01:08.020799 [ 3 ] {4352b88d-cf2c-4665-99e5-d3e6a3f84627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 1224 | 2025.04.15 04:01:08.021169 [ 3 ] {4352b88d-cf2c-4665-99e5-d3e6a3f84627} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1225 | 2025.04.15 04:01:08.021423 [ 3 ] {4352b88d-cf2c-4665-99e5-d3e6a3f84627} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1226 | 2025.04.15 04:01:08.021681 [ 3 ] {4352b88d-cf2c-4665-99e5-d3e6a3f84627} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001462 sec., 683.9945280437756 rows/sec., 46.09 KiB/sec. | ||
| 1227 | 2025.04.15 04:01:08.021800 [ 3 ] {4352b88d-cf2c-4665-99e5-d3e6a3f84627} <Debug> TCPHandler: Processed in 0.001750338 sec. | ||
| 1228 | 2025.04.15 04:01:08.021928 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2025.04.15 04:01:08.022036 [ 3 ] {ceac3c81-2038-4817-8d96-76e614c19e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1230 | 2025.04.15 04:01:08.022106 [ 3 ] {ceac3c81-2038-4817-8d96-76e614c19e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1231 | 2025.04.15 04:01:08.023303 [ 3 ] {ceac3c81-2038-4817-8d96-76e614c19e6b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1232 | 2025.04.15 04:01:08.023345 [ 3 ] {ceac3c81-2038-4817-8d96-76e614c19e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 1233 | 2025.04.15 04:01:08.026274 [ 3 ] {ceac3c81-2038-4817-8d96-76e614c19e6b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1234 | 2025.04.15 04:01:08.026579 [ 3 ] {ceac3c81-2038-4817-8d96-76e614c19e6b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1235 | 2025.04.15 04:01:08.026895 [ 3 ] {ceac3c81-2038-4817-8d96-76e614c19e6b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004869 sec., 1643.047853768741 rows/sec., 2.94 MiB/sec. | ||
| 1236 | 2025.04.15 04:01:08.027036 [ 3 ] {ceac3c81-2038-4817-8d96-76e614c19e6b} <Debug> TCPHandler: Processed in 0.005158291 sec. | ||
| 1237 | 2025.04.15 04:01:08.027168 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2025.04.15 04:01:08.027276 [ 3 ] {50fe4e85-e7ad-4f77-b799-ac004ae4c0ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1239 | 2025.04.15 04:01:08.027324 [ 3 ] {50fe4e85-e7ad-4f77-b799-ac004ae4c0ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1240 | 2025.04.15 04:01:08.027741 [ 3 ] {50fe4e85-e7ad-4f77-b799-ac004ae4c0ee} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1241 | 2025.04.15 04:01:08.027781 [ 3 ] {50fe4e85-e7ad-4f77-b799-ac004ae4c0ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.72 GiB. | ||
| 1242 | 2025.04.15 04:01:08.028162 [ 3 ] {50fe4e85-e7ad-4f77-b799-ac004ae4c0ee} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1243 | 2025.04.15 04:01:08.028407 [ 3 ] {50fe4e85-e7ad-4f77-b799-ac004ae4c0ee} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1244 | 2025.04.15 04:01:08.028609 [ 3 ] {50fe4e85-e7ad-4f77-b799-ac004ae4c0ee} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001356 sec., 45722.71386430678 rows/sec., 2.83 MiB/sec. | ||
| 1245 | 2025.04.15 04:01:08.028657 [ 3 ] {50fe4e85-e7ad-4f77-b799-ac004ae4c0ee} <Debug> TCPHandler: Processed in 0.001546193 sec. | ||
| 1246 | 2025.04.15 04:01:12.818670 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1247 | 2025.04.15 04:01:12.819280 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1248 | 2025.04.15 04:01:12.819328 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB. | ||
| 1249 | 2025.04.15 04:01:12.819884 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1250 | 2025.04.15 04:01:12.820131 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1251 | 2025.04.15 04:01:12.820372 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1252 | 2025.04.15 04:01:12.959452 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1253 | 2025.04.15 04:01:12.959635 [ 3 ] {83d5aceb-b8f0-476a-88ad-98935ab36487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1254 | 2025.04.15 04:01:12.959706 [ 3 ] {83d5aceb-b8f0-476a-88ad-98935ab36487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1255 | 2025.04.15 04:01:12.960468 [ 3 ] {83d5aceb-b8f0-476a-88ad-98935ab36487} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1256 | 2025.04.15 04:01:12.960522 [ 3 ] {83d5aceb-b8f0-476a-88ad-98935ab36487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB. | ||
| 1257 | 2025.04.15 04:01:12.960946 [ 3 ] {83d5aceb-b8f0-476a-88ad-98935ab36487} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1258 | 2025.04.15 04:01:12.961198 [ 3 ] {83d5aceb-b8f0-476a-88ad-98935ab36487} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1259 | 2025.04.15 04:01:12.961486 [ 3 ] {83d5aceb-b8f0-476a-88ad-98935ab36487} <Debug> executeQuery: Read 30 rows, 2.34 KiB in 0.001878 sec., 15974.440894568692 rows/sec., 1.22 MiB/sec. | ||
| 1260 | 2025.04.15 04:01:12.961600 [ 3 ] {83d5aceb-b8f0-476a-88ad-98935ab36487} <Debug> TCPHandler: Processed in 0.002276899 sec. | ||
| 1261 | 2025.04.15 04:01:12.961738 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1262 | 2025.04.15 04:01:12.961843 [ 3 ] {cb38b84e-827d-4d64-9ed9-138b53071e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1263 | 2025.04.15 04:01:12.961889 [ 3 ] {cb38b84e-827d-4d64-9ed9-138b53071e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1264 | 2025.04.15 04:01:12.962413 [ 3 ] {cb38b84e-827d-4d64-9ed9-138b53071e81} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1265 | 2025.04.15 04:01:12.962454 [ 3 ] {cb38b84e-827d-4d64-9ed9-138b53071e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB. | ||
| 1266 | 2025.04.15 04:01:12.962798 [ 3 ] {cb38b84e-827d-4d64-9ed9-138b53071e81} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1267 | 2025.04.15 04:01:12.963046 [ 3 ] {cb38b84e-827d-4d64-9ed9-138b53071e81} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1268 | 2025.04.15 04:01:12.963236 [ 3 ] {cb38b84e-827d-4d64-9ed9-138b53071e81} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001415 sec., 25441.696113074206 rows/sec., 1.99 MiB/sec. | ||
| 1269 | 2025.04.15 04:01:12.963288 [ 3 ] {cb38b84e-827d-4d64-9ed9-138b53071e81} <Debug> TCPHandler: Processed in 0.001600274 sec. | ||
| 1270 | 2025.04.15 04:01:12.963422 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1271 | 2025.04.15 04:01:12.963554 [ 3 ] {7e967548-f7b3-4024-9ae9-4b436e66190d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1272 | 2025.04.15 04:01:12.963615 [ 3 ] {7e967548-f7b3-4024-9ae9-4b436e66190d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1273 | 2025.04.15 04:01:12.964037 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1274 | 2025.04.15 04:01:12.964367 [ 3 ] {7e967548-f7b3-4024-9ae9-4b436e66190d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1275 | 2025.04.15 04:01:12.964467 [ 3 ] {7e967548-f7b3-4024-9ae9-4b436e66190d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB. | ||
| 1276 | 2025.04.15 04:01:12.966703 [ 3 ] {7e967548-f7b3-4024-9ae9-4b436e66190d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1277 | 2025.04.15 04:01:12.967505 [ 3 ] {7e967548-f7b3-4024-9ae9-4b436e66190d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1278 | 2025.04.15 04:01:12.968359 [ 3 ] {7e967548-f7b3-4024-9ae9-4b436e66190d} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.0048 sec., 22916.666666666668 rows/sec., 1.60 MiB/sec. | ||
| 1279 | 2025.04.15 04:01:12.968700 [ 3 ] {7e967548-f7b3-4024-9ae9-4b436e66190d} <Debug> TCPHandler: Processed in 0.005325793 sec. | ||
| 1280 | 2025.04.15 04:01:12.969125 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1281 | 2025.04.15 04:01:12.969432 [ 3 ] {ec294597-96c1-4e97-97aa-816ef1012f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1282 | 2025.04.15 04:01:12.969617 [ 3 ] {ec294597-96c1-4e97-97aa-816ef1012f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1283 | 2025.04.15 04:01:12.972346 [ 3 ] {ec294597-96c1-4e97-97aa-816ef1012f7c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1284 | 2025.04.15 04:01:12.972445 [ 3 ] {ec294597-96c1-4e97-97aa-816ef1012f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB. | ||
| 1285 | 2025.04.15 04:01:12.974637 [ 3 ] {ec294597-96c1-4e97-97aa-816ef1012f7c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1286 | 2025.04.15 04:01:12.975634 [ 3 ] {ec294597-96c1-4e97-97aa-816ef1012f7c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1287 | 2025.04.15 04:01:12.976284 [ 3 ] {ec294597-96c1-4e97-97aa-816ef1012f7c} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.006918 sec., 5782.017924255565 rows/sec., 395.26 KiB/sec. | ||
| 1288 | 2025.04.15 04:01:12.976584 [ 3 ] {ec294597-96c1-4e97-97aa-816ef1012f7c} <Debug> TCPHandler: Processed in 0.007555022 sec. | ||
| 1289 | 2025.04.15 04:01:12.993527 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1290 | 2025.04.15 04:01:12.993601 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.47 GiB. | ||
| 1291 | 2025.04.15 04:01:12.999879 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1292 | 2025.04.15 04:01:13.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.93 MiB, peak 162.93 MiB, free memory in arenas 0.00 B, will set to 159.17 MiB (RSS), difference: -3.76 MiB | ||
| 1293 | 2025.04.15 04:01:13.001015 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1294 | 2025.04.15 04:01:13.004764 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1295 | 2025.04.15 04:01:14.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.17 MiB, peak 162.93 MiB, free memory in arenas 0.00 B, will set to 159.17 MiB (RSS), difference: 4.00 MiB | ||
| 1296 | 2025.04.15 04:01:15.307922 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 200 | ||
| 1297 | 2025.04.15 04:01:15.311432 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1298 | 2025.04.15 04:01:15.311473 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1299 | 2025.04.15 04:01:15.312970 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1300 | 2025.04.15 04:01:15.313260 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1301 | 2025.04.15 04:01:15.313706 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 200 | ||
| 1302 | 2025.04.15 04:01:17.965453 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1303 | 2025.04.15 04:01:17.965662 [ 3 ] {6aeb9b46-a679-4959-8cf7-6bec8ab87829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1304 | 2025.04.15 04:01:17.965744 [ 3 ] {6aeb9b46-a679-4959-8cf7-6bec8ab87829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1305 | 2025.04.15 04:01:17.966542 [ 3 ] {6aeb9b46-a679-4959-8cf7-6bec8ab87829} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1306 | 2025.04.15 04:01:17.966596 [ 3 ] {6aeb9b46-a679-4959-8cf7-6bec8ab87829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1307 | 2025.04.15 04:01:17.967025 [ 3 ] {6aeb9b46-a679-4959-8cf7-6bec8ab87829} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1308 | 2025.04.15 04:01:17.967269 [ 3 ] {6aeb9b46-a679-4959-8cf7-6bec8ab87829} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1309 | 2025.04.15 04:01:17.967480 [ 3 ] {6aeb9b46-a679-4959-8cf7-6bec8ab87829} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001876 sec., 113006.39658848614 rows/sec., 7.19 MiB/sec. | ||
| 1310 | 2025.04.15 04:01:17.967539 [ 3 ] {6aeb9b46-a679-4959-8cf7-6bec8ab87829} <Debug> TCPHandler: Processed in 0.002222268 sec. | ||
| 1311 | 2025.04.15 04:01:17.967660 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1312 | 2025.04.15 04:01:17.967766 [ 3 ] {9138ab0f-f554-4fb3-89a5-1006bda1b367} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1313 | 2025.04.15 04:01:17.967812 [ 3 ] {9138ab0f-f554-4fb3-89a5-1006bda1b367} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1314 | 2025.04.15 04:01:17.968525 [ 3 ] {9138ab0f-f554-4fb3-89a5-1006bda1b367} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1315 | 2025.04.15 04:01:17.968586 [ 3 ] {9138ab0f-f554-4fb3-89a5-1006bda1b367} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1316 | 2025.04.15 04:01:17.969074 [ 3 ] {9138ab0f-f554-4fb3-89a5-1006bda1b367} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1317 | 2025.04.15 04:01:17.969310 [ 3 ] {9138ab0f-f554-4fb3-89a5-1006bda1b367} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1318 | 2025.04.15 04:01:17.969514 [ 3 ] {9138ab0f-f554-4fb3-89a5-1006bda1b367} <Debug> executeQuery: Read 607 rows, 48.91 KiB in 0.001769 sec., 343131.71283210855 rows/sec., 27.00 MiB/sec. | ||
| 1319 | 2025.04.15 04:01:17.969569 [ 3 ] {9138ab0f-f554-4fb3-89a5-1006bda1b367} <Debug> TCPHandler: Processed in 0.001959912 sec. | ||
| 1320 | 2025.04.15 04:01:17.969700 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1321 | 2025.04.15 04:01:17.969805 [ 3 ] {dfc535d5-c7bf-4bc2-9a5e-fbe02951ec2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1322 | 2025.04.15 04:01:17.969852 [ 3 ] {dfc535d5-c7bf-4bc2-9a5e-fbe02951ec2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1323 | 2025.04.15 04:01:17.970378 [ 3 ] {dfc535d5-c7bf-4bc2-9a5e-fbe02951ec2c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1324 | 2025.04.15 04:01:17.970418 [ 3 ] {dfc535d5-c7bf-4bc2-9a5e-fbe02951ec2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1325 | 2025.04.15 04:01:17.970767 [ 3 ] {dfc535d5-c7bf-4bc2-9a5e-fbe02951ec2c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1326 | 2025.04.15 04:01:17.971006 [ 3 ] {dfc535d5-c7bf-4bc2-9a5e-fbe02951ec2c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1327 | 2025.04.15 04:01:17.971201 [ 3 ] {dfc535d5-c7bf-4bc2-9a5e-fbe02951ec2c} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001416 sec., 80508.47457627118 rows/sec., 4.82 MiB/sec. | ||
| 1328 | 2025.04.15 04:01:17.971255 [ 3 ] {dfc535d5-c7bf-4bc2-9a5e-fbe02951ec2c} <Debug> TCPHandler: Processed in 0.001604055 sec. | ||
| 1329 | 2025.04.15 04:01:17.971374 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1330 | 2025.04.15 04:01:17.971477 [ 3 ] {28f610ef-d98f-428c-92de-1743dbdaf336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1331 | 2025.04.15 04:01:17.971521 [ 3 ] {28f610ef-d98f-428c-92de-1743dbdaf336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1332 | 2025.04.15 04:01:17.972039 [ 3 ] {28f610ef-d98f-428c-92de-1743dbdaf336} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1333 | 2025.04.15 04:01:17.972078 [ 3 ] {28f610ef-d98f-428c-92de-1743dbdaf336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1334 | 2025.04.15 04:01:17.972418 [ 3 ] {28f610ef-d98f-428c-92de-1743dbdaf336} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1335 | 2025.04.15 04:01:17.972650 [ 3 ] {28f610ef-d98f-428c-92de-1743dbdaf336} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1336 | 2025.04.15 04:01:17.972911 [ 3 ] {28f610ef-d98f-428c-92de-1743dbdaf336} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001433 sec., 78855.54780181438 rows/sec., 5.10 MiB/sec. | ||
| 1337 | 2025.04.15 04:01:17.973024 [ 3 ] {28f610ef-d98f-428c-92de-1743dbdaf336} <Debug> TCPHandler: Processed in 0.001700017 sec. | ||
| 1338 | 2025.04.15 04:01:17.973141 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1339 | 2025.04.15 04:01:17.973245 [ 3 ] {b95ae9b4-b349-42d6-b5bf-a3170fc0aecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1340 | 2025.04.15 04:01:17.973290 [ 3 ] {b95ae9b4-b349-42d6-b5bf-a3170fc0aecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1341 | 2025.04.15 04:01:17.973841 [ 3 ] {b95ae9b4-b349-42d6-b5bf-a3170fc0aecb} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1342 | 2025.04.15 04:01:17.973888 [ 3 ] {b95ae9b4-b349-42d6-b5bf-a3170fc0aecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1343 | 2025.04.15 04:01:17.974237 [ 3 ] {b95ae9b4-b349-42d6-b5bf-a3170fc0aecb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1344 | 2025.04.15 04:01:17.974470 [ 3 ] {b95ae9b4-b349-42d6-b5bf-a3170fc0aecb} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1345 | 2025.04.15 04:01:17.974728 [ 3 ] {b95ae9b4-b349-42d6-b5bf-a3170fc0aecb} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001487 sec., 75319.43510423672 rows/sec., 4.29 MiB/sec. | ||
| 1346 | 2025.04.15 04:01:17.974806 [ 3 ] {b95ae9b4-b349-42d6-b5bf-a3170fc0aecb} <Debug> TCPHandler: Processed in 0.001714087 sec. | ||
| 1347 | 2025.04.15 04:01:17.974921 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1348 | 2025.04.15 04:01:17.975025 [ 3 ] {f8b688ce-cd38-4e37-a31e-1a0178ceb120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1349 | 2025.04.15 04:01:17.975070 [ 3 ] {f8b688ce-cd38-4e37-a31e-1a0178ceb120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1350 | 2025.04.15 04:01:17.975684 [ 3 ] {f8b688ce-cd38-4e37-a31e-1a0178ceb120} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1351 | 2025.04.15 04:01:17.975723 [ 3 ] {f8b688ce-cd38-4e37-a31e-1a0178ceb120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1352 | 2025.04.15 04:01:17.976084 [ 3 ] {f8b688ce-cd38-4e37-a31e-1a0178ceb120} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1353 | 2025.04.15 04:01:17.976321 [ 3 ] {f8b688ce-cd38-4e37-a31e-1a0178ceb120} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1354 | 2025.04.15 04:01:17.976545 [ 3 ] {f8b688ce-cd38-4e37-a31e-1a0178ceb120} <Debug> executeQuery: Read 362 rows, 25.99 KiB in 0.001535 sec., 235830.61889250815 rows/sec., 16.53 MiB/sec. | ||
| 1355 | 2025.04.15 04:01:17.976699 [ 3 ] {f8b688ce-cd38-4e37-a31e-1a0178ceb120} <Debug> TCPHandler: Processed in 0.001824519 sec. | ||
| 1356 | 2025.04.15 04:01:17.976821 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1357 | 2025.04.15 04:01:17.976926 [ 3 ] {d0857513-8545-4428-b7b7-46a7ac58e7e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1358 | 2025.04.15 04:01:17.976972 [ 3 ] {d0857513-8545-4428-b7b7-46a7ac58e7e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1359 | 2025.04.15 04:01:17.977426 [ 3 ] {d0857513-8545-4428-b7b7-46a7ac58e7e6} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1360 | 2025.04.15 04:01:17.977465 [ 3 ] {d0857513-8545-4428-b7b7-46a7ac58e7e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1361 | 2025.04.15 04:01:17.977817 [ 3 ] {d0857513-8545-4428-b7b7-46a7ac58e7e6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1362 | 2025.04.15 04:01:17.978046 [ 3 ] {d0857513-8545-4428-b7b7-46a7ac58e7e6} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1363 | 2025.04.15 04:01:17.978268 [ 3 ] {d0857513-8545-4428-b7b7-46a7ac58e7e6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00136 sec., 4411.764705882352 rows/sec., 230.50 KiB/sec. | ||
| 1364 | 2025.04.15 04:01:17.978436 [ 3 ] {d0857513-8545-4428-b7b7-46a7ac58e7e6} <Debug> TCPHandler: Processed in 0.001660525 sec. | ||
| 1365 | 2025.04.15 04:01:17.978550 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1366 | 2025.04.15 04:01:17.978651 [ 3 ] {fd35aa7e-3801-48e7-a586-13698eac5684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1367 | 2025.04.15 04:01:17.978700 [ 3 ] {fd35aa7e-3801-48e7-a586-13698eac5684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1368 | 2025.04.15 04:01:17.979197 [ 3 ] {fd35aa7e-3801-48e7-a586-13698eac5684} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1369 | 2025.04.15 04:01:17.979236 [ 3 ] {fd35aa7e-3801-48e7-a586-13698eac5684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1370 | 2025.04.15 04:01:17.979602 [ 3 ] {fd35aa7e-3801-48e7-a586-13698eac5684} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1371 | 2025.04.15 04:01:17.979835 [ 3 ] {fd35aa7e-3801-48e7-a586-13698eac5684} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1372 | 2025.04.15 04:01:17.980048 [ 3 ] {fd35aa7e-3801-48e7-a586-13698eac5684} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001418 sec., 131875.88152327223 rows/sec., 8.76 MiB/sec. | ||
| 1373 | 2025.04.15 04:01:17.980101 [ 3 ] {fd35aa7e-3801-48e7-a586-13698eac5684} <Debug> TCPHandler: Processed in 0.001599375 sec. | ||
| 1374 | 2025.04.15 04:01:17.980210 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1375 | 2025.04.15 04:01:17.980316 [ 3 ] {aedf49f1-3512-4b4f-a639-2d7cf57ef697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1376 | 2025.04.15 04:01:17.980365 [ 3 ] {aedf49f1-3512-4b4f-a639-2d7cf57ef697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1377 | 2025.04.15 04:01:17.980766 [ 3 ] {aedf49f1-3512-4b4f-a639-2d7cf57ef697} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1378 | 2025.04.15 04:01:17.980805 [ 3 ] {aedf49f1-3512-4b4f-a639-2d7cf57ef697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1379 | 2025.04.15 04:01:17.981146 [ 3 ] {aedf49f1-3512-4b4f-a639-2d7cf57ef697} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1380 | 2025.04.15 04:01:17.981381 [ 3 ] {aedf49f1-3512-4b4f-a639-2d7cf57ef697} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1381 | 2025.04.15 04:01:17.981611 [ 3 ] {aedf49f1-3512-4b4f-a639-2d7cf57ef697} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001314 sec., 761.03500761035 rows/sec., 51.28 KiB/sec. | ||
| 1382 | 2025.04.15 04:01:17.981750 [ 3 ] {aedf49f1-3512-4b4f-a639-2d7cf57ef697} <Debug> TCPHandler: Processed in 0.001583544 sec. | ||
| 1383 | 2025.04.15 04:01:17.981895 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1384 | 2025.04.15 04:01:17.982029 [ 3 ] {7b86d8ac-0da5-438b-a8f6-8adb4c735f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1385 | 2025.04.15 04:01:17.982109 [ 3 ] {7b86d8ac-0da5-438b-a8f6-8adb4c735f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1386 | 2025.04.15 04:01:17.983234 [ 3 ] {7b86d8ac-0da5-438b-a8f6-8adb4c735f11} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1387 | 2025.04.15 04:01:17.983274 [ 3 ] {7b86d8ac-0da5-438b-a8f6-8adb4c735f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1388 | 2025.04.15 04:01:17.983855 [ 3 ] {7b86d8ac-0da5-438b-a8f6-8adb4c735f11} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1389 | 2025.04.15 04:01:17.984105 [ 3 ] {7b86d8ac-0da5-438b-a8f6-8adb4c735f11} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1390 | 2025.04.15 04:01:17.984356 [ 3 ] {7b86d8ac-0da5-438b-a8f6-8adb4c735f11} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002352 sec., 3401.360544217687 rows/sec., 6.10 MiB/sec. | ||
| 1391 | 2025.04.15 04:01:17.984537 [ 3 ] {7b86d8ac-0da5-438b-a8f6-8adb4c735f11} <Debug> TCPHandler: Processed in 0.002704248 sec. | ||
| 1392 | 2025.04.15 04:01:17.984644 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1393 | 2025.04.15 04:01:17.984744 [ 3 ] {b0f50d9a-e7d6-4fce-bcd5-2ee8f1762322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1394 | 2025.04.15 04:01:17.984790 [ 3 ] {b0f50d9a-e7d6-4fce-bcd5-2ee8f1762322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1395 | 2025.04.15 04:01:17.985215 [ 3 ] {b0f50d9a-e7d6-4fce-bcd5-2ee8f1762322} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1396 | 2025.04.15 04:01:17.985254 [ 3 ] {b0f50d9a-e7d6-4fce-bcd5-2ee8f1762322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1397 | 2025.04.15 04:01:17.985614 [ 3 ] {b0f50d9a-e7d6-4fce-bcd5-2ee8f1762322} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1398 | 2025.04.15 04:01:17.985846 [ 3 ] {b0f50d9a-e7d6-4fce-bcd5-2ee8f1762322} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1399 | 2025.04.15 04:01:17.986044 [ 3 ] {b0f50d9a-e7d6-4fce-bcd5-2ee8f1762322} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001321 sec., 46934.14080242241 rows/sec., 2.90 MiB/sec. | ||
| 1400 | 2025.04.15 04:01:17.986095 [ 3 ] {b0f50d9a-e7d6-4fce-bcd5-2ee8f1762322} <Debug> TCPHandler: Processed in 0.001499752 sec. | ||
| 1401 | 2025.04.15 04:01:20.198218 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1402 | 2025.04.15 04:01:20.198297 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1403 | 2025.04.15 04:01:20.320498 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1404 | 2025.04.15 04:01:20.321315 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1405 | 2025.04.15 04:01:20.321356 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1406 | 2025.04.15 04:01:20.321934 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1407 | 2025.04.15 04:01:20.322193 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1408 | 2025.04.15 04:01:20.322348 [ 68 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1409 | 2025.04.15 04:01:20.322403 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1410 | 2025.04.15 04:01:20.322419 [ 68 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1411 | 2025.04.15 04:01:20.322447 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1412 | 2025.04.15 04:01:20.322740 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 1413 | 2025.04.15 04:01:20.322884 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1414 | 2025.04.15 04:01:20.323011 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 1415 | 2025.04.15 04:01:20.323118 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 1416 | 2025.04.15 04:01:20.323314 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 1417 | 2025.04.15 04:01:20.323501 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 1418 | 2025.04.15 04:01:20.323660 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 1419 | 2025.04.15 04:01:20.323771 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 1420 | 2025.04.15 04:01:20.358915 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.036396237 sec., 77095.88219243655 rows/sec., 1.10 MiB/sec. | ||
| 1421 | 2025.04.15 04:01:20.359812 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1422 | 2025.04.15 04:01:20.360165 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_6_1} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1423 | 2025.04.15 04:01:20.360235 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_6_1} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1424 | 2025.04.15 04:01:20.360327 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1425 | 2025.04.15 04:01:20.505034 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1426 | 2025.04.15 04:01:20.525370 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1427 | 2025.04.15 04:01:20.525425 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1428 | 2025.04.15 04:01:20.531954 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1429 | 2025.04.15 04:01:20.532702 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1430 | 2025.04.15 04:01:20.533002 [ 67 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1431 | 2025.04.15 04:01:20.533076 [ 67 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1432 | 2025.04.15 04:01:20.533121 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1433 | 2025.04.15 04:01:20.533584 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 1434 | 2025.04.15 04:01:20.547949 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1435 | 2025.04.15 04:01:20.549797 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1436 | 2025.04.15 04:01:20.551418 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 1437 | 2025.04.15 04:01:20.557053 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 1438 | 2025.04.15 04:01:20.562470 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 1439 | 2025.04.15 04:01:20.567571 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 1440 | 2025.04.15 04:01:20.582123 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 1441 | 2025.04.15 04:01:20.586757 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 1442 | 2025.04.15 04:01:20.650923 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.117646681 sec., 391.0012557005327 rows/sec., 2.02 MiB/sec. | ||
| 1443 | 2025.04.15 04:01:20.653442 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1444 | 2025.04.15 04:01:20.656390 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_6_1} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1445 | 2025.04.15 04:01:20.656520 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_6_1} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1446 | 2025.04.15 04:01:20.659050 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.11 MiB. | ||
| 1447 | 2025.04.15 04:01:21.000248 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.37 MiB, peak 169.91 MiB, free memory in arenas 0.00 B, will set to 163.63 MiB (RSS), difference: 3.25 MiB | ||
| 1448 | 2025.04.15 04:01:22.955602 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1449 | 2025.04.15 04:01:22.955890 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) 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) | ||
| 1450 | 2025.04.15 04:01:22.956298 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1451 | 2025.04.15 04:01:22.956346 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <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 | ||
| 1452 | 2025.04.15 04:01:22.956677 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1453 | 2025.04.15 04:01:22.956756 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1454 | 2025.04.15 04:01:22.956928 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1455 | 2025.04.15 04:01:22.957162 [ 287 ] {10888254-5984-461b-9d92-7544f2a17000} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1456 | 2025.04.15 04:01:22.957279 [ 286 ] {10888254-5984-461b-9d92-7544f2a17000} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1457 | 2025.04.15 04:01:22.957444 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1458 | 2025.04.15 04:01:22.957478 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1459 | 2025.04.15 04:01:22.961431 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1460 | 2025.04.15 04:01:22.961462 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1461 | 2025.04.15 04:01:22.961520 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <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'))" | ||
| 1462 | 2025.04.15 04:01:22.961568 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <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'))" | ||
| 1463 | 2025.04.15 04:01:22.963156 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.007399 sec., 4189.755372347615 rows/sec., 158.12 KiB/sec. | ||
| 1464 | 2025.04.15 04:01:22.963315 [ 3 ] {10888254-5984-461b-9d92-7544f2a17000} <Debug> TCPHandler: Processed in 0.007849467 sec. | ||
| 1465 | 2025.04.15 04:01:22.963556 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1466 | 2025.04.15 04:01:22.963715 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1467 | 2025.04.15 04:01:22.964007 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1468 | 2025.04.15 04:01:22.964053 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1469 | 2025.04.15 04:01:22.964348 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1470 | 2025.04.15 04:01:22.964412 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1471 | 2025.04.15 04:01:22.964550 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1472 | 2025.04.15 04:01:22.964665 [ 286 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1473 | 2025.04.15 04:01:22.964665 [ 288 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1474 | 2025.04.15 04:01:22.964809 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1475 | 2025.04.15 04:01:22.964838 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1476 | 2025.04.15 04:01:22.964917 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1477 | 2025.04.15 04:01:22.964937 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1478 | 2025.04.15 04:01:22.964976 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1479 | 2025.04.15 04:01:22.965017 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1480 | 2025.04.15 04:01:22.965936 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002292 sec., 13525.305410122162 rows/sec., 510.44 KiB/sec. | ||
| 1481 | 2025.04.15 04:01:22.966068 [ 3 ] {68b567a4-566c-44be-bcfd-43f00d51f575} <Debug> TCPHandler: Processed in 0.002561975 sec. | ||
| 1482 | 2025.04.15 04:01:22.966268 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1483 | 2025.04.15 04:01:22.966428 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1484 | 2025.04.15 04:01:22.966711 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1485 | 2025.04.15 04:01:22.966756 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1486 | 2025.04.15 04:01:22.967053 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1487 | 2025.04.15 04:01:22.967117 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1488 | 2025.04.15 04:01:22.967253 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1489 | 2025.04.15 04:01:22.967358 [ 288 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1490 | 2025.04.15 04:01:22.967366 [ 287 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1491 | 2025.04.15 04:01:22.967477 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1492 | 2025.04.15 04:01:22.967500 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1493 | 2025.04.15 04:01:22.967574 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1494 | 2025.04.15 04:01:22.967594 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1495 | 2025.04.15 04:01:22.967632 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1496 | 2025.04.15 04:01:22.967672 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1497 | 2025.04.15 04:01:22.968697 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002343 sec., 13230.900554844216 rows/sec., 499.33 KiB/sec. | ||
| 1498 | 2025.04.15 04:01:22.968828 [ 3 ] {6d547c4c-b6d7-4120-8b1e-be5810b1c5e0} <Debug> TCPHandler: Processed in 0.002609046 sec. | ||
| 1499 | 2025.04.15 04:01:22.974746 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1500 | 2025.04.15 04:01:22.974928 [ 3 ] {f89dce26-0e91-491d-ad0f-658fa17e3d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1501 | 2025.04.15 04:01:22.974993 [ 3 ] {f89dce26-0e91-491d-ad0f-658fa17e3d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1502 | 2025.04.15 04:01:22.975626 [ 3 ] {f89dce26-0e91-491d-ad0f-658fa17e3d26} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1503 | 2025.04.15 04:01:22.975670 [ 3 ] {f89dce26-0e91-491d-ad0f-658fa17e3d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1504 | 2025.04.15 04:01:22.976162 [ 3 ] {f89dce26-0e91-491d-ad0f-658fa17e3d26} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1505 | 2025.04.15 04:01:22.976388 [ 3 ] {f89dce26-0e91-491d-ad0f-658fa17e3d26} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1506 | 2025.04.15 04:01:22.976670 [ 3 ] {f89dce26-0e91-491d-ad0f-658fa17e3d26} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001772 sec., 1693.0022573363433 rows/sec., 154.31 KiB/sec. | ||
| 1507 | 2025.04.15 04:01:22.976806 [ 3 ] {f89dce26-0e91-491d-ad0f-658fa17e3d26} <Debug> TCPHandler: Processed in 0.002139166 sec. | ||
| 1508 | 2025.04.15 04:01:22.976918 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1509 | 2025.04.15 04:01:22.977023 [ 3 ] {a7810df6-06db-474c-afdc-3b662caba335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1510 | 2025.04.15 04:01:22.977069 [ 3 ] {a7810df6-06db-474c-afdc-3b662caba335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1511 | 2025.04.15 04:01:22.977621 [ 3 ] {a7810df6-06db-474c-afdc-3b662caba335} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1512 | 2025.04.15 04:01:22.977660 [ 3 ] {a7810df6-06db-474c-afdc-3b662caba335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1513 | 2025.04.15 04:01:22.978025 [ 3 ] {a7810df6-06db-474c-afdc-3b662caba335} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1514 | 2025.04.15 04:01:22.978266 [ 3 ] {a7810df6-06db-474c-afdc-3b662caba335} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1515 | 2025.04.15 04:01:22.978447 [ 66 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1516 | 2025.04.15 04:01:22.978499 [ 3 ] {a7810df6-06db-474c-afdc-3b662caba335} <Debug> executeQuery: Read 84 rows, 7.40 KiB in 0.001489 sec., 56413.70047011417 rows/sec., 4.86 MiB/sec. | ||
| 1517 | 2025.04.15 04:01:22.978548 [ 66 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1518 | 2025.04.15 04:01:22.978619 [ 3 ] {a7810df6-06db-474c-afdc-3b662caba335} <Debug> TCPHandler: Processed in 0.001742438 sec. | ||
| 1519 | 2025.04.15 04:01:22.978635 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1520 | 2025.04.15 04:01:22.978811 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1521 | 2025.04.15 04:01:22.978893 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 1522 | 2025.04.15 04:01:22.978998 [ 3 ] {8139662a-2d19-41e3-895b-13410d0c557c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1523 | 2025.04.15 04:01:22.979086 [ 3 ] {8139662a-2d19-41e3-895b-13410d0c557c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1524 | 2025.04.15 04:01:22.979225 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1525 | 2025.04.15 04:01:22.979315 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 1526 | 2025.04.15 04:01:22.979712 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1527 | 2025.04.15 04:01:22.980103 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 607 rows starting from the beginning of the part | ||
| 1528 | 2025.04.15 04:01:22.980549 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 1529 | 2025.04.15 04:01:22.980773 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 607 rows starting from the beginning of the part | ||
| 1530 | 2025.04.15 04:01:22.981133 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 84 rows starting from the beginning of the part | ||
| 1531 | 2025.04.15 04:01:22.981855 [ 3 ] {8139662a-2d19-41e3-895b-13410d0c557c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1532 | 2025.04.15 04:01:22.981917 [ 3 ] {8139662a-2d19-41e3-895b-13410d0c557c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1533 | 2025.04.15 04:01:22.982836 [ 3 ] {8139662a-2d19-41e3-895b-13410d0c557c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1534 | 2025.04.15 04:01:22.983367 [ 3 ] {8139662a-2d19-41e3-895b-13410d0c557c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1535 | 2025.04.15 04:01:22.983799 [ 3 ] {8139662a-2d19-41e3-895b-13410d0c557c} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004841 sec., 5577.360049576534 rows/sec., 419.39 KiB/sec. | ||
| 1536 | 2025.04.15 04:01:22.984103 [ 3 ] {8139662a-2d19-41e3-895b-13410d0c557c} <Debug> TCPHandler: Processed in 0.005374474 sec. | ||
| 1537 | 2025.04.15 04:01:22.984128 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1388 rows, containing 5 columns (5 merged, 0 gathered) in 0.005352484 sec., 259318.85083635934 rows/sec., 21.47 MiB/sec. | ||
| 1538 | 2025.04.15 04:01:22.984239 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1539 | 2025.04.15 04:01:22.984373 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1540 | 2025.04.15 04:01:22.984397 [ 3 ] {7abfea01-dd9e-4e5a-aff2-e1566527d572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1541 | 2025.04.15 04:01:22.984493 [ 3 ] {7abfea01-dd9e-4e5a-aff2-e1566527d572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1542 | 2025.04.15 04:01:22.984959 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_6_1} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1543 | 2025.04.15 04:01:22.985161 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_6_1} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1544 | 2025.04.15 04:01:22.985293 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 1545 | 2025.04.15 04:01:22.985515 [ 3 ] {7abfea01-dd9e-4e5a-aff2-e1566527d572} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1546 | 2025.04.15 04:01:22.985559 [ 3 ] {7abfea01-dd9e-4e5a-aff2-e1566527d572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1547 | 2025.04.15 04:01:22.985908 [ 3 ] {7abfea01-dd9e-4e5a-aff2-e1566527d572} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1548 | 2025.04.15 04:01:22.986142 [ 3 ] {7abfea01-dd9e-4e5a-aff2-e1566527d572} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1549 | 2025.04.15 04:01:22.986324 [ 66 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1550 | 2025.04.15 04:01:22.986398 [ 3 ] {7abfea01-dd9e-4e5a-aff2-e1566527d572} <Debug> executeQuery: Read 73 rows, 5.85 KiB in 0.00204 sec., 35784.313725490196 rows/sec., 2.80 MiB/sec. | ||
| 1551 | 2025.04.15 04:01:22.986411 [ 66 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1552 | 2025.04.15 04:01:22.986513 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1553 | 2025.04.15 04:01:22.986550 [ 3 ] {7abfea01-dd9e-4e5a-aff2-e1566527d572} <Debug> TCPHandler: Processed in 0.002370831 sec. | ||
| 1554 | 2025.04.15 04:01:22.986869 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1555 | 2025.04.15 04:01:22.986875 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 1556 | 2025.04.15 04:01:22.987059 [ 3 ] {a4fb813f-2ff1-4081-b66f-6a67c145cb27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1557 | 2025.04.15 04:01:22.987081 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1558 | 2025.04.15 04:01:22.987119 [ 3 ] {a4fb813f-2ff1-4081-b66f-6a67c145cb27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1559 | 2025.04.15 04:01:22.987128 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1560 | 2025.04.15 04:01:22.987375 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
| 1561 | 2025.04.15 04:01:22.987746 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 362 rows starting from the beginning of the part | ||
| 1562 | 2025.04.15 04:01:22.988086 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 1563 | 2025.04.15 04:01:22.988316 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 362 rows starting from the beginning of the part | ||
| 1564 | 2025.04.15 04:01:22.988453 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 73 rows starting from the beginning of the part | ||
| 1565 | 2025.04.15 04:01:22.989137 [ 3 ] {a4fb813f-2ff1-4081-b66f-6a67c145cb27} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1566 | 2025.04.15 04:01:22.989182 [ 3 ] {a4fb813f-2ff1-4081-b66f-6a67c145cb27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1567 | 2025.04.15 04:01:22.989752 [ 3 ] {a4fb813f-2ff1-4081-b66f-6a67c145cb27} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1568 | 2025.04.15 04:01:22.990066 [ 3 ] {a4fb813f-2ff1-4081-b66f-6a67c145cb27} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1569 | 2025.04.15 04:01:22.990324 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1570 | 2025.04.15 04:01:22.990357 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 905 rows, containing 5 columns (5 merged, 0 gathered) in 0.003715389 sec., 243581.49308188187 rows/sec., 18.40 MiB/sec. | ||
| 1571 | 2025.04.15 04:01:22.990418 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1572 | 2025.04.15 04:01:22.990483 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1573 | 2025.04.15 04:01:22.990543 [ 3 ] {a4fb813f-2ff1-4081-b66f-6a67c145cb27} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.003496 sec., 31464.530892448514 rows/sec., 2.20 MiB/sec. | ||
| 1574 | 2025.04.15 04:01:22.990692 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1575 | 2025.04.15 04:01:22.990832 [ 3 ] {a4fb813f-2ff1-4081-b66f-6a67c145cb27} <Debug> TCPHandler: Processed in 0.004067407 sec. | ||
| 1576 | 2025.04.15 04:01:22.991103 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 1577 | 2025.04.15 04:01:22.991133 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1578 | 2025.04.15 04:01:22.991444 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_6_1} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1579 | 2025.04.15 04:01:22.991493 [ 3 ] {387a7e3a-40bd-42ca-a82f-08c4a7432cc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1580 | 2025.04.15 04:01:22.991607 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1581 | 2025.04.15 04:01:22.991747 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_6_1} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1582 | 2025.04.15 04:01:22.991795 [ 3 ] {387a7e3a-40bd-42ca-a82f-08c4a7432cc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1583 | 2025.04.15 04:01:22.991804 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 1584 | 2025.04.15 04:01:22.991968 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 1585 | 2025.04.15 04:01:22.992458 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part | ||
| 1586 | 2025.04.15 04:01:22.992875 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 187 rows starting from the beginning of the part | ||
| 1587 | 2025.04.15 04:01:22.993254 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 110 rows starting from the beginning of the part | ||
| 1588 | 2025.04.15 04:01:22.993651 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 187 rows starting from the beginning of the part | ||
| 1589 | 2025.04.15 04:01:22.994032 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part | ||
| 1590 | 2025.04.15 04:01:22.997167 [ 3 ] {387a7e3a-40bd-42ca-a82f-08c4a7432cc9} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1591 | 2025.04.15 04:01:22.997238 [ 3 ] {387a7e3a-40bd-42ca-a82f-08c4a7432cc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1592 | 2025.04.15 04:01:22.997967 [ 192 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 792 rows, containing 5 columns (5 merged, 0 gathered) in 0.007335177 sec., 107972.8546427714 rows/sec., 7.36 MiB/sec. | ||
| 1593 | 2025.04.15 04:01:22.998300 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1594 | 2025.04.15 04:01:22.998590 [ 3 ] {387a7e3a-40bd-42ca-a82f-08c4a7432cc9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1595 | 2025.04.15 04:01:22.998877 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1596 | 2025.04.15 04:01:22.999065 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1597 | 2025.04.15 04:01:22.999105 [ 3 ] {387a7e3a-40bd-42ca-a82f-08c4a7432cc9} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1598 | 2025.04.15 04:01:22.999244 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1599 | 2025.04.15 04:01:22.999469 [ 3 ] {387a7e3a-40bd-42ca-a82f-08c4a7432cc9} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.008108 sec., 3330.0444005920076 rows/sec., 5.97 MiB/sec. | ||
| 1600 | 2025.04.15 04:01:22.999587 [ 3 ] {387a7e3a-40bd-42ca-a82f-08c4a7432cc9} <Debug> TCPHandler: Processed in 0.008529442 sec. | ||
| 1601 | 2025.04.15 04:01:22.999718 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1602 | 2025.04.15 04:01:22.999824 [ 3 ] {707c46ee-093e-43c7-ab9a-f2efe3c6de6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1603 | 2025.04.15 04:01:22.999870 [ 3 ] {707c46ee-093e-43c7-ab9a-f2efe3c6de6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1604 | 2025.04.15 04:01:23.000559 [ 3 ] {707c46ee-093e-43c7-ab9a-f2efe3c6de6b} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1605 | 2025.04.15 04:01:23.000621 [ 3 ] {707c46ee-093e-43c7-ab9a-f2efe3c6de6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1606 | 2025.04.15 04:01:23.001042 [ 3 ] {707c46ee-093e-43c7-ab9a-f2efe3c6de6b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1607 | 2025.04.15 04:01:23.001279 [ 3 ] {707c46ee-093e-43c7-ab9a-f2efe3c6de6b} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1608 | 2025.04.15 04:01:23.001523 [ 3 ] {707c46ee-093e-43c7-ab9a-f2efe3c6de6b} <Debug> executeQuery: Read 18 rows, 1.36 KiB in 0.001699 sec., 10594.46733372572 rows/sec., 798.38 KiB/sec. | ||
| 1609 | 2025.04.15 04:01:23.001609 [ 3 ] {707c46ee-093e-43c7-ab9a-f2efe3c6de6b} <Debug> TCPHandler: Processed in 0.001944141 sec. | ||
| 1610 | 2025.04.15 04:01:23.001729 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1611 | 2025.04.15 04:01:23.001835 [ 3 ] {f480392d-c469-4e1f-8691-624c34ed4c66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1612 | 2025.04.15 04:01:23.001880 [ 3 ] {f480392d-c469-4e1f-8691-624c34ed4c66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1613 | 2025.04.15 04:01:23.002292 [ 3 ] {f480392d-c469-4e1f-8691-624c34ed4c66} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1614 | 2025.04.15 04:01:23.002331 [ 3 ] {f480392d-c469-4e1f-8691-624c34ed4c66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1615 | 2025.04.15 04:01:23.002680 [ 3 ] {f480392d-c469-4e1f-8691-624c34ed4c66} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1616 | 2025.04.15 04:01:23.002911 [ 3 ] {f480392d-c469-4e1f-8691-624c34ed4c66} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1617 | 2025.04.15 04:01:23.003074 [ 64 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1618 | 2025.04.15 04:01:23.003142 [ 64 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1619 | 2025.04.15 04:01:23.003150 [ 3 ] {f480392d-c469-4e1f-8691-624c34ed4c66} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001329 sec., 30097.817908201654 rows/sec., 2.01 MiB/sec. | ||
| 1620 | 2025.04.15 04:01:23.003180 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1621 | 2025.04.15 04:01:23.003283 [ 3 ] {f480392d-c469-4e1f-8691-624c34ed4c66} <Debug> TCPHandler: Processed in 0.001599024 sec. | ||
| 1622 | 2025.04.15 04:01:23.003410 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 1623 | 2025.04.15 04:01:23.003517 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1624 | 2025.04.15 04:01:23.003546 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
| 1625 | 2025.04.15 04:01:23.003641 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
| 1626 | 2025.04.15 04:01:23.003845 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 62 rows starting from the beginning of the part | ||
| 1627 | 2025.04.15 04:01:23.004037 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
| 1628 | 2025.04.15 04:01:23.004231 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 62 rows starting from the beginning of the part | ||
| 1629 | 2025.04.15 04:01:23.004390 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
| 1630 | 2025.04.15 04:01:23.005547 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.002253298 sec., 122487.12775673701 rows/sec., 7.91 MiB/sec. | ||
| 1631 | 2025.04.15 04:01:23.005688 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1632 | 2025.04.15 04:01:23.005977 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_6_1} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1633 | 2025.04.15 04:01:23.006055 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_6_1} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1634 | 2025.04.15 04:01:23.006132 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1635 | 2025.04.15 04:01:23.522734 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1636 | 2025.04.15 04:01:23.523024 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1637 | 2025.04.15 04:01:23.523433 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1638 | 2025.04.15 04:01:23.523483 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1639 | 2025.04.15 04:01:23.523880 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1640 | 2025.04.15 04:01:23.523992 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1641 | 2025.04.15 04:01:23.524205 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1642 | 2025.04.15 04:01:23.524407 [ 287 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1643 | 2025.04.15 04:01:23.524412 [ 288 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1644 | 2025.04.15 04:01:23.524436 [ 286 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1645 | 2025.04.15 04:01:23.524616 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1646 | 2025.04.15 04:01:23.524652 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1647 | 2025.04.15 04:01:23.524793 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1648 | 2025.04.15 04:01:23.524823 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1649 | 2025.04.15 04:01:23.524877 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1650 | 2025.04.15 04:01:23.524934 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1651 | 2025.04.15 04:01:23.524984 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1652 | 2025.04.15 04:01:23.526613 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003724 sec., 9129.967776584319 rows/sec., 351.39 KiB/sec. | ||
| 1653 | 2025.04.15 04:01:23.526919 [ 3 ] {513669d7-7ed0-4ec4-aec1-869164aa0025} <Debug> TCPHandler: Processed in 0.004327762 sec. | ||
| 1654 | 2025.04.15 04:01:23.527200 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1655 | 2025.04.15 04:01:23.527373 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1656 | 2025.04.15 04:01:23.527672 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1657 | 2025.04.15 04:01:23.527719 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1658 | 2025.04.15 04:01:23.528027 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1659 | 2025.04.15 04:01:23.528093 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1660 | 2025.04.15 04:01:23.528233 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1661 | 2025.04.15 04:01:23.528394 [ 290 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1662 | 2025.04.15 04:01:23.528413 [ 288 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1663 | 2025.04.15 04:01:23.528393 [ 286 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1664 | 2025.04.15 04:01:23.528586 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1665 | 2025.04.15 04:01:23.528615 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1666 | 2025.04.15 04:01:23.528719 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1667 | 2025.04.15 04:01:23.528741 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1668 | 2025.04.15 04:01:23.528779 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1669 | 2025.04.15 04:01:23.528823 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1670 | 2025.04.15 04:01:23.528865 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1671 | 2025.04.15 04:01:23.530125 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002832 sec., 12005.649717514125 rows/sec., 462.07 KiB/sec. | ||
| 1672 | 2025.04.15 04:01:23.530300 [ 3 ] {292bb941-6fa4-46ac-ad5c-7202154aee72} <Debug> TCPHandler: Processed in 0.003150967 sec. | ||
| 1673 | 2025.04.15 04:01:23.530527 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1674 | 2025.04.15 04:01:23.530690 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1675 | 2025.04.15 04:01:23.531016 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1676 | 2025.04.15 04:01:23.531086 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1677 | 2025.04.15 04:01:23.531480 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1678 | 2025.04.15 04:01:23.531561 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1679 | 2025.04.15 04:01:23.531733 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1680 | 2025.04.15 04:01:23.531813 [ 287 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1681 | 2025.04.15 04:01:23.531890 [ 288 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1682 | 2025.04.15 04:01:23.531900 [ 290 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1683 | 2025.04.15 04:01:23.532017 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1684 | 2025.04.15 04:01:23.532046 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1685 | 2025.04.15 04:01:23.532151 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1686 | 2025.04.15 04:01:23.532171 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1687 | 2025.04.15 04:01:23.532211 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1688 | 2025.04.15 04:01:23.532253 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1689 | 2025.04.15 04:01:23.532290 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1690 | 2025.04.15 04:01:23.533578 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002965 sec., 11467.116357504216 rows/sec., 441.35 KiB/sec. | ||
| 1691 | 2025.04.15 04:01:23.533780 [ 3 ] {c0d18ad0-8d0c-4cd0-a22e-149cdb7ae2cf} <Debug> TCPHandler: Processed in 0.003302881 sec. | ||
| 1692 | 2025.04.15 04:01:23.534046 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1693 | 2025.04.15 04:01:23.534213 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1694 | 2025.04.15 04:01:23.534504 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1695 | 2025.04.15 04:01:23.534552 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1696 | 2025.04.15 04:01:23.534862 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1697 | 2025.04.15 04:01:23.534926 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1698 | 2025.04.15 04:01:23.535066 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1699 | 2025.04.15 04:01:23.535127 [ 287 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1700 | 2025.04.15 04:01:23.535201 [ 288 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1701 | 2025.04.15 04:01:23.535221 [ 286 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1702 | 2025.04.15 04:01:23.535334 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1703 | 2025.04.15 04:01:23.535362 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1704 | 2025.04.15 04:01:23.535467 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1705 | 2025.04.15 04:01:23.535487 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1706 | 2025.04.15 04:01:23.535525 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1707 | 2025.04.15 04:01:23.535566 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1708 | 2025.04.15 04:01:23.535607 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1709 | 2025.04.15 04:01:23.536940 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.002808 sec., 12108.262108262108 rows/sec., 466.02 KiB/sec. | ||
| 1710 | 2025.04.15 04:01:23.537127 [ 3 ] {6dbf8800-43cf-4b73-b0b0-2ff135857ebc} <Debug> TCPHandler: Processed in 0.003130477 sec. | ||
| 1711 | 2025.04.15 04:01:23.537356 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1712 | 2025.04.15 04:01:23.537520 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1713 | 2025.04.15 04:01:23.537810 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1714 | 2025.04.15 04:01:23.537885 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1715 | 2025.04.15 04:01:23.538220 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1716 | 2025.04.15 04:01:23.538285 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1717 | 2025.04.15 04:01:23.538423 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1718 | 2025.04.15 04:01:23.538505 [ 287 ] {51a01b19-343d-4467-b999-833f70af1a59} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1719 | 2025.04.15 04:01:23.538559 [ 288 ] {51a01b19-343d-4467-b999-833f70af1a59} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1720 | 2025.04.15 04:01:23.538588 [ 286 ] {51a01b19-343d-4467-b999-833f70af1a59} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1721 | 2025.04.15 04:01:23.538689 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1722 | 2025.04.15 04:01:23.538717 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1723 | 2025.04.15 04:01:23.538825 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1724 | 2025.04.15 04:01:23.538847 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1725 | 2025.04.15 04:01:23.538886 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1726 | 2025.04.15 04:01:23.538927 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1727 | 2025.04.15 04:01:23.538966 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1728 | 2025.04.15 04:01:23.540331 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00289 sec., 11764.70588235294 rows/sec., 452.80 KiB/sec. | ||
| 1729 | 2025.04.15 04:01:23.540518 [ 3 ] {51a01b19-343d-4467-b999-833f70af1a59} <Debug> TCPHandler: Processed in 0.003211198 sec. | ||
| 1730 | 2025.04.15 04:01:23.540727 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1731 | 2025.04.15 04:01:23.540888 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1732 | 2025.04.15 04:01:23.541182 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1733 | 2025.04.15 04:01:23.541231 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1734 | 2025.04.15 04:01:23.541547 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1735 | 2025.04.15 04:01:23.541611 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1736 | 2025.04.15 04:01:23.541749 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1737 | 2025.04.15 04:01:23.541837 [ 287 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1738 | 2025.04.15 04:01:23.541881 [ 288 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1739 | 2025.04.15 04:01:23.541901 [ 290 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1740 | 2025.04.15 04:01:23.542005 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 1741 | 2025.04.15 04:01:23.542034 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1742 | 2025.04.15 04:01:23.542137 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1743 | 2025.04.15 04:01:23.542158 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1744 | 2025.04.15 04:01:23.542195 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1745 | 2025.04.15 04:01:23.542236 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1746 | 2025.04.15 04:01:23.542273 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1747 | 2025.04.15 04:01:23.543601 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00279 sec., 12186.379928315413 rows/sec., 469.03 KiB/sec. | ||
| 1748 | 2025.04.15 04:01:23.543788 [ 3 ] {28df7e4c-41be-4320-b350-c07e04a6831e} <Debug> TCPHandler: Processed in 0.003109946 sec. | ||
| 1749 | 2025.04.15 04:01:23.632085 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1750 | 2025.04.15 04:01:23.632234 [ 3 ] {35ed01ed-603f-450b-a413-5f2d9e9a0def} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1751 | 2025.04.15 04:01:23.632292 [ 3 ] {35ed01ed-603f-450b-a413-5f2d9e9a0def} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1752 | 2025.04.15 04:01:23.633089 [ 3 ] {35ed01ed-603f-450b-a413-5f2d9e9a0def} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1753 | 2025.04.15 04:01:23.633132 [ 3 ] {35ed01ed-603f-450b-a413-5f2d9e9a0def} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1754 | 2025.04.15 04:01:23.633609 [ 3 ] {35ed01ed-603f-450b-a413-5f2d9e9a0def} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1755 | 2025.04.15 04:01:23.633832 [ 3 ] {35ed01ed-603f-450b-a413-5f2d9e9a0def} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1756 | 2025.04.15 04:01:23.634047 [ 3 ] {35ed01ed-603f-450b-a413-5f2d9e9a0def} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001857 sec., 3231.0177705977385 rows/sec., 719.41 KiB/sec. | ||
| 1757 | 2025.04.15 04:01:23.634102 [ 3 ] {35ed01ed-603f-450b-a413-5f2d9e9a0def} <Debug> TCPHandler: Processed in 0.002096214 sec. | ||
| 1758 | 2025.04.15 04:01:23.634223 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1759 | 2025.04.15 04:01:23.634327 [ 3 ] {af1f0dd3-6a2e-4068-95f9-ce9d9a21e38b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1760 | 2025.04.15 04:01:23.634371 [ 3 ] {af1f0dd3-6a2e-4068-95f9-ce9d9a21e38b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1761 | 2025.04.15 04:01:23.634973 [ 3 ] {af1f0dd3-6a2e-4068-95f9-ce9d9a21e38b} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1762 | 2025.04.15 04:01:23.635013 [ 3 ] {af1f0dd3-6a2e-4068-95f9-ce9d9a21e38b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1763 | 2025.04.15 04:01:23.635375 [ 3 ] {af1f0dd3-6a2e-4068-95f9-ce9d9a21e38b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1764 | 2025.04.15 04:01:23.635614 [ 3 ] {af1f0dd3-6a2e-4068-95f9-ce9d9a21e38b} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1765 | 2025.04.15 04:01:23.635814 [ 3 ] {af1f0dd3-6a2e-4068-95f9-ce9d9a21e38b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00151 sec., 140397.35099337748 rows/sec., 8.93 MiB/sec. | ||
| 1766 | 2025.04.15 04:01:23.635866 [ 3 ] {af1f0dd3-6a2e-4068-95f9-ce9d9a21e38b} <Debug> TCPHandler: Processed in 0.001692566 sec. | ||
| 1767 | 2025.04.15 04:01:23.635988 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1768 | 2025.04.15 04:01:23.636093 [ 3 ] {df394fe0-4a3f-4278-8c3f-989808dd2f54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1769 | 2025.04.15 04:01:23.636138 [ 3 ] {df394fe0-4a3f-4278-8c3f-989808dd2f54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1770 | 2025.04.15 04:01:23.637451 [ 3 ] {df394fe0-4a3f-4278-8c3f-989808dd2f54} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1771 | 2025.04.15 04:01:23.637491 [ 3 ] {df394fe0-4a3f-4278-8c3f-989808dd2f54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1772 | 2025.04.15 04:01:23.638005 [ 3 ] {df394fe0-4a3f-4278-8c3f-989808dd2f54} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1773 | 2025.04.15 04:01:23.638251 [ 3 ] {df394fe0-4a3f-4278-8c3f-989808dd2f54} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1774 | 2025.04.15 04:01:23.638448 [ 3 ] {df394fe0-4a3f-4278-8c3f-989808dd2f54} <Debug> executeQuery: Read 1747 rows, 145.48 KiB in 0.002377 sec., 734960.0336558687 rows/sec., 59.77 MiB/sec. | ||
| 1775 | 2025.04.15 04:01:23.638499 [ 3 ] {df394fe0-4a3f-4278-8c3f-989808dd2f54} <Debug> TCPHandler: Processed in 0.002559725 sec. | ||
| 1776 | 2025.04.15 04:01:23.638621 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1777 | 2025.04.15 04:01:23.638725 [ 3 ] {7ff002c8-4b83-4859-be15-294ba1e5996e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1778 | 2025.04.15 04:01:23.638774 [ 3 ] {7ff002c8-4b83-4859-be15-294ba1e5996e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1779 | 2025.04.15 04:01:23.639303 [ 3 ] {7ff002c8-4b83-4859-be15-294ba1e5996e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1780 | 2025.04.15 04:01:23.639342 [ 3 ] {7ff002c8-4b83-4859-be15-294ba1e5996e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1781 | 2025.04.15 04:01:23.639676 [ 3 ] {7ff002c8-4b83-4859-be15-294ba1e5996e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1782 | 2025.04.15 04:01:23.639908 [ 3 ] {7ff002c8-4b83-4859-be15-294ba1e5996e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1783 | 2025.04.15 04:01:23.640101 [ 3 ] {7ff002c8-4b83-4859-be15-294ba1e5996e} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001398 sec., 81545.0643776824 rows/sec., 4.88 MiB/sec. | ||
| 1784 | 2025.04.15 04:01:23.640153 [ 3 ] {7ff002c8-4b83-4859-be15-294ba1e5996e} <Debug> TCPHandler: Processed in 0.001581684 sec. | ||
| 1785 | 2025.04.15 04:01:23.640272 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1786 | 2025.04.15 04:01:23.640376 [ 3 ] {dec05c81-74c0-4852-be20-b6c973130fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1787 | 2025.04.15 04:01:23.640418 [ 3 ] {dec05c81-74c0-4852-be20-b6c973130fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1788 | 2025.04.15 04:01:23.641100 [ 3 ] {dec05c81-74c0-4852-be20-b6c973130fdc} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1789 | 2025.04.15 04:01:23.641147 [ 3 ] {dec05c81-74c0-4852-be20-b6c973130fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1790 | 2025.04.15 04:01:23.641586 [ 3 ] {dec05c81-74c0-4852-be20-b6c973130fdc} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1791 | 2025.04.15 04:01:23.641868 [ 3 ] {dec05c81-74c0-4852-be20-b6c973130fdc} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1792 | 2025.04.15 04:01:23.642083 [ 3 ] {dec05c81-74c0-4852-be20-b6c973130fdc} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001729 sec., 197223.82880277617 rows/sec., 13.16 MiB/sec. | ||
| 1793 | 2025.04.15 04:01:23.642136 [ 3 ] {dec05c81-74c0-4852-be20-b6c973130fdc} <Debug> TCPHandler: Processed in 0.001912721 sec. | ||
| 1794 | 2025.04.15 04:01:23.642251 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1795 | 2025.04.15 04:01:23.642356 [ 3 ] {9f10ff70-df44-4490-8bde-c0b2ae801766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1796 | 2025.04.15 04:01:23.642400 [ 3 ] {9f10ff70-df44-4490-8bde-c0b2ae801766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1797 | 2025.04.15 04:01:23.642932 [ 3 ] {9f10ff70-df44-4490-8bde-c0b2ae801766} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1798 | 2025.04.15 04:01:23.642971 [ 3 ] {9f10ff70-df44-4490-8bde-c0b2ae801766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1799 | 2025.04.15 04:01:23.643312 [ 3 ] {9f10ff70-df44-4490-8bde-c0b2ae801766} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1800 | 2025.04.15 04:01:23.643554 [ 3 ] {9f10ff70-df44-4490-8bde-c0b2ae801766} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1801 | 2025.04.15 04:01:23.643764 [ 3 ] {9f10ff70-df44-4490-8bde-c0b2ae801766} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001422 sec., 78762.30661040788 rows/sec., 4.49 MiB/sec. | ||
| 1802 | 2025.04.15 04:01:23.643817 [ 3 ] {9f10ff70-df44-4490-8bde-c0b2ae801766} <Debug> TCPHandler: Processed in 0.001615075 sec. | ||
| 1803 | 2025.04.15 04:01:23.643937 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1804 | 2025.04.15 04:01:23.644041 [ 3 ] {794eb2a8-f7b0-410a-ad3a-5d3491ef3291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1805 | 2025.04.15 04:01:23.644085 [ 3 ] {794eb2a8-f7b0-410a-ad3a-5d3491ef3291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1806 | 2025.04.15 04:01:23.644865 [ 3 ] {794eb2a8-f7b0-410a-ad3a-5d3491ef3291} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1807 | 2025.04.15 04:01:23.644904 [ 3 ] {794eb2a8-f7b0-410a-ad3a-5d3491ef3291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1808 | 2025.04.15 04:01:23.645275 [ 3 ] {794eb2a8-f7b0-410a-ad3a-5d3491ef3291} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1809 | 2025.04.15 04:01:23.645516 [ 3 ] {794eb2a8-f7b0-410a-ad3a-5d3491ef3291} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1810 | 2025.04.15 04:01:23.645714 [ 3 ] {794eb2a8-f7b0-410a-ad3a-5d3491ef3291} <Debug> executeQuery: Read 818 rows, 60.28 KiB in 0.001694 sec., 482880.7556080283 rows/sec., 34.75 MiB/sec. | ||
| 1811 | 2025.04.15 04:01:23.645766 [ 3 ] {794eb2a8-f7b0-410a-ad3a-5d3491ef3291} <Debug> TCPHandler: Processed in 0.00187776 sec. | ||
| 1812 | 2025.04.15 04:01:23.645882 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1813 | 2025.04.15 04:01:23.645986 [ 3 ] {3bd73f65-b2ad-4b8b-b57f-ef2218b4f645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1814 | 2025.04.15 04:01:23.646033 [ 3 ] {3bd73f65-b2ad-4b8b-b57f-ef2218b4f645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1815 | 2025.04.15 04:01:23.646438 [ 3 ] {3bd73f65-b2ad-4b8b-b57f-ef2218b4f645} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1816 | 2025.04.15 04:01:23.646476 [ 3 ] {3bd73f65-b2ad-4b8b-b57f-ef2218b4f645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1817 | 2025.04.15 04:01:23.646815 [ 3 ] {3bd73f65-b2ad-4b8b-b57f-ef2218b4f645} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1818 | 2025.04.15 04:01:23.647046 [ 3 ] {3bd73f65-b2ad-4b8b-b57f-ef2218b4f645} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1819 | 2025.04.15 04:01:23.647261 [ 3 ] {3bd73f65-b2ad-4b8b-b57f-ef2218b4f645} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001289 sec., 4654.7711404189295 rows/sec., 243.19 KiB/sec. | ||
| 1820 | 2025.04.15 04:01:23.647340 [ 3 ] {3bd73f65-b2ad-4b8b-b57f-ef2218b4f645} <Debug> TCPHandler: Processed in 0.001507582 sec. | ||
| 1821 | 2025.04.15 04:01:23.647454 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1822 | 2025.04.15 04:01:23.647557 [ 3 ] {9301ca50-05f0-45d9-8531-5bef18c79936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1823 | 2025.04.15 04:01:23.647605 [ 3 ] {9301ca50-05f0-45d9-8531-5bef18c79936} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1824 | 2025.04.15 04:01:23.648770 [ 3 ] {9301ca50-05f0-45d9-8531-5bef18c79936} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1825 | 2025.04.15 04:01:23.648805 [ 3 ] {9301ca50-05f0-45d9-8531-5bef18c79936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1826 | 2025.04.15 04:01:23.649347 [ 3 ] {9301ca50-05f0-45d9-8531-5bef18c79936} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1827 | 2025.04.15 04:01:23.649585 [ 3 ] {9301ca50-05f0-45d9-8531-5bef18c79936} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1828 | 2025.04.15 04:01:23.649789 [ 3 ] {9301ca50-05f0-45d9-8531-5bef18c79936} <Debug> executeQuery: Read 2481 rows, 169.26 KiB in 0.002252 sec., 1101687.3889875666 rows/sec., 73.40 MiB/sec. | ||
| 1829 | 2025.04.15 04:01:23.649842 [ 3 ] {9301ca50-05f0-45d9-8531-5bef18c79936} <Debug> TCPHandler: Processed in 0.002436082 sec. | ||
| 1830 | 2025.04.15 04:01:23.649955 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1831 | 2025.04.15 04:01:23.650060 [ 3 ] {fedc0250-b2d8-4286-af36-3ad9e2987163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1832 | 2025.04.15 04:01:23.650107 [ 3 ] {fedc0250-b2d8-4286-af36-3ad9e2987163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1833 | 2025.04.15 04:01:23.650523 [ 3 ] {fedc0250-b2d8-4286-af36-3ad9e2987163} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1834 | 2025.04.15 04:01:23.650562 [ 3 ] {fedc0250-b2d8-4286-af36-3ad9e2987163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1835 | 2025.04.15 04:01:23.650894 [ 3 ] {fedc0250-b2d8-4286-af36-3ad9e2987163} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1836 | 2025.04.15 04:01:23.651128 [ 3 ] {fedc0250-b2d8-4286-af36-3ad9e2987163} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1837 | 2025.04.15 04:01:23.651315 [ 3 ] {fedc0250-b2d8-4286-af36-3ad9e2987163} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001277 sec., 783.0853563038372 rows/sec., 52.77 KiB/sec. | ||
| 1838 | 2025.04.15 04:01:23.651366 [ 3 ] {fedc0250-b2d8-4286-af36-3ad9e2987163} <Debug> TCPHandler: Processed in 0.001459151 sec. | ||
| 1839 | 2025.04.15 04:01:23.651478 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1840 | 2025.04.15 04:01:23.651581 [ 3 ] {f3412758-ebfa-4470-8b4b-dc6e38c49cbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1841 | 2025.04.15 04:01:23.651646 [ 3 ] {f3412758-ebfa-4470-8b4b-dc6e38c49cbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1842 | 2025.04.15 04:01:23.652608 [ 3 ] {f3412758-ebfa-4470-8b4b-dc6e38c49cbd} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1843 | 2025.04.15 04:01:23.652646 [ 3 ] {f3412758-ebfa-4470-8b4b-dc6e38c49cbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1844 | 2025.04.15 04:01:23.653219 [ 3 ] {f3412758-ebfa-4470-8b4b-dc6e38c49cbd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1845 | 2025.04.15 04:01:23.653465 [ 3 ] {f3412758-ebfa-4470-8b4b-dc6e38c49cbd} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1846 | 2025.04.15 04:01:23.653778 [ 3 ] {f3412758-ebfa-4470-8b4b-dc6e38c49cbd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002195 sec., 3644.6469248291573 rows/sec., 6.53 MiB/sec. | ||
| 1847 | 2025.04.15 04:01:23.653895 [ 3 ] {f3412758-ebfa-4470-8b4b-dc6e38c49cbd} <Debug> TCPHandler: Processed in 0.002465583 sec. | ||
| 1848 | 2025.04.15 04:01:23.654015 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1849 | 2025.04.15 04:01:23.654118 [ 3 ] {de23a5da-3ec3-4f32-a806-0086b181fb0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1850 | 2025.04.15 04:01:23.654189 [ 3 ] {de23a5da-3ec3-4f32-a806-0086b181fb0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1851 | 2025.04.15 04:01:23.654760 [ 3 ] {de23a5da-3ec3-4f32-a806-0086b181fb0e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1852 | 2025.04.15 04:01:23.654811 [ 3 ] {de23a5da-3ec3-4f32-a806-0086b181fb0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1853 | 2025.04.15 04:01:23.655195 [ 3 ] {de23a5da-3ec3-4f32-a806-0086b181fb0e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1854 | 2025.04.15 04:01:23.655432 [ 3 ] {de23a5da-3ec3-4f32-a806-0086b181fb0e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1855 | 2025.04.15 04:01:23.655627 [ 3 ] {de23a5da-3ec3-4f32-a806-0086b181fb0e} <Debug> executeQuery: Read 30 rows, 1.74 KiB in 0.001531 sec., 19595.03592423253 rows/sec., 1.11 MiB/sec. | ||
| 1856 | 2025.04.15 04:01:23.655677 [ 3 ] {de23a5da-3ec3-4f32-a806-0086b181fb0e} <Debug> TCPHandler: Processed in 0.001711977 sec. | ||
| 1857 | 2025.04.15 04:01:24.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 165.53 MiB, peak 169.91 MiB, free memory in arenas 0.00 B, will set to 164.32 MiB (RSS), difference: -1.21 MiB | ||
| 1858 | 2025.04.15 04:01:25.314114 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 80 entries to flush up to offset 280 | ||
| 1859 | 2025.04.15 04:01:25.318065 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1860 | 2025.04.15 04:01:25.318125 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1861 | 2025.04.15 04:01:25.319739 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1862 | 2025.04.15 04:01:25.320059 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1863 | 2025.04.15 04:01:25.321093 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 280 | ||
| 1864 | 2025.04.15 04:01:27.822535 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1865 | 2025.04.15 04:01:27.823145 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1866 | 2025.04.15 04:01:27.823192 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1867 | 2025.04.15 04:01:27.823757 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1868 | 2025.04.15 04:01:27.824128 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1869 | 2025.04.15 04:01:27.824355 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1870 | 2025.04.15 04:01:27.960087 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1871 | 2025.04.15 04:01:27.960374 [ 3 ] {ddb9319d-430d-4717-a87a-50af6d43c55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1872 | 2025.04.15 04:01:27.960489 [ 3 ] {ddb9319d-430d-4717-a87a-50af6d43c55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1873 | 2025.04.15 04:01:27.961486 [ 3 ] {ddb9319d-430d-4717-a87a-50af6d43c55e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1874 | 2025.04.15 04:01:27.961533 [ 3 ] {ddb9319d-430d-4717-a87a-50af6d43c55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1875 | 2025.04.15 04:01:27.961963 [ 3 ] {ddb9319d-430d-4717-a87a-50af6d43c55e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1876 | 2025.04.15 04:01:27.962219 [ 3 ] {ddb9319d-430d-4717-a87a-50af6d43c55e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1877 | 2025.04.15 04:01:27.962440 [ 3 ] {ddb9319d-430d-4717-a87a-50af6d43c55e} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002152 sec., 26022.304832713755 rows/sec., 2.00 MiB/sec. | ||
| 1878 | 2025.04.15 04:01:27.962503 [ 3 ] {ddb9319d-430d-4717-a87a-50af6d43c55e} <Debug> TCPHandler: Processed in 0.002549964 sec. | ||
| 1879 | 2025.04.15 04:01:27.962631 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1880 | 2025.04.15 04:01:27.962743 [ 3 ] {45d47980-0706-4542-bdda-e3bd679a482f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1881 | 2025.04.15 04:01:27.962793 [ 3 ] {45d47980-0706-4542-bdda-e3bd679a482f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1882 | 2025.04.15 04:01:27.963330 [ 3 ] {45d47980-0706-4542-bdda-e3bd679a482f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1883 | 2025.04.15 04:01:27.963372 [ 3 ] {45d47980-0706-4542-bdda-e3bd679a482f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1884 | 2025.04.15 04:01:27.963740 [ 3 ] {45d47980-0706-4542-bdda-e3bd679a482f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1885 | 2025.04.15 04:01:27.964106 [ 3 ] {45d47980-0706-4542-bdda-e3bd679a482f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1886 | 2025.04.15 04:01:27.964317 [ 3 ] {45d47980-0706-4542-bdda-e3bd679a482f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001601 sec., 39975.015615240474 rows/sec., 3.12 MiB/sec. | ||
| 1887 | 2025.04.15 04:01:27.964369 [ 3 ] {45d47980-0706-4542-bdda-e3bd679a482f} <Debug> TCPHandler: Processed in 0.001791388 sec. | ||
| 1888 | 2025.04.15 04:01:27.964487 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1889 | 2025.04.15 04:01:27.964593 [ 3 ] {1105fd2f-aa8a-499b-8fad-23931d8a00ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1890 | 2025.04.15 04:01:27.964642 [ 3 ] {1105fd2f-aa8a-499b-8fad-23931d8a00ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1891 | 2025.04.15 04:01:27.965118 [ 3 ] {1105fd2f-aa8a-499b-8fad-23931d8a00ae} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1892 | 2025.04.15 04:01:27.965157 [ 3 ] {1105fd2f-aa8a-499b-8fad-23931d8a00ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1893 | 2025.04.15 04:01:27.965530 [ 3 ] {1105fd2f-aa8a-499b-8fad-23931d8a00ae} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1894 | 2025.04.15 04:01:27.965761 [ 3 ] {1105fd2f-aa8a-499b-8fad-23931d8a00ae} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1895 | 2025.04.15 04:01:27.965955 [ 3 ] {1105fd2f-aa8a-499b-8fad-23931d8a00ae} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001386 sec., 92352.09235209235 rows/sec., 6.43 MiB/sec. | ||
| 1896 | 2025.04.15 04:01:27.966004 [ 3 ] {1105fd2f-aa8a-499b-8fad-23931d8a00ae} <Debug> TCPHandler: Processed in 0.001565953 sec. | ||
| 1897 | 2025.04.15 04:01:27.966120 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1898 | 2025.04.15 04:01:27.966223 [ 3 ] {6fb2e48e-c1b0-4e9a-989c-36d308341d1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1899 | 2025.04.15 04:01:27.966268 [ 3 ] {6fb2e48e-c1b0-4e9a-989c-36d308341d1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1900 | 2025.04.15 04:01:27.966681 [ 3 ] {6fb2e48e-c1b0-4e9a-989c-36d308341d1e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1901 | 2025.04.15 04:01:27.966719 [ 3 ] {6fb2e48e-c1b0-4e9a-989c-36d308341d1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1902 | 2025.04.15 04:01:27.967060 [ 3 ] {6fb2e48e-c1b0-4e9a-989c-36d308341d1e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1903 | 2025.04.15 04:01:27.967294 [ 3 ] {6fb2e48e-c1b0-4e9a-989c-36d308341d1e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1904 | 2025.04.15 04:01:27.967488 [ 3 ] {6fb2e48e-c1b0-4e9a-989c-36d308341d1e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001287 sec., 37296.0372960373 rows/sec., 2.51 MiB/sec. | ||
| 1905 | 2025.04.15 04:01:27.967535 [ 3 ] {6fb2e48e-c1b0-4e9a-989c-36d308341d1e} <Debug> TCPHandler: Processed in 0.001463782 sec. | ||
| 1906 | 2025.04.15 04:01:28.048059 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1907 | 2025.04.15 04:01:28.067474 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1908 | 2025.04.15 04:01:28.067530 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1909 | 2025.04.15 04:01:28.074335 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1910 | 2025.04.15 04:01:28.075071 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1911 | 2025.04.15 04:01:28.078031 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1912 | 2025.04.15 04:01:29.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.94 MiB, peak 169.91 MiB, free memory in arenas 0.00 B, will set to 166.20 MiB (RSS), difference: 1.26 MiB | ||
| 1913 | 2025.04.15 04:01:32.962884 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1914 | 2025.04.15 04:01:32.963102 [ 3 ] {0705db8c-5c1e-4dc9-b6a0-ab64f94daae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1915 | 2025.04.15 04:01:32.963181 [ 3 ] {0705db8c-5c1e-4dc9-b6a0-ab64f94daae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1916 | 2025.04.15 04:01:32.964025 [ 3 ] {0705db8c-5c1e-4dc9-b6a0-ab64f94daae1} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1917 | 2025.04.15 04:01:32.964071 [ 3 ] {0705db8c-5c1e-4dc9-b6a0-ab64f94daae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1918 | 2025.04.15 04:01:32.964504 [ 3 ] {0705db8c-5c1e-4dc9-b6a0-ab64f94daae1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1919 | 2025.04.15 04:01:32.964757 [ 3 ] {0705db8c-5c1e-4dc9-b6a0-ab64f94daae1} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1920 | 2025.04.15 04:01:32.964943 [ 3 ] {0705db8c-5c1e-4dc9-b6a0-ab64f94daae1} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.001896 sec., 58016.877637130805 rows/sec., 4.88 MiB/sec. | ||
| 1921 | 2025.04.15 04:01:32.965004 [ 3 ] {0705db8c-5c1e-4dc9-b6a0-ab64f94daae1} <Debug> TCPHandler: Processed in 0.002259268 sec. | ||
| 1922 | 2025.04.15 04:01:32.965148 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1923 | 2025.04.15 04:01:32.965261 [ 3 ] {c498a59f-2e65-43f7-8057-3f9a78dcf81f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1924 | 2025.04.15 04:01:32.965310 [ 3 ] {c498a59f-2e65-43f7-8057-3f9a78dcf81f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1925 | 2025.04.15 04:01:32.965866 [ 3 ] {c498a59f-2e65-43f7-8057-3f9a78dcf81f} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1926 | 2025.04.15 04:01:32.965905 [ 3 ] {c498a59f-2e65-43f7-8057-3f9a78dcf81f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1927 | 2025.04.15 04:01:32.966248 [ 3 ] {c498a59f-2e65-43f7-8057-3f9a78dcf81f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1928 | 2025.04.15 04:01:32.966483 [ 3 ] {c498a59f-2e65-43f7-8057-3f9a78dcf81f} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1929 | 2025.04.15 04:01:32.966655 [ 3 ] {c498a59f-2e65-43f7-8057-3f9a78dcf81f} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.001421 sec., 19000.70372976777 rows/sec., 1.40 MiB/sec. | ||
| 1930 | 2025.04.15 04:01:32.966705 [ 3 ] {c498a59f-2e65-43f7-8057-3f9a78dcf81f} <Debug> TCPHandler: Processed in 0.001609654 sec. | ||
| 1931 | 2025.04.15 04:01:32.966815 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1932 | 2025.04.15 04:01:32.966920 [ 3 ] {8e7e751e-4fdc-4d90-a1b5-f3b150ac6b3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1933 | 2025.04.15 04:01:32.966965 [ 3 ] {8e7e751e-4fdc-4d90-a1b5-f3b150ac6b3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1934 | 2025.04.15 04:01:32.967495 [ 3 ] {8e7e751e-4fdc-4d90-a1b5-f3b150ac6b3b} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1935 | 2025.04.15 04:01:32.967532 [ 3 ] {8e7e751e-4fdc-4d90-a1b5-f3b150ac6b3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1936 | 2025.04.15 04:01:32.967877 [ 3 ] {8e7e751e-4fdc-4d90-a1b5-f3b150ac6b3b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1937 | 2025.04.15 04:01:32.968109 [ 3 ] {8e7e751e-4fdc-4d90-a1b5-f3b150ac6b3b} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1938 | 2025.04.15 04:01:32.968310 [ 3 ] {8e7e751e-4fdc-4d90-a1b5-f3b150ac6b3b} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.001412 sec., 64447.59206798866 rows/sec., 5.03 MiB/sec. | ||
| 1939 | 2025.04.15 04:01:32.968467 [ 3 ] {8e7e751e-4fdc-4d90-a1b5-f3b150ac6b3b} <Debug> TCPHandler: Processed in 0.001697366 sec. | ||
| 1940 | 2025.04.15 04:01:32.968584 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1941 | 2025.04.15 04:01:32.968689 [ 3 ] {ffdebd45-8666-46c3-aa50-631db1dcdd54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1942 | 2025.04.15 04:01:32.968736 [ 3 ] {ffdebd45-8666-46c3-aa50-631db1dcdd54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1943 | 2025.04.15 04:01:32.969250 [ 3 ] {ffdebd45-8666-46c3-aa50-631db1dcdd54} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1944 | 2025.04.15 04:01:32.969287 [ 3 ] {ffdebd45-8666-46c3-aa50-631db1dcdd54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1945 | 2025.04.15 04:01:32.969671 [ 3 ] {ffdebd45-8666-46c3-aa50-631db1dcdd54} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1946 | 2025.04.15 04:01:32.969907 [ 3 ] {ffdebd45-8666-46c3-aa50-631db1dcdd54} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1947 | 2025.04.15 04:01:32.970075 [ 3 ] {ffdebd45-8666-46c3-aa50-631db1dcdd54} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001407 sec., 113717.12864250178 rows/sec., 7.92 MiB/sec. | ||
| 1948 | 2025.04.15 04:01:32.970126 [ 3 ] {ffdebd45-8666-46c3-aa50-631db1dcdd54} <Debug> TCPHandler: Processed in 0.001592685 sec. | ||
| 1949 | 2025.04.15 04:01:32.970234 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1950 | 2025.04.15 04:01:32.970339 [ 3 ] {5eb1c757-3ecb-4c06-99ad-2c5868bc6840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1951 | 2025.04.15 04:01:32.970403 [ 3 ] {5eb1c757-3ecb-4c06-99ad-2c5868bc6840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.04.15 04:01:32.971446 [ 3 ] {5eb1c757-3ecb-4c06-99ad-2c5868bc6840} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1953 | 2025.04.15 04:01:32.971483 [ 3 ] {5eb1c757-3ecb-4c06-99ad-2c5868bc6840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1954 | 2025.04.15 04:01:32.972096 [ 3 ] {5eb1c757-3ecb-4c06-99ad-2c5868bc6840} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1955 | 2025.04.15 04:01:32.972349 [ 3 ] {5eb1c757-3ecb-4c06-99ad-2c5868bc6840} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1956 | 2025.04.15 04:01:32.972532 [ 3 ] {5eb1c757-3ecb-4c06-99ad-2c5868bc6840} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.002214 sec., 12195.121951219513 rows/sec., 21.85 MiB/sec. | ||
| 1957 | 2025.04.15 04:01:32.972630 [ 3 ] {5eb1c757-3ecb-4c06-99ad-2c5868bc6840} <Debug> TCPHandler: Processed in 0.002445622 sec. | ||
| 1958 | 2025.04.15 04:01:32.972735 [ 3 ] {} <Trace> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1959 | 2025.04.15 04:01:32.972836 [ 3 ] {30745c78-3109-423f-aada-015d1f6a275a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54452) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1960 | 2025.04.15 04:01:32.972882 [ 3 ] {30745c78-3109-423f-aada-015d1f6a275a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1961 | 2025.04.15 04:01:32.973286 [ 3 ] {30745c78-3109-423f-aada-015d1f6a275a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1962 | 2025.04.15 04:01:32.973322 [ 3 ] {30745c78-3109-423f-aada-015d1f6a275a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1963 | 2025.04.15 04:01:32.973662 [ 3 ] {30745c78-3109-423f-aada-015d1f6a275a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1964 | 2025.04.15 04:01:32.973894 [ 3 ] {30745c78-3109-423f-aada-015d1f6a275a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1965 | 2025.04.15 04:01:32.974070 [ 3 ] {30745c78-3109-423f-aada-015d1f6a275a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001255 sec., 47808.764940239045 rows/sec., 3.22 MiB/sec. | ||
| 1966 | 2025.04.15 04:01:32.974146 [ 3 ] {30745c78-3109-423f-aada-015d1f6a275a} <Debug> TCPHandler: Processed in 0.001459471 sec. | ||
| 1967 | 2025.04.15 04:01:35.198358 [ 47 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1968 | 2025.04.15 04:01:35.198420 [ 47 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1969 | 2025.04.15 04:01:35.321521 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 300 | ||
| 1970 | 2025.04.15 04:01:35.324270 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1971 | 2025.04.15 04:01:35.324328 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1972 | 2025.04.15 04:01:35.324576 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1973 | 2025.04.15 04:01:35.327870 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1974 | 2025.04.15 04:01:35.327956 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1975 | 2025.04.15 04:01:35.329645 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1976 | 2025.04.15 04:01:35.330154 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1977 | 2025.04.15 04:01:35.330220 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1978 | 2025.04.15 04:01:35.330719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1979 | 2025.04.15 04:01:35.331020 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1980 | 2025.04.15 04:01:35.331723 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 300 | ||
| 1981 | 2025.04.15 04:01:35.578180 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1982 | 2025.04.15 04:01:35.597765 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1983 | 2025.04.15 04:01:35.597814 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1984 | 2025.04.15 04:01:35.604550 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1985 | 2025.04.15 04:01:35.605327 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1986 | 2025.04.15 04:01:35.607804 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1987 | 2025.04.15 04:01:35.706556 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1988 | 2025.04.15 04:01:35.706645 [ 3 ] {} <Debug> TCP-Session: 282538db-b8f7-42d5-b76b-eb9323400c5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1989 | 2025.04.15 04:01:36.000241 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.73 MiB, peak 170.76 MiB, free memory in arenas 0.00 B, will set to 166.45 MiB (RSS), difference: 1.72 MiB | ||
| 1990 | 2025.04.15 04:01:37.968358 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1991 | 2025.04.15 04:01:37.968569 [ 5 ] {7ff31893-d6af-4b14-8072-be8bf774fd62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1992 | 2025.04.15 04:01:37.968644 [ 5 ] {7ff31893-d6af-4b14-8072-be8bf774fd62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1993 | 2025.04.15 04:01:37.969466 [ 5 ] {7ff31893-d6af-4b14-8072-be8bf774fd62} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1994 | 2025.04.15 04:01:37.969521 [ 5 ] {7ff31893-d6af-4b14-8072-be8bf774fd62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 1995 | 2025.04.15 04:01:37.969965 [ 5 ] {7ff31893-d6af-4b14-8072-be8bf774fd62} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1996 | 2025.04.15 04:01:37.970226 [ 5 ] {7ff31893-d6af-4b14-8072-be8bf774fd62} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1997 | 2025.04.15 04:01:37.970459 [ 5 ] {7ff31893-d6af-4b14-8072-be8bf774fd62} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001941 sec., 109222.05048943844 rows/sec., 6.95 MiB/sec. | ||
| 1998 | 2025.04.15 04:01:37.970688 [ 5 ] {7ff31893-d6af-4b14-8072-be8bf774fd62} <Debug> TCPHandler: Processed in 0.002463983 sec. | ||
| 1999 | 2025.04.15 04:01:37.970894 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2000 | 2025.04.15 04:01:37.971005 [ 5 ] {70ffb691-f64e-4db4-863e-8d03e5f97ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2001 | 2025.04.15 04:01:37.971056 [ 5 ] {70ffb691-f64e-4db4-863e-8d03e5f97ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2002 | 2025.04.15 04:01:37.971820 [ 5 ] {70ffb691-f64e-4db4-863e-8d03e5f97ecb} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2003 | 2025.04.15 04:01:37.971864 [ 5 ] {70ffb691-f64e-4db4-863e-8d03e5f97ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2004 | 2025.04.15 04:01:37.972263 [ 5 ] {70ffb691-f64e-4db4-863e-8d03e5f97ecb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2005 | 2025.04.15 04:01:37.972514 [ 5 ] {70ffb691-f64e-4db4-863e-8d03e5f97ecb} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2006 | 2025.04.15 04:01:37.972768 [ 5 ] {70ffb691-f64e-4db4-863e-8d03e5f97ecb} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001788 sec., 354026.8456375839 rows/sec., 27.84 MiB/sec. | ||
| 2007 | 2025.04.15 04:01:37.972945 [ 5 ] {70ffb691-f64e-4db4-863e-8d03e5f97ecb} <Debug> TCPHandler: Processed in 0.002106205 sec. | ||
| 2008 | 2025.04.15 04:01:37.973078 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2009 | 2025.04.15 04:01:37.973188 [ 5 ] {607329a4-5b36-41bd-b0ed-6c5e03e36ffe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2010 | 2025.04.15 04:01:37.973237 [ 5 ] {607329a4-5b36-41bd-b0ed-6c5e03e36ffe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2011 | 2025.04.15 04:01:37.973789 [ 5 ] {607329a4-5b36-41bd-b0ed-6c5e03e36ffe} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2012 | 2025.04.15 04:01:37.973831 [ 5 ] {607329a4-5b36-41bd-b0ed-6c5e03e36ffe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2013 | 2025.04.15 04:01:37.974180 [ 5 ] {607329a4-5b36-41bd-b0ed-6c5e03e36ffe} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2014 | 2025.04.15 04:01:37.974422 [ 5 ] {607329a4-5b36-41bd-b0ed-6c5e03e36ffe} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2015 | 2025.04.15 04:01:37.974577 [ 43 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2016 | 2025.04.15 04:01:37.974660 [ 5 ] {607329a4-5b36-41bd-b0ed-6c5e03e36ffe} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001493 sec., 76356.32953784327 rows/sec., 4.57 MiB/sec. | ||
| 2017 | 2025.04.15 04:01:37.974692 [ 43 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2018 | 2025.04.15 04:01:37.974777 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2019 | 2025.04.15 04:01:37.974785 [ 5 ] {607329a4-5b36-41bd-b0ed-6c5e03e36ffe} <Debug> TCPHandler: Processed in 0.001758787 sec. | ||
| 2020 | 2025.04.15 04:01:37.975005 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 2021 | 2025.04.15 04:01:37.975016 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2022 | 2025.04.15 04:01:37.975293 [ 5 ] {c2fc0c9f-a97c-4ab4-b34b-f397840a72d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2023 | 2025.04.15 04:01:37.975308 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2024 | 2025.04.15 04:01:37.975375 [ 5 ] {c2fc0c9f-a97c-4ab4-b34b-f397840a72d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2025 | 2025.04.15 04:01:37.975394 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 114 rows starting from the beginning of the part | ||
| 2026 | 2025.04.15 04:01:37.975804 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 114 rows starting from the beginning of the part | ||
| 2027 | 2025.04.15 04:01:37.976238 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part | ||
| 2028 | 2025.04.15 04:01:37.976664 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 114 rows starting from the beginning of the part | ||
| 2029 | 2025.04.15 04:01:37.977009 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part | ||
| 2030 | 2025.04.15 04:01:37.977153 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 114 rows starting from the beginning of the part | ||
| 2031 | 2025.04.15 04:01:37.978006 [ 5 ] {c2fc0c9f-a97c-4ab4-b34b-f397840a72d0} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2032 | 2025.04.15 04:01:37.978081 [ 5 ] {c2fc0c9f-a97c-4ab4-b34b-f397840a72d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2033 | 2025.04.15 04:01:37.979044 [ 5 ] {c2fc0c9f-a97c-4ab4-b34b-f397840a72d0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2034 | 2025.04.15 04:01:37.979585 [ 5 ] {c2fc0c9f-a97c-4ab4-b34b-f397840a72d0} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2035 | 2025.04.15 04:01:37.980320 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 5 columns (5 merged, 0 gathered) in 0.005443956 sec., 93681.8739901645 rows/sec., 6.10 MiB/sec. | ||
| 2036 | 2025.04.15 04:01:37.980327 [ 5 ] {c2fc0c9f-a97c-4ab4-b34b-f397840a72d0} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005113 sec., 22100.528065714843 rows/sec., 1.43 MiB/sec. | ||
| 2037 | 2025.04.15 04:01:37.980511 [ 5 ] {c2fc0c9f-a97c-4ab4-b34b-f397840a72d0} <Debug> TCPHandler: Processed in 0.005589109 sec. | ||
| 2038 | 2025.04.15 04:01:37.980607 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2039 | 2025.04.15 04:01:37.980676 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2040 | 2025.04.15 04:01:37.980840 [ 5 ] {ef12999b-0d13-426c-a239-4adeef87026c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2041 | 2025.04.15 04:01:37.980914 [ 5 ] {ef12999b-0d13-426c-a239-4adeef87026c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2042 | 2025.04.15 04:01:37.981189 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_6_1} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2043 | 2025.04.15 04:01:37.981463 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_6_1} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2044 | 2025.04.15 04:01:37.981654 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2045 | 2025.04.15 04:01:37.981982 [ 5 ] {ef12999b-0d13-426c-a239-4adeef87026c} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2046 | 2025.04.15 04:01:37.982029 [ 5 ] {ef12999b-0d13-426c-a239-4adeef87026c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2047 | 2025.04.15 04:01:37.982401 [ 5 ] {ef12999b-0d13-426c-a239-4adeef87026c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2048 | 2025.04.15 04:01:37.982655 [ 5 ] {ef12999b-0d13-426c-a239-4adeef87026c} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2049 | 2025.04.15 04:01:37.982971 [ 5 ] {ef12999b-0d13-426c-a239-4adeef87026c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002159 sec., 51875.86845761927 rows/sec., 2.96 MiB/sec. | ||
| 2050 | 2025.04.15 04:01:37.983242 [ 5 ] {ef12999b-0d13-426c-a239-4adeef87026c} <Debug> TCPHandler: Processed in 0.002639737 sec. | ||
| 2051 | 2025.04.15 04:01:37.983379 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2052 | 2025.04.15 04:01:37.983483 [ 5 ] {8ca65e0a-b6e5-4d17-9f2a-603e85ef936f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2053 | 2025.04.15 04:01:37.983530 [ 5 ] {8ca65e0a-b6e5-4d17-9f2a-603e85ef936f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2054 | 2025.04.15 04:01:37.984214 [ 5 ] {8ca65e0a-b6e5-4d17-9f2a-603e85ef936f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2055 | 2025.04.15 04:01:37.984261 [ 5 ] {8ca65e0a-b6e5-4d17-9f2a-603e85ef936f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2056 | 2025.04.15 04:01:37.984732 [ 5 ] {8ca65e0a-b6e5-4d17-9f2a-603e85ef936f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2057 | 2025.04.15 04:01:37.985042 [ 5 ] {8ca65e0a-b6e5-4d17-9f2a-603e85ef936f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2058 | 2025.04.15 04:01:37.985296 [ 5 ] {8ca65e0a-b6e5-4d17-9f2a-603e85ef936f} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001834 sec., 212649.94547437297 rows/sec., 15.03 MiB/sec. | ||
| 2059 | 2025.04.15 04:01:37.985369 [ 5 ] {8ca65e0a-b6e5-4d17-9f2a-603e85ef936f} <Debug> TCPHandler: Processed in 0.002041133 sec. | ||
| 2060 | 2025.04.15 04:01:37.985606 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2061 | 2025.04.15 04:01:37.985722 [ 5 ] {72dd68df-2458-4e1a-b174-007484acc12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2062 | 2025.04.15 04:01:37.985776 [ 5 ] {72dd68df-2458-4e1a-b174-007484acc12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2063 | 2025.04.15 04:01:37.986323 [ 5 ] {72dd68df-2458-4e1a-b174-007484acc12d} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2064 | 2025.04.15 04:01:37.986370 [ 5 ] {72dd68df-2458-4e1a-b174-007484acc12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2065 | 2025.04.15 04:01:37.986763 [ 5 ] {72dd68df-2458-4e1a-b174-007484acc12d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2066 | 2025.04.15 04:01:37.987007 [ 5 ] {72dd68df-2458-4e1a-b174-007484acc12d} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2067 | 2025.04.15 04:01:37.987194 [ 5 ] {72dd68df-2458-4e1a-b174-007484acc12d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec. | ||
| 2068 | 2025.04.15 04:01:37.987247 [ 5 ] {72dd68df-2458-4e1a-b174-007484acc12d} <Debug> TCPHandler: Processed in 0.001698886 sec. | ||
| 2069 | 2025.04.15 04:01:37.987363 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2070 | 2025.04.15 04:01:37.987470 [ 5 ] {7a7cabf7-6c79-4306-95cd-11f5348009aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2071 | 2025.04.15 04:01:37.987519 [ 5 ] {7a7cabf7-6c79-4306-95cd-11f5348009aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2072 | 2025.04.15 04:01:37.988025 [ 5 ] {7a7cabf7-6c79-4306-95cd-11f5348009aa} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2073 | 2025.04.15 04:01:37.988066 [ 5 ] {7a7cabf7-6c79-4306-95cd-11f5348009aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2074 | 2025.04.15 04:01:37.988454 [ 5 ] {7a7cabf7-6c79-4306-95cd-11f5348009aa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2075 | 2025.04.15 04:01:37.988708 [ 5 ] {7a7cabf7-6c79-4306-95cd-11f5348009aa} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2076 | 2025.04.15 04:01:37.988938 [ 5 ] {7a7cabf7-6c79-4306-95cd-11f5348009aa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00149 sec., 159060.40268456377 rows/sec., 10.66 MiB/sec. | ||
| 2077 | 2025.04.15 04:01:37.988991 [ 5 ] {7a7cabf7-6c79-4306-95cd-11f5348009aa} <Debug> TCPHandler: Processed in 0.001680515 sec. | ||
| 2078 | 2025.04.15 04:01:37.989126 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2079 | 2025.04.15 04:01:37.989232 [ 5 ] {38d3a6f6-9828-4196-b5ad-188590845ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2080 | 2025.04.15 04:01:37.989281 [ 5 ] {38d3a6f6-9828-4196-b5ad-188590845ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2081 | 2025.04.15 04:01:37.989696 [ 5 ] {38d3a6f6-9828-4196-b5ad-188590845ce2} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2082 | 2025.04.15 04:01:37.989739 [ 5 ] {38d3a6f6-9828-4196-b5ad-188590845ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2083 | 2025.04.15 04:01:37.990103 [ 5 ] {38d3a6f6-9828-4196-b5ad-188590845ce2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2084 | 2025.04.15 04:01:37.990340 [ 5 ] {38d3a6f6-9828-4196-b5ad-188590845ce2} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2085 | 2025.04.15 04:01:37.990542 [ 5 ] {38d3a6f6-9828-4196-b5ad-188590845ce2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001333 sec., 750.1875468867216 rows/sec., 50.55 KiB/sec. | ||
| 2086 | 2025.04.15 04:01:37.990591 [ 5 ] {38d3a6f6-9828-4196-b5ad-188590845ce2} <Debug> TCPHandler: Processed in 0.001518523 sec. | ||
| 2087 | 2025.04.15 04:01:37.990711 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2088 | 2025.04.15 04:01:37.990827 [ 5 ] {7e6bcd45-e9c7-4dd1-8fa4-1bf3ae8b3829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2089 | 2025.04.15 04:01:37.990898 [ 5 ] {7e6bcd45-e9c7-4dd1-8fa4-1bf3ae8b3829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2090 | 2025.04.15 04:01:37.991924 [ 5 ] {7e6bcd45-e9c7-4dd1-8fa4-1bf3ae8b3829} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2091 | 2025.04.15 04:01:37.991965 [ 5 ] {7e6bcd45-e9c7-4dd1-8fa4-1bf3ae8b3829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2092 | 2025.04.15 04:01:37.992581 [ 5 ] {7e6bcd45-e9c7-4dd1-8fa4-1bf3ae8b3829} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2093 | 2025.04.15 04:01:37.992895 [ 5 ] {7e6bcd45-e9c7-4dd1-8fa4-1bf3ae8b3829} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2094 | 2025.04.15 04:01:37.993093 [ 42 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2095 | 2025.04.15 04:01:37.993160 [ 5 ] {7e6bcd45-e9c7-4dd1-8fa4-1bf3ae8b3829} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002354 sec., 3398.470688190314 rows/sec., 6.09 MiB/sec. | ||
| 2096 | 2025.04.15 04:01:37.993183 [ 42 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2097 | 2025.04.15 04:01:37.993256 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2098 | 2025.04.15 04:01:37.993579 [ 5 ] {7e6bcd45-e9c7-4dd1-8fa4-1bf3ae8b3829} <Debug> TCPHandler: Processed in 0.002913872 sec. | ||
| 2099 | 2025.04.15 04:01:37.993787 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 2100 | 2025.04.15 04:01:37.993948 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2101 | 2025.04.15 04:01:37.994205 [ 5 ] {e28d2de2-7962-43af-8ca7-d879e560ce84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2102 | 2025.04.15 04:01:37.994335 [ 5 ] {e28d2de2-7962-43af-8ca7-d879e560ce84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2103 | 2025.04.15 04:01:37.994689 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2104 | 2025.04.15 04:01:37.995083 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 2105 | 2025.04.15 04:01:37.995991 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 2106 | 2025.04.15 04:01:37.996514 [ 5 ] {e28d2de2-7962-43af-8ca7-d879e560ce84} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2107 | 2025.04.15 04:01:37.996629 [ 5 ] {e28d2de2-7962-43af-8ca7-d879e560ce84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.21 GiB. | ||
| 2108 | 2025.04.15 04:01:37.996720 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 27 rows starting from the beginning of the part | ||
| 2109 | 2025.04.15 04:01:37.997382 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 2110 | 2025.04.15 04:01:37.998099 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part | ||
| 2111 | 2025.04.15 04:01:37.998176 [ 5 ] {e28d2de2-7962-43af-8ca7-d879e560ce84} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2112 | 2025.04.15 04:01:37.998671 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 2113 | 2025.04.15 04:01:37.999120 [ 5 ] {e28d2de2-7962-43af-8ca7-d879e560ce84} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2114 | 2025.04.15 04:01:37.999975 [ 5 ] {e28d2de2-7962-43af-8ca7-d879e560ce84} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005845 sec., 14029.084687767321 rows/sec., 912.41 KiB/sec. | ||
| 2115 | 2025.04.15 04:01:38.000313 [ 5 ] {e28d2de2-7962-43af-8ca7-d879e560ce84} <Debug> TCPHandler: Processed in 0.006468138 sec. | ||
| 2116 | 2025.04.15 04:01:38.002969 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 86 rows, containing 19 columns (19 merged, 0 gathered) in 0.009518354 sec., 9035.175619650205 rows/sec., 16.19 MiB/sec. | ||
| 2117 | 2025.04.15 04:01:38.003362 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2118 | 2025.04.15 04:01:38.003898 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2119 | 2025.04.15 04:01:38.004006 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2120 | 2025.04.15 04:01:38.004137 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 2121 | 2025.04.15 04:01:42.830959 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2122 | 2025.04.15 04:01:42.831807 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2123 | 2025.04.15 04:01:42.831881 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2124 | 2025.04.15 04:01:42.832504 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2125 | 2025.04.15 04:01:42.832756 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2126 | 2025.04.15 04:01:42.833035 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2127 | 2025.04.15 04:01:42.962677 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2128 | 2025.04.15 04:01:42.962931 [ 5 ] {800b7ca0-918d-4535-b31e-1de29459e551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2129 | 2025.04.15 04:01:42.963036 [ 5 ] {800b7ca0-918d-4535-b31e-1de29459e551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2130 | 2025.04.15 04:01:42.964020 [ 5 ] {800b7ca0-918d-4535-b31e-1de29459e551} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2131 | 2025.04.15 04:01:42.964064 [ 5 ] {800b7ca0-918d-4535-b31e-1de29459e551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2132 | 2025.04.15 04:01:42.964487 [ 5 ] {800b7ca0-918d-4535-b31e-1de29459e551} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2133 | 2025.04.15 04:01:42.964742 [ 5 ] {800b7ca0-918d-4535-b31e-1de29459e551} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2134 | 2025.04.15 04:01:42.964883 [ 37 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2135 | 2025.04.15 04:01:42.964935 [ 37 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2136 | 2025.04.15 04:01:42.964939 [ 5 ] {800b7ca0-918d-4535-b31e-1de29459e551} <Debug> executeQuery: Read 110 rows, 9.47 KiB in 0.002081 sec., 52859.20230658338 rows/sec., 4.44 MiB/sec. | ||
| 2137 | 2025.04.15 04:01:42.964961 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2138 | 2025.04.15 04:01:42.965045 [ 5 ] {800b7ca0-918d-4535-b31e-1de29459e551} <Debug> TCPHandler: Processed in 0.002496414 sec. | ||
| 2139 | 2025.04.15 04:01:42.965353 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2140 | 2025.04.15 04:01:42.965386 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2141 | 2025.04.15 04:01:42.965573 [ 5 ] {d6e1f53b-c923-43b0-89a5-e5fb5fcf03bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2142 | 2025.04.15 04:01:42.965695 [ 5 ] {d6e1f53b-c923-43b0-89a5-e5fb5fcf03bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2143 | 2025.04.15 04:01:42.965708 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2144 | 2025.04.15 04:01:42.965806 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 661 rows starting from the beginning of the part | ||
| 2145 | 2025.04.15 04:01:42.966060 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1747 rows starting from the beginning of the part | ||
| 2146 | 2025.04.15 04:01:42.966490 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 2147 | 2025.04.15 04:01:42.966849 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 110 rows starting from the beginning of the part | ||
| 2148 | 2025.04.15 04:01:42.967300 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 2149 | 2025.04.15 04:01:42.967577 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 110 rows starting from the beginning of the part | ||
| 2150 | 2025.04.15 04:01:42.968373 [ 5 ] {d6e1f53b-c923-43b0-89a5-e5fb5fcf03bc} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2151 | 2025.04.15 04:01:42.968431 [ 5 ] {d6e1f53b-c923-43b0-89a5-e5fb5fcf03bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2152 | 2025.04.15 04:01:42.969298 [ 5 ] {d6e1f53b-c923-43b0-89a5-e5fb5fcf03bc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2153 | 2025.04.15 04:01:42.969918 [ 5 ] {d6e1f53b-c923-43b0-89a5-e5fb5fcf03bc} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2154 | 2025.04.15 04:01:42.970410 [ 5 ] {d6e1f53b-c923-43b0-89a5-e5fb5fcf03bc} <Debug> executeQuery: Read 27 rows, 2.03 KiB in 0.004897 sec., 5513.579742699611 rows/sec., 414.60 KiB/sec. | ||
| 2155 | 2025.04.15 04:01:42.970581 [ 5 ] {d6e1f53b-c923-43b0-89a5-e5fb5fcf03bc} <Debug> TCPHandler: Processed in 0.005346874 sec. | ||
| 2156 | 2025.04.15 04:01:42.970721 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2157 | 2025.04.15 04:01:42.971011 [ 5 ] {373eeaf0-df84-4b66-9b43-c90abb1eee1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2158 | 2025.04.15 04:01:42.971042 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.005971667 sec., 555456.290513185 rows/sec., 46.89 MiB/sec. | ||
| 2159 | 2025.04.15 04:01:42.971088 [ 5 ] {373eeaf0-df84-4b66-9b43-c90abb1eee1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2160 | 2025.04.15 04:01:42.971339 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2161 | 2025.04.15 04:01:42.971943 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_11_2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2162 | 2025.04.15 04:01:42.972163 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_11_2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2163 | 2025.04.15 04:01:42.972314 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 2164 | 2025.04.15 04:01:42.972335 [ 5 ] {373eeaf0-df84-4b66-9b43-c90abb1eee1d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2165 | 2025.04.15 04:01:42.972389 [ 5 ] {373eeaf0-df84-4b66-9b43-c90abb1eee1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2166 | 2025.04.15 04:01:42.972744 [ 5 ] {373eeaf0-df84-4b66-9b43-c90abb1eee1d} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2167 | 2025.04.15 04:01:42.972978 [ 5 ] {373eeaf0-df84-4b66-9b43-c90abb1eee1d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2168 | 2025.04.15 04:01:42.973101 [ 37 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2169 | 2025.04.15 04:01:42.973148 [ 37 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2170 | 2025.04.15 04:01:42.973158 [ 5 ] {373eeaf0-df84-4b66-9b43-c90abb1eee1d} <Debug> executeQuery: Read 91 rows, 7.28 KiB in 0.002229 sec., 40825.4822790489 rows/sec., 3.19 MiB/sec. | ||
| 2171 | 2025.04.15 04:01:42.973182 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2172 | 2025.04.15 04:01:42.973262 [ 5 ] {373eeaf0-df84-4b66-9b43-c90abb1eee1d} <Debug> TCPHandler: Processed in 0.002601805 sec. | ||
| 2173 | 2025.04.15 04:01:42.973407 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 2174 | 2025.04.15 04:01:42.973468 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2175 | 2025.04.15 04:01:42.973632 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2176 | 2025.04.15 04:01:42.973691 [ 5 ] {ec001cde-0187-4336-9934-931c61b9ffb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2177 | 2025.04.15 04:01:42.973704 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 399 rows starting from the beginning of the part | ||
| 2178 | 2025.04.15 04:01:42.973765 [ 5 ] {ec001cde-0187-4336-9934-931c61b9ffb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2179 | 2025.04.15 04:01:42.974039 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 818 rows starting from the beginning of the part | ||
| 2180 | 2025.04.15 04:01:42.974429 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 2181 | 2025.04.15 04:01:42.974812 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 91 rows starting from the beginning of the part | ||
| 2182 | 2025.04.15 04:01:42.975157 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 2183 | 2025.04.15 04:01:42.975485 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 91 rows starting from the beginning of the part | ||
| 2184 | 2025.04.15 04:01:42.976418 [ 5 ] {ec001cde-0187-4336-9934-931c61b9ffb5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2185 | 2025.04.15 04:01:42.976492 [ 5 ] {ec001cde-0187-4336-9934-931c61b9ffb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2186 | 2025.04.15 04:01:42.977376 [ 5 ] {ec001cde-0187-4336-9934-931c61b9ffb5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2187 | 2025.04.15 04:01:42.977808 [ 5 ] {ec001cde-0187-4336-9934-931c61b9ffb5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2188 | 2025.04.15 04:01:42.977979 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2189 | 2025.04.15 04:01:42.978071 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2190 | 2025.04.15 04:01:42.978145 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2191 | 2025.04.15 04:01:42.978306 [ 5 ] {ec001cde-0187-4336-9934-931c61b9ffb5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004659 sec., 34342.133505044 rows/sec., 2.39 MiB/sec. | ||
| 2192 | 2025.04.15 04:01:42.978779 [ 5 ] {ec001cde-0187-4336-9934-931c61b9ffb5} <Debug> TCPHandler: Processed in 0.005384095 sec. | ||
| 2193 | 2025.04.15 04:01:42.979122 [ 196 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1853 rows, containing 5 columns (5 merged, 0 gathered) in 0.005835105 sec., 317560.69513744826 rows/sec., 24.16 MiB/sec. | ||
| 2194 | 2025.04.15 04:01:42.979183 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 2195 | 2025.04.15 04:01:42.979213 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2196 | 2025.04.15 04:01:42.979415 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2197 | 2025.04.15 04:01:42.979578 [ 5 ] {02754f80-7c47-4e85-8d20-84e23f0c356c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2198 | 2025.04.15 04:01:42.979686 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2199 | 2025.04.15 04:01:42.979857 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 792 rows starting from the beginning of the part | ||
| 2200 | 2025.04.15 04:01:42.979888 [ 5 ] {02754f80-7c47-4e85-8d20-84e23f0c356c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2201 | 2025.04.15 04:01:42.980407 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_11_2} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2202 | 2025.04.15 04:01:42.980522 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2481 rows starting from the beginning of the part | ||
| 2203 | 2025.04.15 04:01:42.980721 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_11_2} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2204 | 2025.04.15 04:01:42.981131 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2205 | 2025.04.15 04:01:42.981165 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 2206 | 2025.04.15 04:01:42.981562 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 2207 | 2025.04.15 04:01:42.981919 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 2208 | 2025.04.15 04:01:42.982290 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 2209 | 2025.04.15 04:01:42.985863 [ 5 ] {02754f80-7c47-4e85-8d20-84e23f0c356c} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2210 | 2025.04.15 04:01:42.985908 [ 5 ] {02754f80-7c47-4e85-8d20-84e23f0c356c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2211 | 2025.04.15 04:01:42.986658 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3958 rows, containing 5 columns (5 merged, 0 gathered) in 0.008244996 sec., 480048.7471431157 rows/sec., 32.31 MiB/sec. | ||
| 2212 | 2025.04.15 04:01:42.987004 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2213 | 2025.04.15 04:01:42.987243 [ 5 ] {02754f80-7c47-4e85-8d20-84e23f0c356c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2214 | 2025.04.15 04:01:42.987485 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2215 | 2025.04.15 04:01:42.987761 [ 5 ] {02754f80-7c47-4e85-8d20-84e23f0c356c} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2216 | 2025.04.15 04:01:42.987813 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2217 | 2025.04.15 04:01:42.988173 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. | ||
| 2218 | 2025.04.15 04:01:42.988387 [ 5 ] {02754f80-7c47-4e85-8d20-84e23f0c356c} <Debug> executeQuery: Read 27 rows, 49.54 KiB in 0.00895 sec., 3016.759776536313 rows/sec., 5.41 MiB/sec. | ||
| 2219 | 2025.04.15 04:01:42.988540 [ 5 ] {02754f80-7c47-4e85-8d20-84e23f0c356c} <Debug> TCPHandler: Processed in 0.009440731 sec. | ||
| 2220 | 2025.04.15 04:01:42.988692 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2221 | 2025.04.15 04:01:42.988797 [ 5 ] {fc7d2ba1-618d-40d9-8430-8d9027fc8e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2222 | 2025.04.15 04:01:42.988845 [ 5 ] {fc7d2ba1-618d-40d9-8430-8d9027fc8e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2223 | 2025.04.15 04:01:42.989281 [ 5 ] {fc7d2ba1-618d-40d9-8430-8d9027fc8e74} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2224 | 2025.04.15 04:01:42.989319 [ 5 ] {fc7d2ba1-618d-40d9-8430-8d9027fc8e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2225 | 2025.04.15 04:01:42.989685 [ 5 ] {fc7d2ba1-618d-40d9-8430-8d9027fc8e74} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2226 | 2025.04.15 04:01:42.989918 [ 5 ] {fc7d2ba1-618d-40d9-8430-8d9027fc8e74} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2227 | 2025.04.15 04:01:42.990091 [ 36 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2228 | 2025.04.15 04:01:42.990141 [ 5 ] {fc7d2ba1-618d-40d9-8430-8d9027fc8e74} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
| 2229 | 2025.04.15 04:01:42.990156 [ 36 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2230 | 2025.04.15 04:01:42.990226 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2231 | 2025.04.15 04:01:42.990264 [ 5 ] {fc7d2ba1-618d-40d9-8430-8d9027fc8e74} <Debug> TCPHandler: Processed in 0.001620875 sec. | ||
| 2232 | 2025.04.15 04:01:42.990431 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 2233 | 2025.04.15 04:01:42.990540 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2234 | 2025.04.15 04:01:42.990577 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 276 rows starting from the beginning of the part | ||
| 2235 | 2025.04.15 04:01:42.990674 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 2236 | 2025.04.15 04:01:42.990814 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 2237 | 2025.04.15 04:01:42.990931 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 2238 | 2025.04.15 04:01:42.991103 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 2239 | 2025.04.15 04:01:42.991178 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 2240 | 2025.04.15 04:01:42.992271 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 556 rows, containing 4 columns (4 merged, 0 gathered) in 0.001946682 sec., 285614.18865536334 rows/sec., 18.52 MiB/sec. | ||
| 2241 | 2025.04.15 04:01:42.992469 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2242 | 2025.04.15 04:01:42.992810 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_11_2} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2243 | 2025.04.15 04:01:42.992888 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_11_2} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2244 | 2025.04.15 04:01:42.992970 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2245 | 2025.04.15 04:01:43.107934 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2246 | 2025.04.15 04:01:43.127500 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2247 | 2025.04.15 04:01:43.127565 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2248 | 2025.04.15 04:01:43.134689 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2249 | 2025.04.15 04:01:43.135495 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2250 | 2025.04.15 04:01:43.138373 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2251 | 2025.04.15 04:01:45.331935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 334 | ||
| 2252 | 2025.04.15 04:01:45.335022 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2253 | 2025.04.15 04:01:45.335072 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2254 | 2025.04.15 04:01:45.336564 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2255 | 2025.04.15 04:01:45.336881 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2256 | 2025.04.15 04:01:45.337056 [ 34 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2257 | 2025.04.15 04:01:45.337123 [ 34 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2258 | 2025.04.15 04:01:45.337166 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2259 | 2025.04.15 04:01:45.337860 [ 189 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 2260 | 2025.04.15 04:01:45.338489 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 334 | ||
| 2261 | 2025.04.15 04:01:45.338972 [ 189 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2262 | 2025.04.15 04:01:45.339172 [ 189 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 2263 | 2025.04.15 04:01:45.339735 [ 189 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 2264 | 2025.04.15 04:01:45.340231 [ 189 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 2265 | 2025.04.15 04:01:45.340926 [ 189 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 80 rows starting from the beginning of the part | ||
| 2266 | 2025.04.15 04:01:45.341611 [ 189 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 2267 | 2025.04.15 04:01:45.342201 [ 189 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 2268 | 2025.04.15 04:01:45.352080 [ 198 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 334 rows, containing 72 columns (72 merged, 0 gathered) in 0.014729854 sec., 22675.03805536701 rows/sec., 22.69 MiB/sec. | ||
| 2269 | 2025.04.15 04:01:45.353157 [ 198 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2270 | 2025.04.15 04:01:45.353973 [ 198 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_6_1} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2271 | 2025.04.15 04:01:45.354052 [ 198 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_6_1} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2272 | 2025.04.15 04:01:45.354347 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. | ||
| 2273 | 2025.04.15 04:01:47.967952 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2274 | 2025.04.15 04:01:47.968265 [ 5 ] {68542398-93d8-496c-9a75-00ee6fb44a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2275 | 2025.04.15 04:01:47.968385 [ 5 ] {68542398-93d8-496c-9a75-00ee6fb44a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2276 | 2025.04.15 04:01:47.969528 [ 5 ] {68542398-93d8-496c-9a75-00ee6fb44a24} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2277 | 2025.04.15 04:01:47.969584 [ 5 ] {68542398-93d8-496c-9a75-00ee6fb44a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2278 | 2025.04.15 04:01:47.970024 [ 5 ] {68542398-93d8-496c-9a75-00ee6fb44a24} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2279 | 2025.04.15 04:01:47.970295 [ 5 ] {68542398-93d8-496c-9a75-00ee6fb44a24} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2280 | 2025.04.15 04:01:47.970496 [ 30 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2281 | 2025.04.15 04:01:47.970520 [ 5 ] {68542398-93d8-496c-9a75-00ee6fb44a24} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002338 sec., 90675.79127459368 rows/sec., 5.77 MiB/sec. | ||
| 2282 | 2025.04.15 04:01:47.970585 [ 30 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2283 | 2025.04.15 04:01:47.970656 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2284 | 2025.04.15 04:01:47.970671 [ 5 ] {68542398-93d8-496c-9a75-00ee6fb44a24} <Debug> TCPHandler: Processed in 0.002920453 sec. | ||
| 2285 | 2025.04.15 04:01:47.970930 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2286 | 2025.04.15 04:01:47.970956 [ 190 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 2287 | 2025.04.15 04:01:47.971151 [ 5 ] {1bc3f13a-d47b-4e52-8d6f-ad7c920f812e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2288 | 2025.04.15 04:01:47.971243 [ 190 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2289 | 2025.04.15 04:01:47.971263 [ 5 ] {1bc3f13a-d47b-4e52-8d6f-ad7c920f812e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2290 | 2025.04.15 04:01:47.971328 [ 190 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 2291 | 2025.04.15 04:01:47.971721 [ 190 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 2292 | 2025.04.15 04:01:47.972162 [ 190 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 2293 | 2025.04.15 04:01:47.972544 [ 190 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 2294 | 2025.04.15 04:01:47.972744 [ 190 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 2295 | 2025.04.15 04:01:47.973818 [ 5 ] {1bc3f13a-d47b-4e52-8d6f-ad7c920f812e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2296 | 2025.04.15 04:01:47.973893 [ 5 ] {1bc3f13a-d47b-4e52-8d6f-ad7c920f812e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2297 | 2025.04.15 04:01:47.974944 [ 5 ] {1bc3f13a-d47b-4e52-8d6f-ad7c920f812e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2298 | 2025.04.15 04:01:47.975331 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004559707 sec., 232471.0776372254 rows/sec., 15.67 MiB/sec. | ||
| 2299 | 2025.04.15 04:01:47.975465 [ 5 ] {1bc3f13a-d47b-4e52-8d6f-ad7c920f812e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2300 | 2025.04.15 04:01:47.975583 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2301 | 2025.04.15 04:01:47.976036 [ 5 ] {1bc3f13a-d47b-4e52-8d6f-ad7c920f812e} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.004915 sec., 128789.42014242116 rows/sec., 10.13 MiB/sec. | ||
| 2302 | 2025.04.15 04:01:47.976418 [ 5 ] {1bc3f13a-d47b-4e52-8d6f-ad7c920f812e} <Debug> TCPHandler: Processed in 0.005578129 sec. | ||
| 2303 | 2025.04.15 04:01:47.976612 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_5_1} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2304 | 2025.04.15 04:01:47.976710 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2305 | 2025.04.15 04:01:47.976762 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_5_1} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2306 | 2025.04.15 04:01:47.976910 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2307 | 2025.04.15 04:01:47.976916 [ 5 ] {78fc1f1b-4129-4e29-9634-e8ecae5abc87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2308 | 2025.04.15 04:01:47.977003 [ 5 ] {78fc1f1b-4129-4e29-9634-e8ecae5abc87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2309 | 2025.04.15 04:01:47.977606 [ 5 ] {78fc1f1b-4129-4e29-9634-e8ecae5abc87} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2310 | 2025.04.15 04:01:47.977649 [ 5 ] {78fc1f1b-4129-4e29-9634-e8ecae5abc87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2311 | 2025.04.15 04:01:47.978016 [ 5 ] {78fc1f1b-4129-4e29-9634-e8ecae5abc87} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2312 | 2025.04.15 04:01:47.978264 [ 5 ] {78fc1f1b-4129-4e29-9634-e8ecae5abc87} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2313 | 2025.04.15 04:01:47.978481 [ 5 ] {78fc1f1b-4129-4e29-9634-e8ecae5abc87} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001639 sec., 69554.60646735814 rows/sec., 4.16 MiB/sec. | ||
| 2314 | 2025.04.15 04:01:47.978540 [ 5 ] {78fc1f1b-4129-4e29-9634-e8ecae5abc87} <Debug> TCPHandler: Processed in 0.0019062 sec. | ||
| 2315 | 2025.04.15 04:01:47.978662 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2316 | 2025.04.15 04:01:47.978770 [ 5 ] {94a384ba-1b91-4af6-993e-4a80d3df8587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2317 | 2025.04.15 04:01:47.978817 [ 5 ] {94a384ba-1b91-4af6-993e-4a80d3df8587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2318 | 2025.04.15 04:01:47.979371 [ 5 ] {94a384ba-1b91-4af6-993e-4a80d3df8587} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.04.15 04:01:47.979412 [ 5 ] {94a384ba-1b91-4af6-993e-4a80d3df8587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2320 | 2025.04.15 04:01:47.979772 [ 5 ] {94a384ba-1b91-4af6-993e-4a80d3df8587} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2321 | 2025.04.15 04:01:47.980029 [ 5 ] {94a384ba-1b91-4af6-993e-4a80d3df8587} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2025.04.15 04:01:47.980300 [ 5 ] {94a384ba-1b91-4af6-993e-4a80d3df8587} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001531 sec., 73807.96864794251 rows/sec., 4.78 MiB/sec. | ||
| 2323 | 2025.04.15 04:01:47.980423 [ 5 ] {94a384ba-1b91-4af6-993e-4a80d3df8587} <Debug> TCPHandler: Processed in 0.001811449 sec. | ||
| 2324 | 2025.04.15 04:01:47.980557 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2325 | 2025.04.15 04:01:47.980663 [ 5 ] {48c9ce44-283a-4f81-ad73-e625dc0c4129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2326 | 2025.04.15 04:01:47.980709 [ 5 ] {48c9ce44-283a-4f81-ad73-e625dc0c4129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2327 | 2025.04.15 04:01:47.981295 [ 5 ] {48c9ce44-283a-4f81-ad73-e625dc0c4129} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2328 | 2025.04.15 04:01:47.981335 [ 5 ] {48c9ce44-283a-4f81-ad73-e625dc0c4129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2329 | 2025.04.15 04:01:47.981687 [ 5 ] {48c9ce44-283a-4f81-ad73-e625dc0c4129} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2330 | 2025.04.15 04:01:47.981935 [ 5 ] {48c9ce44-283a-4f81-ad73-e625dc0c4129} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2331 | 2025.04.15 04:01:47.982113 [ 30 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2332 | 2025.04.15 04:01:47.982198 [ 30 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2333 | 2025.04.15 04:01:47.982243 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2334 | 2025.04.15 04:01:47.982241 [ 5 ] {48c9ce44-283a-4f81-ad73-e625dc0c4129} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001589 sec., 70484.58149779736 rows/sec., 4.02 MiB/sec. | ||
| 2335 | 2025.04.15 04:01:47.982513 [ 5 ] {48c9ce44-283a-4f81-ad73-e625dc0c4129} <Debug> TCPHandler: Processed in 0.002000663 sec. | ||
| 2336 | 2025.04.15 04:01:47.982692 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 2337 | 2025.04.15 04:01:47.982806 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2338 | 2025.04.15 04:01:47.982883 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2339 | 2025.04.15 04:01:47.982969 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 2340 | 2025.04.15 04:01:47.983004 [ 5 ] {dc26f935-deb7-4b04-981c-0fd880e275ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2341 | 2025.04.15 04:01:47.983106 [ 5 ] {dc26f935-deb7-4b04-981c-0fd880e275ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2342 | 2025.04.15 04:01:47.983374 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 2343 | 2025.04.15 04:01:47.983748 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 2344 | 2025.04.15 04:01:47.984159 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 2345 | 2025.04.15 04:01:47.984490 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 2346 | 2025.04.15 04:01:47.985867 [ 5 ] {dc26f935-deb7-4b04-981c-0fd880e275ef} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2347 | 2025.04.15 04:01:47.985952 [ 5 ] {dc26f935-deb7-4b04-981c-0fd880e275ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2348 | 2025.04.15 04:01:47.987044 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004725761 sec., 118499.43321297881 rows/sec., 7.20 MiB/sec. | ||
| 2349 | 2025.04.15 04:01:47.987053 [ 5 ] {dc26f935-deb7-4b04-981c-0fd880e275ef} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2350 | 2025.04.15 04:01:47.987225 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2351 | 2025.04.15 04:01:47.987536 [ 5 ] {dc26f935-deb7-4b04-981c-0fd880e275ef} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2352 | 2025.04.15 04:01:47.987697 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_5_1} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2353 | 2025.04.15 04:01:47.988087 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_5_1} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2354 | 2025.04.15 04:01:47.988168 [ 5 ] {dc26f935-deb7-4b04-981c-0fd880e275ef} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.005165 sec., 75508.2284607938 rows/sec., 5.34 MiB/sec. | ||
| 2355 | 2025.04.15 04:01:47.988304 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2356 | 2025.04.15 04:01:47.988396 [ 5 ] {dc26f935-deb7-4b04-981c-0fd880e275ef} <Debug> TCPHandler: Processed in 0.005666261 sec. | ||
| 2357 | 2025.04.15 04:01:47.988537 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2358 | 2025.04.15 04:01:47.988649 [ 5 ] {35c8758a-ea94-4415-b716-61a13cdc842a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2359 | 2025.04.15 04:01:47.988698 [ 5 ] {35c8758a-ea94-4415-b716-61a13cdc842a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2360 | 2025.04.15 04:01:47.989195 [ 5 ] {35c8758a-ea94-4415-b716-61a13cdc842a} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2361 | 2025.04.15 04:01:47.989234 [ 5 ] {35c8758a-ea94-4415-b716-61a13cdc842a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2362 | 2025.04.15 04:01:47.989607 [ 5 ] {35c8758a-ea94-4415-b716-61a13cdc842a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2363 | 2025.04.15 04:01:47.989843 [ 5 ] {35c8758a-ea94-4415-b716-61a13cdc842a} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2364 | 2025.04.15 04:01:47.990104 [ 5 ] {35c8758a-ea94-4415-b716-61a13cdc842a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec. | ||
| 2365 | 2025.04.15 04:01:47.990255 [ 5 ] {35c8758a-ea94-4415-b716-61a13cdc842a} <Debug> TCPHandler: Processed in 0.001769568 sec. | ||
| 2366 | 2025.04.15 04:01:47.990378 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2367 | 2025.04.15 04:01:47.990482 [ 5 ] {c6ee904e-e726-4a33-93ba-6c46fec370e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2368 | 2025.04.15 04:01:47.990530 [ 5 ] {c6ee904e-e726-4a33-93ba-6c46fec370e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2369 | 2025.04.15 04:01:47.991084 [ 5 ] {c6ee904e-e726-4a33-93ba-6c46fec370e3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2370 | 2025.04.15 04:01:47.991123 [ 5 ] {c6ee904e-e726-4a33-93ba-6c46fec370e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2371 | 2025.04.15 04:01:47.991527 [ 5 ] {c6ee904e-e726-4a33-93ba-6c46fec370e3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2372 | 2025.04.15 04:01:47.991771 [ 5 ] {c6ee904e-e726-4a33-93ba-6c46fec370e3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2373 | 2025.04.15 04:01:47.992037 [ 5 ] {c6ee904e-e726-4a33-93ba-6c46fec370e3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001555 sec., 152411.57556270098 rows/sec., 10.22 MiB/sec. | ||
| 2374 | 2025.04.15 04:01:47.992199 [ 5 ] {c6ee904e-e726-4a33-93ba-6c46fec370e3} <Debug> TCPHandler: Processed in 0.00186815 sec. | ||
| 2375 | 2025.04.15 04:01:47.992325 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2376 | 2025.04.15 04:01:47.992441 [ 5 ] {c963665a-a7ed-4bce-8fa1-a220f37316de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2377 | 2025.04.15 04:01:47.992490 [ 5 ] {c963665a-a7ed-4bce-8fa1-a220f37316de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2378 | 2025.04.15 04:01:47.992906 [ 5 ] {c963665a-a7ed-4bce-8fa1-a220f37316de} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2379 | 2025.04.15 04:01:47.992947 [ 5 ] {c963665a-a7ed-4bce-8fa1-a220f37316de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2380 | 2025.04.15 04:01:47.993293 [ 5 ] {c963665a-a7ed-4bce-8fa1-a220f37316de} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2381 | 2025.04.15 04:01:47.993526 [ 5 ] {c963665a-a7ed-4bce-8fa1-a220f37316de} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2382 | 2025.04.15 04:01:47.993693 [ 30 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2383 | 2025.04.15 04:01:47.993762 [ 30 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2384 | 2025.04.15 04:01:47.993784 [ 5 ] {c963665a-a7ed-4bce-8fa1-a220f37316de} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001361 sec., 734.7538574577517 rows/sec., 49.51 KiB/sec. | ||
| 2385 | 2025.04.15 04:01:47.993800 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2386 | 2025.04.15 04:01:47.993982 [ 5 ] {c963665a-a7ed-4bce-8fa1-a220f37316de} <Debug> TCPHandler: Processed in 0.001700736 sec. | ||
| 2387 | 2025.04.15 04:01:47.994258 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 2388 | 2025.04.15 04:01:47.994322 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2389 | 2025.04.15 04:01:47.994503 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2390 | 2025.04.15 04:01:47.994547 [ 5 ] {5af480e3-920c-4706-b97e-e8cb736e5a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2391 | 2025.04.15 04:01:47.994566 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 2392 | 2025.04.15 04:01:47.994852 [ 5 ] {5af480e3-920c-4706-b97e-e8cb736e5a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2393 | 2025.04.15 04:01:47.994901 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 2394 | 2025.04.15 04:01:47.995250 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 2395 | 2025.04.15 04:01:47.995713 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 2396 | 2025.04.15 04:01:47.996063 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 2397 | 2025.04.15 04:01:47.999510 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005591629 sec., 894.193802915036 rows/sec., 60.25 KiB/sec. | ||
| 2398 | 2025.04.15 04:01:47.999756 [ 186 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2399 | 2025.04.15 04:01:48.000166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.08 MiB, peak 171.73 MiB, free memory in arenas 0.00 B, will set to 167.25 MiB (RSS), difference: -3.82 MiB | ||
| 2400 | 2025.04.15 04:01:48.000169 [ 5 ] {5af480e3-920c-4706-b97e-e8cb736e5a96} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2401 | 2025.04.15 04:01:48.000311 [ 5 ] {5af480e3-920c-4706-b97e-e8cb736e5a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2402 | 2025.04.15 04:01:48.000643 [ 186 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_5_1} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2403 | 2025.04.15 04:01:48.001101 [ 186 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_5_1} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2404 | 2025.04.15 04:01:48.001307 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2405 | 2025.04.15 04:01:48.001816 [ 5 ] {5af480e3-920c-4706-b97e-e8cb736e5a96} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2406 | 2025.04.15 04:01:48.002095 [ 5 ] {5af480e3-920c-4706-b97e-e8cb736e5a96} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2407 | 2025.04.15 04:01:48.002420 [ 5 ] {5af480e3-920c-4706-b97e-e8cb736e5a96} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007915 sec., 1010.7391029690461 rows/sec., 1.81 MiB/sec. | ||
| 2408 | 2025.04.15 04:01:48.002650 [ 5 ] {5af480e3-920c-4706-b97e-e8cb736e5a96} <Debug> TCPHandler: Processed in 0.00842719 sec. | ||
| 2409 | 2025.04.15 04:01:48.002770 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2410 | 2025.04.15 04:01:48.002870 [ 5 ] {657f4d2f-bb7e-4a83-b0c7-9d37c50f0652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2411 | 2025.04.15 04:01:48.002917 [ 5 ] {657f4d2f-bb7e-4a83-b0c7-9d37c50f0652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2412 | 2025.04.15 04:01:48.003406 [ 5 ] {657f4d2f-bb7e-4a83-b0c7-9d37c50f0652} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2413 | 2025.04.15 04:01:48.003444 [ 5 ] {657f4d2f-bb7e-4a83-b0c7-9d37c50f0652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2414 | 2025.04.15 04:01:48.003815 [ 5 ] {657f4d2f-bb7e-4a83-b0c7-9d37c50f0652} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2415 | 2025.04.15 04:01:48.004055 [ 5 ] {657f4d2f-bb7e-4a83-b0c7-9d37c50f0652} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2416 | 2025.04.15 04:01:48.004300 [ 5 ] {657f4d2f-bb7e-4a83-b0c7-9d37c50f0652} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00145 sec., 56551.724137931036 rows/sec., 3.59 MiB/sec. | ||
| 2417 | 2025.04.15 04:01:48.004476 [ 5 ] {657f4d2f-bb7e-4a83-b0c7-9d37c50f0652} <Debug> TCPHandler: Processed in 0.001749947 sec. | ||
| 2418 | 2025.04.15 04:01:49.000245 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.27 MiB, peak 171.73 MiB, free memory in arenas 0.00 B, will set to 167.26 MiB (RSS), difference: 2.99 MiB | ||
| 2419 | 2025.04.15 04:01:50.198467 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2420 | 2025.04.15 04:01:50.198541 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2421 | 2025.04.15 04:01:50.333172 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2422 | 2025.04.15 04:01:50.333794 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2423 | 2025.04.15 04:01:50.333834 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2424 | 2025.04.15 04:01:50.334347 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2425 | 2025.04.15 04:01:50.334601 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2426 | 2025.04.15 04:01:50.334802 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2427 | 2025.04.15 04:01:50.638455 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2428 | 2025.04.15 04:01:50.658793 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2429 | 2025.04.15 04:01:50.658859 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2430 | 2025.04.15 04:01:50.666265 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2431 | 2025.04.15 04:01:50.667033 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2432 | 2025.04.15 04:01:50.669522 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2433 | 2025.04.15 04:01:52.956080 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2434 | 2025.04.15 04:01:52.956380 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) 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) | ||
| 2435 | 2025.04.15 04:01:52.956862 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2436 | 2025.04.15 04:01:52.956926 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <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 | ||
| 2437 | 2025.04.15 04:01:52.957325 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2438 | 2025.04.15 04:01:52.957403 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2439 | 2025.04.15 04:01:52.957569 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2440 | 2025.04.15 04:01:52.957674 [ 287 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2441 | 2025.04.15 04:01:52.957783 [ 286 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2442 | 2025.04.15 04:01:52.957821 [ 288 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2443 | 2025.04.15 04:01:52.957787 [ 290 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2444 | 2025.04.15 04:01:52.957998 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 2445 | 2025.04.15 04:01:52.958029 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2446 | 2025.04.15 04:01:52.958165 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2447 | 2025.04.15 04:01:52.958190 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2448 | 2025.04.15 04:01:52.958232 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <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'))" | ||
| 2449 | 2025.04.15 04:01:52.958277 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <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'))" | ||
| 2450 | 2025.04.15 04:01:52.958317 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <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'))" | ||
| 2451 | 2025.04.15 04:01:52.958355 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <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'))" | ||
| 2452 | 2025.04.15 04:01:52.960648 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004413 sec., 9064.12871062769 rows/sec., 345.66 KiB/sec. | ||
| 2453 | 2025.04.15 04:01:52.960871 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Debug> MemoryTracker: Peak memory usage (for query): 143.87 KiB. | ||
| 2454 | 2025.04.15 04:01:52.960889 [ 5 ] {2e877a2f-dfe9-4d05-afba-7ca127cb3402} <Debug> TCPHandler: Processed in 0.004950565 sec. | ||
| 2455 | 2025.04.15 04:01:52.968666 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2456 | 2025.04.15 04:01:52.968810 [ 5 ] {f297711d-6f79-48f7-bd72-5a4e32026c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2457 | 2025.04.15 04:01:52.968869 [ 5 ] {f297711d-6f79-48f7-bd72-5a4e32026c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2458 | 2025.04.15 04:01:52.969695 [ 5 ] {f297711d-6f79-48f7-bd72-5a4e32026c12} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2459 | 2025.04.15 04:01:52.969740 [ 5 ] {f297711d-6f79-48f7-bd72-5a4e32026c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2460 | 2025.04.15 04:01:52.970207 [ 5 ] {f297711d-6f79-48f7-bd72-5a4e32026c12} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2461 | 2025.04.15 04:01:52.970427 [ 5 ] {f297711d-6f79-48f7-bd72-5a4e32026c12} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2462 | 2025.04.15 04:01:52.970643 [ 5 ] {f297711d-6f79-48f7-bd72-5a4e32026c12} <Debug> executeQuery: Read 1 rows, 106.00 B in 0.001875 sec., 533.3333333333334 rows/sec., 55.21 KiB/sec. | ||
| 2463 | 2025.04.15 04:01:52.970694 [ 5 ] {f297711d-6f79-48f7-bd72-5a4e32026c12} <Debug> TCPHandler: Processed in 0.002093294 sec. | ||
| 2464 | 2025.04.15 04:01:52.970815 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2465 | 2025.04.15 04:01:52.970918 [ 5 ] {5c0a57a6-42fe-4dfa-bae3-bb08e5bb28e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2466 | 2025.04.15 04:01:52.970961 [ 5 ] {5c0a57a6-42fe-4dfa-bae3-bb08e5bb28e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2467 | 2025.04.15 04:01:52.971538 [ 5 ] {5c0a57a6-42fe-4dfa-bae3-bb08e5bb28e8} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2468 | 2025.04.15 04:01:52.971576 [ 5 ] {5c0a57a6-42fe-4dfa-bae3-bb08e5bb28e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2469 | 2025.04.15 04:01:52.971926 [ 5 ] {5c0a57a6-42fe-4dfa-bae3-bb08e5bb28e8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2470 | 2025.04.15 04:01:52.972157 [ 5 ] {5c0a57a6-42fe-4dfa-bae3-bb08e5bb28e8} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2471 | 2025.04.15 04:01:52.972397 [ 5 ] {5c0a57a6-42fe-4dfa-bae3-bb08e5bb28e8} <Debug> executeQuery: Read 119 rows, 10.33 KiB in 0.001497 sec., 79492.31796927187 rows/sec., 6.74 MiB/sec. | ||
| 2472 | 2025.04.15 04:01:52.972576 [ 5 ] {5c0a57a6-42fe-4dfa-bae3-bb08e5bb28e8} <Debug> TCPHandler: Processed in 0.001803468 sec. | ||
| 2473 | 2025.04.15 04:01:52.972743 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2474 | 2025.04.15 04:01:52.972844 [ 5 ] {00105d26-79c5-4c18-831e-078c6a5f9c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2475 | 2025.04.15 04:01:52.972888 [ 5 ] {00105d26-79c5-4c18-831e-078c6a5f9c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2476 | 2025.04.15 04:01:52.973424 [ 5 ] {00105d26-79c5-4c18-831e-078c6a5f9c58} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2477 | 2025.04.15 04:01:52.973461 [ 5 ] {00105d26-79c5-4c18-831e-078c6a5f9c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2478 | 2025.04.15 04:01:52.973789 [ 5 ] {00105d26-79c5-4c18-831e-078c6a5f9c58} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2479 | 2025.04.15 04:01:52.974043 [ 5 ] {00105d26-79c5-4c18-831e-078c6a5f9c58} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2480 | 2025.04.15 04:01:52.974208 [ 5 ] {00105d26-79c5-4c18-831e-078c6a5f9c58} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001386 sec., 22366.522366522364 rows/sec., 1.64 MiB/sec. | ||
| 2481 | 2025.04.15 04:01:52.974254 [ 5 ] {00105d26-79c5-4c18-831e-078c6a5f9c58} <Debug> TCPHandler: Processed in 0.001569684 sec. | ||
| 2482 | 2025.04.15 04:01:52.974369 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2483 | 2025.04.15 04:01:52.974471 [ 5 ] {ed3105b8-23a4-4353-ba04-37a5bb1cea7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2484 | 2025.04.15 04:01:52.974513 [ 5 ] {ed3105b8-23a4-4353-ba04-37a5bb1cea7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2485 | 2025.04.15 04:01:52.974985 [ 5 ] {ed3105b8-23a4-4353-ba04-37a5bb1cea7f} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2486 | 2025.04.15 04:01:52.975020 [ 5 ] {ed3105b8-23a4-4353-ba04-37a5bb1cea7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2487 | 2025.04.15 04:01:52.975332 [ 5 ] {ed3105b8-23a4-4353-ba04-37a5bb1cea7f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2488 | 2025.04.15 04:01:52.975557 [ 5 ] {ed3105b8-23a4-4353-ba04-37a5bb1cea7f} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2489 | 2025.04.15 04:01:52.975709 [ 60 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2490 | 2025.04.15 04:01:52.975770 [ 5 ] {ed3105b8-23a4-4353-ba04-37a5bb1cea7f} <Debug> executeQuery: Read 1 rows, 68.00 B in 0.001313 sec., 761.6146230007616 rows/sec., 50.58 KiB/sec. | ||
| 2491 | 2025.04.15 04:01:52.975779 [ 60 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2492 | 2025.04.15 04:01:52.975844 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2493 | 2025.04.15 04:01:52.975887 [ 5 ] {ed3105b8-23a4-4353-ba04-37a5bb1cea7f} <Debug> TCPHandler: Processed in 0.001563743 sec. | ||
| 2494 | 2025.04.15 04:01:52.976204 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2495 | 2025.04.15 04:01:52.976298 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 2496 | 2025.04.15 04:01:52.976470 [ 5 ] {1b59f3c8-b6ed-4ed0-8a50-774b524b5045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2497 | 2025.04.15 04:01:52.976593 [ 5 ] {1b59f3c8-b6ed-4ed0-8a50-774b524b5045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2498 | 2025.04.15 04:01:52.976612 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2499 | 2025.04.15 04:01:52.976712 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 2500 | 2025.04.15 04:01:52.977011 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 2501 | 2025.04.15 04:01:52.977468 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 2502 | 2025.04.15 04:01:52.977952 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 2503 | 2025.04.15 04:01:52.978153 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 2504 | 2025.04.15 04:01:52.978605 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 2505 | 2025.04.15 04:01:52.979292 [ 5 ] {1b59f3c8-b6ed-4ed0-8a50-774b524b5045} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2506 | 2025.04.15 04:01:52.979362 [ 5 ] {1b59f3c8-b6ed-4ed0-8a50-774b524b5045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2507 | 2025.04.15 04:01:52.980305 [ 5 ] {1b59f3c8-b6ed-4ed0-8a50-774b524b5045} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2508 | 2025.04.15 04:01:52.980894 [ 5 ] {1b59f3c8-b6ed-4ed0-8a50-774b524b5045} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2509 | 2025.04.15 04:01:52.981375 [ 5 ] {1b59f3c8-b6ed-4ed0-8a50-774b524b5045} <Debug> executeQuery: Read 104 rows, 8.32 KiB in 0.004945 sec., 21031.34479271992 rows/sec., 1.64 MiB/sec. | ||
| 2510 | 2025.04.15 04:01:52.981745 [ 5 ] {1b59f3c8-b6ed-4ed0-8a50-774b524b5045} <Debug> TCPHandler: Processed in 0.005662481 sec. | ||
| 2511 | 2025.04.15 04:01:52.981821 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 794 rows, containing 5 columns (5 merged, 0 gathered) in 0.005830105 sec., 136189.6569615813 rows/sec., 9.45 MiB/sec. | ||
| 2512 | 2025.04.15 04:01:52.981899 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2513 | 2025.04.15 04:01:52.982051 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2514 | 2025.04.15 04:01:52.982053 [ 5 ] {19030dee-9144-4d7e-82ac-08b6ca4f1e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2515 | 2025.04.15 04:01:52.982190 [ 5 ] {19030dee-9144-4d7e-82ac-08b6ca4f1e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2516 | 2025.04.15 04:01:52.982669 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_6_1} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2517 | 2025.04.15 04:01:52.982774 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_6_1} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2518 | 2025.04.15 04:01:52.982945 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 2519 | 2025.04.15 04:01:52.983118 [ 5 ] {19030dee-9144-4d7e-82ac-08b6ca4f1e69} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2520 | 2025.04.15 04:01:52.983160 [ 5 ] {19030dee-9144-4d7e-82ac-08b6ca4f1e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2521 | 2025.04.15 04:01:52.983540 [ 5 ] {19030dee-9144-4d7e-82ac-08b6ca4f1e69} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2522 | 2025.04.15 04:01:52.983792 [ 5 ] {19030dee-9144-4d7e-82ac-08b6ca4f1e69} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2523 | 2025.04.15 04:01:52.983998 [ 5 ] {19030dee-9144-4d7e-82ac-08b6ca4f1e69} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00199 sec., 80402.01005025125 rows/sec., 5.60 MiB/sec. | ||
| 2524 | 2025.04.15 04:01:52.984052 [ 5 ] {19030dee-9144-4d7e-82ac-08b6ca4f1e69} <Debug> TCPHandler: Processed in 0.002206607 sec. | ||
| 2525 | 2025.04.15 04:01:52.984170 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2526 | 2025.04.15 04:01:52.984272 [ 5 ] {00e9968a-ed14-4301-a28f-80f1a8594a94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2527 | 2025.04.15 04:01:52.984317 [ 5 ] {00e9968a-ed14-4301-a28f-80f1a8594a94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2528 | 2025.04.15 04:01:52.984713 [ 5 ] {00e9968a-ed14-4301-a28f-80f1a8594a94} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2529 | 2025.04.15 04:01:52.984750 [ 5 ] {00e9968a-ed14-4301-a28f-80f1a8594a94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2530 | 2025.04.15 04:01:52.985086 [ 5 ] {00e9968a-ed14-4301-a28f-80f1a8594a94} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2531 | 2025.04.15 04:01:52.985317 [ 5 ] {00e9968a-ed14-4301-a28f-80f1a8594a94} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2532 | 2025.04.15 04:01:52.985580 [ 5 ] {00e9968a-ed14-4301-a28f-80f1a8594a94} <Debug> executeQuery: Read 1 rows, 65.00 B in 0.001308 sec., 764.5259938837921 rows/sec., 48.53 KiB/sec. | ||
| 2533 | 2025.04.15 04:01:52.985710 [ 5 ] {00e9968a-ed14-4301-a28f-80f1a8594a94} <Debug> TCPHandler: Processed in 0.001587974 sec. | ||
| 2534 | 2025.04.15 04:01:52.985826 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2535 | 2025.04.15 04:01:52.985927 [ 5 ] {185cdabd-0742-4ef6-bb05-daa1e2327f36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2536 | 2025.04.15 04:01:52.985995 [ 5 ] {185cdabd-0742-4ef6-bb05-daa1e2327f36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2537 | 2025.04.15 04:01:52.987089 [ 5 ] {185cdabd-0742-4ef6-bb05-daa1e2327f36} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2538 | 2025.04.15 04:01:52.987127 [ 5 ] {185cdabd-0742-4ef6-bb05-daa1e2327f36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2539 | 2025.04.15 04:01:52.987742 [ 5 ] {185cdabd-0742-4ef6-bb05-daa1e2327f36} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2540 | 2025.04.15 04:01:52.987992 [ 5 ] {185cdabd-0742-4ef6-bb05-daa1e2327f36} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2541 | 2025.04.15 04:01:52.988273 [ 5 ] {185cdabd-0742-4ef6-bb05-daa1e2327f36} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002346 sec., 13213.981244671782 rows/sec., 23.68 MiB/sec. | ||
| 2542 | 2025.04.15 04:01:52.988450 [ 5 ] {185cdabd-0742-4ef6-bb05-daa1e2327f36} <Debug> TCPHandler: Processed in 0.002672527 sec. | ||
| 2543 | 2025.04.15 04:01:52.988571 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2544 | 2025.04.15 04:01:52.988673 [ 5 ] {e5eeeb12-8bee-4337-b2d2-18d353aafb99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2545 | 2025.04.15 04:01:52.988718 [ 5 ] {e5eeeb12-8bee-4337-b2d2-18d353aafb99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2546 | 2025.04.15 04:01:52.989155 [ 5 ] {e5eeeb12-8bee-4337-b2d2-18d353aafb99} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2547 | 2025.04.15 04:01:52.989203 [ 5 ] {e5eeeb12-8bee-4337-b2d2-18d353aafb99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2548 | 2025.04.15 04:01:52.989616 [ 5 ] {e5eeeb12-8bee-4337-b2d2-18d353aafb99} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2549 | 2025.04.15 04:01:52.989892 [ 5 ] {e5eeeb12-8bee-4337-b2d2-18d353aafb99} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2550 | 2025.04.15 04:01:52.990182 [ 5 ] {e5eeeb12-8bee-4337-b2d2-18d353aafb99} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001512 sec., 5952.380952380952 rows/sec., 420.46 KiB/sec. | ||
| 2551 | 2025.04.15 04:01:52.990243 [ 5 ] {e5eeeb12-8bee-4337-b2d2-18d353aafb99} <Debug> TCPHandler: Processed in 0.001722157 sec. | ||
| 2552 | 2025.04.15 04:01:52.990355 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2553 | 2025.04.15 04:01:52.990458 [ 5 ] {ac4c1e29-113d-4667-8cda-4c4b94a38dfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2554 | 2025.04.15 04:01:52.990502 [ 5 ] {ac4c1e29-113d-4667-8cda-4c4b94a38dfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2555 | 2025.04.15 04:01:52.990913 [ 5 ] {ac4c1e29-113d-4667-8cda-4c4b94a38dfc} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2556 | 2025.04.15 04:01:52.990952 [ 5 ] {ac4c1e29-113d-4667-8cda-4c4b94a38dfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2557 | 2025.04.15 04:01:52.991290 [ 5 ] {ac4c1e29-113d-4667-8cda-4c4b94a38dfc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2558 | 2025.04.15 04:01:52.991514 [ 5 ] {ac4c1e29-113d-4667-8cda-4c4b94a38dfc} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2559 | 2025.04.15 04:01:52.991749 [ 5 ] {ac4c1e29-113d-4667-8cda-4c4b94a38dfc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001312 sec., 45731.70731707317 rows/sec., 3.08 MiB/sec. | ||
| 2560 | 2025.04.15 04:01:52.991922 [ 5 ] {ac4c1e29-113d-4667-8cda-4c4b94a38dfc} <Debug> TCPHandler: Processed in 0.001613194 sec. | ||
| 2561 | 2025.04.15 04:01:53.422456 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2562 | 2025.04.15 04:01:53.422715 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) 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) | ||
| 2563 | 2025.04.15 04:01:53.423140 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2564 | 2025.04.15 04:01:53.423191 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <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 | ||
| 2565 | 2025.04.15 04:01:53.423554 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2566 | 2025.04.15 04:01:53.423633 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2567 | 2025.04.15 04:01:53.423800 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2568 | 2025.04.15 04:01:53.424031 [ 288 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2569 | 2025.04.15 04:01:53.424073 [ 286 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2570 | 2025.04.15 04:01:53.424080 [ 290 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
| 2571 | 2025.04.15 04:01:53.424032 [ 287 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2572 | 2025.04.15 04:01:53.423994 [ 292 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2573 | 2025.04.15 04:01:53.424305 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Selected 5/5 parts by partition key, 4 parts by primary key, 4/5 marks by primary key, 4 marks to read from 4 ranges | ||
| 2574 | 2025.04.15 04:01:53.424336 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2575 | 2025.04.15 04:01:53.424472 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2576 | 2025.04.15 04:01:53.424496 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2577 | 2025.04.15 04:01:53.424539 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <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'))" | ||
| 2578 | 2025.04.15 04:01:53.424584 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <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'))" | ||
| 2579 | 2025.04.15 04:01:53.424625 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <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'))" | ||
| 2580 | 2025.04.15 04:01:53.424665 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <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'))" | ||
| 2581 | 2025.04.15 04:01:53.426542 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.003948 sec., 10131.712259371834 rows/sec., 386.37 KiB/sec. | ||
| 2582 | 2025.04.15 04:01:53.426784 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Debug> MemoryTracker: Peak memory usage (for query): 145.53 KiB. | ||
| 2583 | 2025.04.15 04:01:53.426801 [ 5 ] {a67a58aa-b8a7-49de-82bd-03f14a388061} <Debug> TCPHandler: Processed in 0.004466466 sec. | ||
| 2584 | 2025.04.15 04:01:53.468803 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2585 | 2025.04.15 04:01:53.468932 [ 5 ] {0a46d5a8-b6bc-49c3-b937-00ef202198a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2586 | 2025.04.15 04:01:53.468988 [ 5 ] {0a46d5a8-b6bc-49c3-b937-00ef202198a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2587 | 2025.04.15 04:01:53.469711 [ 5 ] {0a46d5a8-b6bc-49c3-b937-00ef202198a1} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2588 | 2025.04.15 04:01:53.469759 [ 5 ] {0a46d5a8-b6bc-49c3-b937-00ef202198a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2589 | 2025.04.15 04:01:53.470247 [ 5 ] {0a46d5a8-b6bc-49c3-b937-00ef202198a1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2590 | 2025.04.15 04:01:53.470476 [ 5 ] {0a46d5a8-b6bc-49c3-b937-00ef202198a1} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2591 | 2025.04.15 04:01:53.470664 [ 60 ] {} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2592 | 2025.04.15 04:01:53.470725 [ 5 ] {0a46d5a8-b6bc-49c3-b937-00ef202198a1} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001824 sec., 548.2456140350877 rows/sec., 124.21 KiB/sec. | ||
| 2593 | 2025.04.15 04:01:53.470744 [ 60 ] {} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2594 | 2025.04.15 04:01:53.470809 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2595 | 2025.04.15 04:01:53.470864 [ 5 ] {0a46d5a8-b6bc-49c3-b937-00ef202198a1} <Debug> TCPHandler: Processed in 0.002120405 sec. | ||
| 2596 | 2025.04.15 04:01:53.471064 [ 199 ] {9675b35c-369a-476d-a512-d03f77d290cb::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 | ||
| 2597 | 2025.04.15 04:01:53.471079 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2598 | 2025.04.15 04:01:53.471364 [ 5 ] {4f825d00-0103-48f2-a3d1-c6a598e484ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2599 | 2025.04.15 04:01:53.471469 [ 5 ] {4f825d00-0103-48f2-a3d1-c6a598e484ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2600 | 2025.04.15 04:01:53.471911 [ 199 ] {9675b35c-369a-476d-a512-d03f77d290cb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2601 | 2025.04.15 04:01:53.472016 [ 199 ] {9675b35c-369a-476d-a512-d03f77d290cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2602 | 2025.04.15 04:01:53.472422 [ 199 ] {9675b35c-369a-476d-a512-d03f77d290cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 13 rows starting from the beginning of the part | ||
| 2603 | 2025.04.15 04:01:53.472723 [ 199 ] {9675b35c-369a-476d-a512-d03f77d290cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
| 2604 | 2025.04.15 04:01:53.472928 [ 199 ] {9675b35c-369a-476d-a512-d03f77d290cb::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 | ||
| 2605 | 2025.04.15 04:01:53.473221 [ 199 ] {9675b35c-369a-476d-a512-d03f77d290cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2606 | 2025.04.15 04:01:53.473641 [ 199 ] {9675b35c-369a-476d-a512-d03f77d290cb::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 | ||
| 2607 | 2025.04.15 04:01:53.473957 [ 5 ] {4f825d00-0103-48f2-a3d1-c6a598e484ad} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2608 | 2025.04.15 04:01:53.474054 [ 5 ] {4f825d00-0103-48f2-a3d1-c6a598e484ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2609 | 2025.04.15 04:01:53.474977 [ 5 ] {4f825d00-0103-48f2-a3d1-c6a598e484ad} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2610 | 2025.04.15 04:01:53.475649 [ 5 ] {4f825d00-0103-48f2-a3d1-c6a598e484ad} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2611 | 2025.04.15 04:01:53.476200 [ 5 ] {4f825d00-0103-48f2-a3d1-c6a598e484ad} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.004929 sec., 43010.75268817204 rows/sec., 2.74 MiB/sec. | ||
| 2612 | 2025.04.15 04:01:53.476448 [ 5 ] {4f825d00-0103-48f2-a3d1-c6a598e484ad} <Debug> TCPHandler: Processed in 0.005454566 sec. | ||
| 2613 | 2025.04.15 04:01:53.476715 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2614 | 2025.04.15 04:01:53.476981 [ 5 ] {825cebe5-ffb2-4d0a-b563-7e917f0a3f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2615 | 2025.04.15 04:01:53.477101 [ 5 ] {825cebe5-ffb2-4d0a-b563-7e917f0a3f85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2616 | 2025.04.15 04:01:53.479930 [ 5 ] {825cebe5-ffb2-4d0a-b563-7e917f0a3f85} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2617 | 2025.04.15 04:01:53.480023 [ 5 ] {825cebe5-ffb2-4d0a-b563-7e917f0a3f85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2618 | 2025.04.15 04:01:53.481311 [ 5 ] {825cebe5-ffb2-4d0a-b563-7e917f0a3f85} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2619 | 2025.04.15 04:01:53.482010 [ 5 ] {825cebe5-ffb2-4d0a-b563-7e917f0a3f85} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2620 | 2025.04.15 04:01:53.482794 [ 5 ] {825cebe5-ffb2-4d0a-b563-7e917f0a3f85} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.005879 sec., 1700.9695526450078 rows/sec., 138.70 KiB/sec. | ||
| 2621 | 2025.04.15 04:01:53.482981 [ 5 ] {825cebe5-ffb2-4d0a-b563-7e917f0a3f85} <Debug> TCPHandler: Processed in 0.006382807 sec. | ||
| 2622 | 2025.04.15 04:01:53.483218 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2623 | 2025.04.15 04:01:53.483505 [ 5 ] {73202440-2b5d-4d1e-8e55-59634b0bf807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2624 | 2025.04.15 04:01:53.483630 [ 5 ] {73202440-2b5d-4d1e-8e55-59634b0bf807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2625 | 2025.04.15 04:01:53.483695 [ 200 ] {9675b35c-369a-476d-a512-d03f77d290cb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.012753042 sec., 3293.3318968133253 rows/sec., 703.95 KiB/sec. | ||
| 2626 | 2025.04.15 04:01:53.483979 [ 200 ] {9675b35c-369a-476d-a512-d03f77d290cb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2627 | 2025.04.15 04:01:53.484792 [ 200 ] {9675b35c-369a-476d-a512-d03f77d290cb::all_1_6_1} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2628 | 2025.04.15 04:01:53.484877 [ 200 ] {9675b35c-369a-476d-a512-d03f77d290cb::all_1_6_1} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2629 | 2025.04.15 04:01:53.485021 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 2630 | 2025.04.15 04:01:53.485716 [ 5 ] {73202440-2b5d-4d1e-8e55-59634b0bf807} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2631 | 2025.04.15 04:01:53.485761 [ 5 ] {73202440-2b5d-4d1e-8e55-59634b0bf807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2632 | 2025.04.15 04:01:53.486231 [ 5 ] {73202440-2b5d-4d1e-8e55-59634b0bf807} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2633 | 2025.04.15 04:01:53.486489 [ 5 ] {73202440-2b5d-4d1e-8e55-59634b0bf807} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2634 | 2025.04.15 04:01:53.486666 [ 5 ] {73202440-2b5d-4d1e-8e55-59634b0bf807} <Debug> executeQuery: Read 1778 rows, 147.90 KiB in 0.003253 sec., 546572.394712573 rows/sec., 44.40 MiB/sec. | ||
| 2635 | 2025.04.15 04:01:53.486728 [ 5 ] {73202440-2b5d-4d1e-8e55-59634b0bf807} <Debug> TCPHandler: Processed in 0.003592816 sec. | ||
| 2636 | 2025.04.15 04:01:53.486846 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2637 | 2025.04.15 04:01:53.486952 [ 5 ] {2eaba020-2ab4-4dac-a596-ded1fdac0410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2638 | 2025.04.15 04:01:53.486997 [ 5 ] {2eaba020-2ab4-4dac-a596-ded1fdac0410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2639 | 2025.04.15 04:01:53.487552 [ 5 ] {2eaba020-2ab4-4dac-a596-ded1fdac0410} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2640 | 2025.04.15 04:01:53.487589 [ 5 ] {2eaba020-2ab4-4dac-a596-ded1fdac0410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2641 | 2025.04.15 04:01:53.487951 [ 5 ] {2eaba020-2ab4-4dac-a596-ded1fdac0410} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2642 | 2025.04.15 04:01:53.488194 [ 5 ] {2eaba020-2ab4-4dac-a596-ded1fdac0410} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2643 | 2025.04.15 04:01:53.488376 [ 5 ] {2eaba020-2ab4-4dac-a596-ded1fdac0410} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.001445 sec., 85813.14878892733 rows/sec., 5.19 MiB/sec. | ||
| 2644 | 2025.04.15 04:01:53.488458 [ 5 ] {2eaba020-2ab4-4dac-a596-ded1fdac0410} <Debug> TCPHandler: Processed in 0.001659186 sec. | ||
| 2645 | 2025.04.15 04:01:53.488580 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2646 | 2025.04.15 04:01:53.488685 [ 5 ] {d81d6f13-0807-42de-983e-79e8153c3675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2647 | 2025.04.15 04:01:53.488729 [ 5 ] {d81d6f13-0807-42de-983e-79e8153c3675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2648 | 2025.04.15 04:01:53.489391 [ 5 ] {d81d6f13-0807-42de-983e-79e8153c3675} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2649 | 2025.04.15 04:01:53.489430 [ 5 ] {d81d6f13-0807-42de-983e-79e8153c3675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2650 | 2025.04.15 04:01:53.489790 [ 5 ] {d81d6f13-0807-42de-983e-79e8153c3675} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2651 | 2025.04.15 04:01:53.490044 [ 5 ] {d81d6f13-0807-42de-983e-79e8153c3675} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2652 | 2025.04.15 04:01:53.490212 [ 5 ] {d81d6f13-0807-42de-983e-79e8153c3675} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001549 sec., 220142.02711426726 rows/sec., 14.69 MiB/sec. | ||
| 2653 | 2025.04.15 04:01:53.490261 [ 5 ] {d81d6f13-0807-42de-983e-79e8153c3675} <Debug> TCPHandler: Processed in 0.001730837 sec. | ||
| 2654 | 2025.04.15 04:01:53.490383 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2655 | 2025.04.15 04:01:53.490488 [ 5 ] {32114314-9c52-410d-95b9-23ae09bd5ae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2656 | 2025.04.15 04:01:53.490533 [ 5 ] {32114314-9c52-410d-95b9-23ae09bd5ae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2657 | 2025.04.15 04:01:53.491069 [ 5 ] {32114314-9c52-410d-95b9-23ae09bd5ae1} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2658 | 2025.04.15 04:01:53.491108 [ 5 ] {32114314-9c52-410d-95b9-23ae09bd5ae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2659 | 2025.04.15 04:01:53.491455 [ 5 ] {32114314-9c52-410d-95b9-23ae09bd5ae1} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2660 | 2025.04.15 04:01:53.491700 [ 5 ] {32114314-9c52-410d-95b9-23ae09bd5ae1} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2661 | 2025.04.15 04:01:53.491920 [ 5 ] {32114314-9c52-410d-95b9-23ae09bd5ae1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001436 sec., 77994.42896935933 rows/sec., 4.44 MiB/sec. | ||
| 2662 | 2025.04.15 04:01:53.492060 [ 5 ] {32114314-9c52-410d-95b9-23ae09bd5ae1} <Debug> TCPHandler: Processed in 0.001726197 sec. | ||
| 2663 | 2025.04.15 04:01:53.492181 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2664 | 2025.04.15 04:01:53.492286 [ 5 ] {13cc3292-7d23-41f9-887a-1e55d6eabbaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2665 | 2025.04.15 04:01:53.492330 [ 5 ] {13cc3292-7d23-41f9-887a-1e55d6eabbaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2666 | 2025.04.15 04:01:53.493142 [ 5 ] {13cc3292-7d23-41f9-887a-1e55d6eabbaf} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2667 | 2025.04.15 04:01:53.493181 [ 5 ] {13cc3292-7d23-41f9-887a-1e55d6eabbaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2668 | 2025.04.15 04:01:53.493570 [ 5 ] {13cc3292-7d23-41f9-887a-1e55d6eabbaf} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2669 | 2025.04.15 04:01:53.493829 [ 5 ] {13cc3292-7d23-41f9-887a-1e55d6eabbaf} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2670 | 2025.04.15 04:01:53.494010 [ 5 ] {13cc3292-7d23-41f9-887a-1e55d6eabbaf} <Debug> executeQuery: Read 856 rows, 63.33 KiB in 0.00174 sec., 491954.0229885057 rows/sec., 35.54 MiB/sec. | ||
| 2671 | 2025.04.15 04:01:53.494098 [ 5 ] {13cc3292-7d23-41f9-887a-1e55d6eabbaf} <Debug> TCPHandler: Processed in 0.001965922 sec. | ||
| 2672 | 2025.04.15 04:01:53.494218 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2673 | 2025.04.15 04:01:53.494322 [ 5 ] {e6e35052-34ee-45f8-98e8-3212777e466f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2674 | 2025.04.15 04:01:53.494369 [ 5 ] {e6e35052-34ee-45f8-98e8-3212777e466f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2675 | 2025.04.15 04:01:53.494781 [ 5 ] {e6e35052-34ee-45f8-98e8-3212777e466f} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2676 | 2025.04.15 04:01:53.494818 [ 5 ] {e6e35052-34ee-45f8-98e8-3212777e466f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2677 | 2025.04.15 04:01:53.495168 [ 5 ] {e6e35052-34ee-45f8-98e8-3212777e466f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2678 | 2025.04.15 04:01:53.495411 [ 5 ] {e6e35052-34ee-45f8-98e8-3212777e466f} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2679 | 2025.04.15 04:01:53.495518 [ 93 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2680 | 2025.04.15 04:01:53.495562 [ 93 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2681 | 2025.04.15 04:01:53.495582 [ 5 ] {e6e35052-34ee-45f8-98e8-3212777e466f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001277 sec., 4698.512137823023 rows/sec., 245.48 KiB/sec. | ||
| 2682 | 2025.04.15 04:01:53.495586 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2683 | 2025.04.15 04:01:53.495665 [ 5 ] {e6e35052-34ee-45f8-98e8-3212777e466f} <Debug> TCPHandler: Processed in 0.001497372 sec. | ||
| 2684 | 2025.04.15 04:01:53.495732 [ 201 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 2685 | 2025.04.15 04:01:53.495839 [ 201 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2686 | 2025.04.15 04:01:53.495844 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2687 | 2025.04.15 04:01:53.495875 [ 201 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 2688 | 2025.04.15 04:01:53.496018 [ 201 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 2689 | 2025.04.15 04:01:53.496070 [ 5 ] {27dbda8d-178a-4960-8a59-de50488d20fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2690 | 2025.04.15 04:01:53.496306 [ 5 ] {27dbda8d-178a-4960-8a59-de50488d20fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2691 | 2025.04.15 04:01:53.496327 [ 201 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 2692 | 2025.04.15 04:01:53.496671 [ 201 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 2693 | 2025.04.15 04:01:53.496886 [ 201 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 2694 | 2025.04.15 04:01:53.497244 [ 201 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 2695 | 2025.04.15 04:01:53.498837 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003161228 sec., 11387.979607924515 rows/sec., 594.98 KiB/sec. | ||
| 2696 | 2025.04.15 04:01:53.498869 [ 5 ] {27dbda8d-178a-4960-8a59-de50488d20fd} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2697 | 2025.04.15 04:01:53.498939 [ 5 ] {27dbda8d-178a-4960-8a59-de50488d20fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2698 | 2025.04.15 04:01:53.499136 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2699 | 2025.04.15 04:01:53.499823 [ 5 ] {27dbda8d-178a-4960-8a59-de50488d20fd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2700 | 2025.04.15 04:01:53.500007 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_6_1} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2701 | 2025.04.15 04:01:53.500230 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_6_1} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2702 | 2025.04.15 04:01:53.500292 [ 5 ] {27dbda8d-178a-4960-8a59-de50488d20fd} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2703 | 2025.04.15 04:01:53.500399 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2704 | 2025.04.15 04:01:53.500562 [ 5 ] {27dbda8d-178a-4960-8a59-de50488d20fd} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.00457 sec., 210065.64551422317 rows/sec., 13.96 MiB/sec. | ||
| 2705 | 2025.04.15 04:01:53.500628 [ 5 ] {27dbda8d-178a-4960-8a59-de50488d20fd} <Debug> TCPHandler: Processed in 0.004841303 sec. | ||
| 2706 | 2025.04.15 04:01:53.500757 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2707 | 2025.04.15 04:01:53.500862 [ 5 ] {ab510b17-662d-4b1e-a261-8d95e0e8b475} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2708 | 2025.04.15 04:01:53.500909 [ 5 ] {ab510b17-662d-4b1e-a261-8d95e0e8b475} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2709 | 2025.04.15 04:01:53.501311 [ 5 ] {ab510b17-662d-4b1e-a261-8d95e0e8b475} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2710 | 2025.04.15 04:01:53.501350 [ 5 ] {ab510b17-662d-4b1e-a261-8d95e0e8b475} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2711 | 2025.04.15 04:01:53.501692 [ 5 ] {ab510b17-662d-4b1e-a261-8d95e0e8b475} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2712 | 2025.04.15 04:01:53.501941 [ 5 ] {ab510b17-662d-4b1e-a261-8d95e0e8b475} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2713 | 2025.04.15 04:01:53.502107 [ 5 ] {ab510b17-662d-4b1e-a261-8d95e0e8b475} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001267 sec., 789.2659826361485 rows/sec., 53.18 KiB/sec. | ||
| 2714 | 2025.04.15 04:01:53.502153 [ 5 ] {ab510b17-662d-4b1e-a261-8d95e0e8b475} <Debug> TCPHandler: Processed in 0.001445691 sec. | ||
| 2715 | 2025.04.15 04:01:53.502269 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2716 | 2025.04.15 04:01:53.502371 [ 5 ] {b61966e2-9a8b-4c64-a27a-bcdc7e6dea2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2717 | 2025.04.15 04:01:53.502435 [ 5 ] {b61966e2-9a8b-4c64-a27a-bcdc7e6dea2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2718 | 2025.04.15 04:01:53.503408 [ 5 ] {b61966e2-9a8b-4c64-a27a-bcdc7e6dea2f} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2719 | 2025.04.15 04:01:53.503445 [ 5 ] {b61966e2-9a8b-4c64-a27a-bcdc7e6dea2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2720 | 2025.04.15 04:01:53.504004 [ 5 ] {b61966e2-9a8b-4c64-a27a-bcdc7e6dea2f} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2721 | 2025.04.15 04:01:53.504263 [ 5 ] {b61966e2-9a8b-4c64-a27a-bcdc7e6dea2f} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2722 | 2025.04.15 04:01:53.504442 [ 5 ] {b61966e2-9a8b-4c64-a27a-bcdc7e6dea2f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002092 sec., 3824.091778202677 rows/sec., 6.85 MiB/sec. | ||
| 2723 | 2025.04.15 04:01:53.504529 [ 5 ] {b61966e2-9a8b-4c64-a27a-bcdc7e6dea2f} <Debug> TCPHandler: Processed in 0.002311529 sec. | ||
| 2724 | 2025.04.15 04:01:53.504646 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2725 | 2025.04.15 04:01:53.504750 [ 5 ] {9725f274-24c6-464a-a01c-0b41e36dd900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2726 | 2025.04.15 04:01:53.504795 [ 5 ] {9725f274-24c6-464a-a01c-0b41e36dd900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2727 | 2025.04.15 04:01:53.505196 [ 5 ] {9725f274-24c6-464a-a01c-0b41e36dd900} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2728 | 2025.04.15 04:01:53.505233 [ 5 ] {9725f274-24c6-464a-a01c-0b41e36dd900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2729 | 2025.04.15 04:01:53.505576 [ 5 ] {9725f274-24c6-464a-a01c-0b41e36dd900} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2730 | 2025.04.15 04:01:53.505815 [ 5 ] {9725f274-24c6-464a-a01c-0b41e36dd900} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2731 | 2025.04.15 04:01:53.505974 [ 5 ] {9725f274-24c6-464a-a01c-0b41e36dd900} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001246 sec., 27287.319422150886 rows/sec., 1.58 MiB/sec. | ||
| 2732 | 2025.04.15 04:01:53.506020 [ 5 ] {9725f274-24c6-464a-a01c-0b41e36dd900} <Debug> TCPHandler: Processed in 0.00142419 sec. | ||
| 2733 | 2025.04.15 04:01:54.000239 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.97 MiB, peak 171.80 MiB, free memory in arenas 0.00 B, will set to 167.77 MiB (RSS), difference: -1.20 MiB | ||
| 2734 | 2025.04.15 04:01:55.338740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 406 | ||
| 2735 | 2025.04.15 04:01:55.342657 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2736 | 2025.04.15 04:01:55.342708 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2737 | 2025.04.15 04:01:55.344239 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2738 | 2025.04.15 04:01:55.344551 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2739 | 2025.04.15 04:01:55.345519 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 406 | ||
| 2740 | 2025.04.15 04:01:57.834906 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2741 | 2025.04.15 04:01:57.835505 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2742 | 2025.04.15 04:01:57.835544 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2743 | 2025.04.15 04:01:57.836081 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2744 | 2025.04.15 04:01:57.836336 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2745 | 2025.04.15 04:01:57.836488 [ 24 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2746 | 2025.04.15 04:01:57.836538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2747 | 2025.04.15 04:01:57.836547 [ 24 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2748 | 2025.04.15 04:01:57.836576 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2749 | 2025.04.15 04:01:57.836768 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 2750 | 2025.04.15 04:01:57.837009 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2751 | 2025.04.15 04:01:57.837079 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 2752 | 2025.04.15 04:01:57.837204 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 2753 | 2025.04.15 04:01:57.837325 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 2754 | 2025.04.15 04:01:57.837588 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 2755 | 2025.04.15 04:01:57.837728 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 2756 | 2025.04.15 04:01:57.837860 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 2757 | 2025.04.15 04:01:57.839574 [ 192 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002911262 sec., 1739108.3317131882 rows/sec., 24.88 MiB/sec. | ||
| 2758 | 2025.04.15 04:01:57.840192 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2759 | 2025.04.15 04:01:57.840492 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_11_2} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2025.04.15 04:01:57.840576 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_11_2} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2761 | 2025.04.15 04:01:57.840666 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2762 | 2025.04.15 04:01:57.959726 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2763 | 2025.04.15 04:01:57.959887 [ 5 ] {f39be188-255c-4c86-a71b-fc442e336562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2764 | 2025.04.15 04:01:57.959952 [ 5 ] {f39be188-255c-4c86-a71b-fc442e336562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2765 | 2025.04.15 04:01:57.960681 [ 5 ] {f39be188-255c-4c86-a71b-fc442e336562} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2766 | 2025.04.15 04:01:57.960727 [ 5 ] {f39be188-255c-4c86-a71b-fc442e336562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2767 | 2025.04.15 04:01:57.961102 [ 5 ] {f39be188-255c-4c86-a71b-fc442e336562} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2768 | 2025.04.15 04:01:57.961343 [ 5 ] {f39be188-255c-4c86-a71b-fc442e336562} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2769 | 2025.04.15 04:01:57.961561 [ 5 ] {f39be188-255c-4c86-a71b-fc442e336562} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001721 sec., 32539.22138291691 rows/sec., 2.50 MiB/sec. | ||
| 2770 | 2025.04.15 04:01:57.961614 [ 5 ] {f39be188-255c-4c86-a71b-fc442e336562} <Debug> TCPHandler: Processed in 0.002005493 sec. | ||
| 2771 | 2025.04.15 04:01:57.961744 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2772 | 2025.04.15 04:01:57.961853 [ 5 ] {9e4aa956-5667-42ba-bd35-225c31f9c23f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2773 | 2025.04.15 04:01:57.961900 [ 5 ] {9e4aa956-5667-42ba-bd35-225c31f9c23f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2774 | 2025.04.15 04:01:57.962427 [ 5 ] {9e4aa956-5667-42ba-bd35-225c31f9c23f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2775 | 2025.04.15 04:01:57.962465 [ 5 ] {9e4aa956-5667-42ba-bd35-225c31f9c23f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2776 | 2025.04.15 04:01:57.962830 [ 5 ] {9e4aa956-5667-42ba-bd35-225c31f9c23f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2777 | 2025.04.15 04:01:57.963062 [ 5 ] {9e4aa956-5667-42ba-bd35-225c31f9c23f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2778 | 2025.04.15 04:01:57.963259 [ 5 ] {9e4aa956-5667-42ba-bd35-225c31f9c23f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001432 sec., 44692.7374301676 rows/sec., 3.49 MiB/sec. | ||
| 2779 | 2025.04.15 04:01:57.963308 [ 5 ] {9e4aa956-5667-42ba-bd35-225c31f9c23f} <Debug> TCPHandler: Processed in 0.001615594 sec. | ||
| 2780 | 2025.04.15 04:01:57.963425 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2781 | 2025.04.15 04:01:57.963528 [ 5 ] {c346ba12-7cec-4bf2-9105-f20dfc666655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2782 | 2025.04.15 04:01:57.963575 [ 5 ] {c346ba12-7cec-4bf2-9105-f20dfc666655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2783 | 2025.04.15 04:01:57.964054 [ 5 ] {c346ba12-7cec-4bf2-9105-f20dfc666655} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2784 | 2025.04.15 04:01:57.964093 [ 5 ] {c346ba12-7cec-4bf2-9105-f20dfc666655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2785 | 2025.04.15 04:01:57.964456 [ 5 ] {c346ba12-7cec-4bf2-9105-f20dfc666655} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2786 | 2025.04.15 04:01:57.964687 [ 5 ] {c346ba12-7cec-4bf2-9105-f20dfc666655} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2787 | 2025.04.15 04:01:57.964884 [ 5 ] {c346ba12-7cec-4bf2-9105-f20dfc666655} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001377 sec., 92955.70079883805 rows/sec., 6.47 MiB/sec. | ||
| 2788 | 2025.04.15 04:01:57.964933 [ 5 ] {c346ba12-7cec-4bf2-9105-f20dfc666655} <Debug> TCPHandler: Processed in 0.001555404 sec. | ||
| 2789 | 2025.04.15 04:01:57.965053 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2790 | 2025.04.15 04:01:57.965154 [ 5 ] {85896b47-772f-43a9-a58c-3acd24776f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2791 | 2025.04.15 04:01:57.965199 [ 5 ] {85896b47-772f-43a9-a58c-3acd24776f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2792 | 2025.04.15 04:01:57.965601 [ 5 ] {85896b47-772f-43a9-a58c-3acd24776f31} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2793 | 2025.04.15 04:01:57.965639 [ 5 ] {85896b47-772f-43a9-a58c-3acd24776f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2794 | 2025.04.15 04:01:57.965976 [ 5 ] {85896b47-772f-43a9-a58c-3acd24776f31} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2795 | 2025.04.15 04:01:57.966207 [ 5 ] {85896b47-772f-43a9-a58c-3acd24776f31} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2796 | 2025.04.15 04:01:57.966396 [ 5 ] {85896b47-772f-43a9-a58c-3acd24776f31} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001262 sec., 38034.865293185416 rows/sec., 2.56 MiB/sec. | ||
| 2797 | 2025.04.15 04:01:57.966442 [ 5 ] {85896b47-772f-43a9-a58c-3acd24776f31} <Debug> TCPHandler: Processed in 0.001436371 sec. | ||
| 2798 | 2025.04.15 04:01:58.169591 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2799 | 2025.04.15 04:01:58.191553 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2800 | 2025.04.15 04:01:58.191612 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2801 | 2025.04.15 04:01:58.199004 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2802 | 2025.04.15 04:01:58.199876 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2803 | 2025.04.15 04:01:58.200172 [ 127 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2804 | 2025.04.15 04:01:58.200230 [ 127 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2805 | 2025.04.15 04:01:58.200266 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.20 GiB. | ||
| 2806 | 2025.04.15 04:01:58.200721 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2807 | 2025.04.15 04:01:58.215174 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2808 | 2025.04.15 04:01:58.217015 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2809 | 2025.04.15 04:01:58.218729 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 2810 | 2025.04.15 04:01:58.224643 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 2811 | 2025.04.15 04:01:58.230221 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 2812 | 2025.04.15 04:01:58.235606 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 2813 | 2025.04.15 04:01:58.240989 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 2814 | 2025.04.15 04:01:58.245165 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 2815 | 2025.04.15 04:01:58.300896 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.100500144 sec., 825.8694634308185 rows/sec., 4.27 MiB/sec. | ||
| 2816 | 2025.04.15 04:01:58.303435 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2817 | 2025.04.15 04:01:58.306445 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_11_2} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2818 | 2025.04.15 04:01:58.306588 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_11_2} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2819 | 2025.04.15 04:01:58.309118 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2820 | 2025.04.15 04:01:59.000158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.29 MiB, peak 179.17 MiB, free memory in arenas 0.00 B, will set to 170.82 MiB (RSS), difference: 1.53 MiB | ||
| 2821 | 2025.04.15 04:02:02.963913 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2822 | 2025.04.15 04:02:02.964117 [ 5 ] {2d14c873-3dc4-4385-b342-518842a0f7b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2823 | 2025.04.15 04:02:02.964190 [ 5 ] {2d14c873-3dc4-4385-b342-518842a0f7b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2824 | 2025.04.15 04:02:02.964974 [ 5 ] {2d14c873-3dc4-4385-b342-518842a0f7b2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2825 | 2025.04.15 04:02:02.965018 [ 5 ] {2d14c873-3dc4-4385-b342-518842a0f7b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2826 | 2025.04.15 04:02:02.965503 [ 5 ] {2d14c873-3dc4-4385-b342-518842a0f7b2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2827 | 2025.04.15 04:02:02.965766 [ 5 ] {2d14c873-3dc4-4385-b342-518842a0f7b2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2828 | 2025.04.15 04:02:02.965977 [ 31 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2829 | 2025.04.15 04:02:02.966006 [ 5 ] {2d14c873-3dc4-4385-b342-518842a0f7b2} <Debug> executeQuery: Read 118 rows, 10.24 KiB in 0.001939 sec., 60856.11139762765 rows/sec., 5.16 MiB/sec. | ||
| 2830 | 2025.04.15 04:02:02.966072 [ 31 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2831 | 2025.04.15 04:02:02.966155 [ 5 ] {2d14c873-3dc4-4385-b342-518842a0f7b2} <Debug> TCPHandler: Processed in 0.00236352 sec. | ||
| 2832 | 2025.04.15 04:02:02.966159 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2833 | 2025.04.15 04:02:02.966340 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2834 | 2025.04.15 04:02:02.966361 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 2835 | 2025.04.15 04:02:02.966512 [ 5 ] {546f44a6-c52d-4882-ad4c-8a5fa96be630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2836 | 2025.04.15 04:02:02.966623 [ 5 ] {546f44a6-c52d-4882-ad4c-8a5fa96be630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2837 | 2025.04.15 04:02:02.966637 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2838 | 2025.04.15 04:02:02.966744 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1827 rows starting from the beginning of the part | ||
| 2839 | 2025.04.15 04:02:02.967089 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 2840 | 2025.04.15 04:02:02.967500 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 119 rows starting from the beginning of the part | ||
| 2841 | 2025.04.15 04:02:02.967863 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1778 rows starting from the beginning of the part | ||
| 2842 | 2025.04.15 04:02:02.968251 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 2843 | 2025.04.15 04:02:02.968591 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 118 rows starting from the beginning of the part | ||
| 2844 | 2025.04.15 04:02:02.969486 [ 5 ] {546f44a6-c52d-4882-ad4c-8a5fa96be630} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2845 | 2025.04.15 04:02:02.969544 [ 5 ] {546f44a6-c52d-4882-ad4c-8a5fa96be630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2846 | 2025.04.15 04:02:02.970523 [ 5 ] {546f44a6-c52d-4882-ad4c-8a5fa96be630} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2847 | 2025.04.15 04:02:02.971018 [ 5 ] {546f44a6-c52d-4882-ad4c-8a5fa96be630} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2848 | 2025.04.15 04:02:02.971311 [ 31 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2849 | 2025.04.15 04:02:02.971411 [ 31 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2850 | 2025.04.15 04:02:02.971473 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2851 | 2025.04.15 04:02:02.971589 [ 5 ] {546f44a6-c52d-4882-ad4c-8a5fa96be630} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.005084 sec., 6097.5609756097565 rows/sec., 458.51 KiB/sec. | ||
| 2852 | 2025.04.15 04:02:02.971812 [ 5 ] {546f44a6-c52d-4882-ad4c-8a5fa96be630} <Debug> TCPHandler: Processed in 0.005541548 sec. | ||
| 2853 | 2025.04.15 04:02:02.971844 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 2854 | 2025.04.15 04:02:02.971994 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2855 | 2025.04.15 04:02:02.972276 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2856 | 2025.04.15 04:02:02.972282 [ 5 ] {0ceb39d0-795f-4226-bda8-65850906047d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2857 | 2025.04.15 04:02:02.972428 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 141 rows starting from the beginning of the part | ||
| 2858 | 2025.04.15 04:02:02.972451 [ 5 ] {0ceb39d0-795f-4226-bda8-65850906047d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2859 | 2025.04.15 04:02:02.972959 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part | ||
| 2860 | 2025.04.15 04:02:02.973448 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 114 rows starting from the beginning of the part | ||
| 2861 | 2025.04.15 04:02:02.973921 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part | ||
| 2862 | 2025.04.15 04:02:02.974310 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 124 rows starting from the beginning of the part | ||
| 2863 | 2025.04.15 04:02:02.974096 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4531 rows, containing 5 columns (5 merged, 0 gathered) in 0.007794916 sec., 581276.3088146171 rows/sec., 49.38 MiB/sec. | ||
| 2864 | 2025.04.15 04:02:02.974719 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part | ||
| 2865 | 2025.04.15 04:02:02.975305 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2866 | 2025.04.15 04:02:02.976557 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_16_3} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2867 | 2025.04.15 04:02:02.976708 [ 5 ] {0ceb39d0-795f-4226-bda8-65850906047d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2868 | 2025.04.15 04:02:02.976820 [ 5 ] {0ceb39d0-795f-4226-bda8-65850906047d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2869 | 2025.04.15 04:02:02.976930 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_16_3} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2870 | 2025.04.15 04:02:02.977323 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 2871 | 2025.04.15 04:02:02.978098 [ 5 ] {0ceb39d0-795f-4226-bda8-65850906047d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2872 | 2025.04.15 04:02:02.978601 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 5 columns (5 merged, 0 gathered) in 0.00700108 sec., 66846.82934632942 rows/sec., 4.49 MiB/sec. | ||
| 2873 | 2025.04.15 04:02:02.978643 [ 5 ] {0ceb39d0-795f-4226-bda8-65850906047d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2874 | 2025.04.15 04:02:02.978829 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2875 | 2025.04.15 04:02:02.978875 [ 31 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2876 | 2025.04.15 04:02:02.978970 [ 31 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2877 | 2025.04.15 04:02:02.979062 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2878 | 2025.04.15 04:02:02.979315 [ 5 ] {0ceb39d0-795f-4226-bda8-65850906047d} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.007104 sec., 13372.747747747748 rows/sec., 1.04 MiB/sec. | ||
| 2879 | 2025.04.15 04:02:02.979542 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 2880 | 2025.04.15 04:02:02.979794 [ 5 ] {0ceb39d0-795f-4226-bda8-65850906047d} <Debug> TCPHandler: Processed in 0.007886668 sec. | ||
| 2881 | 2025.04.15 04:02:02.980116 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2882 | 2025.04.15 04:02:02.980206 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_11_2} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2883 | 2025.04.15 04:02:02.980225 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2884 | 2025.04.15 04:02:02.980274 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 883 rows starting from the beginning of the part | ||
| 2885 | 2025.04.15 04:02:02.980712 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 2886 | 2025.04.15 04:02:02.980756 [ 5 ] {2d91292f-3256-42f0-b3af-adc6e1997a42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2887 | 2025.04.15 04:02:02.981012 [ 5 ] {2d91292f-3256-42f0-b3af-adc6e1997a42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2888 | 2025.04.15 04:02:02.981015 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 104 rows starting from the beginning of the part | ||
| 2889 | 2025.04.15 04:02:02.981009 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_11_2} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2890 | 2025.04.15 04:02:02.981391 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 856 rows starting from the beginning of the part | ||
| 2891 | 2025.04.15 04:02:02.981852 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 2892 | 2025.04.15 04:02:02.982164 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2893 | 2025.04.15 04:02:02.982317 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 95 rows starting from the beginning of the part | ||
| 2894 | 2025.04.15 04:02:02.983821 [ 5 ] {2d91292f-3256-42f0-b3af-adc6e1997a42} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2025.04.15 04:02:02.983894 [ 5 ] {2d91292f-3256-42f0-b3af-adc6e1997a42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2896 | 2025.04.15 04:02:02.984950 [ 5 ] {2d91292f-3256-42f0-b3af-adc6e1997a42} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2897 | 2025.04.15 04:02:02.985441 [ 5 ] {2d91292f-3256-42f0-b3af-adc6e1997a42} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2025.04.15 04:02:02.985656 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2392 rows, containing 5 columns (5 merged, 0 gathered) in 0.006442637 sec., 371276.5440610731 rows/sec., 28.41 MiB/sec. | ||
| 2899 | 2025.04.15 04:02:02.985796 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2900 | 2025.04.15 04:02:02.985880 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2901 | 2025.04.15 04:02:02.985948 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2902 | 2025.04.15 04:02:02.985959 [ 5 ] {2d91292f-3256-42f0-b3af-adc6e1997a42} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005454 sec., 29336.266960029337 rows/sec., 2.04 MiB/sec. | ||
| 2903 | 2025.04.15 04:02:02.986026 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2904 | 2025.04.15 04:02:02.986291 [ 5 ] {2d91292f-3256-42f0-b3af-adc6e1997a42} <Debug> TCPHandler: Processed in 0.006228563 sec. | ||
| 2905 | 2025.04.15 04:02:02.986445 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 2906 | 2025.04.15 04:02:02.986626 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2907 | 2025.04.15 04:02:02.986815 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2908 | 2025.04.15 04:02:02.986934 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3958 rows starting from the beginning of the part | ||
| 2909 | 2025.04.15 04:02:02.986951 [ 5 ] {1ddf89d8-2be7-4501-9bbb-25e125ba29d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2910 | 2025.04.15 04:02:02.987251 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 2911 | 2025.04.15 04:02:02.987366 [ 5 ] {1ddf89d8-2be7-4501-9bbb-25e125ba29d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2912 | 2025.04.15 04:02:02.987551 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 2913 | 2025.04.15 04:02:02.987945 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 960 rows starting from the beginning of the part | ||
| 2914 | 2025.04.15 04:02:02.988060 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_16_3} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2915 | 2025.04.15 04:02:02.988287 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part | ||
| 2916 | 2025.04.15 04:02:02.988660 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 2917 | 2025.04.15 04:02:02.989457 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_16_3} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2918 | 2025.04.15 04:02:02.989935 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2919 | 2025.04.15 04:02:02.992418 [ 5 ] {1ddf89d8-2be7-4501-9bbb-25e125ba29d6} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2920 | 2025.04.15 04:02:02.992532 [ 5 ] {1ddf89d8-2be7-4501-9bbb-25e125ba29d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2921 | 2025.04.15 04:02:02.993394 [ 5 ] {1ddf89d8-2be7-4501-9bbb-25e125ba29d6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2922 | 2025.04.15 04:02:02.993668 [ 5 ] {1ddf89d8-2be7-4501-9bbb-25e125ba29d6} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2923 | 2025.04.15 04:02:02.993854 [ 31 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2924 | 2025.04.15 04:02:02.993931 [ 31 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2925 | 2025.04.15 04:02:02.993949 [ 5 ] {1ddf89d8-2be7-4501-9bbb-25e125ba29d6} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.0071 sec., 4366.197183098591 rows/sec., 7.82 MiB/sec. | ||
| 2926 | 2025.04.15 04:02:02.993972 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2927 | 2025.04.15 04:02:02.994455 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 2928 | 2025.04.15 04:02:02.994630 [ 5 ] {1ddf89d8-2be7-4501-9bbb-25e125ba29d6} <Debug> TCPHandler: Processed in 0.008099123 sec. | ||
| 2929 | 2025.04.15 04:02:02.995019 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2930 | 2025.04.15 04:02:02.995278 [ 5 ] {6b560d04-2113-42d8-b4b5-183b46a522b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2931 | 2025.04.15 04:02:02.995299 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2932 | 2025.04.15 04:02:02.995346 [ 5 ] {6b560d04-2113-42d8-b4b5-183b46a522b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2933 | 2025.04.15 04:02:02.995574 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 86 rows starting from the beginning of the part | ||
| 2934 | 2025.04.15 04:02:02.996646 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5603 rows, containing 5 columns (5 merged, 0 gathered) in 0.010573106 sec., 529929.4266036868 rows/sec., 35.68 MiB/sec. | ||
| 2935 | 2025.04.15 04:02:02.996970 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part | ||
| 2936 | 2025.04.15 04:02:02.997253 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2937 | 2025.04.15 04:02:02.998141 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 2938 | 2025.04.15 04:02:02.998503 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2939 | 2025.04.15 04:02:02.998957 [ 5 ] {6b560d04-2113-42d8-b4b5-183b46a522b9} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2940 | 2025.04.15 04:02:02.999098 [ 5 ] {6b560d04-2113-42d8-b4b5-183b46a522b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2941 | 2025.04.15 04:02:02.999111 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2942 | 2025.04.15 04:02:02.999364 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part | ||
| 2943 | 2025.04.15 04:02:02.999404 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. | ||
| 2944 | 2025.04.15 04:02:03.000057 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 2945 | 2025.04.15 04:02:03.001023 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part | ||
| 2946 | 2025.04.15 04:02:03.001017 [ 5 ] {6b560d04-2113-42d8-b4b5-183b46a522b9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2947 | 2025.04.15 04:02:03.001788 [ 5 ] {6b560d04-2113-42d8-b4b5-183b46a522b9} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2948 | 2025.04.15 04:02:03.002146 [ 31 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2949 | 2025.04.15 04:02:03.002233 [ 31 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2950 | 2025.04.15 04:02:03.002323 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2951 | 2025.04.15 04:02:03.002530 [ 5 ] {6b560d04-2113-42d8-b4b5-183b46a522b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007294 sec., 8225.939128050451 rows/sec., 567.68 KiB/sec. | ||
| 2952 | 2025.04.15 04:02:03.002924 [ 5 ] {6b560d04-2113-42d8-b4b5-183b46a522b9} <Debug> TCPHandler: Processed in 0.007987341 sec. | ||
| 2953 | 2025.04.15 04:02:03.002983 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 2954 | 2025.04.15 04:02:03.003626 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2955 | 2025.04.15 04:02:03.003725 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 556 rows starting from the beginning of the part | ||
| 2956 | 2025.04.15 04:02:03.003977 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 2957 | 2025.04.15 04:02:03.004227 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 2958 | 2025.04.15 04:02:03.004543 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 2959 | 2025.04.15 04:02:03.004851 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
| 2960 | 2025.04.15 04:02:03.005202 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 2961 | 2025.04.15 04:02:03.008909 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 840 rows, containing 4 columns (4 merged, 0 gathered) in 0.006437558 sec., 130484.26126801498 rows/sec., 8.47 MiB/sec. | ||
| 2962 | 2025.04.15 04:02:03.009185 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2963 | 2025.04.15 04:02:03.009771 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_16_3} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2964 | 2025.04.15 04:02:03.009925 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_16_3} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2965 | 2025.04.15 04:02:03.010020 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2966 | 2025.04.15 04:02:03.010393 [ 198 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 191 rows, containing 19 columns (19 merged, 0 gathered) in 0.016293358 sec., 11722.568177781399 rows/sec., 21.01 MiB/sec. | ||
| 2967 | 2025.04.15 04:02:03.010880 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2968 | 2025.04.15 04:02:03.011316 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2969 | 2025.04.15 04:02:03.011411 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2970 | 2025.04.15 04:02:03.011578 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 2971 | 2025.04.15 04:02:05.198612 [ 148 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2972 | 2025.04.15 04:02:05.198686 [ 148 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2973 | 2025.04.15 04:02:05.336679 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2974 | 2025.04.15 04:02:05.337424 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2975 | 2025.04.15 04:02:05.337472 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2976 | 2025.04.15 04:02:05.338001 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2977 | 2025.04.15 04:02:05.338253 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2978 | 2025.04.15 04:02:05.338483 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2979 | 2025.04.15 04:02:05.345857 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 426 | ||
| 2980 | 2025.04.15 04:02:05.348697 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2981 | 2025.04.15 04:02:05.348751 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2982 | 2025.04.15 04:02:05.350215 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2983 | 2025.04.15 04:02:05.350534 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2984 | 2025.04.15 04:02:05.351320 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 426 | ||
| 2985 | 2025.04.15 04:02:05.715285 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2986 | 2025.04.15 04:02:05.735391 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2987 | 2025.04.15 04:02:05.735458 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2988 | 2025.04.15 04:02:05.742649 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2989 | 2025.04.15 04:02:05.743440 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2990 | 2025.04.15 04:02:05.746317 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2991 | 2025.04.15 04:02:07.967791 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2992 | 2025.04.15 04:02:07.968008 [ 5 ] {64c16951-73ee-4911-8d00-c0f463a51298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2993 | 2025.04.15 04:02:07.968089 [ 5 ] {64c16951-73ee-4911-8d00-c0f463a51298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2994 | 2025.04.15 04:02:07.969166 [ 5 ] {64c16951-73ee-4911-8d00-c0f463a51298} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2995 | 2025.04.15 04:02:07.969216 [ 5 ] {64c16951-73ee-4911-8d00-c0f463a51298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 2996 | 2025.04.15 04:02:07.969654 [ 5 ] {64c16951-73ee-4911-8d00-c0f463a51298} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2997 | 2025.04.15 04:02:07.969927 [ 5 ] {64c16951-73ee-4911-8d00-c0f463a51298} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2998 | 2025.04.15 04:02:07.970160 [ 5 ] {64c16951-73ee-4911-8d00-c0f463a51298} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002216 sec., 95667.87003610109 rows/sec., 6.08 MiB/sec. | ||
| 2999 | 2025.04.15 04:02:07.970218 [ 5 ] {64c16951-73ee-4911-8d00-c0f463a51298} <Debug> TCPHandler: Processed in 0.002568345 sec. | ||
| 3000 | 2025.04.15 04:02:07.970355 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3001 | 2025.04.15 04:02:07.970460 [ 5 ] {f5040e24-def1-4589-8dcc-f1b13ea46dee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3002 | 2025.04.15 04:02:07.970507 [ 5 ] {f5040e24-def1-4589-8dcc-f1b13ea46dee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3003 | 2025.04.15 04:02:07.971410 [ 5 ] {f5040e24-def1-4589-8dcc-f1b13ea46dee} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3004 | 2025.04.15 04:02:07.971450 [ 5 ] {f5040e24-def1-4589-8dcc-f1b13ea46dee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3005 | 2025.04.15 04:02:07.971848 [ 5 ] {f5040e24-def1-4589-8dcc-f1b13ea46dee} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3006 | 2025.04.15 04:02:07.972088 [ 5 ] {f5040e24-def1-4589-8dcc-f1b13ea46dee} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3007 | 2025.04.15 04:02:07.972329 [ 5 ] {f5040e24-def1-4589-8dcc-f1b13ea46dee} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001887 sec., 335453.1001589825 rows/sec., 26.38 MiB/sec. | ||
| 3008 | 2025.04.15 04:02:07.972498 [ 5 ] {f5040e24-def1-4589-8dcc-f1b13ea46dee} <Debug> TCPHandler: Processed in 0.002189617 sec. | ||
| 3009 | 2025.04.15 04:02:07.972683 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3010 | 2025.04.15 04:02:07.972789 [ 5 ] {6121c2fa-d620-49cb-97fb-9fa81e8cce72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3011 | 2025.04.15 04:02:07.972836 [ 5 ] {6121c2fa-d620-49cb-97fb-9fa81e8cce72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3012 | 2025.04.15 04:02:07.973520 [ 5 ] {6121c2fa-d620-49cb-97fb-9fa81e8cce72} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3013 | 2025.04.15 04:02:07.973559 [ 5 ] {6121c2fa-d620-49cb-97fb-9fa81e8cce72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3014 | 2025.04.15 04:02:07.973909 [ 5 ] {6121c2fa-d620-49cb-97fb-9fa81e8cce72} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3015 | 2025.04.15 04:02:07.974146 [ 5 ] {6121c2fa-d620-49cb-97fb-9fa81e8cce72} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3016 | 2025.04.15 04:02:07.974307 [ 5 ] {6121c2fa-d620-49cb-97fb-9fa81e8cce72} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001541 sec., 73977.93640493185 rows/sec., 4.43 MiB/sec. | ||
| 3017 | 2025.04.15 04:02:07.974359 [ 5 ] {6121c2fa-d620-49cb-97fb-9fa81e8cce72} <Debug> TCPHandler: Processed in 0.001743117 sec. | ||
| 3018 | 2025.04.15 04:02:07.974490 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3019 | 2025.04.15 04:02:07.974594 [ 5 ] {f40e5652-b541-42cf-9dbb-2d0915dce662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3020 | 2025.04.15 04:02:07.974638 [ 5 ] {f40e5652-b541-42cf-9dbb-2d0915dce662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3021 | 2025.04.15 04:02:07.975192 [ 5 ] {f40e5652-b541-42cf-9dbb-2d0915dce662} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3022 | 2025.04.15 04:02:07.975228 [ 5 ] {f40e5652-b541-42cf-9dbb-2d0915dce662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3023 | 2025.04.15 04:02:07.975571 [ 5 ] {f40e5652-b541-42cf-9dbb-2d0915dce662} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3024 | 2025.04.15 04:02:07.975815 [ 5 ] {f40e5652-b541-42cf-9dbb-2d0915dce662} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3025 | 2025.04.15 04:02:07.976011 [ 5 ] {f40e5652-b541-42cf-9dbb-2d0915dce662} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001434 sec., 78800.55788005579 rows/sec., 5.10 MiB/sec. | ||
| 3026 | 2025.04.15 04:02:07.976182 [ 5 ] {f40e5652-b541-42cf-9dbb-2d0915dce662} <Debug> TCPHandler: Processed in 0.001736097 sec. | ||
| 3027 | 2025.04.15 04:02:07.976320 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3028 | 2025.04.15 04:02:07.976424 [ 5 ] {36162fc2-ea70-47b9-93a2-ba428133f15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3029 | 2025.04.15 04:02:07.976468 [ 5 ] {36162fc2-ea70-47b9-93a2-ba428133f15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3030 | 2025.04.15 04:02:07.977038 [ 5 ] {36162fc2-ea70-47b9-93a2-ba428133f15b} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3031 | 2025.04.15 04:02:07.977075 [ 5 ] {36162fc2-ea70-47b9-93a2-ba428133f15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3032 | 2025.04.15 04:02:07.977411 [ 5 ] {36162fc2-ea70-47b9-93a2-ba428133f15b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3033 | 2025.04.15 04:02:07.977646 [ 5 ] {36162fc2-ea70-47b9-93a2-ba428133f15b} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3034 | 2025.04.15 04:02:07.977805 [ 5 ] {36162fc2-ea70-47b9-93a2-ba428133f15b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001404 sec., 79772.07977207977 rows/sec., 4.54 MiB/sec. | ||
| 3035 | 2025.04.15 04:02:07.977854 [ 5 ] {36162fc2-ea70-47b9-93a2-ba428133f15b} <Debug> TCPHandler: Processed in 0.001584123 sec. | ||
| 3036 | 2025.04.15 04:02:07.977974 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3037 | 2025.04.15 04:02:07.978078 [ 5 ] {d212fb5c-5aad-473f-a89e-252be1a8e9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3038 | 2025.04.15 04:02:07.978122 [ 5 ] {d212fb5c-5aad-473f-a89e-252be1a8e9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3039 | 2025.04.15 04:02:07.978754 [ 5 ] {d212fb5c-5aad-473f-a89e-252be1a8e9ce} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3040 | 2025.04.15 04:02:07.978791 [ 5 ] {d212fb5c-5aad-473f-a89e-252be1a8e9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3041 | 2025.04.15 04:02:07.979151 [ 5 ] {d212fb5c-5aad-473f-a89e-252be1a8e9ce} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3042 | 2025.04.15 04:02:07.979388 [ 5 ] {d212fb5c-5aad-473f-a89e-252be1a8e9ce} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3043 | 2025.04.15 04:02:07.979589 [ 5 ] {d212fb5c-5aad-473f-a89e-252be1a8e9ce} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001531 sec., 254735.46701502285 rows/sec., 18.00 MiB/sec. | ||
| 3044 | 2025.04.15 04:02:07.979791 [ 5 ] {d212fb5c-5aad-473f-a89e-252be1a8e9ce} <Debug> TCPHandler: Processed in 0.00186446 sec. | ||
| 3045 | 2025.04.15 04:02:07.979935 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3046 | 2025.04.15 04:02:07.980038 [ 5 ] {bbfa0a56-6956-4ae9-afd3-c0a29e30907f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3047 | 2025.04.15 04:02:07.980084 [ 5 ] {bbfa0a56-6956-4ae9-afd3-c0a29e30907f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3048 | 2025.04.15 04:02:07.980548 [ 5 ] {bbfa0a56-6956-4ae9-afd3-c0a29e30907f} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3049 | 2025.04.15 04:02:07.980585 [ 5 ] {bbfa0a56-6956-4ae9-afd3-c0a29e30907f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3050 | 2025.04.15 04:02:07.980928 [ 5 ] {bbfa0a56-6956-4ae9-afd3-c0a29e30907f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3051 | 2025.04.15 04:02:07.981165 [ 5 ] {bbfa0a56-6956-4ae9-afd3-c0a29e30907f} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3052 | 2025.04.15 04:02:07.981324 [ 5 ] {bbfa0a56-6956-4ae9-afd3-c0a29e30907f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001309 sec., 4583.651642475172 rows/sec., 239.48 KiB/sec. | ||
| 3053 | 2025.04.15 04:02:07.981371 [ 5 ] {bbfa0a56-6956-4ae9-afd3-c0a29e30907f} <Debug> TCPHandler: Processed in 0.001486412 sec. | ||
| 3054 | 2025.04.15 04:02:07.981497 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3055 | 2025.04.15 04:02:07.981601 [ 5 ] {71b9071c-2648-4f90-ba67-453ea1a84fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3056 | 2025.04.15 04:02:07.981648 [ 5 ] {71b9071c-2648-4f90-ba67-453ea1a84fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3057 | 2025.04.15 04:02:07.982166 [ 5 ] {71b9071c-2648-4f90-ba67-453ea1a84fb6} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3058 | 2025.04.15 04:02:07.982202 [ 5 ] {71b9071c-2648-4f90-ba67-453ea1a84fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3059 | 2025.04.15 04:02:07.982582 [ 5 ] {71b9071c-2648-4f90-ba67-453ea1a84fb6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3060 | 2025.04.15 04:02:07.982816 [ 5 ] {71b9071c-2648-4f90-ba67-453ea1a84fb6} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3061 | 2025.04.15 04:02:07.982974 [ 5 ] {71b9071c-2648-4f90-ba67-453ea1a84fb6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001396 sec., 169770.77363896847 rows/sec., 11.38 MiB/sec. | ||
| 3062 | 2025.04.15 04:02:07.983028 [ 5 ] {71b9071c-2648-4f90-ba67-453ea1a84fb6} <Debug> TCPHandler: Processed in 0.001582214 sec. | ||
| 3063 | 2025.04.15 04:02:07.983150 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3064 | 2025.04.15 04:02:07.983254 [ 5 ] {a1bc935b-2f0b-46fc-b1d0-2e13092bd93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3065 | 2025.04.15 04:02:07.983300 [ 5 ] {a1bc935b-2f0b-46fc-b1d0-2e13092bd93f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3066 | 2025.04.15 04:02:07.983696 [ 5 ] {a1bc935b-2f0b-46fc-b1d0-2e13092bd93f} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3067 | 2025.04.15 04:02:07.983733 [ 5 ] {a1bc935b-2f0b-46fc-b1d0-2e13092bd93f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3068 | 2025.04.15 04:02:07.984065 [ 5 ] {a1bc935b-2f0b-46fc-b1d0-2e13092bd93f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3069 | 2025.04.15 04:02:07.984297 [ 5 ] {a1bc935b-2f0b-46fc-b1d0-2e13092bd93f} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3070 | 2025.04.15 04:02:07.984455 [ 5 ] {a1bc935b-2f0b-46fc-b1d0-2e13092bd93f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001222 sec., 818.3306055646481 rows/sec., 55.14 KiB/sec. | ||
| 3071 | 2025.04.15 04:02:07.984501 [ 5 ] {a1bc935b-2f0b-46fc-b1d0-2e13092bd93f} <Debug> TCPHandler: Processed in 0.001401529 sec. | ||
| 3072 | 2025.04.15 04:02:07.984619 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3073 | 2025.04.15 04:02:07.984722 [ 5 ] {d1f93f19-9b0e-4cbb-8b71-b3f4bfac1129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3074 | 2025.04.15 04:02:07.984785 [ 5 ] {d1f93f19-9b0e-4cbb-8b71-b3f4bfac1129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3075 | 2025.04.15 04:02:07.985791 [ 5 ] {d1f93f19-9b0e-4cbb-8b71-b3f4bfac1129} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3076 | 2025.04.15 04:02:07.985834 [ 5 ] {d1f93f19-9b0e-4cbb-8b71-b3f4bfac1129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3077 | 2025.04.15 04:02:07.986424 [ 5 ] {d1f93f19-9b0e-4cbb-8b71-b3f4bfac1129} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3078 | 2025.04.15 04:02:07.986691 [ 5 ] {d1f93f19-9b0e-4cbb-8b71-b3f4bfac1129} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3079 | 2025.04.15 04:02:07.986872 [ 5 ] {d1f93f19-9b0e-4cbb-8b71-b3f4bfac1129} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002171 sec., 3684.937816674343 rows/sec., 6.60 MiB/sec. | ||
| 3080 | 2025.04.15 04:02:07.986964 [ 5 ] {d1f93f19-9b0e-4cbb-8b71-b3f4bfac1129} <Debug> TCPHandler: Processed in 0.002395921 sec. | ||
| 3081 | 2025.04.15 04:02:07.987091 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3082 | 2025.04.15 04:02:07.987196 [ 5 ] {c49d9e67-352a-494b-b31c-fdca9a13950e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3083 | 2025.04.15 04:02:07.987250 [ 5 ] {c49d9e67-352a-494b-b31c-fdca9a13950e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3084 | 2025.04.15 04:02:07.987687 [ 5 ] {c49d9e67-352a-494b-b31c-fdca9a13950e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3085 | 2025.04.15 04:02:07.987726 [ 5 ] {c49d9e67-352a-494b-b31c-fdca9a13950e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3086 | 2025.04.15 04:02:07.988090 [ 5 ] {c49d9e67-352a-494b-b31c-fdca9a13950e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3087 | 2025.04.15 04:02:07.988327 [ 5 ] {c49d9e67-352a-494b-b31c-fdca9a13950e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3088 | 2025.04.15 04:02:07.988490 [ 5 ] {c49d9e67-352a-494b-b31c-fdca9a13950e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001317 sec., 62262.718299164764 rows/sec., 3.95 MiB/sec. | ||
| 3089 | 2025.04.15 04:02:07.988537 [ 5 ] {c49d9e67-352a-494b-b31c-fdca9a13950e} <Debug> TCPHandler: Processed in 0.001497381 sec. | ||
| 3090 | 2025.04.15 04:02:12.838625 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 3091 | 2025.04.15 04:02:12.839342 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3092 | 2025.04.15 04:02:12.839394 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3093 | 2025.04.15 04:02:12.840031 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3094 | 2025.04.15 04:02:12.840300 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3095 | 2025.04.15 04:02:12.840565 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3096 | 2025.04.15 04:02:12.964417 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3097 | 2025.04.15 04:02:12.964720 [ 5 ] {e2d96791-ef8f-4fb7-a23a-3ca1b5ae7b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3098 | 2025.04.15 04:02:12.964835 [ 5 ] {e2d96791-ef8f-4fb7-a23a-3ca1b5ae7b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3099 | 2025.04.15 04:02:12.965630 [ 5 ] {e2d96791-ef8f-4fb7-a23a-3ca1b5ae7b62} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3100 | 2025.04.15 04:02:12.965681 [ 5 ] {e2d96791-ef8f-4fb7-a23a-3ca1b5ae7b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3101 | 2025.04.15 04:02:12.966097 [ 5 ] {e2d96791-ef8f-4fb7-a23a-3ca1b5ae7b62} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3102 | 2025.04.15 04:02:12.966349 [ 5 ] {e2d96791-ef8f-4fb7-a23a-3ca1b5ae7b62} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3103 | 2025.04.15 04:02:12.966561 [ 5 ] {e2d96791-ef8f-4fb7-a23a-3ca1b5ae7b62} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001919 sec., 1042.2094841063054 rows/sec., 84.98 KiB/sec. | ||
| 3104 | 2025.04.15 04:02:12.966672 [ 5 ] {e2d96791-ef8f-4fb7-a23a-3ca1b5ae7b62} <Debug> TCPHandler: Processed in 0.002440522 sec. | ||
| 3105 | 2025.04.15 04:02:12.966854 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3106 | 2025.04.15 04:02:12.966962 [ 5 ] {4c60aeb3-dd5c-4a03-8018-e47463b20448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3107 | 2025.04.15 04:02:12.967011 [ 5 ] {4c60aeb3-dd5c-4a03-8018-e47463b20448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3108 | 2025.04.15 04:02:12.967696 [ 5 ] {4c60aeb3-dd5c-4a03-8018-e47463b20448} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3109 | 2025.04.15 04:02:12.967736 [ 5 ] {4c60aeb3-dd5c-4a03-8018-e47463b20448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3110 | 2025.04.15 04:02:12.968091 [ 5 ] {4c60aeb3-dd5c-4a03-8018-e47463b20448} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3111 | 2025.04.15 04:02:12.968332 [ 5 ] {4c60aeb3-dd5c-4a03-8018-e47463b20448} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3112 | 2025.04.15 04:02:12.968536 [ 5 ] {4c60aeb3-dd5c-4a03-8018-e47463b20448} <Debug> executeQuery: Read 119 rows, 10.31 KiB in 0.001598 sec., 74468.08510638298 rows/sec., 6.30 MiB/sec. | ||
| 3113 | 2025.04.15 04:02:12.968592 [ 5 ] {4c60aeb3-dd5c-4a03-8018-e47463b20448} <Debug> TCPHandler: Processed in 0.001791068 sec. | ||
| 3114 | 2025.04.15 04:02:12.968718 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3115 | 2025.04.15 04:02:12.968823 [ 5 ] {92995f9b-1c32-42f7-80c0-48854b75d730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3116 | 2025.04.15 04:02:12.968869 [ 5 ] {92995f9b-1c32-42f7-80c0-48854b75d730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3117 | 2025.04.15 04:02:12.969468 [ 5 ] {92995f9b-1c32-42f7-80c0-48854b75d730} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3118 | 2025.04.15 04:02:12.969508 [ 5 ] {92995f9b-1c32-42f7-80c0-48854b75d730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3119 | 2025.04.15 04:02:12.969849 [ 5 ] {92995f9b-1c32-42f7-80c0-48854b75d730} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3120 | 2025.04.15 04:02:12.970104 [ 5 ] {92995f9b-1c32-42f7-80c0-48854b75d730} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3121 | 2025.04.15 04:02:12.970324 [ 5 ] {92995f9b-1c32-42f7-80c0-48854b75d730} <Debug> executeQuery: Read 33 rows, 2.47 KiB in 0.001515 sec., 21782.17821782178 rows/sec., 1.59 MiB/sec. | ||
| 3122 | 2025.04.15 04:02:12.970519 [ 5 ] {92995f9b-1c32-42f7-80c0-48854b75d730} <Debug> TCPHandler: Processed in 0.00185005 sec. | ||
| 3123 | 2025.04.15 04:02:12.970687 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3124 | 2025.04.15 04:02:12.970793 [ 5 ] {942f0b53-d80a-431a-b5c8-6bbf1af059d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3125 | 2025.04.15 04:02:12.970839 [ 5 ] {942f0b53-d80a-431a-b5c8-6bbf1af059d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3126 | 2025.04.15 04:02:12.971412 [ 5 ] {942f0b53-d80a-431a-b5c8-6bbf1af059d3} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3127 | 2025.04.15 04:02:12.971452 [ 5 ] {942f0b53-d80a-431a-b5c8-6bbf1af059d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3128 | 2025.04.15 04:02:12.971805 [ 5 ] {942f0b53-d80a-431a-b5c8-6bbf1af059d3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3129 | 2025.04.15 04:02:12.972039 [ 5 ] {942f0b53-d80a-431a-b5c8-6bbf1af059d3} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3130 | 2025.04.15 04:02:12.972242 [ 5 ] {942f0b53-d80a-431a-b5c8-6bbf1af059d3} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001473 sec., 65852.0027155465 rows/sec., 5.15 MiB/sec. | ||
| 3131 | 2025.04.15 04:02:12.972298 [ 5 ] {942f0b53-d80a-431a-b5c8-6bbf1af059d3} <Debug> TCPHandler: Processed in 0.001661435 sec. | ||
| 3132 | 2025.04.15 04:02:12.972415 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3133 | 2025.04.15 04:02:12.972520 [ 5 ] {1e6824ca-994a-408a-aa74-7e3c38ed792c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3134 | 2025.04.15 04:02:12.972568 [ 5 ] {1e6824ca-994a-408a-aa74-7e3c38ed792c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3135 | 2025.04.15 04:02:12.973083 [ 5 ] {1e6824ca-994a-408a-aa74-7e3c38ed792c} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3136 | 2025.04.15 04:02:12.973122 [ 5 ] {1e6824ca-994a-408a-aa74-7e3c38ed792c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3137 | 2025.04.15 04:02:12.973496 [ 5 ] {1e6824ca-994a-408a-aa74-7e3c38ed792c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3138 | 2025.04.15 04:02:12.973734 [ 5 ] {1e6824ca-994a-408a-aa74-7e3c38ed792c} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3139 | 2025.04.15 04:02:12.973936 [ 5 ] {1e6824ca-994a-408a-aa74-7e3c38ed792c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001439 sec., 111883.25225851286 rows/sec., 7.79 MiB/sec. | ||
| 3140 | 2025.04.15 04:02:12.973992 [ 5 ] {1e6824ca-994a-408a-aa74-7e3c38ed792c} <Debug> TCPHandler: Processed in 0.001627274 sec. | ||
| 3141 | 2025.04.15 04:02:12.974123 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3142 | 2025.04.15 04:02:12.974229 [ 5 ] {eb393163-f3f3-45be-a76a-018c7400ac0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3143 | 2025.04.15 04:02:12.974296 [ 5 ] {eb393163-f3f3-45be-a76a-018c7400ac0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3144 | 2025.04.15 04:02:12.975426 [ 5 ] {eb393163-f3f3-45be-a76a-018c7400ac0f} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3145 | 2025.04.15 04:02:12.975466 [ 5 ] {eb393163-f3f3-45be-a76a-018c7400ac0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3146 | 2025.04.15 04:02:12.976103 [ 5 ] {eb393163-f3f3-45be-a76a-018c7400ac0f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3147 | 2025.04.15 04:02:12.976380 [ 5 ] {eb393163-f3f3-45be-a76a-018c7400ac0f} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3148 | 2025.04.15 04:02:12.976593 [ 5 ] {eb393163-f3f3-45be-a76a-018c7400ac0f} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002387 sec., 12987.012987012988 rows/sec., 23.27 MiB/sec. | ||
| 3149 | 2025.04.15 04:02:12.976681 [ 5 ] {eb393163-f3f3-45be-a76a-018c7400ac0f} <Debug> TCPHandler: Processed in 0.002619826 sec. | ||
| 3150 | 2025.04.15 04:02:12.976793 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3151 | 2025.04.15 04:02:12.976895 [ 5 ] {b4b0b17e-fb2e-4446-bc2a-67ba4e273b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3152 | 2025.04.15 04:02:12.976943 [ 5 ] {b4b0b17e-fb2e-4446-bc2a-67ba4e273b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3153 | 2025.04.15 04:02:12.977389 [ 5 ] {b4b0b17e-fb2e-4446-bc2a-67ba4e273b49} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3154 | 2025.04.15 04:02:12.977428 [ 5 ] {b4b0b17e-fb2e-4446-bc2a-67ba4e273b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3155 | 2025.04.15 04:02:12.977778 [ 5 ] {b4b0b17e-fb2e-4446-bc2a-67ba4e273b49} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3156 | 2025.04.15 04:02:12.978015 [ 5 ] {b4b0b17e-fb2e-4446-bc2a-67ba4e273b49} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3157 | 2025.04.15 04:02:12.978239 [ 5 ] {b4b0b17e-fb2e-4446-bc2a-67ba4e273b49} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. | ||
| 3158 | 2025.04.15 04:02:12.978318 [ 5 ] {b4b0b17e-fb2e-4446-bc2a-67ba4e273b49} <Debug> TCPHandler: Processed in 0.001577244 sec. | ||
| 3159 | 2025.04.15 04:02:13.246438 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3160 | 2025.04.15 04:02:13.266068 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3161 | 2025.04.15 04:02:13.266118 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3162 | 2025.04.15 04:02:13.273627 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3163 | 2025.04.15 04:02:13.274421 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3164 | 2025.04.15 04:02:13.276972 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3165 | 2025.04.15 04:02:15.351504 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 462 | ||
| 3166 | 2025.04.15 04:02:15.355304 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3167 | 2025.04.15 04:02:15.355353 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3168 | 2025.04.15 04:02:15.356779 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3169 | 2025.04.15 04:02:15.357081 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3170 | 2025.04.15 04:02:15.357605 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 462 | ||
| 3171 | 2025.04.15 04:02:17.968341 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3172 | 2025.04.15 04:02:17.968550 [ 5 ] {72d3311e-61e7-458a-9c6f-033c7b01b75a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3173 | 2025.04.15 04:02:17.968630 [ 5 ] {72d3311e-61e7-458a-9c6f-033c7b01b75a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3174 | 2025.04.15 04:02:17.969502 [ 5 ] {72d3311e-61e7-458a-9c6f-033c7b01b75a} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3175 | 2025.04.15 04:02:17.969557 [ 5 ] {72d3311e-61e7-458a-9c6f-033c7b01b75a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3176 | 2025.04.15 04:02:17.970006 [ 5 ] {72d3311e-61e7-458a-9c6f-033c7b01b75a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3177 | 2025.04.15 04:02:17.970279 [ 5 ] {72d3311e-61e7-458a-9c6f-033c7b01b75a} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3178 | 2025.04.15 04:02:17.970511 [ 5 ] {72d3311e-61e7-458a-9c6f-033c7b01b75a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002019 sec., 105002.47647350174 rows/sec., 6.68 MiB/sec. | ||
| 3179 | 2025.04.15 04:02:17.970575 [ 5 ] {72d3311e-61e7-458a-9c6f-033c7b01b75a} <Debug> TCPHandler: Processed in 0.002372451 sec. | ||
| 3180 | 2025.04.15 04:02:17.970707 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3181 | 2025.04.15 04:02:17.970819 [ 5 ] {8eb349c3-882e-4e96-85f2-02764677d9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3182 | 2025.04.15 04:02:17.970867 [ 5 ] {8eb349c3-882e-4e96-85f2-02764677d9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3183 | 2025.04.15 04:02:17.971690 [ 5 ] {8eb349c3-882e-4e96-85f2-02764677d9d2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3184 | 2025.04.15 04:02:17.971731 [ 5 ] {8eb349c3-882e-4e96-85f2-02764677d9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3185 | 2025.04.15 04:02:17.972127 [ 5 ] {8eb349c3-882e-4e96-85f2-02764677d9d2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3186 | 2025.04.15 04:02:17.972386 [ 5 ] {8eb349c3-882e-4e96-85f2-02764677d9d2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3187 | 2025.04.15 04:02:17.972620 [ 5 ] {8eb349c3-882e-4e96-85f2-02764677d9d2} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001818 sec., 348184.81848184817 rows/sec., 27.38 MiB/sec. | ||
| 3188 | 2025.04.15 04:02:17.972733 [ 5 ] {8eb349c3-882e-4e96-85f2-02764677d9d2} <Debug> TCPHandler: Processed in 0.002071974 sec. | ||
| 3189 | 2025.04.15 04:02:17.972926 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3190 | 2025.04.15 04:02:17.973031 [ 5 ] {1cd6a06e-d95a-4592-9303-54ce70981af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3191 | 2025.04.15 04:02:17.973078 [ 5 ] {1cd6a06e-d95a-4592-9303-54ce70981af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3192 | 2025.04.15 04:02:17.973634 [ 5 ] {1cd6a06e-d95a-4592-9303-54ce70981af2} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3193 | 2025.04.15 04:02:17.973673 [ 5 ] {1cd6a06e-d95a-4592-9303-54ce70981af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3194 | 2025.04.15 04:02:17.974022 [ 5 ] {1cd6a06e-d95a-4592-9303-54ce70981af2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3195 | 2025.04.15 04:02:17.974275 [ 5 ] {1cd6a06e-d95a-4592-9303-54ce70981af2} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3196 | 2025.04.15 04:02:17.974486 [ 5 ] {1cd6a06e-d95a-4592-9303-54ce70981af2} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001478 sec., 77131.25845737483 rows/sec., 4.62 MiB/sec. | ||
| 3197 | 2025.04.15 04:02:17.974606 [ 5 ] {1cd6a06e-d95a-4592-9303-54ce70981af2} <Debug> TCPHandler: Processed in 0.001743537 sec. | ||
| 3198 | 2025.04.15 04:02:17.974730 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3199 | 2025.04.15 04:02:17.974831 [ 5 ] {9de8d49a-c07d-4945-82a9-3d31f37aca2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3200 | 2025.04.15 04:02:17.974874 [ 5 ] {9de8d49a-c07d-4945-82a9-3d31f37aca2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3201 | 2025.04.15 04:02:17.975405 [ 5 ] {9de8d49a-c07d-4945-82a9-3d31f37aca2a} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3202 | 2025.04.15 04:02:17.975443 [ 5 ] {9de8d49a-c07d-4945-82a9-3d31f37aca2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3203 | 2025.04.15 04:02:17.975790 [ 5 ] {9de8d49a-c07d-4945-82a9-3d31f37aca2a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3204 | 2025.04.15 04:02:17.976023 [ 5 ] {9de8d49a-c07d-4945-82a9-3d31f37aca2a} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3205 | 2025.04.15 04:02:17.976226 [ 5 ] {9de8d49a-c07d-4945-82a9-3d31f37aca2a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001417 sec., 79745.94213126323 rows/sec., 5.16 MiB/sec. | ||
| 3206 | 2025.04.15 04:02:17.976275 [ 5 ] {9de8d49a-c07d-4945-82a9-3d31f37aca2a} <Debug> TCPHandler: Processed in 0.001593444 sec. | ||
| 3207 | 2025.04.15 04:02:17.976396 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3208 | 2025.04.15 04:02:17.976498 [ 5 ] {51114a51-2659-4e8c-a02c-eeb473f579a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3209 | 2025.04.15 04:02:17.976542 [ 5 ] {51114a51-2659-4e8c-a02c-eeb473f579a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3210 | 2025.04.15 04:02:17.977074 [ 5 ] {51114a51-2659-4e8c-a02c-eeb473f579a3} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3211 | 2025.04.15 04:02:17.977112 [ 5 ] {51114a51-2659-4e8c-a02c-eeb473f579a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3212 | 2025.04.15 04:02:17.977453 [ 5 ] {51114a51-2659-4e8c-a02c-eeb473f579a3} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3213 | 2025.04.15 04:02:17.977683 [ 5 ] {51114a51-2659-4e8c-a02c-eeb473f579a3} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3214 | 2025.04.15 04:02:17.977874 [ 5 ] {51114a51-2659-4e8c-a02c-eeb473f579a3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001397 sec., 80171.79670722978 rows/sec., 4.57 MiB/sec. | ||
| 3215 | 2025.04.15 04:02:17.977924 [ 5 ] {51114a51-2659-4e8c-a02c-eeb473f579a3} <Debug> TCPHandler: Processed in 0.001575684 sec. | ||
| 3216 | 2025.04.15 04:02:17.978048 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3217 | 2025.04.15 04:02:17.978150 [ 5 ] {6a313d8a-63bb-4444-8df1-74d9106ca0fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3218 | 2025.04.15 04:02:17.978193 [ 5 ] {6a313d8a-63bb-4444-8df1-74d9106ca0fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3219 | 2025.04.15 04:02:17.978823 [ 5 ] {6a313d8a-63bb-4444-8df1-74d9106ca0fa} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3220 | 2025.04.15 04:02:17.978862 [ 5 ] {6a313d8a-63bb-4444-8df1-74d9106ca0fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3221 | 2025.04.15 04:02:17.979244 [ 5 ] {6a313d8a-63bb-4444-8df1-74d9106ca0fa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3222 | 2025.04.15 04:02:17.979481 [ 5 ] {6a313d8a-63bb-4444-8df1-74d9106ca0fa} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3223 | 2025.04.15 04:02:17.979673 [ 5 ] {6a313d8a-63bb-4444-8df1-74d9106ca0fa} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001545 sec., 252427.18446601942 rows/sec., 17.84 MiB/sec. | ||
| 3224 | 2025.04.15 04:02:17.979724 [ 5 ] {6a313d8a-63bb-4444-8df1-74d9106ca0fa} <Debug> TCPHandler: Processed in 0.001727017 sec. | ||
| 3225 | 2025.04.15 04:02:17.979841 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3226 | 2025.04.15 04:02:17.979942 [ 5 ] {324ec890-ca5e-4461-8a16-947257afb9de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3227 | 2025.04.15 04:02:17.979988 [ 5 ] {324ec890-ca5e-4461-8a16-947257afb9de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3228 | 2025.04.15 04:02:17.980404 [ 5 ] {324ec890-ca5e-4461-8a16-947257afb9de} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3229 | 2025.04.15 04:02:17.980442 [ 5 ] {324ec890-ca5e-4461-8a16-947257afb9de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3230 | 2025.04.15 04:02:17.980784 [ 5 ] {324ec890-ca5e-4461-8a16-947257afb9de} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3231 | 2025.04.15 04:02:17.981015 [ 5 ] {324ec890-ca5e-4461-8a16-947257afb9de} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3232 | 2025.04.15 04:02:17.981270 [ 5 ] {324ec890-ca5e-4461-8a16-947257afb9de} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec. | ||
| 3233 | 2025.04.15 04:02:17.981433 [ 5 ] {324ec890-ca5e-4461-8a16-947257afb9de} <Debug> TCPHandler: Processed in 0.001636375 sec. | ||
| 3234 | 2025.04.15 04:02:17.981565 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3235 | 2025.04.15 04:02:17.981681 [ 5 ] {43391eb7-ff2c-463f-8515-f8bde75f839f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3236 | 2025.04.15 04:02:17.981728 [ 5 ] {43391eb7-ff2c-463f-8515-f8bde75f839f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3237 | 2025.04.15 04:02:17.982266 [ 5 ] {43391eb7-ff2c-463f-8515-f8bde75f839f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3238 | 2025.04.15 04:02:17.982304 [ 5 ] {43391eb7-ff2c-463f-8515-f8bde75f839f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3239 | 2025.04.15 04:02:17.982680 [ 5 ] {43391eb7-ff2c-463f-8515-f8bde75f839f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3240 | 2025.04.15 04:02:17.982909 [ 5 ] {43391eb7-ff2c-463f-8515-f8bde75f839f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3241 | 2025.04.15 04:02:17.983126 [ 5 ] {43391eb7-ff2c-463f-8515-f8bde75f839f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001465 sec., 161774.74402730376 rows/sec., 10.84 MiB/sec. | ||
| 3242 | 2025.04.15 04:02:17.983256 [ 5 ] {43391eb7-ff2c-463f-8515-f8bde75f839f} <Debug> TCPHandler: Processed in 0.001739037 sec. | ||
| 3243 | 2025.04.15 04:02:17.983403 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3244 | 2025.04.15 04:02:17.983527 [ 5 ] {460218ef-ae89-4617-97ef-4dafcfbd8743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3245 | 2025.04.15 04:02:17.983584 [ 5 ] {460218ef-ae89-4617-97ef-4dafcfbd8743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3246 | 2025.04.15 04:02:17.984089 [ 5 ] {460218ef-ae89-4617-97ef-4dafcfbd8743} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3247 | 2025.04.15 04:02:17.984149 [ 5 ] {460218ef-ae89-4617-97ef-4dafcfbd8743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3248 | 2025.04.15 04:02:17.984675 [ 5 ] {460218ef-ae89-4617-97ef-4dafcfbd8743} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3249 | 2025.04.15 04:02:17.987066 [ 5 ] {460218ef-ae89-4617-97ef-4dafcfbd8743} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3250 | 2025.04.15 04:02:17.987306 [ 5 ] {460218ef-ae89-4617-97ef-4dafcfbd8743} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003807 sec., 262.67402153926975 rows/sec., 17.70 KiB/sec. | ||
| 3251 | 2025.04.15 04:02:17.987356 [ 5 ] {460218ef-ae89-4617-97ef-4dafcfbd8743} <Debug> TCPHandler: Processed in 0.004013805 sec. | ||
| 3252 | 2025.04.15 04:02:17.987479 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3253 | 2025.04.15 04:02:17.987582 [ 5 ] {d0f575da-f757-42b5-9576-d1eacb05f0b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3254 | 2025.04.15 04:02:17.987648 [ 5 ] {d0f575da-f757-42b5-9576-d1eacb05f0b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3255 | 2025.04.15 04:02:17.988710 [ 5 ] {d0f575da-f757-42b5-9576-d1eacb05f0b2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3256 | 2025.04.15 04:02:17.988762 [ 5 ] {d0f575da-f757-42b5-9576-d1eacb05f0b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3257 | 2025.04.15 04:02:17.989358 [ 5 ] {d0f575da-f757-42b5-9576-d1eacb05f0b2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3258 | 2025.04.15 04:02:17.989622 [ 5 ] {d0f575da-f757-42b5-9576-d1eacb05f0b2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3259 | 2025.04.15 04:02:17.989849 [ 5 ] {d0f575da-f757-42b5-9576-d1eacb05f0b2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002288 sec., 3496.5034965034965 rows/sec., 6.27 MiB/sec. | ||
| 3260 | 2025.04.15 04:02:17.989940 [ 5 ] {d0f575da-f757-42b5-9576-d1eacb05f0b2} <Debug> TCPHandler: Processed in 0.002509983 sec. | ||
| 3261 | 2025.04.15 04:02:17.990072 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3262 | 2025.04.15 04:02:17.990175 [ 5 ] {45d44a0d-1396-4727-9923-f222eaeec444} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3263 | 2025.04.15 04:02:17.990220 [ 5 ] {45d44a0d-1396-4727-9923-f222eaeec444} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3264 | 2025.04.15 04:02:17.990645 [ 5 ] {45d44a0d-1396-4727-9923-f222eaeec444} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3265 | 2025.04.15 04:02:17.990683 [ 5 ] {45d44a0d-1396-4727-9923-f222eaeec444} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3266 | 2025.04.15 04:02:17.991036 [ 5 ] {45d44a0d-1396-4727-9923-f222eaeec444} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3267 | 2025.04.15 04:02:17.991275 [ 5 ] {45d44a0d-1396-4727-9923-f222eaeec444} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3268 | 2025.04.15 04:02:17.991455 [ 5 ] {45d44a0d-1396-4727-9923-f222eaeec444} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001302 sec., 62980.030721966206 rows/sec., 4.00 MiB/sec. | ||
| 3269 | 2025.04.15 04:02:17.991503 [ 5 ] {45d44a0d-1396-4727-9923-f222eaeec444} <Debug> TCPHandler: Processed in 0.001480722 sec. | ||
| 3270 | 2025.04.15 04:02:20.198765 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3271 | 2025.04.15 04:02:20.198847 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3272 | 2025.04.15 04:02:20.340700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3273 | 2025.04.15 04:02:20.341404 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3274 | 2025.04.15 04:02:20.341450 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3275 | 2025.04.15 04:02:20.342009 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3276 | 2025.04.15 04:02:20.342266 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3277 | 2025.04.15 04:02:20.342574 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3278 | 2025.04.15 04:02:20.777064 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3279 | 2025.04.15 04:02:20.798292 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3280 | 2025.04.15 04:02:20.798357 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3281 | 2025.04.15 04:02:20.805890 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3282 | 2025.04.15 04:02:20.806710 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3283 | 2025.04.15 04:02:20.809831 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3284 | 2025.04.15 04:02:22.962743 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3285 | 2025.04.15 04:02:22.962946 [ 5 ] {af648a89-2824-4dd9-9327-30c7be47eaad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3286 | 2025.04.15 04:02:22.963027 [ 5 ] {af648a89-2824-4dd9-9327-30c7be47eaad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3287 | 2025.04.15 04:02:22.963859 [ 5 ] {af648a89-2824-4dd9-9327-30c7be47eaad} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3288 | 2025.04.15 04:02:22.963903 [ 5 ] {af648a89-2824-4dd9-9327-30c7be47eaad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3289 | 2025.04.15 04:02:22.964384 [ 5 ] {af648a89-2824-4dd9-9327-30c7be47eaad} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3290 | 2025.04.15 04:02:22.964644 [ 5 ] {af648a89-2824-4dd9-9327-30c7be47eaad} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3291 | 2025.04.15 04:02:22.964839 [ 5 ] {af648a89-2824-4dd9-9327-30c7be47eaad} <Debug> executeQuery: Read 118 rows, 10.24 KiB in 0.00195 sec., 60512.820512820515 rows/sec., 5.13 MiB/sec. | ||
| 3292 | 2025.04.15 04:02:22.964904 [ 5 ] {af648a89-2824-4dd9-9327-30c7be47eaad} <Debug> TCPHandler: Processed in 0.002297129 sec. | ||
| 3293 | 2025.04.15 04:02:22.965042 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3294 | 2025.04.15 04:02:22.965156 [ 5 ] {e35c16af-d229-4789-98b4-a2771fcd4998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3295 | 2025.04.15 04:02:22.965204 [ 5 ] {e35c16af-d229-4789-98b4-a2771fcd4998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3296 | 2025.04.15 04:02:22.965759 [ 5 ] {e35c16af-d229-4789-98b4-a2771fcd4998} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3297 | 2025.04.15 04:02:22.965796 [ 5 ] {e35c16af-d229-4789-98b4-a2771fcd4998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3298 | 2025.04.15 04:02:22.966143 [ 5 ] {e35c16af-d229-4789-98b4-a2771fcd4998} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3299 | 2025.04.15 04:02:22.966374 [ 5 ] {e35c16af-d229-4789-98b4-a2771fcd4998} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3300 | 2025.04.15 04:02:22.966548 [ 5 ] {e35c16af-d229-4789-98b4-a2771fcd4998} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001419 sec., 21846.370683579986 rows/sec., 1.60 MiB/sec. | ||
| 3301 | 2025.04.15 04:02:22.966667 [ 5 ] {e35c16af-d229-4789-98b4-a2771fcd4998} <Debug> TCPHandler: Processed in 0.001677096 sec. | ||
| 3302 | 2025.04.15 04:02:22.966794 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3303 | 2025.04.15 04:02:22.966901 [ 5 ] {a1bf6de7-77c6-4991-92f6-b386fce3c007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3304 | 2025.04.15 04:02:22.966948 [ 5 ] {a1bf6de7-77c6-4991-92f6-b386fce3c007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3305 | 2025.04.15 04:02:22.967512 [ 5 ] {a1bf6de7-77c6-4991-92f6-b386fce3c007} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3306 | 2025.04.15 04:02:22.967549 [ 5 ] {a1bf6de7-77c6-4991-92f6-b386fce3c007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3307 | 2025.04.15 04:02:22.967900 [ 5 ] {a1bf6de7-77c6-4991-92f6-b386fce3c007} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3308 | 2025.04.15 04:02:22.968138 [ 5 ] {a1bf6de7-77c6-4991-92f6-b386fce3c007} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3309 | 2025.04.15 04:02:22.968328 [ 5 ] {a1bf6de7-77c6-4991-92f6-b386fce3c007} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001434 sec., 66248.25662482566 rows/sec., 5.17 MiB/sec. | ||
| 3310 | 2025.04.15 04:02:22.968446 [ 5 ] {a1bf6de7-77c6-4991-92f6-b386fce3c007} <Debug> TCPHandler: Processed in 0.001700896 sec. | ||
| 3311 | 2025.04.15 04:02:22.968630 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3312 | 2025.04.15 04:02:22.968734 [ 5 ] {d71e10ce-83e5-402e-8633-f37b8cb0dccd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3313 | 2025.04.15 04:02:22.968785 [ 5 ] {d71e10ce-83e5-402e-8633-f37b8cb0dccd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3314 | 2025.04.15 04:02:22.969317 [ 5 ] {d71e10ce-83e5-402e-8633-f37b8cb0dccd} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3315 | 2025.04.15 04:02:22.969354 [ 5 ] {d71e10ce-83e5-402e-8633-f37b8cb0dccd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3316 | 2025.04.15 04:02:22.969740 [ 5 ] {d71e10ce-83e5-402e-8633-f37b8cb0dccd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3317 | 2025.04.15 04:02:22.970009 [ 5 ] {d71e10ce-83e5-402e-8633-f37b8cb0dccd} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3318 | 2025.04.15 04:02:22.970179 [ 5 ] {d71e10ce-83e5-402e-8633-f37b8cb0dccd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001469 sec., 108917.63104152484 rows/sec., 7.59 MiB/sec. | ||
| 3319 | 2025.04.15 04:02:22.970230 [ 5 ] {d71e10ce-83e5-402e-8633-f37b8cb0dccd} <Debug> TCPHandler: Processed in 0.001660455 sec. | ||
| 3320 | 2025.04.15 04:02:22.970347 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3321 | 2025.04.15 04:02:22.970452 [ 5 ] {7c3900f1-63bf-40c5-a788-a74b47a76d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3322 | 2025.04.15 04:02:22.970517 [ 5 ] {7c3900f1-63bf-40c5-a788-a74b47a76d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3323 | 2025.04.15 04:02:22.971638 [ 5 ] {7c3900f1-63bf-40c5-a788-a74b47a76d3a} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3324 | 2025.04.15 04:02:22.971677 [ 5 ] {7c3900f1-63bf-40c5-a788-a74b47a76d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3325 | 2025.04.15 04:02:22.972314 [ 5 ] {7c3900f1-63bf-40c5-a788-a74b47a76d3a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3326 | 2025.04.15 04:02:22.972574 [ 5 ] {7c3900f1-63bf-40c5-a788-a74b47a76d3a} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3327 | 2025.04.15 04:02:22.972758 [ 5 ] {7c3900f1-63bf-40c5-a788-a74b47a76d3a} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002328 sec., 13316.151202749139 rows/sec., 23.86 MiB/sec. | ||
| 3328 | 2025.04.15 04:02:22.972847 [ 5 ] {7c3900f1-63bf-40c5-a788-a74b47a76d3a} <Debug> TCPHandler: Processed in 0.002549524 sec. | ||
| 3329 | 2025.04.15 04:02:22.972971 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3330 | 2025.04.15 04:02:22.973077 [ 5 ] {4b4d65ba-c206-4a5e-ae99-6a5218c15abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3331 | 2025.04.15 04:02:22.973124 [ 5 ] {4b4d65ba-c206-4a5e-ae99-6a5218c15abb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3332 | 2025.04.15 04:02:22.973558 [ 5 ] {4b4d65ba-c206-4a5e-ae99-6a5218c15abb} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3333 | 2025.04.15 04:02:22.973595 [ 5 ] {4b4d65ba-c206-4a5e-ae99-6a5218c15abb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3334 | 2025.04.15 04:02:22.973944 [ 5 ] {4b4d65ba-c206-4a5e-ae99-6a5218c15abb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3335 | 2025.04.15 04:02:22.974187 [ 5 ] {4b4d65ba-c206-4a5e-ae99-6a5218c15abb} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3336 | 2025.04.15 04:02:22.974371 [ 5 ] {4b4d65ba-c206-4a5e-ae99-6a5218c15abb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001316 sec., 45592.705167173255 rows/sec., 3.07 MiB/sec. | ||
| 3337 | 2025.04.15 04:02:22.974490 [ 5 ] {4b4d65ba-c206-4a5e-ae99-6a5218c15abb} <Debug> TCPHandler: Processed in 0.001569033 sec. | ||
| 3338 | 2025.04.15 04:02:23.463920 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3339 | 2025.04.15 04:02:23.464293 [ 5 ] {73d3a5d0-8753-48e5-99ad-72818d6bcff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3340 | 2025.04.15 04:02:23.464372 [ 5 ] {73d3a5d0-8753-48e5-99ad-72818d6bcff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3341 | 2025.04.15 04:02:23.465143 [ 5 ] {73d3a5d0-8753-48e5-99ad-72818d6bcff2} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3342 | 2025.04.15 04:02:23.465184 [ 5 ] {73d3a5d0-8753-48e5-99ad-72818d6bcff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3343 | 2025.04.15 04:02:23.465613 [ 5 ] {73d3a5d0-8753-48e5-99ad-72818d6bcff2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3344 | 2025.04.15 04:02:23.465876 [ 5 ] {73d3a5d0-8753-48e5-99ad-72818d6bcff2} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3345 | 2025.04.15 04:02:23.466075 [ 123 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3346 | 2025.04.15 04:02:23.466103 [ 5 ] {73d3a5d0-8753-48e5-99ad-72818d6bcff2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00189 sec., 112169.31216931216 rows/sec., 7.13 MiB/sec. | ||
| 3347 | 2025.04.15 04:02:23.466169 [ 123 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3348 | 2025.04.15 04:02:23.466250 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3349 | 2025.04.15 04:02:23.466263 [ 5 ] {73d3a5d0-8753-48e5-99ad-72818d6bcff2} <Debug> TCPHandler: Processed in 0.002520484 sec. | ||
| 3350 | 2025.04.15 04:02:23.466477 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3351 | 2025.04.15 04:02:23.466513 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 3352 | 2025.04.15 04:02:23.466645 [ 5 ] {4ed89ec0-01b8-4d62-8494-ff2fc23a9cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3353 | 2025.04.15 04:02:23.466741 [ 5 ] {4ed89ec0-01b8-4d62-8494-ff2fc23a9cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3354 | 2025.04.15 04:02:23.467021 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3355 | 2025.04.15 04:02:23.467123 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 3356 | 2025.04.15 04:02:23.467536 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 3357 | 2025.04.15 04:02:23.467937 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 3358 | 2025.04.15 04:02:23.468258 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 3359 | 2025.04.15 04:02:23.468547 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 3360 | 2025.04.15 04:02:23.469213 [ 5 ] {4ed89ec0-01b8-4d62-8494-ff2fc23a9cfd} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3361 | 2025.04.15 04:02:23.469276 [ 5 ] {4ed89ec0-01b8-4d62-8494-ff2fc23a9cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3362 | 2025.04.15 04:02:23.470205 [ 5 ] {4ed89ec0-01b8-4d62-8494-ff2fc23a9cfd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3363 | 2025.04.15 04:02:23.470680 [ 5 ] {4ed89ec0-01b8-4d62-8494-ff2fc23a9cfd} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3364 | 2025.04.15 04:02:23.471222 [ 5 ] {4ed89ec0-01b8-4d62-8494-ff2fc23a9cfd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004625 sec., 432.43243243243245 rows/sec., 35.26 KiB/sec. | ||
| 3365 | 2025.04.15 04:02:23.471556 [ 5 ] {4ed89ec0-01b8-4d62-8494-ff2fc23a9cfd} <Debug> TCPHandler: Processed in 0.00515757 sec. | ||
| 3366 | 2025.04.15 04:02:23.471592 [ 188 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005198711 sec., 203896.69670039363 rows/sec., 13.75 MiB/sec. | ||
| 3367 | 2025.04.15 04:02:23.471764 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3368 | 2025.04.15 04:02:23.471900 [ 188 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3369 | 2025.04.15 04:02:23.471917 [ 5 ] {d6075d2c-7d7f-4935-9069-a678d4b635d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3370 | 2025.04.15 04:02:23.472021 [ 5 ] {d6075d2c-7d7f-4935-9069-a678d4b635d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3371 | 2025.04.15 04:02:23.472517 [ 188 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_9_2} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3372 | 2025.04.15 04:02:23.472662 [ 188 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_9_2} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3373 | 2025.04.15 04:02:23.472760 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3374 | 2025.04.15 04:02:23.473551 [ 5 ] {d6075d2c-7d7f-4935-9069-a678d4b635d5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3375 | 2025.04.15 04:02:23.473594 [ 5 ] {d6075d2c-7d7f-4935-9069-a678d4b635d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3376 | 2025.04.15 04:02:23.474084 [ 5 ] {d6075d2c-7d7f-4935-9069-a678d4b635d5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3377 | 2025.04.15 04:02:23.474328 [ 5 ] {d6075d2c-7d7f-4935-9069-a678d4b635d5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3378 | 2025.04.15 04:02:23.474500 [ 123 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3379 | 2025.04.15 04:02:23.474553 [ 5 ] {d6075d2c-7d7f-4935-9069-a678d4b635d5} <Debug> executeQuery: Read 1774 rows, 147.61 KiB in 0.00267 sec., 664419.4756554307 rows/sec., 53.99 MiB/sec. | ||
| 3380 | 2025.04.15 04:02:23.474559 [ 123 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3381 | 2025.04.15 04:02:23.474645 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3382 | 2025.04.15 04:02:23.474706 [ 5 ] {d6075d2c-7d7f-4935-9069-a678d4b635d5} <Debug> TCPHandler: Processed in 0.003007355 sec. | ||
| 3383 | 2025.04.15 04:02:23.474903 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 3384 | 2025.04.15 04:02:23.474941 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3385 | 2025.04.15 04:02:23.475144 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3386 | 2025.04.15 04:02:23.475169 [ 5 ] {3f48ae17-29a5-4302-9a63-449800d5984f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3387 | 2025.04.15 04:02:23.475207 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1841 rows starting from the beginning of the part | ||
| 3388 | 2025.04.15 04:02:23.475266 [ 5 ] {3f48ae17-29a5-4302-9a63-449800d5984f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3389 | 2025.04.15 04:02:23.475574 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 633 rows starting from the beginning of the part | ||
| 3390 | 2025.04.15 04:02:23.475909 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 119 rows starting from the beginning of the part | ||
| 3391 | 2025.04.15 04:02:23.476289 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 633 rows starting from the beginning of the part | ||
| 3392 | 2025.04.15 04:02:23.476688 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 118 rows starting from the beginning of the part | ||
| 3393 | 2025.04.15 04:02:23.476946 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1774 rows starting from the beginning of the part | ||
| 3394 | 2025.04.15 04:02:23.477846 [ 5 ] {3f48ae17-29a5-4302-9a63-449800d5984f} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3395 | 2025.04.15 04:02:23.477931 [ 5 ] {3f48ae17-29a5-4302-9a63-449800d5984f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3396 | 2025.04.15 04:02:23.478801 [ 5 ] {3f48ae17-29a5-4302-9a63-449800d5984f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3397 | 2025.04.15 04:02:23.479306 [ 5 ] {3f48ae17-29a5-4302-9a63-449800d5984f} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3398 | 2025.04.15 04:02:23.479559 [ 123 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3399 | 2025.04.15 04:02:23.479650 [ 123 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3400 | 2025.04.15 04:02:23.479703 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3401 | 2025.04.15 04:02:23.479762 [ 5 ] {3f48ae17-29a5-4302-9a63-449800d5984f} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.00465 sec., 24946.236559139787 rows/sec., 1.50 MiB/sec. | ||
| 3402 | 2025.04.15 04:02:23.480003 [ 5 ] {3f48ae17-29a5-4302-9a63-449800d5984f} <Debug> TCPHandler: Processed in 0.00514037 sec. | ||
| 3403 | 2025.04.15 04:02:23.480007 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 3404 | 2025.04.15 04:02:23.480178 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3405 | 2025.04.15 04:02:23.480202 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3406 | 2025.04.15 04:02:23.480243 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 155 rows starting from the beginning of the part | ||
| 3407 | 2025.04.15 04:02:23.480678 [ 5 ] {d0845adb-1e69-4ff2-a7ed-077a893f4321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3408 | 2025.04.15 04:02:23.480691 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 114 rows starting from the beginning of the part | ||
| 3409 | 2025.04.15 04:02:23.480926 [ 5 ] {d0845adb-1e69-4ff2-a7ed-077a893f4321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3410 | 2025.04.15 04:02:23.481376 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part | ||
| 3411 | 2025.04.15 04:02:23.481790 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5118 rows, containing 5 columns (5 merged, 0 gathered) in 0.007014159 sec., 729666.9493805316 rows/sec., 61.81 MiB/sec. | ||
| 3412 | 2025.04.15 04:02:23.481890 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 114 rows starting from the beginning of the part | ||
| 3413 | 2025.04.15 04:02:23.482271 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part | ||
| 3414 | 2025.04.15 04:02:23.482316 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3415 | 2025.04.15 04:02:23.482873 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 116 rows starting from the beginning of the part | ||
| 3416 | 2025.04.15 04:02:23.483724 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_21_4} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3417 | 2025.04.15 04:02:23.484005 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_21_4} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3418 | 2025.04.15 04:02:23.484187 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
| 3419 | 2025.04.15 04:02:23.485375 [ 5 ] {d0845adb-1e69-4ff2-a7ed-077a893f4321} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3420 | 2025.04.15 04:02:23.485457 [ 5 ] {d0845adb-1e69-4ff2-a7ed-077a893f4321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3421 | 2025.04.15 04:02:23.486326 [ 199 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 563 rows, containing 5 columns (5 merged, 0 gathered) in 0.00651612 sec., 86401.10986292455 rows/sec., 5.71 MiB/sec. | ||
| 3422 | 2025.04.15 04:02:23.486509 [ 5 ] {d0845adb-1e69-4ff2-a7ed-077a893f4321} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3423 | 2025.04.15 04:02:23.486689 [ 199 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3424 | 2025.04.15 04:02:23.486958 [ 5 ] {d0845adb-1e69-4ff2-a7ed-077a893f4321} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3425 | 2025.04.15 04:02:23.487395 [ 5 ] {d0845adb-1e69-4ff2-a7ed-077a893f4321} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.006991 sec., 48776.99899871263 rows/sec., 3.25 MiB/sec. | ||
| 3426 | 2025.04.15 04:02:23.487534 [ 5 ] {d0845adb-1e69-4ff2-a7ed-077a893f4321} <Debug> TCPHandler: Processed in 0.007417878 sec. | ||
| 3427 | 2025.04.15 04:02:23.487604 [ 199 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_16_3} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3428 | 2025.04.15 04:02:23.487722 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3429 | 2025.04.15 04:02:23.487757 [ 199 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_16_3} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3430 | 2025.04.15 04:02:23.487930 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3431 | 2025.04.15 04:02:23.487936 [ 5 ] {55d054af-d841-4af0-aa70-2856a32ecea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3432 | 2025.04.15 04:02:23.488007 [ 5 ] {55d054af-d841-4af0-aa70-2856a32ecea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3433 | 2025.04.15 04:02:23.488582 [ 5 ] {55d054af-d841-4af0-aa70-2856a32ecea4} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3434 | 2025.04.15 04:02:23.488621 [ 5 ] {55d054af-d841-4af0-aa70-2856a32ecea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3435 | 2025.04.15 04:02:23.488988 [ 5 ] {55d054af-d841-4af0-aa70-2856a32ecea4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3436 | 2025.04.15 04:02:23.489247 [ 5 ] {55d054af-d841-4af0-aa70-2856a32ecea4} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3437 | 2025.04.15 04:02:23.489416 [ 123 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3438 | 2025.04.15 04:02:23.489479 [ 123 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3439 | 2025.04.15 04:02:23.489514 [ 5 ] {55d054af-d841-4af0-aa70-2856a32ecea4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001633 sec., 68585.42559706063 rows/sec., 3.91 MiB/sec. | ||
| 3440 | 2025.04.15 04:02:23.489523 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3441 | 2025.04.15 04:02:23.489665 [ 5 ] {55d054af-d841-4af0-aa70-2856a32ecea4} <Debug> TCPHandler: Processed in 0.002010033 sec. | ||
| 3442 | 2025.04.15 04:02:23.489961 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 3443 | 2025.04.15 04:02:23.490004 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3444 | 2025.04.15 04:02:23.490232 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3445 | 2025.04.15 04:02:23.490257 [ 5 ] {005b425c-06fd-4a06-b1b6-a9c3855abc72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3446 | 2025.04.15 04:02:23.490288 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 3447 | 2025.04.15 04:02:23.490352 [ 5 ] {005b425c-06fd-4a06-b1b6-a9c3855abc72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3448 | 2025.04.15 04:02:23.490591 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 3449 | 2025.04.15 04:02:23.490926 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 3450 | 2025.04.15 04:02:23.491256 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 3451 | 2025.04.15 04:02:23.491631 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 3452 | 2025.04.15 04:02:23.493617 [ 5 ] {005b425c-06fd-4a06-b1b6-a9c3855abc72} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3453 | 2025.04.15 04:02:23.493680 [ 5 ] {005b425c-06fd-4a06-b1b6-a9c3855abc72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3454 | 2025.04.15 04:02:23.494039 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004377123 sec., 127937.91721183069 rows/sec., 7.78 MiB/sec. | ||
| 3455 | 2025.04.15 04:02:23.494264 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3456 | 2025.04.15 04:02:23.494489 [ 5 ] {005b425c-06fd-4a06-b1b6-a9c3855abc72} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3457 | 2025.04.15 04:02:23.494755 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_9_2} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3458 | 2025.04.15 04:02:23.494936 [ 5 ] {005b425c-06fd-4a06-b1b6-a9c3855abc72} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3459 | 2025.04.15 04:02:23.494970 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_9_2} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3460 | 2025.04.15 04:02:23.495188 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 3461 | 2025.04.15 04:02:23.495236 [ 123 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3462 | 2025.04.15 04:02:23.495318 [ 123 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3463 | 2025.04.15 04:02:23.495360 [ 5 ] {005b425c-06fd-4a06-b1b6-a9c3855abc72} <Debug> executeQuery: Read 848 rows, 62.68 KiB in 0.005161 sec., 164309.24239488473 rows/sec., 11.86 MiB/sec. | ||
| 3464 | 2025.04.15 04:02:23.495368 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3465 | 2025.04.15 04:02:23.495562 [ 5 ] {005b425c-06fd-4a06-b1b6-a9c3855abc72} <Debug> TCPHandler: Processed in 0.00563923 sec. | ||
| 3466 | 2025.04.15 04:02:23.495622 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 3467 | 2025.04.15 04:02:23.495774 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3468 | 2025.04.15 04:02:23.495819 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3469 | 2025.04.15 04:02:23.495875 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 905 rows starting from the beginning of the part | ||
| 3470 | 2025.04.15 04:02:23.496000 [ 5 ] {0fa73ec5-b79a-4546-95e6-75e9f6842c0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3471 | 2025.04.15 04:02:23.496171 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 390 rows starting from the beginning of the part | ||
| 3472 | 2025.04.15 04:02:23.496191 [ 5 ] {0fa73ec5-b79a-4546-95e6-75e9f6842c0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3473 | 2025.04.15 04:02:23.496542 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 97 rows starting from the beginning of the part | ||
| 3474 | 2025.04.15 04:02:23.496879 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 390 rows starting from the beginning of the part | ||
| 3475 | 2025.04.15 04:02:23.497313 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 95 rows starting from the beginning of the part | ||
| 3476 | 2025.04.15 04:02:23.497632 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 848 rows starting from the beginning of the part | ||
| 3477 | 2025.04.15 04:02:23.498566 [ 5 ] {0fa73ec5-b79a-4546-95e6-75e9f6842c0c} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3478 | 2025.04.15 04:02:23.498626 [ 5 ] {0fa73ec5-b79a-4546-95e6-75e9f6842c0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3479 | 2025.04.15 04:02:23.499542 [ 5 ] {0fa73ec5-b79a-4546-95e6-75e9f6842c0c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3480 | 2025.04.15 04:02:23.500100 [ 5 ] {0fa73ec5-b79a-4546-95e6-75e9f6842c0c} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3481 | 2025.04.15 04:02:23.500415 [ 5 ] {0fa73ec5-b79a-4546-95e6-75e9f6842c0c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004494 sec., 1335.113484646195 rows/sec., 69.75 KiB/sec. | ||
| 3482 | 2025.04.15 04:02:23.500621 [ 5 ] {0fa73ec5-b79a-4546-95e6-75e9f6842c0c} <Debug> TCPHandler: Processed in 0.004913414 sec. | ||
| 3483 | 2025.04.15 04:02:23.500850 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3484 | 2025.04.15 04:02:23.501103 [ 200 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2725 rows, containing 5 columns (5 merged, 0 gathered) in 0.00560731 sec., 485972.7748242919 rows/sec., 36.99 MiB/sec. | ||
| 3485 | 2025.04.15 04:02:23.501115 [ 5 ] {3151aa29-6159-4cca-9387-0f974077c02a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3486 | 2025.04.15 04:02:23.501208 [ 5 ] {3151aa29-6159-4cca-9387-0f974077c02a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3487 | 2025.04.15 04:02:23.501368 [ 200 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3488 | 2025.04.15 04:02:23.501963 [ 200 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_21_4} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3489 | 2025.04.15 04:02:23.502167 [ 200 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_21_4} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3490 | 2025.04.15 04:02:23.502365 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3491 | 2025.04.15 04:02:23.502588 [ 5 ] {3151aa29-6159-4cca-9387-0f974077c02a} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3492 | 2025.04.15 04:02:23.502633 [ 5 ] {3151aa29-6159-4cca-9387-0f974077c02a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3493 | 2025.04.15 04:02:23.503092 [ 5 ] {3151aa29-6159-4cca-9387-0f974077c02a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3494 | 2025.04.15 04:02:23.503349 [ 5 ] {3151aa29-6159-4cca-9387-0f974077c02a} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3495 | 2025.04.15 04:02:23.503518 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3496 | 2025.04.15 04:02:23.503586 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3497 | 2025.04.15 04:02:23.503596 [ 5 ] {3151aa29-6159-4cca-9387-0f974077c02a} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002537 sec., 376823.01931415056 rows/sec., 25.04 MiB/sec. | ||
| 3498 | 2025.04.15 04:02:23.503617 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3499 | 2025.04.15 04:02:23.503780 [ 5 ] {3151aa29-6159-4cca-9387-0f974077c02a} <Debug> TCPHandler: Processed in 0.003024754 sec. | ||
| 3500 | 2025.04.15 04:02:23.503861 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 3501 | 2025.04.15 04:02:23.503965 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3502 | 2025.04.15 04:02:23.504035 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3503 | 2025.04.15 04:02:23.504117 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5603 rows starting from the beginning of the part | ||
| 3504 | 2025.04.15 04:02:23.504163 [ 5 ] {3cc4d4a2-6298-414b-b5da-871f60ef6530} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3505 | 2025.04.15 04:02:23.504341 [ 5 ] {3cc4d4a2-6298-414b-b5da-871f60ef6530} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3506 | 2025.04.15 04:02:23.504388 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 3507 | 2025.04.15 04:02:23.504791 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
| 3508 | 2025.04.15 04:02:23.505204 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 3509 | 2025.04.15 04:02:23.505542 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 3510 | 2025.04.15 04:02:23.505855 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 956 rows starting from the beginning of the part | ||
| 3511 | 2025.04.15 04:02:23.506554 [ 5 ] {3cc4d4a2-6298-414b-b5da-871f60ef6530} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3512 | 2025.04.15 04:02:23.506617 [ 5 ] {3cc4d4a2-6298-414b-b5da-871f60ef6530} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3513 | 2025.04.15 04:02:23.507279 [ 5 ] {3cc4d4a2-6298-414b-b5da-871f60ef6530} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3514 | 2025.04.15 04:02:23.507740 [ 5 ] {3cc4d4a2-6298-414b-b5da-871f60ef6530} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3515 | 2025.04.15 04:02:23.508177 [ 122 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3516 | 2025.04.15 04:02:23.508360 [ 5 ] {3cc4d4a2-6298-414b-b5da-871f60ef6530} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004241 sec., 235.7934449422306 rows/sec., 15.89 KiB/sec. | ||
| 3517 | 2025.04.15 04:02:23.508363 [ 122 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3518 | 2025.04.15 04:02:23.508622 [ 5 ] {3cc4d4a2-6298-414b-b5da-871f60ef6530} <Debug> TCPHandler: Processed in 0.00471638 sec. | ||
| 3519 | 2025.04.15 04:02:23.508644 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3520 | 2025.04.15 04:02:23.508951 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3521 | 2025.04.15 04:02:23.509392 [ 5 ] {62982849-2a67-40c5-82c6-6992f8009d6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3522 | 2025.04.15 04:02:23.509491 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 3523 | 2025.04.15 04:02:23.509596 [ 5 ] {62982849-2a67-40c5-82c6-6992f8009d6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3524 | 2025.04.15 04:02:23.509946 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3525 | 2025.04.15 04:02:23.510193 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 3526 | 2025.04.15 04:02:23.511027 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 3527 | 2025.04.15 04:02:23.511530 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7354 rows, containing 5 columns (5 merged, 0 gathered) in 0.007565171 sec., 972086.4207828217 rows/sec., 65.42 MiB/sec. | ||
| 3528 | 2025.04.15 04:02:23.511725 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 3529 | 2025.04.15 04:02:23.512129 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 3530 | 2025.04.15 04:02:23.512535 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 3531 | 2025.04.15 04:02:23.512782 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3532 | 2025.04.15 04:02:23.513205 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 3533 | 2025.04.15 04:02:23.514163 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3534 | 2025.04.15 04:02:23.514454 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3535 | 2025.04.15 04:02:23.514736 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 3536 | 2025.04.15 04:02:23.516551 [ 5 ] {62982849-2a67-40c5-82c6-6992f8009d6b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3537 | 2025.04.15 04:02:23.516632 [ 5 ] {62982849-2a67-40c5-82c6-6992f8009d6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3538 | 2025.04.15 04:02:23.517299 [ 197 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.008452351 sec., 1183.1027840656404 rows/sec., 79.26 KiB/sec. | ||
| 3539 | 2025.04.15 04:02:23.517473 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3540 | 2025.04.15 04:02:23.517807 [ 5 ] {62982849-2a67-40c5-82c6-6992f8009d6b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3541 | 2025.04.15 04:02:23.517944 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_10_2} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3542 | 2025.04.15 04:02:23.518054 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_10_2} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3543 | 2025.04.15 04:02:23.518154 [ 5 ] {62982849-2a67-40c5-82c6-6992f8009d6b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3544 | 2025.04.15 04:02:23.518182 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3545 | 2025.04.15 04:02:23.518361 [ 122 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3546 | 2025.04.15 04:02:23.518436 [ 122 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3547 | 2025.04.15 04:02:23.518472 [ 5 ] {62982849-2a67-40c5-82c6-6992f8009d6b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.0092 sec., 869.5652173913044 rows/sec., 1.56 MiB/sec. | ||
| 3548 | 2025.04.15 04:02:23.518477 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3549 | 2025.04.15 04:02:23.518924 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 3550 | 2025.04.15 04:02:23.519313 [ 5 ] {62982849-2a67-40c5-82c6-6992f8009d6b} <Debug> TCPHandler: Processed in 0.010510115 sec. | ||
| 3551 | 2025.04.15 04:02:23.519624 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3552 | 2025.04.15 04:02:23.519682 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3553 | 2025.04.15 04:02:23.519861 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 191 rows starting from the beginning of the part | ||
| 3554 | 2025.04.15 04:02:23.519871 [ 5 ] {badad8e1-1ddd-4d6a-9392-11880c4c5128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3555 | 2025.04.15 04:02:23.519980 [ 5 ] {badad8e1-1ddd-4d6a-9392-11880c4c5128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3556 | 2025.04.15 04:02:23.520767 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 3557 | 2025.04.15 04:02:23.521523 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part | ||
| 3558 | 2025.04.15 04:02:23.522345 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 3559 | 2025.04.15 04:02:23.522455 [ 5 ] {badad8e1-1ddd-4d6a-9392-11880c4c5128} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3560 | 2025.04.15 04:02:23.522544 [ 5 ] {badad8e1-1ddd-4d6a-9392-11880c4c5128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3561 | 2025.04.15 04:02:23.523018 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part | ||
| 3562 | 2025.04.15 04:02:23.523723 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3563 | 2025.04.15 04:02:23.524228 [ 5 ] {badad8e1-1ddd-4d6a-9392-11880c4c5128} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3564 | 2025.04.15 04:02:23.524814 [ 5 ] {badad8e1-1ddd-4d6a-9392-11880c4c5128} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3565 | 2025.04.15 04:02:23.525059 [ 122 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3566 | 2025.04.15 04:02:23.525154 [ 122 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3567 | 2025.04.15 04:02:23.525245 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.19 GiB. | ||
| 3568 | 2025.04.15 04:02:23.525464 [ 5 ] {badad8e1-1ddd-4d6a-9392-11880c4c5128} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005649 sec., 6018.76438307665 rows/sec., 357.68 KiB/sec. | ||
| 3569 | 2025.04.15 04:02:23.525879 [ 5 ] {badad8e1-1ddd-4d6a-9392-11880c4c5128} <Debug> TCPHandler: Processed in 0.006332866 sec. | ||
| 3570 | 2025.04.15 04:02:23.525920 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 3571 | 2025.04.15 04:02:23.526332 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3572 | 2025.04.15 04:02:23.526397 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 840 rows starting from the beginning of the part | ||
| 3573 | 2025.04.15 04:02:23.526540 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 3574 | 2025.04.15 04:02:23.526831 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 3575 | 2025.04.15 04:02:23.527103 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 3576 | 2025.04.15 04:02:23.527484 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 3577 | 2025.04.15 04:02:23.527792 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 3578 | 2025.04.15 04:02:23.531461 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1158 rows, containing 4 columns (4 merged, 0 gathered) in 0.00605887 sec., 191124.74768397407 rows/sec., 12.38 MiB/sec. | ||
| 3579 | 2025.04.15 04:02:23.531726 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3580 | 2025.04.15 04:02:23.532299 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_21_4} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3581 | 2025.04.15 04:02:23.532474 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_21_4} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3582 | 2025.04.15 04:02:23.532550 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3583 | 2025.04.15 04:02:23.533172 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 19 columns (19 merged, 0 gathered) in 0.01456055 sec., 19024.00664810052 rows/sec., 34.09 MiB/sec. | ||
| 3584 | 2025.04.15 04:02:23.533655 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3585 | 2025.04.15 04:02:23.534051 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3586 | 2025.04.15 04:02:23.534124 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3587 | 2025.04.15 04:02:23.534266 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
| 3588 | 2025.04.15 04:02:25.357849 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 520 | ||
| 3589 | 2025.04.15 04:02:25.361396 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3590 | 2025.04.15 04:02:25.361448 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3591 | 2025.04.15 04:02:25.362961 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3592 | 2025.04.15 04:02:25.363267 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3593 | 2025.04.15 04:02:25.363790 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 520 | ||
| 3594 | 2025.04.15 04:02:27.842720 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3595 | 2025.04.15 04:02:27.843412 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3596 | 2025.04.15 04:02:27.843461 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3597 | 2025.04.15 04:02:27.843995 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3598 | 2025.04.15 04:02:27.844307 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3599 | 2025.04.15 04:02:27.844609 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3600 | 2025.04.15 04:02:27.960321 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3601 | 2025.04.15 04:02:27.960519 [ 5 ] {f859aed3-d469-4fd0-b3c1-26ae201d6c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3602 | 2025.04.15 04:02:27.960588 [ 5 ] {f859aed3-d469-4fd0-b3c1-26ae201d6c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3603 | 2025.04.15 04:02:27.961326 [ 5 ] {f859aed3-d469-4fd0-b3c1-26ae201d6c81} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3604 | 2025.04.15 04:02:27.961369 [ 5 ] {f859aed3-d469-4fd0-b3c1-26ae201d6c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3605 | 2025.04.15 04:02:27.961820 [ 5 ] {f859aed3-d469-4fd0-b3c1-26ae201d6c81} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3606 | 2025.04.15 04:02:27.962083 [ 5 ] {f859aed3-d469-4fd0-b3c1-26ae201d6c81} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3607 | 2025.04.15 04:02:27.962280 [ 5 ] {f859aed3-d469-4fd0-b3c1-26ae201d6c81} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00181 sec., 30939.22651933702 rows/sec., 2.38 MiB/sec. | ||
| 3608 | 2025.04.15 04:02:27.962338 [ 5 ] {f859aed3-d469-4fd0-b3c1-26ae201d6c81} <Debug> TCPHandler: Processed in 0.002193637 sec. | ||
| 3609 | 2025.04.15 04:02:27.962462 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3610 | 2025.04.15 04:02:27.962572 [ 5 ] {f8736918-f65d-4daf-873b-87183af9eda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3611 | 2025.04.15 04:02:27.962620 [ 5 ] {f8736918-f65d-4daf-873b-87183af9eda9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3612 | 2025.04.15 04:02:27.963154 [ 5 ] {f8736918-f65d-4daf-873b-87183af9eda9} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3613 | 2025.04.15 04:02:27.963192 [ 5 ] {f8736918-f65d-4daf-873b-87183af9eda9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3614 | 2025.04.15 04:02:27.963545 [ 5 ] {f8736918-f65d-4daf-873b-87183af9eda9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3615 | 2025.04.15 04:02:27.963792 [ 5 ] {f8736918-f65d-4daf-873b-87183af9eda9} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3616 | 2025.04.15 04:02:27.963966 [ 5 ] {f8736918-f65d-4daf-873b-87183af9eda9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00142 sec., 45070.42253521127 rows/sec., 3.52 MiB/sec. | ||
| 3617 | 2025.04.15 04:02:27.964104 [ 5 ] {f8736918-f65d-4daf-873b-87183af9eda9} <Debug> TCPHandler: Processed in 0.001694506 sec. | ||
| 3618 | 2025.04.15 04:02:27.964219 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3619 | 2025.04.15 04:02:27.964322 [ 5 ] {40cdf1c0-6d47-4c7b-bdaf-f2e93dc1444d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3620 | 2025.04.15 04:02:27.964371 [ 5 ] {40cdf1c0-6d47-4c7b-bdaf-f2e93dc1444d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3621 | 2025.04.15 04:02:27.964859 [ 5 ] {40cdf1c0-6d47-4c7b-bdaf-f2e93dc1444d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3622 | 2025.04.15 04:02:27.964896 [ 5 ] {40cdf1c0-6d47-4c7b-bdaf-f2e93dc1444d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3623 | 2025.04.15 04:02:27.965285 [ 5 ] {40cdf1c0-6d47-4c7b-bdaf-f2e93dc1444d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3624 | 2025.04.15 04:02:27.965526 [ 5 ] {40cdf1c0-6d47-4c7b-bdaf-f2e93dc1444d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3625 | 2025.04.15 04:02:27.965774 [ 5 ] {40cdf1c0-6d47-4c7b-bdaf-f2e93dc1444d} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001474 sec., 86838.53459972862 rows/sec., 6.05 MiB/sec. | ||
| 3626 | 2025.04.15 04:02:27.965823 [ 5 ] {40cdf1c0-6d47-4c7b-bdaf-f2e93dc1444d} <Debug> TCPHandler: Processed in 0.001654086 sec. | ||
| 3627 | 2025.04.15 04:02:27.965934 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3628 | 2025.04.15 04:02:27.966037 [ 5 ] {2dcc9b9c-bd5b-4e46-adb4-f558849b102d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3629 | 2025.04.15 04:02:27.966082 [ 5 ] {2dcc9b9c-bd5b-4e46-adb4-f558849b102d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3630 | 2025.04.15 04:02:27.966510 [ 5 ] {2dcc9b9c-bd5b-4e46-adb4-f558849b102d} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3631 | 2025.04.15 04:02:27.966548 [ 5 ] {2dcc9b9c-bd5b-4e46-adb4-f558849b102d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3632 | 2025.04.15 04:02:27.966925 [ 5 ] {2dcc9b9c-bd5b-4e46-adb4-f558849b102d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3633 | 2025.04.15 04:02:27.967167 [ 5 ] {2dcc9b9c-bd5b-4e46-adb4-f558849b102d} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3634 | 2025.04.15 04:02:27.967325 [ 5 ] {2dcc9b9c-bd5b-4e46-adb4-f558849b102d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001309 sec., 36669.21313980137 rows/sec., 2.47 MiB/sec. | ||
| 3635 | 2025.04.15 04:02:27.967372 [ 5 ] {2dcc9b9c-bd5b-4e46-adb4-f558849b102d} <Debug> TCPHandler: Processed in 0.001487492 sec. | ||
| 3636 | 2025.04.15 04:02:28.309914 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3637 | 2025.04.15 04:02:28.331133 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3638 | 2025.04.15 04:02:28.331199 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3639 | 2025.04.15 04:02:28.339199 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3640 | 2025.04.15 04:02:28.339968 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3641 | 2025.04.15 04:02:28.342614 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3642 | 2025.04.15 04:02:32.963635 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3643 | 2025.04.15 04:02:32.963828 [ 5 ] {b21c0926-03f1-4072-8fad-da610b7d7e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3644 | 2025.04.15 04:02:32.963897 [ 5 ] {b21c0926-03f1-4072-8fad-da610b7d7e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3645 | 2025.04.15 04:02:32.964711 [ 5 ] {b21c0926-03f1-4072-8fad-da610b7d7e58} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3646 | 2025.04.15 04:02:32.964757 [ 5 ] {b21c0926-03f1-4072-8fad-da610b7d7e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3647 | 2025.04.15 04:02:32.965206 [ 5 ] {b21c0926-03f1-4072-8fad-da610b7d7e58} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3648 | 2025.04.15 04:02:32.965505 [ 5 ] {b21c0926-03f1-4072-8fad-da610b7d7e58} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3649 | 2025.04.15 04:02:32.965751 [ 5 ] {b21c0926-03f1-4072-8fad-da610b7d7e58} <Debug> executeQuery: Read 118 rows, 10.24 KiB in 0.001963 sec., 60112.07335710647 rows/sec., 5.09 MiB/sec. | ||
| 3650 | 2025.04.15 04:02:32.965901 [ 5 ] {b21c0926-03f1-4072-8fad-da610b7d7e58} <Debug> TCPHandler: Processed in 0.002386341 sec. | ||
| 3651 | 2025.04.15 04:02:32.966058 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3652 | 2025.04.15 04:02:32.966159 [ 5 ] {c9303aad-648f-4a8d-abce-99d33a0a0d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3653 | 2025.04.15 04:02:32.966202 [ 5 ] {c9303aad-648f-4a8d-abce-99d33a0a0d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3654 | 2025.04.15 04:02:32.966736 [ 5 ] {c9303aad-648f-4a8d-abce-99d33a0a0d8d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3655 | 2025.04.15 04:02:32.966775 [ 5 ] {c9303aad-648f-4a8d-abce-99d33a0a0d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3656 | 2025.04.15 04:02:32.967116 [ 5 ] {c9303aad-648f-4a8d-abce-99d33a0a0d8d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3657 | 2025.04.15 04:02:32.967350 [ 5 ] {c9303aad-648f-4a8d-abce-99d33a0a0d8d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3658 | 2025.04.15 04:02:32.967600 [ 5 ] {c9303aad-648f-4a8d-abce-99d33a0a0d8d} <Debug> executeQuery: Read 31 rows, 2.33 KiB in 0.001462 sec., 21203.830369357045 rows/sec., 1.56 MiB/sec. | ||
| 3659 | 2025.04.15 04:02:32.967815 [ 5 ] {c9303aad-648f-4a8d-abce-99d33a0a0d8d} <Debug> TCPHandler: Processed in 0.001800779 sec. | ||
| 3660 | 2025.04.15 04:02:32.967943 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3661 | 2025.04.15 04:02:32.968043 [ 5 ] {b46516a9-70b0-4785-a6bb-bfc26a60b349} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3662 | 2025.04.15 04:02:32.968086 [ 5 ] {b46516a9-70b0-4785-a6bb-bfc26a60b349} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3663 | 2025.04.15 04:02:32.968655 [ 5 ] {b46516a9-70b0-4785-a6bb-bfc26a60b349} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3664 | 2025.04.15 04:02:32.968693 [ 5 ] {b46516a9-70b0-4785-a6bb-bfc26a60b349} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3665 | 2025.04.15 04:02:32.969043 [ 5 ] {b46516a9-70b0-4785-a6bb-bfc26a60b349} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3666 | 2025.04.15 04:02:32.969300 [ 5 ] {b46516a9-70b0-4785-a6bb-bfc26a60b349} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3667 | 2025.04.15 04:02:32.969489 [ 5 ] {b46516a9-70b0-4785-a6bb-bfc26a60b349} <Debug> executeQuery: Read 95 rows, 7.60 KiB in 0.001468 sec., 64713.89645776567 rows/sec., 5.05 MiB/sec. | ||
| 3668 | 2025.04.15 04:02:32.969538 [ 5 ] {b46516a9-70b0-4785-a6bb-bfc26a60b349} <Debug> TCPHandler: Processed in 0.001641385 sec. | ||
| 3669 | 2025.04.15 04:02:32.969651 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3670 | 2025.04.15 04:02:32.969753 [ 5 ] {81d71a06-6d84-486b-8c5d-76e6005f6ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3671 | 2025.04.15 04:02:32.969800 [ 5 ] {81d71a06-6d84-486b-8c5d-76e6005f6ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3672 | 2025.04.15 04:02:32.970318 [ 5 ] {81d71a06-6d84-486b-8c5d-76e6005f6ba0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3673 | 2025.04.15 04:02:32.970356 [ 5 ] {81d71a06-6d84-486b-8c5d-76e6005f6ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3674 | 2025.04.15 04:02:32.970729 [ 5 ] {81d71a06-6d84-486b-8c5d-76e6005f6ba0} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3675 | 2025.04.15 04:02:32.970962 [ 5 ] {81d71a06-6d84-486b-8c5d-76e6005f6ba0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3676 | 2025.04.15 04:02:32.971169 [ 5 ] {81d71a06-6d84-486b-8c5d-76e6005f6ba0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001437 sec., 111343.07585247043 rows/sec., 7.75 MiB/sec. | ||
| 3677 | 2025.04.15 04:02:32.971217 [ 5 ] {81d71a06-6d84-486b-8c5d-76e6005f6ba0} <Debug> TCPHandler: Processed in 0.001613015 sec. | ||
| 3678 | 2025.04.15 04:02:32.971327 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3679 | 2025.04.15 04:02:32.971428 [ 5 ] {b3b0d47f-f2e8-4abb-9a06-94be9c812cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3680 | 2025.04.15 04:02:32.971491 [ 5 ] {b3b0d47f-f2e8-4abb-9a06-94be9c812cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3681 | 2025.04.15 04:02:32.972579 [ 5 ] {b3b0d47f-f2e8-4abb-9a06-94be9c812cec} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3682 | 2025.04.15 04:02:32.972628 [ 5 ] {b3b0d47f-f2e8-4abb-9a06-94be9c812cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3683 | 2025.04.15 04:02:32.973245 [ 5 ] {b3b0d47f-f2e8-4abb-9a06-94be9c812cec} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3684 | 2025.04.15 04:02:32.973490 [ 5 ] {b3b0d47f-f2e8-4abb-9a06-94be9c812cec} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2025.04.15 04:02:32.973708 [ 5 ] {b3b0d47f-f2e8-4abb-9a06-94be9c812cec} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.0023 sec., 13478.260869565218 rows/sec., 24.15 MiB/sec. | ||
| 3686 | 2025.04.15 04:02:32.973798 [ 5 ] {b3b0d47f-f2e8-4abb-9a06-94be9c812cec} <Debug> TCPHandler: Processed in 0.002518134 sec. | ||
| 3687 | 2025.04.15 04:02:32.973921 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3688 | 2025.04.15 04:02:32.974022 [ 5 ] {75a050c3-6de3-4cf5-9c90-7d3aede747f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3689 | 2025.04.15 04:02:32.974066 [ 5 ] {75a050c3-6de3-4cf5-9c90-7d3aede747f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3690 | 2025.04.15 04:02:32.974477 [ 5 ] {75a050c3-6de3-4cf5-9c90-7d3aede747f2} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3691 | 2025.04.15 04:02:32.974515 [ 5 ] {75a050c3-6de3-4cf5-9c90-7d3aede747f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3692 | 2025.04.15 04:02:32.974856 [ 5 ] {75a050c3-6de3-4cf5-9c90-7d3aede747f2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3693 | 2025.04.15 04:02:32.975105 [ 5 ] {75a050c3-6de3-4cf5-9c90-7d3aede747f2} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3694 | 2025.04.15 04:02:32.975297 [ 5 ] {75a050c3-6de3-4cf5-9c90-7d3aede747f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001297 sec., 46260.601387818046 rows/sec., 3.12 MiB/sec. | ||
| 3695 | 2025.04.15 04:02:32.975344 [ 5 ] {75a050c3-6de3-4cf5-9c90-7d3aede747f2} <Debug> TCPHandler: Processed in 0.001472212 sec. | ||
| 3696 | 2025.04.15 04:02:34.211175 [ 109 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 3697 | 2025.04.15 04:02:34.211273 [ 109 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3698 | 2025.04.15 04:02:34.211313 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3699 | 2025.04.15 04:02:34.211582 [ 194 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 3700 | 2025.04.15 04:02:34.211836 [ 194 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3701 | 2025.04.15 04:02:34.211896 [ 194 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 342 rows starting from the beginning of the part | ||
| 3702 | 2025.04.15 04:02:34.212080 [ 194 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 341 rows starting from the beginning of the part | ||
| 3703 | 2025.04.15 04:02:34.212366 [ 194 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 113 rows starting from the beginning of the part | ||
| 3704 | 2025.04.15 04:02:34.212604 [ 194 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 113 rows starting from the beginning of the part | ||
| 3705 | 2025.04.15 04:02:34.212745 [ 194 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 341 rows starting from the beginning of the part | ||
| 3706 | 2025.04.15 04:02:34.214024 [ 201 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.002612395 sec., 478488.13062343176 rows/sec., 33.58 MiB/sec. | ||
| 3707 | 2025.04.15 04:02:34.214278 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3708 | 2025.04.15 04:02:34.214650 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_10_2} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3709 | 2025.04.15 04:02:34.214736 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_10_2} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 3710 | 2025.04.15 04:02:34.214836 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3711 | 2025.04.15 04:02:35.198892 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3712 | 2025.04.15 04:02:35.198950 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3713 | 2025.04.15 04:02:35.344742 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3714 | 2025.04.15 04:02:35.345461 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3715 | 2025.04.15 04:02:35.345506 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3716 | 2025.04.15 04:02:35.346069 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3717 | 2025.04.15 04:02:35.346330 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3718 | 2025.04.15 04:02:35.346494 [ 108 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3719 | 2025.04.15 04:02:35.346551 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3720 | 2025.04.15 04:02:35.346555 [ 108 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2025.04.15 04:02:35.346587 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3722 | 2025.04.15 04:02:35.346739 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 3723 | 2025.04.15 04:02:35.346998 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3724 | 2025.04.15 04:02:35.347035 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 3725 | 2025.04.15 04:02:35.347096 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 3726 | 2025.04.15 04:02:35.347274 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 3727 | 2025.04.15 04:02:35.347420 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 3728 | 2025.04.15 04:02:35.347636 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 3729 | 2025.04.15 04:02:35.347785 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 3730 | 2025.04.15 04:02:35.349305 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002662747 sec., 2771949.419152477 rows/sec., 39.65 MiB/sec. | ||
| 3731 | 2025.04.15 04:02:35.349791 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3732 | 2025.04.15 04:02:35.350122 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_16_3} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3733 | 2025.04.15 04:02:35.350211 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_16_3} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3734 | 2025.04.15 04:02:35.350320 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 3735 | 2025.04.15 04:02:35.364170 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 540 | ||
| 3736 | 2025.04.15 04:02:35.367135 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3737 | 2025.04.15 04:02:35.367189 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3738 | 2025.04.15 04:02:35.368657 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3739 | 2025.04.15 04:02:35.368973 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3740 | 2025.04.15 04:02:35.369178 [ 108 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3741 | 2025.04.15 04:02:35.369264 [ 108 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3742 | 2025.04.15 04:02:35.369338 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3743 | 2025.04.15 04:02:35.369939 [ 193 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 3744 | 2025.04.15 04:02:35.371076 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 540 | ||
| 3745 | 2025.04.15 04:02:35.371450 [ 193 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3746 | 2025.04.15 04:02:35.371624 [ 193 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 334 rows starting from the beginning of the part | ||
| 3747 | 2025.04.15 04:02:35.372245 [ 193 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 3748 | 2025.04.15 04:02:35.372828 [ 193 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 3749 | 2025.04.15 04:02:35.373404 [ 193 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 3750 | 2025.04.15 04:02:35.373997 [ 193 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 58 rows starting from the beginning of the part | ||
| 3751 | 2025.04.15 04:02:35.374585 [ 193 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 3752 | 2025.04.15 04:02:35.382807 [ 196 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 72 columns (72 merged, 0 gathered) in 0.013346115 sec., 40461.212869812676 rows/sec., 36.39 MiB/sec. | ||
| 3753 | 2025.04.15 04:02:35.383994 [ 196 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3754 | 2025.04.15 04:02:35.384777 [ 196 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_11_2} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3755 | 2025.04.15 04:02:35.384896 [ 196 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_11_2} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3756 | 2025.04.15 04:02:35.385319 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 3757 | 2025.04.15 04:02:35.842707 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3758 | 2025.04.15 04:02:35.864131 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3759 | 2025.04.15 04:02:35.864195 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3760 | 2025.04.15 04:02:35.871707 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3761 | 2025.04.15 04:02:35.872463 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3762 | 2025.04.15 04:02:35.872842 [ 108 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3763 | 2025.04.15 04:02:35.872981 [ 108 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3764 | 2025.04.15 04:02:35.873049 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3765 | 2025.04.15 04:02:35.873648 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 3766 | 2025.04.15 04:02:35.887466 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3767 | 2025.04.15 04:02:35.889467 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3768 | 2025.04.15 04:02:35.891232 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 3769 | 2025.04.15 04:02:35.897391 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 3770 | 2025.04.15 04:02:35.903040 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 3771 | 2025.04.15 04:02:35.908475 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 3772 | 2025.04.15 04:02:35.913923 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 3773 | 2025.04.15 04:02:35.918520 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 3774 | 2025.04.15 04:02:35.977801 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.104564991 sec., 1157.1750625407694 rows/sec., 5.98 MiB/sec. | ||
| 3775 | 2025.04.15 04:02:35.980340 [ 191 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3776 | 2025.04.15 04:02:35.983286 [ 191 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_16_3} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3777 | 2025.04.15 04:02:35.983391 [ 191 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_16_3} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3778 | 2025.04.15 04:02:35.985637 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3779 | 2025.04.15 04:02:36.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.19 MiB, peak 186.17 MiB, free memory in arenas 0.00 B, will set to 177.84 MiB (RSS), difference: 1.66 MiB | ||
| 3780 | 2025.04.15 04:02:36.001345 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000923 sec. | ||
| 3781 | 2025.04.15 04:02:37.968027 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3782 | 2025.04.15 04:02:37.968211 [ 5 ] {6b2c0d3f-00fa-4316-bc8d-d91db6166861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3783 | 2025.04.15 04:02:37.968281 [ 5 ] {6b2c0d3f-00fa-4316-bc8d-d91db6166861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3784 | 2025.04.15 04:02:37.969070 [ 5 ] {6b2c0d3f-00fa-4316-bc8d-d91db6166861} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3785 | 2025.04.15 04:02:37.969116 [ 5 ] {6b2c0d3f-00fa-4316-bc8d-d91db6166861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3786 | 2025.04.15 04:02:37.969554 [ 5 ] {6b2c0d3f-00fa-4316-bc8d-d91db6166861} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3787 | 2025.04.15 04:02:37.969908 [ 5 ] {6b2c0d3f-00fa-4316-bc8d-d91db6166861} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3788 | 2025.04.15 04:02:37.970107 [ 5 ] {6b2c0d3f-00fa-4316-bc8d-d91db6166861} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001946 sec., 108941.41829393628 rows/sec., 6.93 MiB/sec. | ||
| 3789 | 2025.04.15 04:02:37.970173 [ 5 ] {6b2c0d3f-00fa-4316-bc8d-d91db6166861} <Debug> TCPHandler: Processed in 0.002270269 sec. | ||
| 3790 | 2025.04.15 04:02:37.970294 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3791 | 2025.04.15 04:02:37.970406 [ 5 ] {cd3f863e-5088-4707-8b21-6aa2101e3798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3792 | 2025.04.15 04:02:37.970455 [ 5 ] {cd3f863e-5088-4707-8b21-6aa2101e3798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3793 | 2025.04.15 04:02:37.971217 [ 5 ] {cd3f863e-5088-4707-8b21-6aa2101e3798} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3794 | 2025.04.15 04:02:37.971256 [ 5 ] {cd3f863e-5088-4707-8b21-6aa2101e3798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3795 | 2025.04.15 04:02:37.971667 [ 5 ] {cd3f863e-5088-4707-8b21-6aa2101e3798} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3796 | 2025.04.15 04:02:37.971912 [ 5 ] {cd3f863e-5088-4707-8b21-6aa2101e3798} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3797 | 2025.04.15 04:02:37.972080 [ 5 ] {cd3f863e-5088-4707-8b21-6aa2101e3798} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001701 sec., 372134.03880070546 rows/sec., 29.27 MiB/sec. | ||
| 3798 | 2025.04.15 04:02:37.972133 [ 5 ] {cd3f863e-5088-4707-8b21-6aa2101e3798} <Debug> TCPHandler: Processed in 0.001892921 sec. | ||
| 3799 | 2025.04.15 04:02:37.972251 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3800 | 2025.04.15 04:02:37.972358 [ 5 ] {d2c5ee9d-f91c-489c-b77f-3d343e4f2cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3801 | 2025.04.15 04:02:37.972406 [ 5 ] {d2c5ee9d-f91c-489c-b77f-3d343e4f2cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3802 | 2025.04.15 04:02:37.972932 [ 5 ] {d2c5ee9d-f91c-489c-b77f-3d343e4f2cd9} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3803 | 2025.04.15 04:02:37.972970 [ 5 ] {d2c5ee9d-f91c-489c-b77f-3d343e4f2cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3804 | 2025.04.15 04:02:37.973346 [ 5 ] {d2c5ee9d-f91c-489c-b77f-3d343e4f2cd9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3805 | 2025.04.15 04:02:37.973619 [ 5 ] {d2c5ee9d-f91c-489c-b77f-3d343e4f2cd9} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3806 | 2025.04.15 04:02:37.973866 [ 5 ] {d2c5ee9d-f91c-489c-b77f-3d343e4f2cd9} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001508 sec., 75596.81697612732 rows/sec., 4.52 MiB/sec. | ||
| 3807 | 2025.04.15 04:02:37.974128 [ 5 ] {d2c5ee9d-f91c-489c-b77f-3d343e4f2cd9} <Debug> TCPHandler: Processed in 0.001920751 sec. | ||
| 3808 | 2025.04.15 04:02:37.974441 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3809 | 2025.04.15 04:02:37.974549 [ 5 ] {126e2187-0263-4edc-af6f-379749c02b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3810 | 2025.04.15 04:02:37.974595 [ 5 ] {126e2187-0263-4edc-af6f-379749c02b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3811 | 2025.04.15 04:02:37.975167 [ 5 ] {126e2187-0263-4edc-af6f-379749c02b2b} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3812 | 2025.04.15 04:02:37.975207 [ 5 ] {126e2187-0263-4edc-af6f-379749c02b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3813 | 2025.04.15 04:02:37.975562 [ 5 ] {126e2187-0263-4edc-af6f-379749c02b2b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3814 | 2025.04.15 04:02:37.975826 [ 5 ] {126e2187-0263-4edc-af6f-379749c02b2b} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3815 | 2025.04.15 04:02:37.976007 [ 5 ] {126e2187-0263-4edc-af6f-379749c02b2b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00148 sec., 76351.35135135135 rows/sec., 4.94 MiB/sec. | ||
| 3816 | 2025.04.15 04:02:37.976068 [ 5 ] {126e2187-0263-4edc-af6f-379749c02b2b} <Debug> TCPHandler: Processed in 0.001732417 sec. | ||
| 3817 | 2025.04.15 04:02:37.976186 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3818 | 2025.04.15 04:02:37.976291 [ 5 ] {17e414a2-d2d7-43a6-b28a-8bf12f324319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3819 | 2025.04.15 04:02:37.976336 [ 5 ] {17e414a2-d2d7-43a6-b28a-8bf12f324319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3820 | 2025.04.15 04:02:37.976901 [ 5 ] {17e414a2-d2d7-43a6-b28a-8bf12f324319} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3821 | 2025.04.15 04:02:37.976936 [ 5 ] {17e414a2-d2d7-43a6-b28a-8bf12f324319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3822 | 2025.04.15 04:02:37.977311 [ 5 ] {17e414a2-d2d7-43a6-b28a-8bf12f324319} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3823 | 2025.04.15 04:02:37.977554 [ 5 ] {17e414a2-d2d7-43a6-b28a-8bf12f324319} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3824 | 2025.04.15 04:02:37.977774 [ 5 ] {17e414a2-d2d7-43a6-b28a-8bf12f324319} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.0015 sec., 74666.66666666667 rows/sec., 4.25 MiB/sec. | ||
| 3825 | 2025.04.15 04:02:37.977965 [ 5 ] {17e414a2-d2d7-43a6-b28a-8bf12f324319} <Debug> TCPHandler: Processed in 0.001830399 sec. | ||
| 3826 | 2025.04.15 04:02:37.978098 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3827 | 2025.04.15 04:02:37.978208 [ 5 ] {1bfcd1c7-b5ba-451e-8af2-2c8d64c61459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3828 | 2025.04.15 04:02:37.978254 [ 5 ] {1bfcd1c7-b5ba-451e-8af2-2c8d64c61459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3829 | 2025.04.15 04:02:37.978901 [ 5 ] {1bfcd1c7-b5ba-451e-8af2-2c8d64c61459} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3830 | 2025.04.15 04:02:37.978940 [ 5 ] {1bfcd1c7-b5ba-451e-8af2-2c8d64c61459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3831 | 2025.04.15 04:02:37.979318 [ 5 ] {1bfcd1c7-b5ba-451e-8af2-2c8d64c61459} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3832 | 2025.04.15 04:02:37.979557 [ 5 ] {1bfcd1c7-b5ba-451e-8af2-2c8d64c61459} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3833 | 2025.04.15 04:02:37.979725 [ 5 ] {1bfcd1c7-b5ba-451e-8af2-2c8d64c61459} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001539 sec., 253411.306042885 rows/sec., 17.91 MiB/sec. | ||
| 3834 | 2025.04.15 04:02:37.979777 [ 5 ] {1bfcd1c7-b5ba-451e-8af2-2c8d64c61459} <Debug> TCPHandler: Processed in 0.001731347 sec. | ||
| 3835 | 2025.04.15 04:02:37.979896 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3836 | 2025.04.15 04:02:37.980001 [ 5 ] {91e87cf7-d8bc-4de1-9e0a-4d686d886fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3837 | 2025.04.15 04:02:37.980047 [ 5 ] {91e87cf7-d8bc-4de1-9e0a-4d686d886fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3838 | 2025.04.15 04:02:37.980463 [ 5 ] {91e87cf7-d8bc-4de1-9e0a-4d686d886fea} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3839 | 2025.04.15 04:02:37.980500 [ 5 ] {91e87cf7-d8bc-4de1-9e0a-4d686d886fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3840 | 2025.04.15 04:02:37.980859 [ 5 ] {91e87cf7-d8bc-4de1-9e0a-4d686d886fea} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3841 | 2025.04.15 04:02:37.981096 [ 5 ] {91e87cf7-d8bc-4de1-9e0a-4d686d886fea} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3842 | 2025.04.15 04:02:37.981292 [ 5 ] {91e87cf7-d8bc-4de1-9e0a-4d686d886fea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001313 sec., 4569.68773800457 rows/sec., 238.75 KiB/sec. | ||
| 3843 | 2025.04.15 04:02:37.981458 [ 5 ] {91e87cf7-d8bc-4de1-9e0a-4d686d886fea} <Debug> TCPHandler: Processed in 0.001610705 sec. | ||
| 3844 | 2025.04.15 04:02:37.981585 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3845 | 2025.04.15 04:02:37.981690 [ 5 ] {542def4b-cdbe-4a96-a4e8-7bf1257cdcf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3846 | 2025.04.15 04:02:37.981739 [ 5 ] {542def4b-cdbe-4a96-a4e8-7bf1257cdcf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3847 | 2025.04.15 04:02:37.982256 [ 5 ] {542def4b-cdbe-4a96-a4e8-7bf1257cdcf7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3848 | 2025.04.15 04:02:37.982294 [ 5 ] {542def4b-cdbe-4a96-a4e8-7bf1257cdcf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3849 | 2025.04.15 04:02:37.982675 [ 5 ] {542def4b-cdbe-4a96-a4e8-7bf1257cdcf7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3850 | 2025.04.15 04:02:37.982916 [ 5 ] {542def4b-cdbe-4a96-a4e8-7bf1257cdcf7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3851 | 2025.04.15 04:02:37.983110 [ 5 ] {542def4b-cdbe-4a96-a4e8-7bf1257cdcf7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001441 sec., 164469.11866759195 rows/sec., 11.02 MiB/sec. | ||
| 3852 | 2025.04.15 04:02:37.983322 [ 5 ] {542def4b-cdbe-4a96-a4e8-7bf1257cdcf7} <Debug> TCPHandler: Processed in 0.001781338 sec. | ||
| 3853 | 2025.04.15 04:02:37.983721 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3854 | 2025.04.15 04:02:37.983988 [ 5 ] {32623c61-ad45-4c9d-831f-3a6fc8296a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3855 | 2025.04.15 04:02:37.984039 [ 5 ] {32623c61-ad45-4c9d-831f-3a6fc8296a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3856 | 2025.04.15 04:02:37.984484 [ 5 ] {32623c61-ad45-4c9d-831f-3a6fc8296a38} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3857 | 2025.04.15 04:02:37.984523 [ 5 ] {32623c61-ad45-4c9d-831f-3a6fc8296a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3858 | 2025.04.15 04:02:37.984878 [ 5 ] {32623c61-ad45-4c9d-831f-3a6fc8296a38} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3859 | 2025.04.15 04:02:37.985116 [ 5 ] {32623c61-ad45-4c9d-831f-3a6fc8296a38} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2025.04.15 04:02:37.985322 [ 5 ] {32623c61-ad45-4c9d-831f-3a6fc8296a38} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec. | ||
| 3861 | 2025.04.15 04:02:37.985409 [ 5 ] {32623c61-ad45-4c9d-831f-3a6fc8296a38} <Debug> TCPHandler: Processed in 0.001848099 sec. | ||
| 3862 | 2025.04.15 04:02:37.985535 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3863 | 2025.04.15 04:02:37.985641 [ 5 ] {195c2edc-f013-4adf-96e2-99a407ee4a2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3864 | 2025.04.15 04:02:37.985705 [ 5 ] {195c2edc-f013-4adf-96e2-99a407ee4a2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3865 | 2025.04.15 04:02:37.986721 [ 5 ] {195c2edc-f013-4adf-96e2-99a407ee4a2e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3866 | 2025.04.15 04:02:37.986761 [ 5 ] {195c2edc-f013-4adf-96e2-99a407ee4a2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3867 | 2025.04.15 04:02:37.987381 [ 5 ] {195c2edc-f013-4adf-96e2-99a407ee4a2e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3868 | 2025.04.15 04:02:37.987669 [ 5 ] {195c2edc-f013-4adf-96e2-99a407ee4a2e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3869 | 2025.04.15 04:02:37.987913 [ 5 ] {195c2edc-f013-4adf-96e2-99a407ee4a2e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002294 sec., 3487.3583260680034 rows/sec., 6.25 MiB/sec. | ||
| 3870 | 2025.04.15 04:02:37.988035 [ 5 ] {195c2edc-f013-4adf-96e2-99a407ee4a2e} <Debug> TCPHandler: Processed in 0.002550934 sec. | ||
| 3871 | 2025.04.15 04:02:37.988165 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3872 | 2025.04.15 04:02:37.988273 [ 5 ] {b615ac23-a5d7-4e54-8284-c2c2c49d804d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3873 | 2025.04.15 04:02:37.988321 [ 5 ] {b615ac23-a5d7-4e54-8284-c2c2c49d804d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3874 | 2025.04.15 04:02:37.988760 [ 5 ] {b615ac23-a5d7-4e54-8284-c2c2c49d804d} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3875 | 2025.04.15 04:02:37.988799 [ 5 ] {b615ac23-a5d7-4e54-8284-c2c2c49d804d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3876 | 2025.04.15 04:02:37.989164 [ 5 ] {b615ac23-a5d7-4e54-8284-c2c2c49d804d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3877 | 2025.04.15 04:02:37.989408 [ 5 ] {b615ac23-a5d7-4e54-8284-c2c2c49d804d} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3878 | 2025.04.15 04:02:37.989595 [ 5 ] {b615ac23-a5d7-4e54-8284-c2c2c49d804d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001347 sec., 60876.02078693392 rows/sec., 3.87 MiB/sec. | ||
| 3879 | 2025.04.15 04:02:37.989645 [ 5 ] {b615ac23-a5d7-4e54-8284-c2c2c49d804d} <Debug> TCPHandler: Processed in 0.001532013 sec. | ||
| 3880 | 2025.04.15 04:02:42.846696 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3881 | 2025.04.15 04:02:42.847331 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3882 | 2025.04.15 04:02:42.847378 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3883 | 2025.04.15 04:02:42.848024 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3884 | 2025.04.15 04:02:42.848279 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3885 | 2025.04.15 04:02:42.848627 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3886 | 2025.04.15 04:02:42.963018 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3887 | 2025.04.15 04:02:42.963225 [ 5 ] {c86a5e68-b13c-400e-b77a-9213f95200f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3888 | 2025.04.15 04:02:42.963304 [ 5 ] {c86a5e68-b13c-400e-b77a-9213f95200f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3889 | 2025.04.15 04:02:42.964151 [ 5 ] {c86a5e68-b13c-400e-b77a-9213f95200f8} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3890 | 2025.04.15 04:02:42.964199 [ 5 ] {c86a5e68-b13c-400e-b77a-9213f95200f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3891 | 2025.04.15 04:02:42.964633 [ 5 ] {c86a5e68-b13c-400e-b77a-9213f95200f8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3892 | 2025.04.15 04:02:42.964878 [ 5 ] {c86a5e68-b13c-400e-b77a-9213f95200f8} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3893 | 2025.04.15 04:02:42.965118 [ 5 ] {c86a5e68-b13c-400e-b77a-9213f95200f8} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001942 sec., 2059.732234809475 rows/sec., 167.96 KiB/sec. | ||
| 3894 | 2025.04.15 04:02:42.965285 [ 5 ] {c86a5e68-b13c-400e-b77a-9213f95200f8} <Debug> TCPHandler: Processed in 0.002395561 sec. | ||
| 3895 | 2025.04.15 04:02:42.965448 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3896 | 2025.04.15 04:02:42.965552 [ 5 ] {9f0f4aa9-dc09-4177-9eb6-57bea1593d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3897 | 2025.04.15 04:02:42.965596 [ 5 ] {9f0f4aa9-dc09-4177-9eb6-57bea1593d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3898 | 2025.04.15 04:02:42.966263 [ 5 ] {9f0f4aa9-dc09-4177-9eb6-57bea1593d34} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3899 | 2025.04.15 04:02:42.966302 [ 5 ] {9f0f4aa9-dc09-4177-9eb6-57bea1593d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3900 | 2025.04.15 04:02:42.966692 [ 5 ] {9f0f4aa9-dc09-4177-9eb6-57bea1593d34} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3901 | 2025.04.15 04:02:42.966923 [ 5 ] {9f0f4aa9-dc09-4177-9eb6-57bea1593d34} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3902 | 2025.04.15 04:02:42.967187 [ 5 ] {9f0f4aa9-dc09-4177-9eb6-57bea1593d34} <Debug> executeQuery: Read 120 rows, 10.39 KiB in 0.001639 sec., 73215.37522879805 rows/sec., 6.19 MiB/sec. | ||
| 3903 | 2025.04.15 04:02:42.967271 [ 5 ] {9f0f4aa9-dc09-4177-9eb6-57bea1593d34} <Debug> TCPHandler: Processed in 0.00187068 sec. | ||
| 3904 | 2025.04.15 04:02:42.967545 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3905 | 2025.04.15 04:02:42.967687 [ 5 ] {2637f879-b3f3-4349-90a7-0cfce6a18c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3906 | 2025.04.15 04:02:42.967734 [ 5 ] {2637f879-b3f3-4349-90a7-0cfce6a18c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3907 | 2025.04.15 04:02:42.968288 [ 5 ] {2637f879-b3f3-4349-90a7-0cfce6a18c2b} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2025.04.15 04:02:42.968326 [ 5 ] {2637f879-b3f3-4349-90a7-0cfce6a18c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3909 | 2025.04.15 04:02:42.968658 [ 5 ] {2637f879-b3f3-4349-90a7-0cfce6a18c2b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3910 | 2025.04.15 04:02:42.968886 [ 5 ] {2637f879-b3f3-4349-90a7-0cfce6a18c2b} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3911 | 2025.04.15 04:02:42.969081 [ 5 ] {2637f879-b3f3-4349-90a7-0cfce6a18c2b} <Debug> executeQuery: Read 35 rows, 2.61 KiB in 0.001417 sec., 24700.070571630204 rows/sec., 1.80 MiB/sec. | ||
| 3912 | 2025.04.15 04:02:42.969134 [ 5 ] {2637f879-b3f3-4349-90a7-0cfce6a18c2b} <Debug> TCPHandler: Processed in 0.001681316 sec. | ||
| 3913 | 2025.04.15 04:02:42.969251 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3914 | 2025.04.15 04:02:42.969352 [ 5 ] {90391290-022e-48d0-b435-e2942aad7fd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3915 | 2025.04.15 04:02:42.969395 [ 5 ] {90391290-022e-48d0-b435-e2942aad7fd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3916 | 2025.04.15 04:02:42.969922 [ 5 ] {90391290-022e-48d0-b435-e2942aad7fd9} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3917 | 2025.04.15 04:02:42.969960 [ 5 ] {90391290-022e-48d0-b435-e2942aad7fd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3918 | 2025.04.15 04:02:42.970449 [ 5 ] {90391290-022e-48d0-b435-e2942aad7fd9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3919 | 2025.04.15 04:02:42.970703 [ 5 ] {90391290-022e-48d0-b435-e2942aad7fd9} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3920 | 2025.04.15 04:02:42.970890 [ 5 ] {90391290-022e-48d0-b435-e2942aad7fd9} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001559 sec., 63502.24502886466 rows/sec., 4.96 MiB/sec. | ||
| 3921 | 2025.04.15 04:02:42.970939 [ 5 ] {90391290-022e-48d0-b435-e2942aad7fd9} <Debug> TCPHandler: Processed in 0.001736527 sec. | ||
| 3922 | 2025.04.15 04:02:42.971050 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3923 | 2025.04.15 04:02:42.971153 [ 5 ] {492418e6-6ca1-4f34-a4d0-504b9ff85060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3924 | 2025.04.15 04:02:42.971200 [ 5 ] {492418e6-6ca1-4f34-a4d0-504b9ff85060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3925 | 2025.04.15 04:02:42.971697 [ 5 ] {492418e6-6ca1-4f34-a4d0-504b9ff85060} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3926 | 2025.04.15 04:02:42.971734 [ 5 ] {492418e6-6ca1-4f34-a4d0-504b9ff85060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3927 | 2025.04.15 04:02:42.972096 [ 5 ] {492418e6-6ca1-4f34-a4d0-504b9ff85060} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3928 | 2025.04.15 04:02:42.972329 [ 5 ] {492418e6-6ca1-4f34-a4d0-504b9ff85060} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3929 | 2025.04.15 04:02:42.972533 [ 5 ] {492418e6-6ca1-4f34-a4d0-504b9ff85060} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001402 sec., 115549.21540656206 rows/sec., 8.05 MiB/sec. | ||
| 3930 | 2025.04.15 04:02:42.972598 [ 5 ] {492418e6-6ca1-4f34-a4d0-504b9ff85060} <Debug> TCPHandler: Processed in 0.001596364 sec. | ||
| 3931 | 2025.04.15 04:02:42.972740 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3932 | 2025.04.15 04:02:42.972848 [ 5 ] {f47981a7-669c-4c9d-be84-5c62368f7038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3933 | 2025.04.15 04:02:42.972910 [ 5 ] {f47981a7-669c-4c9d-be84-5c62368f7038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3934 | 2025.04.15 04:02:42.973978 [ 5 ] {f47981a7-669c-4c9d-be84-5c62368f7038} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3935 | 2025.04.15 04:02:42.974015 [ 5 ] {f47981a7-669c-4c9d-be84-5c62368f7038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3936 | 2025.04.15 04:02:42.974628 [ 5 ] {f47981a7-669c-4c9d-be84-5c62368f7038} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3937 | 2025.04.15 04:02:42.974876 [ 5 ] {f47981a7-669c-4c9d-be84-5c62368f7038} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3938 | 2025.04.15 04:02:42.975070 [ 5 ] {f47981a7-669c-4c9d-be84-5c62368f7038} <Debug> executeQuery: Read 31 rows, 56.88 KiB in 0.002243 sec., 13820.77574676772 rows/sec., 24.77 MiB/sec. | ||
| 3939 | 2025.04.15 04:02:42.975157 [ 5 ] {f47981a7-669c-4c9d-be84-5c62368f7038} <Debug> TCPHandler: Processed in 0.002475403 sec. | ||
| 3940 | 2025.04.15 04:02:42.975273 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3941 | 2025.04.15 04:02:42.975374 [ 5 ] {57b1b9ad-ff17-4c1f-8511-cb48079b3fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3942 | 2025.04.15 04:02:42.975421 [ 5 ] {57b1b9ad-ff17-4c1f-8511-cb48079b3fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3943 | 2025.04.15 04:02:42.975826 [ 5 ] {57b1b9ad-ff17-4c1f-8511-cb48079b3fe6} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3944 | 2025.04.15 04:02:42.975864 [ 5 ] {57b1b9ad-ff17-4c1f-8511-cb48079b3fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3945 | 2025.04.15 04:02:42.976203 [ 5 ] {57b1b9ad-ff17-4c1f-8511-cb48079b3fe6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3946 | 2025.04.15 04:02:42.976451 [ 5 ] {57b1b9ad-ff17-4c1f-8511-cb48079b3fe6} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3947 | 2025.04.15 04:02:42.976676 [ 5 ] {57b1b9ad-ff17-4c1f-8511-cb48079b3fe6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001316 sec., 45592.705167173255 rows/sec., 3.07 MiB/sec. | ||
| 3948 | 2025.04.15 04:02:42.976812 [ 5 ] {57b1b9ad-ff17-4c1f-8511-cb48079b3fe6} <Debug> TCPHandler: Processed in 0.001583834 sec. | ||
| 3949 | 2025.04.15 04:02:43.387586 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3950 | 2025.04.15 04:02:43.406596 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3951 | 2025.04.15 04:02:43.406647 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3952 | 2025.04.15 04:02:43.413842 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3953 | 2025.04.15 04:02:43.414579 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3954 | 2025.04.15 04:02:43.417923 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3955 | 2025.04.15 04:02:44.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.42 MiB, peak 186.17 MiB, free memory in arenas 0.00 B, will set to 179.72 MiB (RSS), difference: 1.31 MiB | ||
| 3956 | 2025.04.15 04:02:45.371284 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 576 | ||
| 3957 | 2025.04.15 04:02:45.374963 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3958 | 2025.04.15 04:02:45.375020 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3959 | 2025.04.15 04:02:45.376518 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3960 | 2025.04.15 04:02:45.376849 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3961 | 2025.04.15 04:02:45.377837 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 576 | ||
| 3962 | 2025.04.15 04:02:47.967872 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3963 | 2025.04.15 04:02:47.968135 [ 5 ] {1d89dc89-9f0d-4817-acdd-398f1ba98f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3964 | 2025.04.15 04:02:47.968206 [ 5 ] {1d89dc89-9f0d-4817-acdd-398f1ba98f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3965 | 2025.04.15 04:02:47.969038 [ 5 ] {1d89dc89-9f0d-4817-acdd-398f1ba98f63} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3966 | 2025.04.15 04:02:47.969084 [ 5 ] {1d89dc89-9f0d-4817-acdd-398f1ba98f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3967 | 2025.04.15 04:02:47.969502 [ 5 ] {1d89dc89-9f0d-4817-acdd-398f1ba98f63} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3968 | 2025.04.15 04:02:47.969754 [ 5 ] {1d89dc89-9f0d-4817-acdd-398f1ba98f63} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3969 | 2025.04.15 04:02:47.969987 [ 5 ] {1d89dc89-9f0d-4817-acdd-398f1ba98f63} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001904 sec., 111344.53781512605 rows/sec., 7.08 MiB/sec. | ||
| 3970 | 2025.04.15 04:02:47.970045 [ 5 ] {1d89dc89-9f0d-4817-acdd-398f1ba98f63} <Debug> TCPHandler: Processed in 0.0023484 sec. | ||
| 3971 | 2025.04.15 04:02:47.970182 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3972 | 2025.04.15 04:02:47.970289 [ 5 ] {1063b54e-40ff-4ad7-8294-6e1140e60ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3973 | 2025.04.15 04:02:47.970338 [ 5 ] {1063b54e-40ff-4ad7-8294-6e1140e60ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3974 | 2025.04.15 04:02:47.971179 [ 5 ] {1063b54e-40ff-4ad7-8294-6e1140e60ead} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3975 | 2025.04.15 04:02:47.971218 [ 5 ] {1063b54e-40ff-4ad7-8294-6e1140e60ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3976 | 2025.04.15 04:02:47.971607 [ 5 ] {1063b54e-40ff-4ad7-8294-6e1140e60ead} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3977 | 2025.04.15 04:02:47.971842 [ 5 ] {1063b54e-40ff-4ad7-8294-6e1140e60ead} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2025.04.15 04:02:47.972009 [ 94 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3979 | 2025.04.15 04:02:47.972065 [ 5 ] {1063b54e-40ff-4ad7-8294-6e1140e60ead} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001789 sec., 353828.9547233091 rows/sec., 27.83 MiB/sec. | ||
| 3980 | 2025.04.15 04:02:47.972093 [ 94 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3981 | 2025.04.15 04:02:47.972159 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3982 | 2025.04.15 04:02:47.972177 [ 5 ] {1063b54e-40ff-4ad7-8294-6e1140e60ead} <Debug> TCPHandler: Processed in 0.002046913 sec. | ||
| 3983 | 2025.04.15 04:02:47.972357 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3984 | 2025.04.15 04:02:47.972376 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 3985 | 2025.04.15 04:02:47.972526 [ 5 ] {a4853d9c-eefe-4ec6-8290-0cbd6f47e17e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3986 | 2025.04.15 04:02:47.972612 [ 5 ] {a4853d9c-eefe-4ec6-8290-0cbd6f47e17e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3987 | 2025.04.15 04:02:47.972652 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3988 | 2025.04.15 04:02:47.972755 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1843 rows starting from the beginning of the part | ||
| 3989 | 2025.04.15 04:02:47.973034 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 3990 | 2025.04.15 04:02:47.973438 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 118 rows starting from the beginning of the part | ||
| 3991 | 2025.04.15 04:02:47.973702 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 633 rows starting from the beginning of the part | ||
| 3992 | 2025.04.15 04:02:47.974139 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 120 rows starting from the beginning of the part | ||
| 3993 | 2025.04.15 04:02:47.974571 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 633 rows starting from the beginning of the part | ||
| 3994 | 2025.04.15 04:02:47.975371 [ 5 ] {a4853d9c-eefe-4ec6-8290-0cbd6f47e17e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3995 | 2025.04.15 04:02:47.975440 [ 5 ] {a4853d9c-eefe-4ec6-8290-0cbd6f47e17e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 3996 | 2025.04.15 04:02:47.976305 [ 5 ] {a4853d9c-eefe-4ec6-8290-0cbd6f47e17e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3997 | 2025.04.15 04:02:47.976795 [ 5 ] {a4853d9c-eefe-4ec6-8290-0cbd6f47e17e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3998 | 2025.04.15 04:02:47.977052 [ 5 ] {a4853d9c-eefe-4ec6-8290-0cbd6f47e17e} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.004575 sec., 24918.032786885244 rows/sec., 1.49 MiB/sec. | ||
| 3999 | 2025.04.15 04:02:47.977126 [ 5 ] {a4853d9c-eefe-4ec6-8290-0cbd6f47e17e} <Debug> TCPHandler: Processed in 0.004837793 sec. | ||
| 4000 | 2025.04.15 04:02:47.977281 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4001 | 2025.04.15 04:02:47.977568 [ 5 ] {2e785678-4a25-4190-886b-960a0ccfc379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4002 | 2025.04.15 04:02:47.977633 [ 5 ] {2e785678-4a25-4190-886b-960a0ccfc379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4003 | 2025.04.15 04:02:47.977652 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3403 rows, containing 5 columns (5 merged, 0 gathered) in 0.005360754 sec., 634798.761517503 rows/sec., 53.60 MiB/sec. | ||
| 4004 | 2025.04.15 04:02:47.978112 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4005 | 2025.04.15 04:02:47.978639 [ 5 ] {2e785678-4a25-4190-886b-960a0ccfc379} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4006 | 2025.04.15 04:02:47.978693 [ 5 ] {2e785678-4a25-4190-886b-960a0ccfc379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 4007 | 2025.04.15 04:02:47.978784 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_26_5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4008 | 2025.04.15 04:02:47.978951 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_26_5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4009 | 2025.04.15 04:02:47.979123 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4010 | 2025.04.15 04:02:47.979294 [ 5 ] {2e785678-4a25-4190-886b-960a0ccfc379} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4011 | 2025.04.15 04:02:47.979530 [ 5 ] {2e785678-4a25-4190-886b-960a0ccfc379} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4012 | 2025.04.15 04:02:47.979736 [ 5 ] {2e785678-4a25-4190-886b-960a0ccfc379} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002284 sec., 49474.60595446585 rows/sec., 3.20 MiB/sec. | ||
| 4013 | 2025.04.15 04:02:47.979790 [ 5 ] {2e785678-4a25-4190-886b-960a0ccfc379} <Debug> TCPHandler: Processed in 0.002586535 sec. | ||
| 4014 | 2025.04.15 04:02:47.979912 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4015 | 2025.04.15 04:02:47.980014 [ 5 ] {2e6356f7-0786-424b-81cf-dc5ae03f9eb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4016 | 2025.04.15 04:02:47.980057 [ 5 ] {2e6356f7-0786-424b-81cf-dc5ae03f9eb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4017 | 2025.04.15 04:02:47.980607 [ 5 ] {2e6356f7-0786-424b-81cf-dc5ae03f9eb2} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4018 | 2025.04.15 04:02:47.980645 [ 5 ] {2e6356f7-0786-424b-81cf-dc5ae03f9eb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 4019 | 2025.04.15 04:02:47.980979 [ 5 ] {2e6356f7-0786-424b-81cf-dc5ae03f9eb2} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4020 | 2025.04.15 04:02:47.981217 [ 5 ] {2e6356f7-0786-424b-81cf-dc5ae03f9eb2} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4021 | 2025.04.15 04:02:47.981409 [ 5 ] {2e6356f7-0786-424b-81cf-dc5ae03f9eb2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001416 sec., 79096.04519774011 rows/sec., 4.51 MiB/sec. | ||
| 4022 | 2025.04.15 04:02:47.981461 [ 5 ] {2e6356f7-0786-424b-81cf-dc5ae03f9eb2} <Debug> TCPHandler: Processed in 0.001597354 sec. | ||
| 4023 | 2025.04.15 04:02:47.981578 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4024 | 2025.04.15 04:02:47.981679 [ 5 ] {6a7632c1-8e4b-48cc-93b2-ed911999eedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4025 | 2025.04.15 04:02:47.981723 [ 5 ] {6a7632c1-8e4b-48cc-93b2-ed911999eedb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4026 | 2025.04.15 04:02:47.982401 [ 5 ] {6a7632c1-8e4b-48cc-93b2-ed911999eedb} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4027 | 2025.04.15 04:02:47.982439 [ 5 ] {6a7632c1-8e4b-48cc-93b2-ed911999eedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 4028 | 2025.04.15 04:02:47.982798 [ 5 ] {6a7632c1-8e4b-48cc-93b2-ed911999eedb} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4029 | 2025.04.15 04:02:47.983026 [ 5 ] {6a7632c1-8e4b-48cc-93b2-ed911999eedb} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4030 | 2025.04.15 04:02:47.983178 [ 92 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4031 | 2025.04.15 04:02:47.983246 [ 5 ] {6a7632c1-8e4b-48cc-93b2-ed911999eedb} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001581 sec., 246679.31688804555 rows/sec., 17.43 MiB/sec. | ||
| 4032 | 2025.04.15 04:02:47.983250 [ 92 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4033 | 2025.04.15 04:02:47.983328 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 4034 | 2025.04.15 04:02:47.983362 [ 5 ] {6a7632c1-8e4b-48cc-93b2-ed911999eedb} <Debug> TCPHandler: Processed in 0.001827619 sec. | ||
| 4035 | 2025.04.15 04:02:47.983617 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 4036 | 2025.04.15 04:02:47.983632 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4037 | 2025.04.15 04:02:47.984016 [ 5 ] {8d52e64a-6640-4952-b0a6-9cdf24fcf9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4038 | 2025.04.15 04:02:47.984076 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4039 | 2025.04.15 04:02:47.984206 [ 5 ] {8d52e64a-6640-4952-b0a6-9cdf24fcf9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4040 | 2025.04.15 04:02:47.984217 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part | ||
| 4041 | 2025.04.15 04:02:47.984650 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 4042 | 2025.04.15 04:02:47.985065 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 95 rows starting from the beginning of the part | ||
| 4043 | 2025.04.15 04:02:47.985409 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 390 rows starting from the beginning of the part | ||
| 4044 | 2025.04.15 04:02:47.985747 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 99 rows starting from the beginning of the part | ||
| 4045 | 2025.04.15 04:02:47.985901 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 390 rows starting from the beginning of the part | ||
| 4046 | 2025.04.15 04:02:47.986728 [ 5 ] {8d52e64a-6640-4952-b0a6-9cdf24fcf9d4} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4047 | 2025.04.15 04:02:47.986786 [ 5 ] {8d52e64a-6640-4952-b0a6-9cdf24fcf9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 4048 | 2025.04.15 04:02:47.987718 [ 5 ] {8d52e64a-6640-4952-b0a6-9cdf24fcf9d4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4049 | 2025.04.15 04:02:47.988339 [ 5 ] {8d52e64a-6640-4952-b0a6-9cdf24fcf9d4} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4050 | 2025.04.15 04:02:47.988567 [ 92 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4051 | 2025.04.15 04:02:47.988638 [ 92 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4052 | 2025.04.15 04:02:47.988657 [ 5 ] {8d52e64a-6640-4952-b0a6-9cdf24fcf9d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004827 sec., 1243.008079552517 rows/sec., 64.94 KiB/sec. | ||
| 4053 | 2025.04.15 04:02:47.988680 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 4054 | 2025.04.15 04:02:47.988831 [ 5 ] {8d52e64a-6640-4952-b0a6-9cdf24fcf9d4} <Debug> TCPHandler: Processed in 0.005337864 sec. | ||
| 4055 | 2025.04.15 04:02:47.989249 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 4056 | 2025.04.15 04:02:47.989393 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4057 | 2025.04.15 04:02:47.989432 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 4058 | 2025.04.15 04:02:47.989503 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 4059 | 2025.04.15 04:02:47.989567 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 4060 | 2025.04.15 04:02:47.989808 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 4061 | 2025.04.15 04:02:47.989899 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4062 | 2025.04.15 04:02:47.990307 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 4063 | 2025.04.15 04:02:47.990535 [ 5 ] {78897278-9a9c-4563-831e-f49abb524e20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4064 | 2025.04.15 04:02:47.990919 [ 5 ] {78897278-9a9c-4563-831e-f49abb524e20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4065 | 2025.04.15 04:02:47.990978 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 4066 | 2025.04.15 04:02:47.991787 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1947 rows, containing 5 columns (5 merged, 0 gathered) in 0.008353399 sec., 233078.77428098433 rows/sec., 17.80 MiB/sec. | ||
| 4067 | 2025.04.15 04:02:47.992268 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4068 | 2025.04.15 04:02:47.993223 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_26_5} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4069 | 2025.04.15 04:02:47.993445 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_26_5} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4070 | 2025.04.15 04:02:47.993732 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4071 | 2025.04.15 04:02:47.994477 [ 5 ] {78897278-9a9c-4563-831e-f49abb524e20} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4072 | 2025.04.15 04:02:47.994554 [ 5 ] {78897278-9a9c-4563-831e-f49abb524e20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 4073 | 2025.04.15 04:02:47.995018 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005817704 sec., 11344.681681983133 rows/sec., 592.72 KiB/sec. | ||
| 4074 | 2025.04.15 04:02:47.995195 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4075 | 2025.04.15 04:02:47.995541 [ 5 ] {78897278-9a9c-4563-831e-f49abb524e20} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4076 | 2025.04.15 04:02:47.995734 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_11_2} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4077 | 2025.04.15 04:02:47.995926 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_11_2} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4078 | 2025.04.15 04:02:47.996083 [ 5 ] {78897278-9a9c-4563-831e-f49abb524e20} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4079 | 2025.04.15 04:02:47.996093 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4080 | 2025.04.15 04:02:47.996321 [ 91 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4081 | 2025.04.15 04:02:47.996370 [ 5 ] {78897278-9a9c-4563-831e-f49abb524e20} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006039 sec., 39244.908097367115 rows/sec., 2.63 MiB/sec. | ||
| 4082 | 2025.04.15 04:02:47.996398 [ 91 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4083 | 2025.04.15 04:02:47.996483 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 4084 | 2025.04.15 04:02:47.996521 [ 5 ] {78897278-9a9c-4563-831e-f49abb524e20} <Debug> TCPHandler: Processed in 0.006821946 sec. | ||
| 4085 | 2025.04.15 04:02:47.996754 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 4086 | 2025.04.15 04:02:47.996766 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4087 | 2025.04.15 04:02:47.997035 [ 5 ] {aa8d8d0e-62ca-4fa2-9f69-b6e7ee246e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4088 | 2025.04.15 04:02:47.997052 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4089 | 2025.04.15 04:02:47.997136 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7354 rows starting from the beginning of the part | ||
| 4090 | 2025.04.15 04:02:47.997143 [ 5 ] {aa8d8d0e-62ca-4fa2-9f69-b6e7ee246e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4091 | 2025.04.15 04:02:47.997542 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part | ||
| 4092 | 2025.04.15 04:02:47.997949 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 4093 | 2025.04.15 04:02:47.998289 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 4094 | 2025.04.15 04:02:47.998483 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 162 rows starting from the beginning of the part | ||
| 4095 | 2025.04.15 04:02:47.998902 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 4096 | 2025.04.15 04:02:47.999537 [ 5 ] {aa8d8d0e-62ca-4fa2-9f69-b6e7ee246e80} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4097 | 2025.04.15 04:02:47.999608 [ 5 ] {aa8d8d0e-62ca-4fa2-9f69-b6e7ee246e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 4098 | 2025.04.15 04:02:48.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.67 MiB, peak 186.75 MiB, free memory in arenas 0.00 B, will set to 179.78 MiB (RSS), difference: -3.89 MiB | ||
| 4099 | 2025.04.15 04:02:48.000883 [ 5 ] {aa8d8d0e-62ca-4fa2-9f69-b6e7ee246e80} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4100 | 2025.04.15 04:02:48.001526 [ 5 ] {aa8d8d0e-62ca-4fa2-9f69-b6e7ee246e80} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4101 | 2025.04.15 04:02:48.002264 [ 5 ] {aa8d8d0e-62ca-4fa2-9f69-b6e7ee246e80} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005292 sec., 188.9644746787604 rows/sec., 12.73 KiB/sec. | ||
| 4102 | 2025.04.15 04:02:48.002525 [ 5 ] {aa8d8d0e-62ca-4fa2-9f69-b6e7ee246e80} <Debug> TCPHandler: Processed in 0.005841805 sec. | ||
| 4103 | 2025.04.15 04:02:48.002664 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4104 | 2025.04.15 04:02:48.002786 [ 5 ] {bc23ccf9-ee72-4946-a609-4a07f2050bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4105 | 2025.04.15 04:02:48.002911 [ 5 ] {bc23ccf9-ee72-4946-a609-4a07f2050bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4106 | 2025.04.15 04:02:48.004735 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8278 rows, containing 5 columns (5 merged, 0 gathered) in 0.008120323 sec., 1019417.5773549894 rows/sec., 68.72 MiB/sec. | ||
| 4107 | 2025.04.15 04:02:48.004884 [ 5 ] {bc23ccf9-ee72-4946-a609-4a07f2050bf2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4108 | 2025.04.15 04:02:48.004942 [ 5 ] {bc23ccf9-ee72-4946-a609-4a07f2050bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 4109 | 2025.04.15 04:02:48.005015 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4110 | 2025.04.15 04:02:48.005684 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4111 | 2025.04.15 04:02:48.005867 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4112 | 2025.04.15 04:02:48.006047 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
| 4113 | 2025.04.15 04:02:48.006323 [ 5 ] {bc23ccf9-ee72-4946-a609-4a07f2050bf2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4114 | 2025.04.15 04:02:48.006603 [ 5 ] {bc23ccf9-ee72-4946-a609-4a07f2050bf2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4115 | 2025.04.15 04:02:48.006860 [ 5 ] {bc23ccf9-ee72-4946-a609-4a07f2050bf2} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004097 sec., 1952.648279228704 rows/sec., 3.50 MiB/sec. | ||
| 4116 | 2025.04.15 04:02:48.006964 [ 5 ] {bc23ccf9-ee72-4946-a609-4a07f2050bf2} <Debug> TCPHandler: Processed in 0.004351103 sec. | ||
| 4117 | 2025.04.15 04:02:48.007094 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4118 | 2025.04.15 04:02:48.007200 [ 5 ] {68b0d3c2-eebf-424a-9547-4d98b6a59350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4119 | 2025.04.15 04:02:48.007246 [ 5 ] {68b0d3c2-eebf-424a-9547-4d98b6a59350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4120 | 2025.04.15 04:02:48.007672 [ 5 ] {68b0d3c2-eebf-424a-9547-4d98b6a59350} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4121 | 2025.04.15 04:02:48.007712 [ 5 ] {68b0d3c2-eebf-424a-9547-4d98b6a59350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 4122 | 2025.04.15 04:02:48.008071 [ 5 ] {68b0d3c2-eebf-424a-9547-4d98b6a59350} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4123 | 2025.04.15 04:02:48.008327 [ 5 ] {68b0d3c2-eebf-424a-9547-4d98b6a59350} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4124 | 2025.04.15 04:02:48.008487 [ 91 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4125 | 2025.04.15 04:02:48.008549 [ 5 ] {68b0d3c2-eebf-424a-9547-4d98b6a59350} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001365 sec., 60073.26007326008 rows/sec., 3.82 MiB/sec. | ||
| 4126 | 2025.04.15 04:02:48.008556 [ 91 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4127 | 2025.04.15 04:02:48.008635 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.18 GiB. | ||
| 4128 | 2025.04.15 04:02:48.008676 [ 5 ] {68b0d3c2-eebf-424a-9547-4d98b6a59350} <Debug> TCPHandler: Processed in 0.001631764 sec. | ||
| 4129 | 2025.04.15 04:02:48.008847 [ 200 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 4130 | 2025.04.15 04:02:48.008959 [ 200 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4131 | 2025.04.15 04:02:48.008990 [ 200 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1158 rows starting from the beginning of the part | ||
| 4132 | 2025.04.15 04:02:48.009050 [ 200 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 4133 | 2025.04.15 04:02:48.009174 [ 200 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 4134 | 2025.04.15 04:02:48.009288 [ 200 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 4135 | 2025.04.15 04:02:48.009379 [ 200 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 4136 | 2025.04.15 04:02:48.009471 [ 200 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 4137 | 2025.04.15 04:02:48.010688 [ 190 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1490 rows, containing 4 columns (4 merged, 0 gathered) in 0.001942691 sec., 766977.3525486039 rows/sec., 49.81 MiB/sec. | ||
| 4138 | 2025.04.15 04:02:48.010910 [ 190 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4139 | 2025.04.15 04:02:48.011222 [ 190 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_26_5} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4140 | 2025.04.15 04:02:48.011305 [ 190 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_26_5} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4141 | 2025.04.15 04:02:48.011389 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 4142 | 2025.04.15 04:02:49.000188 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 176.81 MiB, peak 186.75 MiB, free memory in arenas 0.00 B, will set to 180.04 MiB (RSS), difference: 3.23 MiB | ||
| 4143 | 2025.04.15 04:02:50.199058 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4144 | 2025.04.15 04:02:50.199149 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4145 | 2025.04.15 04:02:50.348797 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 4146 | 2025.04.15 04:02:50.349459 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4147 | 2025.04.15 04:02:50.349509 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4148 | 2025.04.15 04:02:50.350031 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4149 | 2025.04.15 04:02:50.350290 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4150 | 2025.04.15 04:02:50.350593 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 4151 | 2025.04.15 04:02:50.918026 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4152 | 2025.04.15 04:02:50.938292 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4153 | 2025.04.15 04:02:50.938356 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4154 | 2025.04.15 04:02:50.945945 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4155 | 2025.04.15 04:02:50.946719 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4156 | 2025.04.15 04:02:50.949366 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4157 | 2025.04.15 04:02:52.963255 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4158 | 2025.04.15 04:02:52.963438 [ 5 ] {49ebb7ef-dfb3-4f36-b302-0af07a6a1ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4159 | 2025.04.15 04:02:52.963510 [ 5 ] {49ebb7ef-dfb3-4f36-b302-0af07a6a1ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4160 | 2025.04.15 04:02:52.964366 [ 5 ] {49ebb7ef-dfb3-4f36-b302-0af07a6a1ca0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4161 | 2025.04.15 04:02:52.964419 [ 5 ] {49ebb7ef-dfb3-4f36-b302-0af07a6a1ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4162 | 2025.04.15 04:02:52.964855 [ 5 ] {49ebb7ef-dfb3-4f36-b302-0af07a6a1ca0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4163 | 2025.04.15 04:02:52.965108 [ 5 ] {49ebb7ef-dfb3-4f36-b302-0af07a6a1ca0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4164 | 2025.04.15 04:02:52.965334 [ 5 ] {49ebb7ef-dfb3-4f36-b302-0af07a6a1ca0} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001949 sec., 61570.035915854285 rows/sec., 5.23 MiB/sec. | ||
| 4165 | 2025.04.15 04:02:52.965402 [ 5 ] {49ebb7ef-dfb3-4f36-b302-0af07a6a1ca0} <Debug> TCPHandler: Processed in 0.002275098 sec. | ||
| 4166 | 2025.04.15 04:02:52.965553 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4167 | 2025.04.15 04:02:52.965667 [ 5 ] {f59421f7-9ebc-4425-99fa-7d468d637080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4168 | 2025.04.15 04:02:52.965716 [ 5 ] {f59421f7-9ebc-4425-99fa-7d468d637080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4169 | 2025.04.15 04:02:52.966302 [ 5 ] {f59421f7-9ebc-4425-99fa-7d468d637080} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4170 | 2025.04.15 04:02:52.966344 [ 5 ] {f59421f7-9ebc-4425-99fa-7d468d637080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4171 | 2025.04.15 04:02:52.966692 [ 5 ] {f59421f7-9ebc-4425-99fa-7d468d637080} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4172 | 2025.04.15 04:02:52.966933 [ 5 ] {f59421f7-9ebc-4425-99fa-7d468d637080} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4173 | 2025.04.15 04:02:52.967108 [ 87 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4174 | 2025.04.15 04:02:52.967142 [ 5 ] {f59421f7-9ebc-4425-99fa-7d468d637080} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001503 sec., 21290.751829673987 rows/sec., 1.56 MiB/sec. | ||
| 4175 | 2025.04.15 04:02:52.967210 [ 87 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4176 | 2025.04.15 04:02:52.967279 [ 5 ] {f59421f7-9ebc-4425-99fa-7d468d637080} <Debug> TCPHandler: Processed in 0.001775148 sec. | ||
| 4177 | 2025.04.15 04:02:52.967284 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4178 | 2025.04.15 04:02:52.967455 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4179 | 2025.04.15 04:02:52.967626 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 4180 | 2025.04.15 04:02:52.967657 [ 5 ] {6ee29cf3-aeae-4011-8aea-f4cc8ab81a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4181 | 2025.04.15 04:02:52.967785 [ 5 ] {6ee29cf3-aeae-4011-8aea-f4cc8ab81a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4182 | 2025.04.15 04:02:52.968121 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4183 | 2025.04.15 04:02:52.968254 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 159 rows starting from the beginning of the part | ||
| 4184 | 2025.04.15 04:02:52.968609 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part | ||
| 4185 | 2025.04.15 04:02:52.969026 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 114 rows starting from the beginning of the part | ||
| 4186 | 2025.04.15 04:02:52.969345 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 35 rows starting from the beginning of the part | ||
| 4187 | 2025.04.15 04:02:52.969675 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 114 rows starting from the beginning of the part | ||
| 4188 | 2025.04.15 04:02:52.970048 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part | ||
| 4189 | 2025.04.15 04:02:52.970684 [ 5 ] {6ee29cf3-aeae-4011-8aea-f4cc8ab81a1c} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4190 | 2025.04.15 04:02:52.970750 [ 5 ] {6ee29cf3-aeae-4011-8aea-f4cc8ab81a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4191 | 2025.04.15 04:02:52.971694 [ 5 ] {6ee29cf3-aeae-4011-8aea-f4cc8ab81a1c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4192 | 2025.04.15 04:02:52.972253 [ 5 ] {6ee29cf3-aeae-4011-8aea-f4cc8ab81a1c} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4193 | 2025.04.15 04:02:52.972797 [ 5 ] {6ee29cf3-aeae-4011-8aea-f4cc8ab81a1c} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00516 sec., 18604.6511627907 rows/sec., 1.45 MiB/sec. | ||
| 4194 | 2025.04.15 04:02:52.973018 [ 5 ] {6ee29cf3-aeae-4011-8aea-f4cc8ab81a1c} <Debug> TCPHandler: Processed in 0.005637681 sec. | ||
| 4195 | 2025.04.15 04:02:52.973026 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 485 rows, containing 5 columns (5 merged, 0 gathered) in 0.005578539 sec., 86940.32613198545 rows/sec., 5.87 MiB/sec. | ||
| 4196 | 2025.04.15 04:02:52.973172 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4197 | 2025.04.15 04:02:52.973229 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4198 | 2025.04.15 04:02:52.973413 [ 5 ] {5aedfb17-cb22-494a-981f-ef812bee8cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4199 | 2025.04.15 04:02:52.973488 [ 5 ] {5aedfb17-cb22-494a-981f-ef812bee8cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4200 | 2025.04.15 04:02:52.973836 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_21_4} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4201 | 2025.04.15 04:02:52.974041 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_21_4} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4202 | 2025.04.15 04:02:52.974147 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 4203 | 2025.04.15 04:02:52.974439 [ 5 ] {5aedfb17-cb22-494a-981f-ef812bee8cec} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4204 | 2025.04.15 04:02:52.974487 [ 5 ] {5aedfb17-cb22-494a-981f-ef812bee8cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4205 | 2025.04.15 04:02:52.974882 [ 5 ] {5aedfb17-cb22-494a-981f-ef812bee8cec} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4206 | 2025.04.15 04:02:52.975123 [ 5 ] {5aedfb17-cb22-494a-981f-ef812bee8cec} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4207 | 2025.04.15 04:02:52.975332 [ 5 ] {5aedfb17-cb22-494a-981f-ef812bee8cec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002008 sec., 79681.27490039842 rows/sec., 5.55 MiB/sec. | ||
| 4208 | 2025.04.15 04:02:52.975390 [ 5 ] {5aedfb17-cb22-494a-981f-ef812bee8cec} <Debug> TCPHandler: Processed in 0.002281688 sec. | ||
| 4209 | 2025.04.15 04:02:52.975525 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4210 | 2025.04.15 04:02:52.975631 [ 5 ] {d5dbea1b-6858-4a48-96da-e352496cf1c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4211 | 2025.04.15 04:02:52.975697 [ 5 ] {d5dbea1b-6858-4a48-96da-e352496cf1c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4212 | 2025.04.15 04:02:52.976832 [ 5 ] {d5dbea1b-6858-4a48-96da-e352496cf1c5} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4213 | 2025.04.15 04:02:52.976870 [ 5 ] {d5dbea1b-6858-4a48-96da-e352496cf1c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4214 | 2025.04.15 04:02:52.977497 [ 5 ] {d5dbea1b-6858-4a48-96da-e352496cf1c5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4215 | 2025.04.15 04:02:52.977750 [ 5 ] {d5dbea1b-6858-4a48-96da-e352496cf1c5} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4216 | 2025.04.15 04:02:52.977937 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4217 | 2025.04.15 04:02:52.978006 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4218 | 2025.04.15 04:02:52.978030 [ 5 ] {d5dbea1b-6858-4a48-96da-e352496cf1c5} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00242 sec., 13223.140495867769 rows/sec., 23.70 MiB/sec. | ||
| 4219 | 2025.04.15 04:02:52.978058 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4220 | 2025.04.15 04:02:52.978357 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 4221 | 2025.04.15 04:02:52.978390 [ 5 ] {d5dbea1b-6858-4a48-96da-e352496cf1c5} <Debug> TCPHandler: Processed in 0.002916052 sec. | ||
| 4222 | 2025.04.15 04:02:52.978624 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4223 | 2025.04.15 04:02:52.978859 [ 5 ] {5a0cb502-642b-4487-89ac-d5e0467e05ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4224 | 2025.04.15 04:02:52.978967 [ 5 ] {5a0cb502-642b-4487-89ac-d5e0467e05ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4225 | 2025.04.15 04:02:52.978985 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4226 | 2025.04.15 04:02:52.979226 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 277 rows starting from the beginning of the part | ||
| 4227 | 2025.04.15 04:02:52.979920 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part | ||
| 4228 | 2025.04.15 04:02:52.980709 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part | ||
| 4229 | 2025.04.15 04:02:52.980848 [ 5 ] {5a0cb502-642b-4487-89ac-d5e0467e05ea} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4230 | 2025.04.15 04:02:52.980966 [ 5 ] {5a0cb502-642b-4487-89ac-d5e0467e05ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4231 | 2025.04.15 04:02:52.981383 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part | ||
| 4232 | 2025.04.15 04:02:52.982001 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part | ||
| 4233 | 2025.04.15 04:02:52.982364 [ 5 ] {5a0cb502-642b-4487-89ac-d5e0467e05ea} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4234 | 2025.04.15 04:02:52.982552 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part | ||
| 4235 | 2025.04.15 04:02:52.983137 [ 5 ] {5a0cb502-642b-4487-89ac-d5e0467e05ea} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4236 | 2025.04.15 04:02:52.983655 [ 5 ] {5a0cb502-642b-4487-89ac-d5e0467e05ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004874 sec., 12310.217480508823 rows/sec., 849.53 KiB/sec. | ||
| 4237 | 2025.04.15 04:02:52.983754 [ 5 ] {5a0cb502-642b-4487-89ac-d5e0467e05ea} <Debug> TCPHandler: Processed in 0.005219032 sec. | ||
| 4238 | 2025.04.15 04:02:52.986937 [ 197 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 387 rows, containing 19 columns (19 merged, 0 gathered) in 0.008750637 sec., 44225.35182295871 rows/sec., 79.25 MiB/sec. | ||
| 4239 | 2025.04.15 04:02:52.987638 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4240 | 2025.04.15 04:02:52.988114 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4241 | 2025.04.15 04:02:52.988212 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4242 | 2025.04.15 04:02:52.988380 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. | ||
| 4243 | 2025.04.15 04:02:53.460823 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4244 | 2025.04.15 04:02:53.461108 [ 5 ] {91d6eab7-1510-4831-918c-6118c544a9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4245 | 2025.04.15 04:02:53.461222 [ 5 ] {91d6eab7-1510-4831-918c-6118c544a9e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4246 | 2025.04.15 04:02:53.462052 [ 5 ] {91d6eab7-1510-4831-918c-6118c544a9e9} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2025.04.15 04:02:53.462100 [ 5 ] {91d6eab7-1510-4831-918c-6118c544a9e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4248 | 2025.04.15 04:02:53.462535 [ 5 ] {91d6eab7-1510-4831-918c-6118c544a9e9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4249 | 2025.04.15 04:02:53.462789 [ 5 ] {91d6eab7-1510-4831-918c-6118c544a9e9} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4250 | 2025.04.15 04:02:53.463056 [ 5 ] {91d6eab7-1510-4831-918c-6118c544a9e9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002018 sec., 105054.50941526264 rows/sec., 6.68 MiB/sec. | ||
| 4251 | 2025.04.15 04:02:53.463184 [ 5 ] {91d6eab7-1510-4831-918c-6118c544a9e9} <Debug> TCPHandler: Processed in 0.002524144 sec. | ||
| 4252 | 2025.04.15 04:02:53.463386 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4253 | 2025.04.15 04:02:53.463498 [ 5 ] {30c7590f-c138-4d59-9e22-71a2a94e31f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4254 | 2025.04.15 04:02:53.463547 [ 5 ] {30c7590f-c138-4d59-9e22-71a2a94e31f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4255 | 2025.04.15 04:02:53.464124 [ 5 ] {30c7590f-c138-4d59-9e22-71a2a94e31f2} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4256 | 2025.04.15 04:02:53.464166 [ 5 ] {30c7590f-c138-4d59-9e22-71a2a94e31f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4257 | 2025.04.15 04:02:53.464511 [ 5 ] {30c7590f-c138-4d59-9e22-71a2a94e31f2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4258 | 2025.04.15 04:02:53.464747 [ 5 ] {30c7590f-c138-4d59-9e22-71a2a94e31f2} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2025.04.15 04:02:53.464996 [ 5 ] {30c7590f-c138-4d59-9e22-71a2a94e31f2} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001517 sec., 6591.957811470007 rows/sec., 537.53 KiB/sec. | ||
| 4260 | 2025.04.15 04:02:53.465160 [ 5 ] {30c7590f-c138-4d59-9e22-71a2a94e31f2} <Debug> TCPHandler: Processed in 0.001841309 sec. | ||
| 4261 | 2025.04.15 04:02:53.465291 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4262 | 2025.04.15 04:02:53.465398 [ 5 ] {7c852c5b-0b2f-461d-878c-83da85e1efeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4263 | 2025.04.15 04:02:53.465443 [ 5 ] {7c852c5b-0b2f-461d-878c-83da85e1efeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4264 | 2025.04.15 04:02:53.466872 [ 5 ] {7c852c5b-0b2f-461d-878c-83da85e1efeb} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4265 | 2025.04.15 04:02:53.466912 [ 5 ] {7c852c5b-0b2f-461d-878c-83da85e1efeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4266 | 2025.04.15 04:02:53.467383 [ 5 ] {7c852c5b-0b2f-461d-878c-83da85e1efeb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4267 | 2025.04.15 04:02:53.467714 [ 5 ] {7c852c5b-0b2f-461d-878c-83da85e1efeb} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4268 | 2025.04.15 04:02:53.467922 [ 5 ] {7c852c5b-0b2f-461d-878c-83da85e1efeb} <Debug> executeQuery: Read 1778 rows, 147.90 KiB in 0.002548 sec., 697802.1978021978 rows/sec., 56.69 MiB/sec. | ||
| 4269 | 2025.04.15 04:02:53.467978 [ 5 ] {7c852c5b-0b2f-461d-878c-83da85e1efeb} <Debug> TCPHandler: Processed in 0.002738098 sec. | ||
| 4270 | 2025.04.15 04:02:53.468095 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4271 | 2025.04.15 04:02:53.468202 [ 5 ] {6ae03e59-2265-403a-9257-e1aaf5773214} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4272 | 2025.04.15 04:02:53.468248 [ 5 ] {6ae03e59-2265-403a-9257-e1aaf5773214} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4273 | 2025.04.15 04:02:53.468806 [ 5 ] {6ae03e59-2265-403a-9257-e1aaf5773214} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4274 | 2025.04.15 04:02:53.468845 [ 5 ] {6ae03e59-2265-403a-9257-e1aaf5773214} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4275 | 2025.04.15 04:02:53.469225 [ 5 ] {6ae03e59-2265-403a-9257-e1aaf5773214} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4276 | 2025.04.15 04:02:53.469464 [ 5 ] {6ae03e59-2265-403a-9257-e1aaf5773214} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4277 | 2025.04.15 04:02:53.469666 [ 5 ] {6ae03e59-2265-403a-9257-e1aaf5773214} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.001487 sec., 83389.37457969064 rows/sec., 5.05 MiB/sec. | ||
| 4278 | 2025.04.15 04:02:53.469717 [ 5 ] {6ae03e59-2265-403a-9257-e1aaf5773214} <Debug> TCPHandler: Processed in 0.001670965 sec. | ||
| 4279 | 2025.04.15 04:02:53.469836 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4280 | 2025.04.15 04:02:53.469941 [ 5 ] {1523a34e-0995-4481-895d-d56f84f55662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4281 | 2025.04.15 04:02:53.469984 [ 5 ] {1523a34e-0995-4481-895d-d56f84f55662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4282 | 2025.04.15 04:02:53.470657 [ 5 ] {1523a34e-0995-4481-895d-d56f84f55662} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4283 | 2025.04.15 04:02:53.470696 [ 5 ] {1523a34e-0995-4481-895d-d56f84f55662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4284 | 2025.04.15 04:02:53.471059 [ 5 ] {1523a34e-0995-4481-895d-d56f84f55662} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4285 | 2025.04.15 04:02:53.471297 [ 5 ] {1523a34e-0995-4481-895d-d56f84f55662} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4286 | 2025.04.15 04:02:53.471507 [ 5 ] {1523a34e-0995-4481-895d-d56f84f55662} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001588 sec., 214735.51637279597 rows/sec., 14.33 MiB/sec. | ||
| 4287 | 2025.04.15 04:02:53.471558 [ 5 ] {1523a34e-0995-4481-895d-d56f84f55662} <Debug> TCPHandler: Processed in 0.001772258 sec. | ||
| 4288 | 2025.04.15 04:02:53.471690 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4289 | 2025.04.15 04:02:53.471794 [ 5 ] {28328050-1b05-4843-9c2f-1b4e2e186519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4290 | 2025.04.15 04:02:53.471839 [ 5 ] {28328050-1b05-4843-9c2f-1b4e2e186519} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4291 | 2025.04.15 04:02:53.472418 [ 5 ] {28328050-1b05-4843-9c2f-1b4e2e186519} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4292 | 2025.04.15 04:02:53.472456 [ 5 ] {28328050-1b05-4843-9c2f-1b4e2e186519} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4293 | 2025.04.15 04:02:53.472802 [ 5 ] {28328050-1b05-4843-9c2f-1b4e2e186519} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4294 | 2025.04.15 04:02:53.473058 [ 5 ] {28328050-1b05-4843-9c2f-1b4e2e186519} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4295 | 2025.04.15 04:02:53.473300 [ 5 ] {28328050-1b05-4843-9c2f-1b4e2e186519} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001526 sec., 73394.49541284403 rows/sec., 4.18 MiB/sec. | ||
| 4296 | 2025.04.15 04:02:53.473501 [ 5 ] {28328050-1b05-4843-9c2f-1b4e2e186519} <Debug> TCPHandler: Processed in 0.00183661 sec. | ||
| 4297 | 2025.04.15 04:02:53.473642 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4298 | 2025.04.15 04:02:53.473748 [ 5 ] {be8d8f68-13dc-4013-aa46-2f8ff88c2067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4299 | 2025.04.15 04:02:53.473791 [ 5 ] {be8d8f68-13dc-4013-aa46-2f8ff88c2067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4300 | 2025.04.15 04:02:53.474879 [ 5 ] {be8d8f68-13dc-4013-aa46-2f8ff88c2067} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4301 | 2025.04.15 04:02:53.474919 [ 5 ] {be8d8f68-13dc-4013-aa46-2f8ff88c2067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4302 | 2025.04.15 04:02:53.475309 [ 5 ] {be8d8f68-13dc-4013-aa46-2f8ff88c2067} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4303 | 2025.04.15 04:02:53.475563 [ 5 ] {be8d8f68-13dc-4013-aa46-2f8ff88c2067} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4304 | 2025.04.15 04:02:53.475756 [ 5 ] {be8d8f68-13dc-4013-aa46-2f8ff88c2067} <Debug> executeQuery: Read 856 rows, 63.33 KiB in 0.00203 sec., 421674.8768472906 rows/sec., 30.47 MiB/sec. | ||
| 4305 | 2025.04.15 04:02:53.475812 [ 5 ] {be8d8f68-13dc-4013-aa46-2f8ff88c2067} <Debug> TCPHandler: Processed in 0.002219527 sec. | ||
| 4306 | 2025.04.15 04:02:53.475934 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4307 | 2025.04.15 04:02:53.476039 [ 5 ] {4f9e01e7-ea68-48ce-a920-4ee41a76a3c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4308 | 2025.04.15 04:02:53.476086 [ 5 ] {4f9e01e7-ea68-48ce-a920-4ee41a76a3c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4309 | 2025.04.15 04:02:53.476596 [ 5 ] {4f9e01e7-ea68-48ce-a920-4ee41a76a3c0} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4310 | 2025.04.15 04:02:53.476635 [ 5 ] {4f9e01e7-ea68-48ce-a920-4ee41a76a3c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4311 | 2025.04.15 04:02:53.476981 [ 5 ] {4f9e01e7-ea68-48ce-a920-4ee41a76a3c0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4312 | 2025.04.15 04:02:53.477211 [ 5 ] {4f9e01e7-ea68-48ce-a920-4ee41a76a3c0} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4313 | 2025.04.15 04:02:53.477454 [ 5 ] {4f9e01e7-ea68-48ce-a920-4ee41a76a3c0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001436 sec., 4178.272980501392 rows/sec., 218.30 KiB/sec. | ||
| 4314 | 2025.04.15 04:02:53.477622 [ 5 ] {4f9e01e7-ea68-48ce-a920-4ee41a76a3c0} <Debug> TCPHandler: Processed in 0.001734367 sec. | ||
| 4315 | 2025.04.15 04:02:53.477748 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4316 | 2025.04.15 04:02:53.477862 [ 5 ] {864d1bbb-b114-4bd6-9df8-3cfbbb6a0ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4317 | 2025.04.15 04:02:53.477911 [ 5 ] {864d1bbb-b114-4bd6-9df8-3cfbbb6a0ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4318 | 2025.04.15 04:02:53.478735 [ 5 ] {864d1bbb-b114-4bd6-9df8-3cfbbb6a0ed7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2025.04.15 04:02:53.478774 [ 5 ] {864d1bbb-b114-4bd6-9df8-3cfbbb6a0ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4320 | 2025.04.15 04:02:53.479197 [ 5 ] {864d1bbb-b114-4bd6-9df8-3cfbbb6a0ed7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4321 | 2025.04.15 04:02:53.479429 [ 5 ] {864d1bbb-b114-4bd6-9df8-3cfbbb6a0ed7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4322 | 2025.04.15 04:02:53.479650 [ 5 ] {864d1bbb-b114-4bd6-9df8-3cfbbb6a0ed7} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.001803 sec., 532445.9234608986 rows/sec., 35.38 MiB/sec. | ||
| 4323 | 2025.04.15 04:02:53.479723 [ 5 ] {864d1bbb-b114-4bd6-9df8-3cfbbb6a0ed7} <Debug> TCPHandler: Processed in 0.002018493 sec. | ||
| 4324 | 2025.04.15 04:02:53.479950 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4325 | 2025.04.15 04:02:53.480056 [ 5 ] {df13908a-f5b0-4108-8336-077c83030863} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4326 | 2025.04.15 04:02:53.480105 [ 5 ] {df13908a-f5b0-4108-8336-077c83030863} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4327 | 2025.04.15 04:02:53.480514 [ 5 ] {df13908a-f5b0-4108-8336-077c83030863} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4328 | 2025.04.15 04:02:53.480552 [ 5 ] {df13908a-f5b0-4108-8336-077c83030863} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4329 | 2025.04.15 04:02:53.480887 [ 5 ] {df13908a-f5b0-4108-8336-077c83030863} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4330 | 2025.04.15 04:02:53.481137 [ 5 ] {df13908a-f5b0-4108-8336-077c83030863} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4331 | 2025.04.15 04:02:53.481313 [ 5 ] {df13908a-f5b0-4108-8336-077c83030863} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001269 sec., 788.0220646178093 rows/sec., 53.10 KiB/sec. | ||
| 4332 | 2025.04.15 04:02:53.481495 [ 5 ] {df13908a-f5b0-4108-8336-077c83030863} <Debug> TCPHandler: Processed in 0.001622875 sec. | ||
| 4333 | 2025.04.15 04:02:53.481652 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4334 | 2025.04.15 04:02:53.481766 [ 5 ] {5c83c46f-4f46-43a0-a94c-c0d3bc0165eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4335 | 2025.04.15 04:02:53.481842 [ 5 ] {5c83c46f-4f46-43a0-a94c-c0d3bc0165eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4336 | 2025.04.15 04:02:53.482889 [ 5 ] {5c83c46f-4f46-43a0-a94c-c0d3bc0165eb} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4337 | 2025.04.15 04:02:53.482927 [ 5 ] {5c83c46f-4f46-43a0-a94c-c0d3bc0165eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4338 | 2025.04.15 04:02:53.483513 [ 5 ] {5c83c46f-4f46-43a0-a94c-c0d3bc0165eb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4339 | 2025.04.15 04:02:53.483765 [ 5 ] {5c83c46f-4f46-43a0-a94c-c0d3bc0165eb} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4340 | 2025.04.15 04:02:53.483993 [ 5 ] {5c83c46f-4f46-43a0-a94c-c0d3bc0165eb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00225 sec., 3555.5555555555557 rows/sec., 6.37 MiB/sec. | ||
| 4341 | 2025.04.15 04:02:53.484446 [ 5 ] {5c83c46f-4f46-43a0-a94c-c0d3bc0165eb} <Debug> TCPHandler: Processed in 0.002844641 sec. | ||
| 4342 | 2025.04.15 04:02:53.484579 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4343 | 2025.04.15 04:02:53.484684 [ 5 ] {6f086cf8-befd-40d0-a8e5-56c4e286943e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4344 | 2025.04.15 04:02:53.484730 [ 5 ] {6f086cf8-befd-40d0-a8e5-56c4e286943e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4345 | 2025.04.15 04:02:53.485173 [ 5 ] {6f086cf8-befd-40d0-a8e5-56c4e286943e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4346 | 2025.04.15 04:02:53.485211 [ 5 ] {6f086cf8-befd-40d0-a8e5-56c4e286943e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4347 | 2025.04.15 04:02:53.485557 [ 5 ] {6f086cf8-befd-40d0-a8e5-56c4e286943e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4348 | 2025.04.15 04:02:53.485791 [ 5 ] {6f086cf8-befd-40d0-a8e5-56c4e286943e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4349 | 2025.04.15 04:02:53.485954 [ 5 ] {6f086cf8-befd-40d0-a8e5-56c4e286943e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001292 sec., 26315.78947368421 rows/sec., 1.53 MiB/sec. | ||
| 4350 | 2025.04.15 04:02:53.486002 [ 5 ] {6f086cf8-befd-40d0-a8e5-56c4e286943e} <Debug> TCPHandler: Processed in 0.001473282 sec. | ||
| 4351 | 2025.04.15 04:02:55.378089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 634 | ||
| 4352 | 2025.04.15 04:02:55.381598 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4353 | 2025.04.15 04:02:55.381658 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4354 | 2025.04.15 04:02:55.383158 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4355 | 2025.04.15 04:02:55.383506 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4356 | 2025.04.15 04:02:55.384195 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 634 | ||
| 4357 | 2025.04.15 04:02:57.850752 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4358 | 2025.04.15 04:02:57.851452 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4359 | 2025.04.15 04:02:57.851500 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4360 | 2025.04.15 04:02:57.852022 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4361 | 2025.04.15 04:02:57.852308 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4362 | 2025.04.15 04:02:57.852546 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4363 | 2025.04.15 04:02:57.960035 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4364 | 2025.04.15 04:02:57.960213 [ 5 ] {9e6ef4f8-a932-4948-a346-7c29790e3500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4365 | 2025.04.15 04:02:57.960285 [ 5 ] {9e6ef4f8-a932-4948-a346-7c29790e3500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4366 | 2025.04.15 04:02:57.961036 [ 5 ] {9e6ef4f8-a932-4948-a346-7c29790e3500} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4367 | 2025.04.15 04:02:57.961080 [ 5 ] {9e6ef4f8-a932-4948-a346-7c29790e3500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4368 | 2025.04.15 04:02:57.961538 [ 5 ] {9e6ef4f8-a932-4948-a346-7c29790e3500} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4369 | 2025.04.15 04:02:57.961796 [ 5 ] {9e6ef4f8-a932-4948-a346-7c29790e3500} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4370 | 2025.04.15 04:02:57.962019 [ 5 ] {9e6ef4f8-a932-4948-a346-7c29790e3500} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001858 sec., 30139.93541442411 rows/sec., 2.32 MiB/sec. | ||
| 4371 | 2025.04.15 04:02:57.962083 [ 5 ] {9e6ef4f8-a932-4948-a346-7c29790e3500} <Debug> TCPHandler: Processed in 0.002172787 sec. | ||
| 4372 | 2025.04.15 04:02:57.962209 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4373 | 2025.04.15 04:02:57.962322 [ 5 ] {e07780b9-cd44-4dcf-8fe0-839c1ca8990f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4374 | 2025.04.15 04:02:57.962370 [ 5 ] {e07780b9-cd44-4dcf-8fe0-839c1ca8990f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4375 | 2025.04.15 04:02:57.962911 [ 5 ] {e07780b9-cd44-4dcf-8fe0-839c1ca8990f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4376 | 2025.04.15 04:02:57.962951 [ 5 ] {e07780b9-cd44-4dcf-8fe0-839c1ca8990f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4377 | 2025.04.15 04:02:57.963314 [ 5 ] {e07780b9-cd44-4dcf-8fe0-839c1ca8990f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4378 | 2025.04.15 04:02:57.963553 [ 5 ] {e07780b9-cd44-4dcf-8fe0-839c1ca8990f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4379 | 2025.04.15 04:02:57.963747 [ 5 ] {e07780b9-cd44-4dcf-8fe0-839c1ca8990f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001452 sec., 44077.134986225894 rows/sec., 3.44 MiB/sec. | ||
| 4380 | 2025.04.15 04:02:57.963799 [ 5 ] {e07780b9-cd44-4dcf-8fe0-839c1ca8990f} <Debug> TCPHandler: Processed in 0.001641886 sec. | ||
| 4381 | 2025.04.15 04:02:57.963915 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4382 | 2025.04.15 04:02:57.964021 [ 5 ] {bf4f60c7-a2ec-44b7-bf0d-b6a1efb55a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4383 | 2025.04.15 04:02:57.964070 [ 5 ] {bf4f60c7-a2ec-44b7-bf0d-b6a1efb55a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4384 | 2025.04.15 04:02:57.964560 [ 5 ] {bf4f60c7-a2ec-44b7-bf0d-b6a1efb55a2a} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4385 | 2025.04.15 04:02:57.964599 [ 5 ] {bf4f60c7-a2ec-44b7-bf0d-b6a1efb55a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4386 | 2025.04.15 04:02:57.964993 [ 5 ] {bf4f60c7-a2ec-44b7-bf0d-b6a1efb55a2a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4387 | 2025.04.15 04:02:57.965230 [ 5 ] {bf4f60c7-a2ec-44b7-bf0d-b6a1efb55a2a} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4388 | 2025.04.15 04:02:57.965419 [ 5 ] {bf4f60c7-a2ec-44b7-bf0d-b6a1efb55a2a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001421 sec., 90077.41027445461 rows/sec., 6.27 MiB/sec. | ||
| 4389 | 2025.04.15 04:02:57.965470 [ 5 ] {bf4f60c7-a2ec-44b7-bf0d-b6a1efb55a2a} <Debug> TCPHandler: Processed in 0.001605914 sec. | ||
| 4390 | 2025.04.15 04:02:57.965585 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4391 | 2025.04.15 04:02:57.965690 [ 5 ] {f01b4770-c2dc-4fd2-a16a-58f3cb71513d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4392 | 2025.04.15 04:02:57.965738 [ 5 ] {f01b4770-c2dc-4fd2-a16a-58f3cb71513d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4393 | 2025.04.15 04:02:57.966141 [ 5 ] {f01b4770-c2dc-4fd2-a16a-58f3cb71513d} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4394 | 2025.04.15 04:02:57.966180 [ 5 ] {f01b4770-c2dc-4fd2-a16a-58f3cb71513d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4395 | 2025.04.15 04:02:57.966636 [ 5 ] {f01b4770-c2dc-4fd2-a16a-58f3cb71513d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4396 | 2025.04.15 04:02:57.966925 [ 5 ] {f01b4770-c2dc-4fd2-a16a-58f3cb71513d} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4397 | 2025.04.15 04:02:57.967162 [ 5 ] {f01b4770-c2dc-4fd2-a16a-58f3cb71513d} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001495 sec., 32107.023411371236 rows/sec., 2.16 MiB/sec. | ||
| 4398 | 2025.04.15 04:02:57.967277 [ 5 ] {f01b4770-c2dc-4fd2-a16a-58f3cb71513d} <Debug> TCPHandler: Processed in 0.001738446 sec. | ||
| 4399 | 2025.04.15 04:02:58.449461 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4400 | 2025.04.15 04:02:58.471043 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4401 | 2025.04.15 04:02:58.471104 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4402 | 2025.04.15 04:02:58.478705 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4403 | 2025.04.15 04:02:58.479491 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4404 | 2025.04.15 04:02:58.482308 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4405 | 2025.04.15 04:03:02.963861 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4406 | 2025.04.15 04:03:02.964098 [ 5 ] {208e2846-4230-415c-bee7-34ce1bb22f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4407 | 2025.04.15 04:03:02.964181 [ 5 ] {208e2846-4230-415c-bee7-34ce1bb22f82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4408 | 2025.04.15 04:03:02.965011 [ 5 ] {208e2846-4230-415c-bee7-34ce1bb22f82} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4409 | 2025.04.15 04:03:02.965057 [ 5 ] {208e2846-4230-415c-bee7-34ce1bb22f82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4410 | 2025.04.15 04:03:02.965500 [ 5 ] {208e2846-4230-415c-bee7-34ce1bb22f82} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4411 | 2025.04.15 04:03:02.965750 [ 5 ] {208e2846-4230-415c-bee7-34ce1bb22f82} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4412 | 2025.04.15 04:03:02.965963 [ 5 ] {208e2846-4230-415c-bee7-34ce1bb22f82} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001927 sec., 62272.96315516347 rows/sec., 5.29 MiB/sec. | ||
| 4413 | 2025.04.15 04:03:02.966018 [ 5 ] {208e2846-4230-415c-bee7-34ce1bb22f82} <Debug> TCPHandler: Processed in 0.002291018 sec. | ||
| 4414 | 2025.04.15 04:03:02.966146 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4415 | 2025.04.15 04:03:02.966250 [ 5 ] {0c6ceb01-a0fd-4661-9b13-5402343e7a24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4416 | 2025.04.15 04:03:02.966295 [ 5 ] {0c6ceb01-a0fd-4661-9b13-5402343e7a24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4417 | 2025.04.15 04:03:02.966803 [ 5 ] {0c6ceb01-a0fd-4661-9b13-5402343e7a24} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4418 | 2025.04.15 04:03:02.966841 [ 5 ] {0c6ceb01-a0fd-4661-9b13-5402343e7a24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4419 | 2025.04.15 04:03:02.967168 [ 5 ] {0c6ceb01-a0fd-4661-9b13-5402343e7a24} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4420 | 2025.04.15 04:03:02.967397 [ 5 ] {0c6ceb01-a0fd-4661-9b13-5402343e7a24} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4421 | 2025.04.15 04:03:02.967602 [ 5 ] {0c6ceb01-a0fd-4661-9b13-5402343e7a24} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.00137 sec., 23357.664233576645 rows/sec., 1.72 MiB/sec. | ||
| 4422 | 2025.04.15 04:03:02.967676 [ 5 ] {0c6ceb01-a0fd-4661-9b13-5402343e7a24} <Debug> TCPHandler: Processed in 0.001579304 sec. | ||
| 4423 | 2025.04.15 04:03:02.967809 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4424 | 2025.04.15 04:03:02.967906 [ 5 ] {835df6a8-6753-417d-a292-26631d904e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4425 | 2025.04.15 04:03:02.967949 [ 5 ] {835df6a8-6753-417d-a292-26631d904e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4426 | 2025.04.15 04:03:02.968476 [ 5 ] {835df6a8-6753-417d-a292-26631d904e21} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4427 | 2025.04.15 04:03:02.968514 [ 5 ] {835df6a8-6753-417d-a292-26631d904e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4428 | 2025.04.15 04:03:02.968842 [ 5 ] {835df6a8-6753-417d-a292-26631d904e21} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4429 | 2025.04.15 04:03:02.969075 [ 5 ] {835df6a8-6753-417d-a292-26631d904e21} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4430 | 2025.04.15 04:03:02.969294 [ 5 ] {835df6a8-6753-417d-a292-26631d904e21} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001402 sec., 68473.60912981455 rows/sec., 5.35 MiB/sec. | ||
| 4431 | 2025.04.15 04:03:02.969364 [ 5 ] {835df6a8-6753-417d-a292-26631d904e21} <Debug> TCPHandler: Processed in 0.001605465 sec. | ||
| 4432 | 2025.04.15 04:03:02.969590 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4433 | 2025.04.15 04:03:02.969697 [ 5 ] {7f104552-827d-454f-a385-ef47cd5774bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4434 | 2025.04.15 04:03:02.969746 [ 5 ] {7f104552-827d-454f-a385-ef47cd5774bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4435 | 2025.04.15 04:03:02.970255 [ 5 ] {7f104552-827d-454f-a385-ef47cd5774bc} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4436 | 2025.04.15 04:03:02.970293 [ 5 ] {7f104552-827d-454f-a385-ef47cd5774bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4437 | 2025.04.15 04:03:02.970659 [ 5 ] {7f104552-827d-454f-a385-ef47cd5774bc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4438 | 2025.04.15 04:03:02.970887 [ 5 ] {7f104552-827d-454f-a385-ef47cd5774bc} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4439 | 2025.04.15 04:03:02.971110 [ 5 ] {7f104552-827d-454f-a385-ef47cd5774bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001431 sec., 111809.92313067785 rows/sec., 7.79 MiB/sec. | ||
| 4440 | 2025.04.15 04:03:02.971199 [ 5 ] {7f104552-827d-454f-a385-ef47cd5774bc} <Debug> TCPHandler: Processed in 0.001694126 sec. | ||
| 4441 | 2025.04.15 04:03:02.971341 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4442 | 2025.04.15 04:03:02.971438 [ 5 ] {d0f2a75d-8af3-4d1c-97e0-42836dcf3df4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4443 | 2025.04.15 04:03:02.971501 [ 5 ] {d0f2a75d-8af3-4d1c-97e0-42836dcf3df4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4444 | 2025.04.15 04:03:02.972581 [ 5 ] {d0f2a75d-8af3-4d1c-97e0-42836dcf3df4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4445 | 2025.04.15 04:03:02.972618 [ 5 ] {d0f2a75d-8af3-4d1c-97e0-42836dcf3df4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4446 | 2025.04.15 04:03:02.973231 [ 5 ] {d0f2a75d-8af3-4d1c-97e0-42836dcf3df4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4447 | 2025.04.15 04:03:02.973478 [ 5 ] {d0f2a75d-8af3-4d1c-97e0-42836dcf3df4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4448 | 2025.04.15 04:03:02.973758 [ 5 ] {d0f2a75d-8af3-4d1c-97e0-42836dcf3df4} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002339 sec., 13681.06028217187 rows/sec., 24.52 MiB/sec. | ||
| 4449 | 2025.04.15 04:03:02.974203 [ 5 ] {d0f2a75d-8af3-4d1c-97e0-42836dcf3df4} <Debug> TCPHandler: Processed in 0.002911142 sec. | ||
| 4450 | 2025.04.15 04:03:02.974310 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4451 | 2025.04.15 04:03:02.974409 [ 5 ] {429e6c4f-ddc1-4890-bd0b-b4454a72adb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4452 | 2025.04.15 04:03:02.974454 [ 5 ] {429e6c4f-ddc1-4890-bd0b-b4454a72adb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4453 | 2025.04.15 04:03:02.974879 [ 5 ] {429e6c4f-ddc1-4890-bd0b-b4454a72adb0} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4454 | 2025.04.15 04:03:02.974917 [ 5 ] {429e6c4f-ddc1-4890-bd0b-b4454a72adb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4455 | 2025.04.15 04:03:02.975258 [ 5 ] {429e6c4f-ddc1-4890-bd0b-b4454a72adb0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4456 | 2025.04.15 04:03:02.975491 [ 5 ] {429e6c4f-ddc1-4890-bd0b-b4454a72adb0} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4457 | 2025.04.15 04:03:02.975717 [ 5 ] {429e6c4f-ddc1-4890-bd0b-b4454a72adb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001324 sec., 45317.220543806645 rows/sec., 3.05 MiB/sec. | ||
| 4458 | 2025.04.15 04:03:02.975779 [ 5 ] {429e6c4f-ddc1-4890-bd0b-b4454a72adb0} <Debug> TCPHandler: Processed in 0.001515693 sec. | ||
| 4459 | 2025.04.15 04:03:05.199419 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4460 | 2025.04.15 04:03:05.199500 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4461 | 2025.04.15 04:03:05.204414 [ 73 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4462 | 2025.04.15 04:03:05.204454 [ 73 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4463 | 2025.04.15 04:03:05.204479 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4464 | 2025.04.15 04:03:05.204888 [ 199 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 4465 | 2025.04.15 04:03:05.205173 [ 199 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4466 | 2025.04.15 04:03:05.205235 [ 199 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 4467 | 2025.04.15 04:03:05.205368 [ 199 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 4468 | 2025.04.15 04:03:05.205746 [ 199 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4469 | 2025.04.15 04:03:05.206099 [ 199 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 4470 | 2025.04.15 04:03:05.206255 [ 199 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part | ||
| 4471 | 2025.04.15 04:03:05.207303 [ 197 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.002695048 sec., 10389.425346042075 rows/sec., 887.77 KiB/sec. | ||
| 4472 | 2025.04.15 04:03:05.207436 [ 199 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4473 | 2025.04.15 04:03:05.207704 [ 199 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_5_1} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4474 | 2025.04.15 04:03:05.207779 [ 199 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_5_1} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4475 | 2025.04.15 04:03:05.207850 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4476 | 2025.04.15 04:03:05.353599 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4477 | 2025.04.15 04:03:05.354251 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4478 | 2025.04.15 04:03:05.354294 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4479 | 2025.04.15 04:03:05.354870 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4480 | 2025.04.15 04:03:05.355122 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4481 | 2025.04.15 04:03:05.355398 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4482 | 2025.04.15 04:03:05.385418 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 654 | ||
| 4483 | 2025.04.15 04:03:05.388182 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4484 | 2025.04.15 04:03:05.388234 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4485 | 2025.04.15 04:03:05.389683 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4486 | 2025.04.15 04:03:05.390001 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4487 | 2025.04.15 04:03:05.391035 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 654 | ||
| 4488 | 2025.04.15 04:03:05.983333 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4489 | 2025.04.15 04:03:06.003945 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4490 | 2025.04.15 04:03:06.003988 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4491 | 2025.04.15 04:03:06.011386 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4492 | 2025.04.15 04:03:06.012121 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4493 | 2025.04.15 04:03:06.015237 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4494 | 2025.04.15 04:03:07.967388 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4495 | 2025.04.15 04:03:07.967591 [ 5 ] {ca58c797-0a2d-490b-8af8-9ba724ad65bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4496 | 2025.04.15 04:03:07.967665 [ 5 ] {ca58c797-0a2d-490b-8af8-9ba724ad65bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4497 | 2025.04.15 04:03:07.968496 [ 5 ] {ca58c797-0a2d-490b-8af8-9ba724ad65bd} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4498 | 2025.04.15 04:03:07.968545 [ 5 ] {ca58c797-0a2d-490b-8af8-9ba724ad65bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4499 | 2025.04.15 04:03:07.969018 [ 5 ] {ca58c797-0a2d-490b-8af8-9ba724ad65bd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4500 | 2025.04.15 04:03:07.969270 [ 5 ] {ca58c797-0a2d-490b-8af8-9ba724ad65bd} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4501 | 2025.04.15 04:03:07.969457 [ 70 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4502 | 2025.04.15 04:03:07.969527 [ 5 ] {ca58c797-0a2d-490b-8af8-9ba724ad65bd} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001986 sec., 106747.2306143001 rows/sec., 6.79 MiB/sec. | ||
| 4503 | 2025.04.15 04:03:07.969553 [ 70 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4504 | 2025.04.15 04:03:07.969625 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4505 | 2025.04.15 04:03:07.969648 [ 5 ] {ca58c797-0a2d-490b-8af8-9ba724ad65bd} <Debug> TCPHandler: Processed in 0.002388542 sec. | ||
| 4506 | 2025.04.15 04:03:07.969965 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 4507 | 2025.04.15 04:03:07.969984 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4508 | 2025.04.15 04:03:07.970294 [ 5 ] {b4ee0cb9-e54a-4ce2-882c-38c8e1baa223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4509 | 2025.04.15 04:03:07.970310 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4510 | 2025.04.15 04:03:07.970392 [ 5 ] {b4ee0cb9-e54a-4ce2-882c-38c8e1baa223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4511 | 2025.04.15 04:03:07.970408 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 4512 | 2025.04.15 04:03:07.970784 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 4513 | 2025.04.15 04:03:07.971178 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 4514 | 2025.04.15 04:03:07.971607 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 4515 | 2025.04.15 04:03:07.971944 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 4516 | 2025.04.15 04:03:07.973519 [ 5 ] {b4ee0cb9-e54a-4ce2-882c-38c8e1baa223} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4517 | 2025.04.15 04:03:07.973591 [ 5 ] {b4ee0cb9-e54a-4ce2-882c-38c8e1baa223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4518 | 2025.04.15 04:03:07.974543 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004788462 sec., 221365.44051096155 rows/sec., 14.92 MiB/sec. | ||
| 4519 | 2025.04.15 04:03:07.974580 [ 5 ] {b4ee0cb9-e54a-4ce2-882c-38c8e1baa223} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4520 | 2025.04.15 04:03:07.974779 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4521 | 2025.04.15 04:03:07.975043 [ 5 ] {b4ee0cb9-e54a-4ce2-882c-38c8e1baa223} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4522 | 2025.04.15 04:03:07.975380 [ 70 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4523 | 2025.04.15 04:03:07.975417 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_13_3} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4524 | 2025.04.15 04:03:07.975511 [ 70 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4525 | 2025.04.15 04:03:07.975597 [ 5 ] {b4ee0cb9-e54a-4ce2-882c-38c8e1baa223} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.005377 sec., 117723.63771619863 rows/sec., 9.26 MiB/sec. | ||
| 4526 | 2025.04.15 04:03:07.975629 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4527 | 2025.04.15 04:03:07.975722 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_13_3} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4528 | 2025.04.15 04:03:07.975888 [ 5 ] {b4ee0cb9-e54a-4ce2-882c-38c8e1baa223} <Debug> TCPHandler: Processed in 0.006018389 sec. | ||
| 4529 | 2025.04.15 04:03:07.976121 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4530 | 2025.04.15 04:03:07.976172 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4531 | 2025.04.15 04:03:07.976201 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 4532 | 2025.04.15 04:03:07.976377 [ 5 ] {1d3d457e-de45-4d22-b71f-07b0962d3ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4533 | 2025.04.15 04:03:07.976491 [ 5 ] {1d3d457e-de45-4d22-b71f-07b0962d3ca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4534 | 2025.04.15 04:03:07.976493 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4535 | 2025.04.15 04:03:07.976600 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1845 rows starting from the beginning of the part | ||
| 4536 | 2025.04.15 04:03:07.976922 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 120 rows starting from the beginning of the part | ||
| 4537 | 2025.04.15 04:03:07.977336 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1778 rows starting from the beginning of the part | ||
| 4538 | 2025.04.15 04:03:07.977748 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 4539 | 2025.04.15 04:03:07.978083 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 120 rows starting from the beginning of the part | ||
| 4540 | 2025.04.15 04:03:07.978413 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 633 rows starting from the beginning of the part | ||
| 4541 | 2025.04.15 04:03:07.979322 [ 5 ] {1d3d457e-de45-4d22-b71f-07b0962d3ca5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4542 | 2025.04.15 04:03:07.979386 [ 5 ] {1d3d457e-de45-4d22-b71f-07b0962d3ca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4543 | 2025.04.15 04:03:07.980293 [ 5 ] {1d3d457e-de45-4d22-b71f-07b0962d3ca5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4544 | 2025.04.15 04:03:07.980856 [ 5 ] {1d3d457e-de45-4d22-b71f-07b0962d3ca5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4545 | 2025.04.15 04:03:07.981221 [ 5 ] {1d3d457e-de45-4d22-b71f-07b0962d3ca5} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.004903 sec., 23251.070772996125 rows/sec., 1.39 MiB/sec. | ||
| 4546 | 2025.04.15 04:03:07.981397 [ 5 ] {1d3d457e-de45-4d22-b71f-07b0962d3ca5} <Debug> TCPHandler: Processed in 0.005300643 sec. | ||
| 4547 | 2025.04.15 04:03:07.981549 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4548 | 2025.04.15 04:03:07.981666 [ 5 ] {df5fe8e6-fff5-4119-8fd7-ea037d1a1b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4549 | 2025.04.15 04:03:07.981711 [ 5 ] {df5fe8e6-fff5-4119-8fd7-ea037d1a1b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4550 | 2025.04.15 04:03:07.982398 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4552 rows, containing 5 columns (5 merged, 0 gathered) in 0.0065817 sec., 691614.6284394609 rows/sec., 58.77 MiB/sec. | ||
| 4551 | 2025.04.15 04:03:07.982755 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4552 | 2025.04.15 04:03:07.983186 [ 5 ] {df5fe8e6-fff5-4119-8fd7-ea037d1a1b64} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4553 | 2025.04.15 04:03:07.983235 [ 5 ] {df5fe8e6-fff5-4119-8fd7-ea037d1a1b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4554 | 2025.04.15 04:03:07.983370 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_31_6} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4555 | 2025.04.15 04:03:07.983499 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_31_6} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4556 | 2025.04.15 04:03:07.983669 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 4557 | 2025.04.15 04:03:07.983878 [ 5 ] {df5fe8e6-fff5-4119-8fd7-ea037d1a1b64} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4558 | 2025.04.15 04:03:07.984118 [ 5 ] {df5fe8e6-fff5-4119-8fd7-ea037d1a1b64} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4559 | 2025.04.15 04:03:07.984331 [ 5 ] {df5fe8e6-fff5-4119-8fd7-ea037d1a1b64} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00268 sec., 42164.17910447761 rows/sec., 2.73 MiB/sec. | ||
| 4560 | 2025.04.15 04:03:07.984454 [ 5 ] {df5fe8e6-fff5-4119-8fd7-ea037d1a1b64} <Debug> TCPHandler: Processed in 0.002961144 sec. | ||
| 4561 | 2025.04.15 04:03:07.984631 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4562 | 2025.04.15 04:03:07.984736 [ 5 ] {e0ea349e-93bd-4388-a077-365988193d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4563 | 2025.04.15 04:03:07.984782 [ 5 ] {e0ea349e-93bd-4388-a077-365988193d06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4564 | 2025.04.15 04:03:07.985333 [ 5 ] {e0ea349e-93bd-4388-a077-365988193d06} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4565 | 2025.04.15 04:03:07.985374 [ 5 ] {e0ea349e-93bd-4388-a077-365988193d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4566 | 2025.04.15 04:03:07.985730 [ 5 ] {e0ea349e-93bd-4388-a077-365988193d06} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4567 | 2025.04.15 04:03:07.985968 [ 5 ] {e0ea349e-93bd-4388-a077-365988193d06} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4568 | 2025.04.15 04:03:07.986132 [ 70 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4569 | 2025.04.15 04:03:07.986190 [ 5 ] {e0ea349e-93bd-4388-a077-365988193d06} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001471 sec., 76138.6811692726 rows/sec., 4.34 MiB/sec. | ||
| 4570 | 2025.04.15 04:03:07.986202 [ 70 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4571 | 2025.04.15 04:03:07.986276 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4572 | 2025.04.15 04:03:07.986326 [ 5 ] {e0ea349e-93bd-4388-a077-365988193d06} <Debug> TCPHandler: Processed in 0.001746188 sec. | ||
| 4573 | 2025.04.15 04:03:07.986442 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 4574 | 2025.04.15 04:03:07.986489 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4575 | 2025.04.15 04:03:07.986545 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4576 | 2025.04.15 04:03:07.986586 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 4577 | 2025.04.15 04:03:07.986609 [ 5 ] {447a83d1-0222-41aa-9fc8-3beac818aae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4578 | 2025.04.15 04:03:07.986699 [ 5 ] {447a83d1-0222-41aa-9fc8-3beac818aae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4579 | 2025.04.15 04:03:07.986763 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 4580 | 2025.04.15 04:03:07.986996 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 4581 | 2025.04.15 04:03:07.987183 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 4582 | 2025.04.15 04:03:07.987513 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 4583 | 2025.04.15 04:03:07.988605 [ 5 ] {447a83d1-0222-41aa-9fc8-3beac818aae2} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2025.04.15 04:03:07.988651 [ 5 ] {447a83d1-0222-41aa-9fc8-3beac818aae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4585 | 2025.04.15 04:03:07.989074 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.002700198 sec., 207392.19864617335 rows/sec., 12.61 MiB/sec. | ||
| 4586 | 2025.04.15 04:03:07.989200 [ 5 ] {447a83d1-0222-41aa-9fc8-3beac818aae2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4587 | 2025.04.15 04:03:07.989257 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4588 | 2025.04.15 04:03:07.989703 [ 5 ] {447a83d1-0222-41aa-9fc8-3beac818aae2} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4589 | 2025.04.15 04:03:07.989859 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_13_3} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4590 | 2025.04.15 04:03:07.990054 [ 70 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4591 | 2025.04.15 04:03:07.990174 [ 70 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4592 | 2025.04.15 04:03:07.990223 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_13_3} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4593 | 2025.04.15 04:03:07.990239 [ 5 ] {447a83d1-0222-41aa-9fc8-3beac818aae2} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.003631 sec., 107408.42743045992 rows/sec., 7.59 MiB/sec. | ||
| 4594 | 2025.04.15 04:03:07.990252 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4595 | 2025.04.15 04:03:07.990475 [ 5 ] {447a83d1-0222-41aa-9fc8-3beac818aae2} <Debug> TCPHandler: Processed in 0.004032326 sec. | ||
| 4596 | 2025.04.15 04:03:07.990675 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4597 | 2025.04.15 04:03:07.990752 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 4598 | 2025.04.15 04:03:07.990753 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4599 | 2025.04.15 04:03:07.990894 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4600 | 2025.04.15 04:03:07.990912 [ 5 ] {29452981-b51d-47d8-be1d-5555cc98863e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4601 | 2025.04.15 04:03:07.990929 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part | ||
| 4602 | 2025.04.15 04:03:07.990971 [ 5 ] {29452981-b51d-47d8-be1d-5555cc98863e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4603 | 2025.04.15 04:03:07.991102 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 96 rows starting from the beginning of the part | ||
| 4604 | 2025.04.15 04:03:07.991381 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 856 rows starting from the beginning of the part | ||
| 4605 | 2025.04.15 04:03:07.991722 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 4606 | 2025.04.15 04:03:07.991926 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 96 rows starting from the beginning of the part | ||
| 4607 | 2025.04.15 04:03:07.992074 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 390 rows starting from the beginning of the part | ||
| 4608 | 2025.04.15 04:03:07.992560 [ 5 ] {29452981-b51d-47d8-be1d-5555cc98863e} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4609 | 2025.04.15 04:03:07.992604 [ 5 ] {29452981-b51d-47d8-be1d-5555cc98863e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4610 | 2025.04.15 04:03:07.993134 [ 5 ] {29452981-b51d-47d8-be1d-5555cc98863e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4611 | 2025.04.15 04:03:07.993438 [ 5 ] {29452981-b51d-47d8-be1d-5555cc98863e} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4612 | 2025.04.15 04:03:07.993670 [ 5 ] {29452981-b51d-47d8-be1d-5555cc98863e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002797 sec., 2145.1555237754737 rows/sec., 112.08 KiB/sec. | ||
| 4613 | 2025.04.15 04:03:07.993722 [ 5 ] {29452981-b51d-47d8-be1d-5555cc98863e} <Debug> TCPHandler: Processed in 0.003052595 sec. | ||
| 4614 | 2025.04.15 04:03:07.993883 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4615 | 2025.04.15 04:03:07.993941 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.003506875 sec., 688647.2999465336 rows/sec., 52.73 MiB/sec. | ||
| 4616 | 2025.04.15 04:03:07.994029 [ 5 ] {2585607d-613a-4311-9f94-f050591fc6c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4617 | 2025.04.15 04:03:07.994085 [ 5 ] {2585607d-613a-4311-9f94-f050591fc6c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4618 | 2025.04.15 04:03:07.994246 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4619 | 2025.04.15 04:03:07.994888 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_31_6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4620 | 2025.04.15 04:03:07.995138 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_31_6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4621 | 2025.04.15 04:03:07.995164 [ 5 ] {2585607d-613a-4311-9f94-f050591fc6c7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4622 | 2025.04.15 04:03:07.995226 [ 5 ] {2585607d-613a-4311-9f94-f050591fc6c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4623 | 2025.04.15 04:03:07.995288 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4624 | 2025.04.15 04:03:07.995688 [ 5 ] {2585607d-613a-4311-9f94-f050591fc6c7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4625 | 2025.04.15 04:03:07.995935 [ 5 ] {2585607d-613a-4311-9f94-f050591fc6c7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4626 | 2025.04.15 04:03:07.996067 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4627 | 2025.04.15 04:03:07.996103 [ 5 ] {2585607d-613a-4311-9f94-f050591fc6c7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002122 sec., 111687.08765315739 rows/sec., 7.49 MiB/sec. | ||
| 4628 | 2025.04.15 04:03:07.996112 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4629 | 2025.04.15 04:03:07.996152 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4630 | 2025.04.15 04:03:07.996180 [ 5 ] {2585607d-613a-4311-9f94-f050591fc6c7} <Debug> TCPHandler: Processed in 0.002375011 sec. | ||
| 4631 | 2025.04.15 04:03:07.996292 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 4632 | 2025.04.15 04:03:07.996334 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4633 | 2025.04.15 04:03:07.996430 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4634 | 2025.04.15 04:03:07.996469 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8278 rows starting from the beginning of the part | ||
| 4635 | 2025.04.15 04:03:07.996473 [ 5 ] {a32c3c44-f566-4cfb-a10b-2829ed4df62a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4636 | 2025.04.15 04:03:07.996565 [ 5 ] {a32c3c44-f566-4cfb-a10b-2829ed4df62a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4637 | 2025.04.15 04:03:07.996592 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 4638 | 2025.04.15 04:03:07.996884 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 960 rows starting from the beginning of the part | ||
| 4639 | 2025.04.15 04:03:07.997249 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part | ||
| 4640 | 2025.04.15 04:03:07.997509 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 4641 | 2025.04.15 04:03:07.997817 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 4642 | 2025.04.15 04:03:07.998475 [ 5 ] {a32c3c44-f566-4cfb-a10b-2829ed4df62a} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4643 | 2025.04.15 04:03:07.998519 [ 5 ] {a32c3c44-f566-4cfb-a10b-2829ed4df62a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4644 | 2025.04.15 04:03:07.998910 [ 5 ] {a32c3c44-f566-4cfb-a10b-2829ed4df62a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4645 | 2025.04.15 04:03:07.999184 [ 5 ] {a32c3c44-f566-4cfb-a10b-2829ed4df62a} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4646 | 2025.04.15 04:03:07.999529 [ 5 ] {a32c3c44-f566-4cfb-a10b-2829ed4df62a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003071 sec., 325.62683165092807 rows/sec., 21.94 KiB/sec. | ||
| 4647 | 2025.04.15 04:03:07.999692 [ 5 ] {a32c3c44-f566-4cfb-a10b-2829ed4df62a} <Debug> TCPHandler: Processed in 0.003411263 sec. | ||
| 4648 | 2025.04.15 04:03:07.999846 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4649 | 2025.04.15 04:03:07.999991 [ 5 ] {0ac61c6a-0903-46ad-ba7d-c628e37c15ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4650 | 2025.04.15 04:03:08.000093 [ 5 ] {0ac61c6a-0903-46ad-ba7d-c628e37c15ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4651 | 2025.04.15 04:03:08.001217 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.97 MiB, peak 186.75 MiB, free memory in arenas 0.00 B, will set to 182.55 MiB (RSS), difference: -3.42 MiB | ||
| 4652 | 2025.04.15 04:03:08.002153 [ 5 ] {0ac61c6a-0903-46ad-ba7d-c628e37c15ba} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4653 | 2025.04.15 04:03:08.002198 [ 5 ] {0ac61c6a-0903-46ad-ba7d-c628e37c15ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4654 | 2025.04.15 04:03:08.002586 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9923 rows, containing 5 columns (5 merged, 0 gathered) in 0.006371236 sec., 1557468.597929821 rows/sec., 104.99 MiB/sec. | ||
| 4655 | 2025.04.15 04:03:08.002860 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4656 | 2025.04.15 04:03:08.003178 [ 5 ] {0ac61c6a-0903-46ad-ba7d-c628e37c15ba} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4657 | 2025.04.15 04:03:08.003282 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4658 | 2025.04.15 04:03:08.003383 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4659 | 2025.04.15 04:03:08.003463 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 4660 | 2025.04.15 04:03:08.003527 [ 5 ] {0ac61c6a-0903-46ad-ba7d-c628e37c15ba} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4661 | 2025.04.15 04:03:08.003713 [ 5 ] {0ac61c6a-0903-46ad-ba7d-c628e37c15ba} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00376 sec., 2127.6595744680853 rows/sec., 3.81 MiB/sec. | ||
| 4662 | 2025.04.15 04:03:08.003808 [ 5 ] {0ac61c6a-0903-46ad-ba7d-c628e37c15ba} <Debug> TCPHandler: Processed in 0.004023116 sec. | ||
| 4663 | 2025.04.15 04:03:08.003938 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4664 | 2025.04.15 04:03:08.004043 [ 5 ] {655a695c-45a0-4baa-8726-180d3cf8c010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4665 | 2025.04.15 04:03:08.004090 [ 5 ] {655a695c-45a0-4baa-8726-180d3cf8c010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4666 | 2025.04.15 04:03:08.004518 [ 5 ] {655a695c-45a0-4baa-8726-180d3cf8c010} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4667 | 2025.04.15 04:03:08.004554 [ 5 ] {655a695c-45a0-4baa-8726-180d3cf8c010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4668 | 2025.04.15 04:03:08.004916 [ 5 ] {655a695c-45a0-4baa-8726-180d3cf8c010} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4669 | 2025.04.15 04:03:08.005152 [ 5 ] {655a695c-45a0-4baa-8726-180d3cf8c010} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4670 | 2025.04.15 04:03:08.005278 [ 69 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4671 | 2025.04.15 04:03:08.005319 [ 69 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4672 | 2025.04.15 04:03:08.005321 [ 5 ] {655a695c-45a0-4baa-8726-180d3cf8c010} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001298 sec., 63174.11402157165 rows/sec., 4.01 MiB/sec. | ||
| 4673 | 2025.04.15 04:03:08.005344 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4674 | 2025.04.15 04:03:08.005424 [ 5 ] {655a695c-45a0-4baa-8726-180d3cf8c010} <Debug> TCPHandler: Processed in 0.001533203 sec. | ||
| 4675 | 2025.04.15 04:03:08.005666 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 4676 | 2025.04.15 04:03:08.005798 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4677 | 2025.04.15 04:03:08.005832 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1490 rows starting from the beginning of the part | ||
| 4678 | 2025.04.15 04:03:08.005921 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 4679 | 2025.04.15 04:03:08.006002 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 4680 | 2025.04.15 04:03:08.006225 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
| 4681 | 2025.04.15 04:03:08.006421 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 4682 | 2025.04.15 04:03:08.006554 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 4683 | 2025.04.15 04:03:08.007867 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1774 rows, containing 4 columns (4 merged, 0 gathered) in 0.002429642 sec., 730148.7214988875 rows/sec., 47.44 MiB/sec. | ||
| 4684 | 2025.04.15 04:03:08.008128 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4685 | 2025.04.15 04:03:08.008463 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_31_6} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4686 | 2025.04.15 04:03:08.008554 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_31_6} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4687 | 2025.04.15 04:03:08.008647 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4688 | 2025.04.15 04:03:09.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.50 MiB, peak 186.75 MiB, free memory in arenas 0.00 B, will set to 182.86 MiB (RSS), difference: 3.36 MiB | ||
| 4689 | 2025.04.15 04:03:12.856464 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4690 | 2025.04.15 04:03:12.857080 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4691 | 2025.04.15 04:03:12.857131 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4692 | 2025.04.15 04:03:12.857645 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4693 | 2025.04.15 04:03:12.857902 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4694 | 2025.04.15 04:03:12.858074 [ 64 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4695 | 2025.04.15 04:03:12.858111 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4696 | 2025.04.15 04:03:12.858130 [ 64 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4697 | 2025.04.15 04:03:12.858157 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4698 | 2025.04.15 04:03:12.858270 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 4699 | 2025.04.15 04:03:12.858388 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4700 | 2025.04.15 04:03:12.858428 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 4701 | 2025.04.15 04:03:12.858503 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 4702 | 2025.04.15 04:03:12.858693 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 4703 | 2025.04.15 04:03:12.858942 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 4704 | 2025.04.15 04:03:12.859128 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 4705 | 2025.04.15 04:03:12.859350 [ 196 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 4706 | 2025.04.15 04:03:12.861320 [ 195 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003099166 sec., 3109868.9131204975 rows/sec., 44.49 MiB/sec. | ||
| 4707 | 2025.04.15 04:03:12.861696 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4708 | 2025.04.15 04:03:12.862064 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_21_4} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4709 | 2025.04.15 04:03:12.862157 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_21_4} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4710 | 2025.04.15 04:03:12.862274 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 4711 | 2025.04.15 04:03:12.963356 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4712 | 2025.04.15 04:03:12.963536 [ 5 ] {6bcf7179-8d10-4ae1-937b-eaabdc270382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4713 | 2025.04.15 04:03:12.963607 [ 5 ] {6bcf7179-8d10-4ae1-937b-eaabdc270382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4714 | 2025.04.15 04:03:12.964406 [ 5 ] {6bcf7179-8d10-4ae1-937b-eaabdc270382} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4715 | 2025.04.15 04:03:12.964451 [ 5 ] {6bcf7179-8d10-4ae1-937b-eaabdc270382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4716 | 2025.04.15 04:03:12.964866 [ 5 ] {6bcf7179-8d10-4ae1-937b-eaabdc270382} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4717 | 2025.04.15 04:03:12.965121 [ 5 ] {6bcf7179-8d10-4ae1-937b-eaabdc270382} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4718 | 2025.04.15 04:03:12.965336 [ 5 ] {6bcf7179-8d10-4ae1-937b-eaabdc270382} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001849 sec., 1081.6657652785289 rows/sec., 88.20 KiB/sec. | ||
| 4719 | 2025.04.15 04:03:12.965399 [ 5 ] {6bcf7179-8d10-4ae1-937b-eaabdc270382} <Debug> TCPHandler: Processed in 0.002161696 sec. | ||
| 4720 | 2025.04.15 04:03:12.965534 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4721 | 2025.04.15 04:03:12.965644 [ 5 ] {3465ffd7-35c0-4a79-bd88-6072985558d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4722 | 2025.04.15 04:03:12.965692 [ 5 ] {3465ffd7-35c0-4a79-bd88-6072985558d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4723 | 2025.04.15 04:03:12.966296 [ 5 ] {3465ffd7-35c0-4a79-bd88-6072985558d8} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4724 | 2025.04.15 04:03:12.966336 [ 5 ] {3465ffd7-35c0-4a79-bd88-6072985558d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4725 | 2025.04.15 04:03:12.966697 [ 5 ] {3465ffd7-35c0-4a79-bd88-6072985558d8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4726 | 2025.04.15 04:03:12.966943 [ 5 ] {3465ffd7-35c0-4a79-bd88-6072985558d8} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4727 | 2025.04.15 04:03:12.967129 [ 5 ] {3465ffd7-35c0-4a79-bd88-6072985558d8} <Debug> executeQuery: Read 121 rows, 10.51 KiB in 0.001511 sec., 80079.41760423561 rows/sec., 6.80 MiB/sec. | ||
| 4728 | 2025.04.15 04:03:12.967180 [ 5 ] {3465ffd7-35c0-4a79-bd88-6072985558d8} <Debug> TCPHandler: Processed in 0.001697516 sec. | ||
| 4729 | 2025.04.15 04:03:12.967306 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4730 | 2025.04.15 04:03:12.967410 [ 5 ] {31b400ac-c6f3-441d-9cea-8980353dc808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4731 | 2025.04.15 04:03:12.967455 [ 5 ] {31b400ac-c6f3-441d-9cea-8980353dc808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4732 | 2025.04.15 04:03:12.967996 [ 5 ] {31b400ac-c6f3-441d-9cea-8980353dc808} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4733 | 2025.04.15 04:03:12.968034 [ 5 ] {31b400ac-c6f3-441d-9cea-8980353dc808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4734 | 2025.04.15 04:03:12.968368 [ 5 ] {31b400ac-c6f3-441d-9cea-8980353dc808} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4735 | 2025.04.15 04:03:12.968598 [ 5 ] {31b400ac-c6f3-441d-9cea-8980353dc808} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4736 | 2025.04.15 04:03:12.968796 [ 5 ] {31b400ac-c6f3-441d-9cea-8980353dc808} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.001408 sec., 24147.727272727272 rows/sec., 1.77 MiB/sec. | ||
| 4737 | 2025.04.15 04:03:12.968846 [ 5 ] {31b400ac-c6f3-441d-9cea-8980353dc808} <Debug> TCPHandler: Processed in 0.001588894 sec. | ||
| 4738 | 2025.04.15 04:03:12.968954 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4739 | 2025.04.15 04:03:12.969055 [ 5 ] {9576036b-5d9d-4cb8-ae6f-b9d32505cf36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4740 | 2025.04.15 04:03:12.969102 [ 5 ] {9576036b-5d9d-4cb8-ae6f-b9d32505cf36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4741 | 2025.04.15 04:03:12.969631 [ 5 ] {9576036b-5d9d-4cb8-ae6f-b9d32505cf36} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4742 | 2025.04.15 04:03:12.969668 [ 5 ] {9576036b-5d9d-4cb8-ae6f-b9d32505cf36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4743 | 2025.04.15 04:03:12.970016 [ 5 ] {9576036b-5d9d-4cb8-ae6f-b9d32505cf36} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4744 | 2025.04.15 04:03:12.970239 [ 5 ] {9576036b-5d9d-4cb8-ae6f-b9d32505cf36} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4745 | 2025.04.15 04:03:12.970422 [ 5 ] {9576036b-5d9d-4cb8-ae6f-b9d32505cf36} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001388 sec., 70605.18731988473 rows/sec., 5.52 MiB/sec. | ||
| 4746 | 2025.04.15 04:03:12.970470 [ 5 ] {9576036b-5d9d-4cb8-ae6f-b9d32505cf36} <Debug> TCPHandler: Processed in 0.001566693 sec. | ||
| 4747 | 2025.04.15 04:03:12.970576 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4748 | 2025.04.15 04:03:12.970678 [ 5 ] {e7062afb-4681-4b91-b5f8-1c8f196e5981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4749 | 2025.04.15 04:03:12.970725 [ 5 ] {e7062afb-4681-4b91-b5f8-1c8f196e5981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4750 | 2025.04.15 04:03:12.971234 [ 5 ] {e7062afb-4681-4b91-b5f8-1c8f196e5981} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4751 | 2025.04.15 04:03:12.971271 [ 5 ] {e7062afb-4681-4b91-b5f8-1c8f196e5981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4752 | 2025.04.15 04:03:12.971634 [ 5 ] {e7062afb-4681-4b91-b5f8-1c8f196e5981} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4753 | 2025.04.15 04:03:12.971868 [ 5 ] {e7062afb-4681-4b91-b5f8-1c8f196e5981} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4754 | 2025.04.15 04:03:12.972069 [ 5 ] {e7062afb-4681-4b91-b5f8-1c8f196e5981} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001404 sec., 114672.36467236467 rows/sec., 7.99 MiB/sec. | ||
| 4755 | 2025.04.15 04:03:12.972174 [ 5 ] {e7062afb-4681-4b91-b5f8-1c8f196e5981} <Debug> TCPHandler: Processed in 0.001644615 sec. | ||
| 4756 | 2025.04.15 04:03:12.972354 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4757 | 2025.04.15 04:03:12.972489 [ 5 ] {83c0cb42-3e50-4f6f-92c4-91491ecaf8b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4758 | 2025.04.15 04:03:12.972557 [ 5 ] {83c0cb42-3e50-4f6f-92c4-91491ecaf8b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4759 | 2025.04.15 04:03:12.973670 [ 5 ] {83c0cb42-3e50-4f6f-92c4-91491ecaf8b4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4760 | 2025.04.15 04:03:12.973708 [ 5 ] {83c0cb42-3e50-4f6f-92c4-91491ecaf8b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4761 | 2025.04.15 04:03:12.974319 [ 5 ] {83c0cb42-3e50-4f6f-92c4-91491ecaf8b4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4762 | 2025.04.15 04:03:12.974566 [ 5 ] {83c0cb42-3e50-4f6f-92c4-91491ecaf8b4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4763 | 2025.04.15 04:03:12.974793 [ 5 ] {83c0cb42-3e50-4f6f-92c4-91491ecaf8b4} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002328 sec., 13745.704467353951 rows/sec., 24.63 MiB/sec. | ||
| 4764 | 2025.04.15 04:03:12.974898 [ 5 ] {83c0cb42-3e50-4f6f-92c4-91491ecaf8b4} <Debug> TCPHandler: Processed in 0.002634707 sec. | ||
| 4765 | 2025.04.15 04:03:12.975003 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4766 | 2025.04.15 04:03:12.975103 [ 5 ] {33952a26-606a-4b18-b834-7f89304faa1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4767 | 2025.04.15 04:03:12.975150 [ 5 ] {33952a26-606a-4b18-b834-7f89304faa1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4768 | 2025.04.15 04:03:12.975558 [ 5 ] {33952a26-606a-4b18-b834-7f89304faa1e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4769 | 2025.04.15 04:03:12.975596 [ 5 ] {33952a26-606a-4b18-b834-7f89304faa1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4770 | 2025.04.15 04:03:12.975929 [ 5 ] {33952a26-606a-4b18-b834-7f89304faa1e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4771 | 2025.04.15 04:03:12.976155 [ 5 ] {33952a26-606a-4b18-b834-7f89304faa1e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4772 | 2025.04.15 04:03:12.976353 [ 5 ] {33952a26-606a-4b18-b834-7f89304faa1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001272 sec., 47169.81132075472 rows/sec., 3.18 MiB/sec. | ||
| 4773 | 2025.04.15 04:03:12.976401 [ 5 ] {33952a26-606a-4b18-b834-7f89304faa1e} <Debug> TCPHandler: Processed in 0.001444771 sec. | ||
| 4774 | 2025.04.15 04:03:13.516255 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4775 | 2025.04.15 04:03:13.538286 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4776 | 2025.04.15 04:03:13.538341 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4777 | 2025.04.15 04:03:13.545808 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4778 | 2025.04.15 04:03:13.546590 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4779 | 2025.04.15 04:03:13.546921 [ 63 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4780 | 2025.04.15 04:03:13.546989 [ 63 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4781 | 2025.04.15 04:03:13.547033 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4782 | 2025.04.15 04:03:13.547748 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 4783 | 2025.04.15 04:03:13.561756 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4784 | 2025.04.15 04:03:13.563708 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4785 | 2025.04.15 04:03:13.565282 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 4786 | 2025.04.15 04:03:13.571424 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 4787 | 2025.04.15 04:03:13.577045 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 4788 | 2025.04.15 04:03:13.582582 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 4789 | 2025.04.15 04:03:13.588021 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 4790 | 2025.04.15 04:03:13.592537 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 4791 | 2025.04.15 04:03:13.649647 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.102472456 sec., 1551.6364709751856 rows/sec., 8.02 MiB/sec. | ||
| 4792 | 2025.04.15 04:03:13.651234 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4793 | 2025.04.15 04:03:13.653572 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_21_4} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4794 | 2025.04.15 04:03:13.653678 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_21_4} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4795 | 2025.04.15 04:03:13.655094 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4796 | 2025.04.15 04:03:14.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.96 MiB, peak 194.51 MiB, free memory in arenas 0.00 B, will set to 186.51 MiB (RSS), difference: 2.56 MiB | ||
| 4797 | 2025.04.15 04:03:15.392134 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 690 | ||
| 4798 | 2025.04.15 04:03:15.395288 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4799 | 2025.04.15 04:03:15.395340 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4800 | 2025.04.15 04:03:15.396821 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4801 | 2025.04.15 04:03:15.397148 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4802 | 2025.04.15 04:03:15.397752 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 690 | ||
| 4803 | 2025.04.15 04:03:17.968237 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4804 | 2025.04.15 04:03:17.968423 [ 5 ] {785dbe33-f1b9-46bb-9b2f-47b109d06614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4805 | 2025.04.15 04:03:17.968494 [ 5 ] {785dbe33-f1b9-46bb-9b2f-47b109d06614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4806 | 2025.04.15 04:03:17.969459 [ 5 ] {785dbe33-f1b9-46bb-9b2f-47b109d06614} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4807 | 2025.04.15 04:03:17.969510 [ 5 ] {785dbe33-f1b9-46bb-9b2f-47b109d06614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4808 | 2025.04.15 04:03:17.969942 [ 5 ] {785dbe33-f1b9-46bb-9b2f-47b109d06614} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4809 | 2025.04.15 04:03:17.970190 [ 5 ] {785dbe33-f1b9-46bb-9b2f-47b109d06614} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4810 | 2025.04.15 04:03:17.970445 [ 5 ] {785dbe33-f1b9-46bb-9b2f-47b109d06614} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002062 sec., 102812.80310378273 rows/sec., 6.54 MiB/sec. | ||
| 4811 | 2025.04.15 04:03:17.970586 [ 5 ] {785dbe33-f1b9-46bb-9b2f-47b109d06614} <Debug> TCPHandler: Processed in 0.002474483 sec. | ||
| 4812 | 2025.04.15 04:03:17.970765 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4813 | 2025.04.15 04:03:17.970875 [ 5 ] {2f0b033e-bf90-4656-9238-464b689cc1cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4814 | 2025.04.15 04:03:17.970924 [ 5 ] {2f0b033e-bf90-4656-9238-464b689cc1cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4815 | 2025.04.15 04:03:17.971878 [ 5 ] {2f0b033e-bf90-4656-9238-464b689cc1cd} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4816 | 2025.04.15 04:03:17.971918 [ 5 ] {2f0b033e-bf90-4656-9238-464b689cc1cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4817 | 2025.04.15 04:03:17.972312 [ 5 ] {2f0b033e-bf90-4656-9238-464b689cc1cd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4818 | 2025.04.15 04:03:17.972542 [ 5 ] {2f0b033e-bf90-4656-9238-464b689cc1cd} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4819 | 2025.04.15 04:03:17.972745 [ 5 ] {2f0b033e-bf90-4656-9238-464b689cc1cd} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001899 sec., 333333.3333333333 rows/sec., 26.21 MiB/sec. | ||
| 4820 | 2025.04.15 04:03:17.972800 [ 5 ] {2f0b033e-bf90-4656-9238-464b689cc1cd} <Debug> TCPHandler: Processed in 0.002091335 sec. | ||
| 4821 | 2025.04.15 04:03:17.972914 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4822 | 2025.04.15 04:03:17.973018 [ 5 ] {8596ae45-c06f-4b65-ae70-01e6cd2d5465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4823 | 2025.04.15 04:03:17.973063 [ 5 ] {8596ae45-c06f-4b65-ae70-01e6cd2d5465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4824 | 2025.04.15 04:03:17.973616 [ 5 ] {8596ae45-c06f-4b65-ae70-01e6cd2d5465} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4825 | 2025.04.15 04:03:17.973655 [ 5 ] {8596ae45-c06f-4b65-ae70-01e6cd2d5465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4826 | 2025.04.15 04:03:17.973992 [ 5 ] {8596ae45-c06f-4b65-ae70-01e6cd2d5465} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4827 | 2025.04.15 04:03:17.974223 [ 5 ] {8596ae45-c06f-4b65-ae70-01e6cd2d5465} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4828 | 2025.04.15 04:03:17.974383 [ 58 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4829 | 2025.04.15 04:03:17.974445 [ 5 ] {8596ae45-c06f-4b65-ae70-01e6cd2d5465} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001441 sec., 79111.7279666898 rows/sec., 4.74 MiB/sec. | ||
| 4830 | 2025.04.15 04:03:17.974476 [ 58 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4831 | 2025.04.15 04:03:17.974544 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4832 | 2025.04.15 04:03:17.974568 [ 5 ] {8596ae45-c06f-4b65-ae70-01e6cd2d5465} <Debug> TCPHandler: Processed in 0.001701346 sec. | ||
| 4833 | 2025.04.15 04:03:17.974761 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4834 | 2025.04.15 04:03:17.974764 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 4835 | 2025.04.15 04:03:17.974934 [ 5 ] {49bb1b4e-f62c-4946-a16b-a6a479c0b7be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4836 | 2025.04.15 04:03:17.975047 [ 5 ] {49bb1b4e-f62c-4946-a16b-a6a479c0b7be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4837 | 2025.04.15 04:03:17.975066 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4838 | 2025.04.15 04:03:17.975179 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 164 rows starting from the beginning of the part | ||
| 4839 | 2025.04.15 04:03:17.975505 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 124 rows starting from the beginning of the part | ||
| 4840 | 2025.04.15 04:03:17.975990 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
| 4841 | 2025.04.15 04:03:17.976339 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 114 rows starting from the beginning of the part | ||
| 4842 | 2025.04.15 04:03:17.976605 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
| 4843 | 2025.04.15 04:03:17.976956 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 114 rows starting from the beginning of the part | ||
| 4844 | 2025.04.15 04:03:17.977691 [ 5 ] {49bb1b4e-f62c-4946-a16b-a6a479c0b7be} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4845 | 2025.04.15 04:03:17.977749 [ 5 ] {49bb1b4e-f62c-4946-a16b-a6a479c0b7be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4846 | 2025.04.15 04:03:17.978747 [ 5 ] {49bb1b4e-f62c-4946-a16b-a6a479c0b7be} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4847 | 2025.04.15 04:03:17.979328 [ 5 ] {49bb1b4e-f62c-4946-a16b-a6a479c0b7be} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4848 | 2025.04.15 04:03:17.979552 [ 58 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 4849 | 2025.04.15 04:03:17.979688 [ 58 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4850 | 2025.04.15 04:03:17.979783 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4851 | 2025.04.15 04:03:17.979972 [ 5 ] {49bb1b4e-f62c-4946-a16b-a6a479c0b7be} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005043 sec., 22407.297243704146 rows/sec., 1.45 MiB/sec. | ||
| 4852 | 2025.04.15 04:03:17.980200 [ 5 ] {49bb1b4e-f62c-4946-a16b-a6a479c0b7be} <Debug> TCPHandler: Processed in 0.005518388 sec. | ||
| 4853 | 2025.04.15 04:03:17.980208 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 4854 | 2025.04.15 04:03:17.980468 [ 197 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 5 columns (5 merged, 0 gathered) in 0.005807004 sec., 100223.79870928278 rows/sec., 6.65 MiB/sec. | ||
| 4855 | 2025.04.15 04:03:17.980504 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4856 | 2025.04.15 04:03:17.980589 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4857 | 2025.04.15 04:03:17.980696 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 342 rows starting from the beginning of the part | ||
| 4858 | 2025.04.15 04:03:17.980768 [ 5 ] {47343b58-a5ed-42cb-a85b-c6de6bd362bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4859 | 2025.04.15 04:03:17.980784 [ 197 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4860 | 2025.04.15 04:03:17.980963 [ 5 ] {47343b58-a5ed-42cb-a85b-c6de6bd362bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4861 | 2025.04.15 04:03:17.981042 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 113 rows starting from the beginning of the part | ||
| 4862 | 2025.04.15 04:03:17.981604 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 113 rows starting from the beginning of the part | ||
| 4863 | 2025.04.15 04:03:17.982079 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 341 rows starting from the beginning of the part | ||
| 4864 | 2025.04.15 04:03:17.982544 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 113 rows starting from the beginning of the part | ||
| 4865 | 2025.04.15 04:03:17.982699 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_26_5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4866 | 2025.04.15 04:03:17.983064 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 113 rows starting from the beginning of the part | ||
| 4867 | 2025.04.15 04:03:17.983740 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_26_5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4868 | 2025.04.15 04:03:17.984103 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4869 | 2025.04.15 04:03:17.985023 [ 5 ] {47343b58-a5ed-42cb-a85b-c6de6bd362bc} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4870 | 2025.04.15 04:03:17.985101 [ 5 ] {47343b58-a5ed-42cb-a85b-c6de6bd362bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4871 | 2025.04.15 04:03:17.986044 [ 5 ] {47343b58-a5ed-42cb-a85b-c6de6bd362bc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4872 | 2025.04.15 04:03:17.986446 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.006481109 sec., 175124.34986049458 rows/sec., 12.21 MiB/sec. | ||
| 4873 | 2025.04.15 04:03:17.986652 [ 5 ] {47343b58-a5ed-42cb-a85b-c6de6bd362bc} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4874 | 2025.04.15 04:03:17.986708 [ 187 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4875 | 2025.04.15 04:03:17.987243 [ 5 ] {47343b58-a5ed-42cb-a85b-c6de6bd362bc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006491 sec., 17254.660298875366 rows/sec., 1006.50 KiB/sec. | ||
| 4876 | 2025.04.15 04:03:17.987614 [ 5 ] {47343b58-a5ed-42cb-a85b-c6de6bd362bc} <Debug> TCPHandler: Processed in 0.007192194 sec. | ||
| 4877 | 2025.04.15 04:03:17.987617 [ 187 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_15_3} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4878 | 2025.04.15 04:03:17.987796 [ 187 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_15_3} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 4879 | 2025.04.15 04:03:17.987829 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4880 | 2025.04.15 04:03:17.987950 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 4881 | 2025.04.15 04:03:17.988050 [ 5 ] {3ddc2918-3085-424e-b28a-2321c08ed3b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4882 | 2025.04.15 04:03:17.988112 [ 5 ] {3ddc2918-3085-424e-b28a-2321c08ed3b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4883 | 2025.04.15 04:03:17.988840 [ 5 ] {3ddc2918-3085-424e-b28a-2321c08ed3b5} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4884 | 2025.04.15 04:03:17.988878 [ 5 ] {3ddc2918-3085-424e-b28a-2321c08ed3b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4885 | 2025.04.15 04:03:17.989254 [ 5 ] {3ddc2918-3085-424e-b28a-2321c08ed3b5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4886 | 2025.04.15 04:03:17.989485 [ 5 ] {3ddc2918-3085-424e-b28a-2321c08ed3b5} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4887 | 2025.04.15 04:03:17.989713 [ 5 ] {3ddc2918-3085-424e-b28a-2321c08ed3b5} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001704 sec., 228873.2394366197 rows/sec., 16.18 MiB/sec. | ||
| 4888 | 2025.04.15 04:03:17.989784 [ 5 ] {3ddc2918-3085-424e-b28a-2321c08ed3b5} <Debug> TCPHandler: Processed in 0.002042763 sec. | ||
| 4889 | 2025.04.15 04:03:17.990025 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4890 | 2025.04.15 04:03:17.990135 [ 5 ] {2bc7a899-ddb6-4c4e-9182-e36af781107d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4891 | 2025.04.15 04:03:17.990182 [ 5 ] {2bc7a899-ddb6-4c4e-9182-e36af781107d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4892 | 2025.04.15 04:03:17.990606 [ 5 ] {2bc7a899-ddb6-4c4e-9182-e36af781107d} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4893 | 2025.04.15 04:03:17.990643 [ 5 ] {2bc7a899-ddb6-4c4e-9182-e36af781107d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4894 | 2025.04.15 04:03:17.990985 [ 5 ] {2bc7a899-ddb6-4c4e-9182-e36af781107d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4895 | 2025.04.15 04:03:17.991212 [ 5 ] {2bc7a899-ddb6-4c4e-9182-e36af781107d} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4896 | 2025.04.15 04:03:17.991411 [ 5 ] {2bc7a899-ddb6-4c4e-9182-e36af781107d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 241.32 KiB/sec. | ||
| 4897 | 2025.04.15 04:03:17.991459 [ 5 ] {2bc7a899-ddb6-4c4e-9182-e36af781107d} <Debug> TCPHandler: Processed in 0.001523203 sec. | ||
| 4898 | 2025.04.15 04:03:17.991575 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4899 | 2025.04.15 04:03:17.991676 [ 5 ] {51aaa896-88e2-478b-a6a6-0c0606147bae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4900 | 2025.04.15 04:03:17.991723 [ 5 ] {51aaa896-88e2-478b-a6a6-0c0606147bae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4901 | 2025.04.15 04:03:17.992226 [ 5 ] {51aaa896-88e2-478b-a6a6-0c0606147bae} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4902 | 2025.04.15 04:03:17.992263 [ 5 ] {51aaa896-88e2-478b-a6a6-0c0606147bae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4903 | 2025.04.15 04:03:17.992635 [ 5 ] {51aaa896-88e2-478b-a6a6-0c0606147bae} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4904 | 2025.04.15 04:03:17.992884 [ 5 ] {51aaa896-88e2-478b-a6a6-0c0606147bae} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4905 | 2025.04.15 04:03:17.993096 [ 5 ] {51aaa896-88e2-478b-a6a6-0c0606147bae} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001434 sec., 165271.96652719667 rows/sec., 11.08 MiB/sec. | ||
| 4906 | 2025.04.15 04:03:17.993161 [ 5 ] {51aaa896-88e2-478b-a6a6-0c0606147bae} <Debug> TCPHandler: Processed in 0.001631215 sec. | ||
| 4907 | 2025.04.15 04:03:17.993405 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4908 | 2025.04.15 04:03:17.993509 [ 5 ] {841679b1-ab2c-4a62-bd4b-3def846c25af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4909 | 2025.04.15 04:03:17.993557 [ 5 ] {841679b1-ab2c-4a62-bd4b-3def846c25af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4910 | 2025.04.15 04:03:17.993957 [ 5 ] {841679b1-ab2c-4a62-bd4b-3def846c25af} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4911 | 2025.04.15 04:03:17.993995 [ 5 ] {841679b1-ab2c-4a62-bd4b-3def846c25af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4912 | 2025.04.15 04:03:17.994330 [ 5 ] {841679b1-ab2c-4a62-bd4b-3def846c25af} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4913 | 2025.04.15 04:03:17.994560 [ 5 ] {841679b1-ab2c-4a62-bd4b-3def846c25af} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4914 | 2025.04.15 04:03:17.994710 [ 58 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 4915 | 2025.04.15 04:03:17.994776 [ 5 ] {841679b1-ab2c-4a62-bd4b-3def846c25af} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001282 sec., 780.0312012480499 rows/sec., 52.56 KiB/sec. | ||
| 4916 | 2025.04.15 04:03:17.994784 [ 58 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4917 | 2025.04.15 04:03:17.994858 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4918 | 2025.04.15 04:03:17.994901 [ 5 ] {841679b1-ab2c-4a62-bd4b-3def846c25af} <Debug> TCPHandler: Processed in 0.001579933 sec. | ||
| 4919 | 2025.04.15 04:03:17.995057 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 4920 | 2025.04.15 04:03:17.995081 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4921 | 2025.04.15 04:03:17.995184 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4922 | 2025.04.15 04:03:17.995210 [ 5 ] {a10f1a8a-3c08-4a1e-a264-7d6cb794bd55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4923 | 2025.04.15 04:03:17.995222 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 4924 | 2025.04.15 04:03:17.995406 [ 5 ] {a10f1a8a-3c08-4a1e-a264-7d6cb794bd55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4925 | 2025.04.15 04:03:17.995417 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 4926 | 2025.04.15 04:03:17.995646 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 4927 | 2025.04.15 04:03:17.995860 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 4928 | 2025.04.15 04:03:17.996035 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 4929 | 2025.04.15 04:03:17.996255 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 4930 | 2025.04.15 04:03:17.998409 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.003448643 sec., 4349.5369048057455 rows/sec., 291.95 KiB/sec. | ||
| 4931 | 2025.04.15 04:03:17.998555 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 4932 | 2025.04.15 04:03:17.998584 [ 5 ] {a10f1a8a-3c08-4a1e-a264-7d6cb794bd55} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4933 | 2025.04.15 04:03:17.998631 [ 5 ] {a10f1a8a-3c08-4a1e-a264-7d6cb794bd55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4934 | 2025.04.15 04:03:17.998934 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_15_3} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4935 | 2025.04.15 04:03:17.999053 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_15_3} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 4936 | 2025.04.15 04:03:17.999157 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4937 | 2025.04.15 04:03:17.999380 [ 5 ] {a10f1a8a-3c08-4a1e-a264-7d6cb794bd55} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4938 | 2025.04.15 04:03:17.999632 [ 5 ] {a10f1a8a-3c08-4a1e-a264-7d6cb794bd55} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4939 | 2025.04.15 04:03:17.999833 [ 58 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4940 | 2025.04.15 04:03:17.999922 [ 58 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4941 | 2025.04.15 04:03:17.999926 [ 5 ] {a10f1a8a-3c08-4a1e-a264-7d6cb794bd55} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004736 sec., 1689.1891891891892 rows/sec., 3.03 MiB/sec. | ||
| 4942 | 2025.04.15 04:03:17.999960 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4943 | 2025.04.15 04:03:18.000329 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 4944 | 2025.04.15 04:03:18.000360 [ 5 ] {a10f1a8a-3c08-4a1e-a264-7d6cb794bd55} <Debug> TCPHandler: Processed in 0.005325943 sec. | ||
| 4945 | 2025.04.15 04:03:18.000748 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4946 | 2025.04.15 04:03:18.001042 [ 5 ] {ae62b7ce-b1ce-4e16-9068-a55badbbd316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4947 | 2025.04.15 04:03:18.001216 [ 5 ] {ae62b7ce-b1ce-4e16-9068-a55badbbd316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4948 | 2025.04.15 04:03:18.001504 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4949 | 2025.04.15 04:03:18.001620 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 387 rows starting from the beginning of the part | ||
| 4950 | 2025.04.15 04:03:18.001979 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
| 4951 | 2025.04.15 04:03:18.002369 [ 5 ] {ae62b7ce-b1ce-4e16-9068-a55badbbd316} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4952 | 2025.04.15 04:03:18.002413 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
| 4953 | 2025.04.15 04:03:18.002416 [ 5 ] {ae62b7ce-b1ce-4e16-9068-a55badbbd316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.17 GiB. | ||
| 4954 | 2025.04.15 04:03:18.002769 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part | ||
| 4955 | 2025.04.15 04:03:18.003143 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
| 4956 | 2025.04.15 04:03:18.003203 [ 5 ] {ae62b7ce-b1ce-4e16-9068-a55badbbd316} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4957 | 2025.04.15 04:03:18.003423 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part | ||
| 4958 | 2025.04.15 04:03:18.003707 [ 5 ] {ae62b7ce-b1ce-4e16-9068-a55badbbd316} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4959 | 2025.04.15 04:03:18.004071 [ 5 ] {ae62b7ce-b1ce-4e16-9068-a55badbbd316} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003151 sec., 26023.48460806093 rows/sec., 1.65 MiB/sec. | ||
| 4960 | 2025.04.15 04:03:18.004133 [ 5 ] {ae62b7ce-b1ce-4e16-9068-a55badbbd316} <Debug> TCPHandler: Processed in 0.003464134 sec. | ||
| 4961 | 2025.04.15 04:03:18.007093 [ 189 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 475 rows, containing 19 columns (19 merged, 0 gathered) in 0.007013069 sec., 67730.68965954847 rows/sec., 121.37 MiB/sec. | ||
| 4962 | 2025.04.15 04:03:18.007666 [ 189 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4963 | 2025.04.15 04:03:18.008064 [ 189 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4964 | 2025.04.15 04:03:18.008135 [ 189 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4965 | 2025.04.15 04:03:18.008230 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. | ||
| 4966 | 2025.04.15 04:03:20.199565 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4967 | 2025.04.15 04:03:20.199644 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4968 | 2025.04.15 04:03:20.358206 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4969 | 2025.04.15 04:03:20.358868 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4970 | 2025.04.15 04:03:20.358915 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4971 | 2025.04.15 04:03:20.359442 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4972 | 2025.04.15 04:03:20.359702 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4973 | 2025.04.15 04:03:20.359946 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4974 | 2025.04.15 04:03:21.062816 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4975 | 2025.04.15 04:03:21.082138 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4976 | 2025.04.15 04:03:21.082194 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4977 | 2025.04.15 04:03:21.089188 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4978 | 2025.04.15 04:03:21.089962 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4979 | 2025.04.15 04:03:21.093217 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4980 | 2025.04.15 04:03:22.964742 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4981 | 2025.04.15 04:03:22.964929 [ 5 ] {785ae274-4348-495d-9065-8d99a057485d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4982 | 2025.04.15 04:03:22.964999 [ 5 ] {785ae274-4348-495d-9065-8d99a057485d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4983 | 2025.04.15 04:03:22.965816 [ 5 ] {785ae274-4348-495d-9065-8d99a057485d} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4984 | 2025.04.15 04:03:22.965862 [ 5 ] {785ae274-4348-495d-9065-8d99a057485d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4985 | 2025.04.15 04:03:22.966439 [ 5 ] {785ae274-4348-495d-9065-8d99a057485d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4986 | 2025.04.15 04:03:22.966697 [ 5 ] {785ae274-4348-495d-9065-8d99a057485d} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4987 | 2025.04.15 04:03:22.966935 [ 5 ] {785ae274-4348-495d-9065-8d99a057485d} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002047 sec., 58622.37420615534 rows/sec., 4.98 MiB/sec. | ||
| 4988 | 2025.04.15 04:03:22.967040 [ 5 ] {785ae274-4348-495d-9065-8d99a057485d} <Debug> TCPHandler: Processed in 0.002418542 sec. | ||
| 4989 | 2025.04.15 04:03:22.967292 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4990 | 2025.04.15 04:03:22.967403 [ 5 ] {65e94fc0-3944-40fc-ab50-ccbde4b48a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4991 | 2025.04.15 04:03:22.967453 [ 5 ] {65e94fc0-3944-40fc-ab50-ccbde4b48a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4992 | 2025.04.15 04:03:22.968013 [ 5 ] {65e94fc0-3944-40fc-ab50-ccbde4b48a7d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4993 | 2025.04.15 04:03:22.968142 [ 5 ] {65e94fc0-3944-40fc-ab50-ccbde4b48a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 4994 | 2025.04.15 04:03:22.968496 [ 5 ] {65e94fc0-3944-40fc-ab50-ccbde4b48a7d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4995 | 2025.04.15 04:03:22.968743 [ 5 ] {65e94fc0-3944-40fc-ab50-ccbde4b48a7d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4996 | 2025.04.15 04:03:22.968942 [ 5 ] {65e94fc0-3944-40fc-ab50-ccbde4b48a7d} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001564 sec., 20460.358056265984 rows/sec., 1.50 MiB/sec. | ||
| 4997 | 2025.04.15 04:03:22.968996 [ 5 ] {65e94fc0-3944-40fc-ab50-ccbde4b48a7d} <Debug> TCPHandler: Processed in 0.001790938 sec. | ||
| 4998 | 2025.04.15 04:03:22.969119 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4999 | 2025.04.15 04:03:22.969223 [ 5 ] {ef7d8506-13f1-4f6e-b252-60560f2385ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5000 | 2025.04.15 04:03:22.969268 [ 5 ] {ef7d8506-13f1-4f6e-b252-60560f2385ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5001 | 2025.04.15 04:03:22.969825 [ 5 ] {ef7d8506-13f1-4f6e-b252-60560f2385ac} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5002 | 2025.04.15 04:03:22.969865 [ 5 ] {ef7d8506-13f1-4f6e-b252-60560f2385ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5003 | 2025.04.15 04:03:22.970238 [ 5 ] {ef7d8506-13f1-4f6e-b252-60560f2385ac} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5004 | 2025.04.15 04:03:22.970505 [ 5 ] {ef7d8506-13f1-4f6e-b252-60560f2385ac} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5005 | 2025.04.15 04:03:22.970709 [ 5 ] {ef7d8506-13f1-4f6e-b252-60560f2385ac} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001508 sec., 63660.477453580905 rows/sec., 4.97 MiB/sec. | ||
| 5006 | 2025.04.15 04:03:22.970765 [ 5 ] {ef7d8506-13f1-4f6e-b252-60560f2385ac} <Debug> TCPHandler: Processed in 0.001698817 sec. | ||
| 5007 | 2025.04.15 04:03:22.970889 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5008 | 2025.04.15 04:03:22.970994 [ 5 ] {bd8a8566-95ed-4dd3-a7ca-2783a3d589a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5009 | 2025.04.15 04:03:22.971043 [ 5 ] {bd8a8566-95ed-4dd3-a7ca-2783a3d589a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5010 | 2025.04.15 04:03:22.971575 [ 5 ] {bd8a8566-95ed-4dd3-a7ca-2783a3d589a8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5011 | 2025.04.15 04:03:22.971614 [ 5 ] {bd8a8566-95ed-4dd3-a7ca-2783a3d589a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5012 | 2025.04.15 04:03:22.972005 [ 5 ] {bd8a8566-95ed-4dd3-a7ca-2783a3d589a8} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5013 | 2025.04.15 04:03:22.972251 [ 5 ] {bd8a8566-95ed-4dd3-a7ca-2783a3d589a8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5014 | 2025.04.15 04:03:22.972448 [ 5 ] {bd8a8566-95ed-4dd3-a7ca-2783a3d589a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001477 sec., 108327.69126607988 rows/sec., 7.54 MiB/sec. | ||
| 5015 | 2025.04.15 04:03:22.972500 [ 5 ] {bd8a8566-95ed-4dd3-a7ca-2783a3d589a8} <Debug> TCPHandler: Processed in 0.001661306 sec. | ||
| 5016 | 2025.04.15 04:03:22.972618 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5017 | 2025.04.15 04:03:22.972723 [ 5 ] {e5368d95-13f2-48f7-9fb1-93d64c552314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5018 | 2025.04.15 04:03:22.972788 [ 5 ] {e5368d95-13f2-48f7-9fb1-93d64c552314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5019 | 2025.04.15 04:03:22.973866 [ 5 ] {e5368d95-13f2-48f7-9fb1-93d64c552314} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5020 | 2025.04.15 04:03:22.973905 [ 5 ] {e5368d95-13f2-48f7-9fb1-93d64c552314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5021 | 2025.04.15 04:03:22.974554 [ 5 ] {e5368d95-13f2-48f7-9fb1-93d64c552314} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5022 | 2025.04.15 04:03:22.974815 [ 5 ] {e5368d95-13f2-48f7-9fb1-93d64c552314} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5023 | 2025.04.15 04:03:22.975038 [ 5 ] {e5368d95-13f2-48f7-9fb1-93d64c552314} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002338 sec., 13686.911890504705 rows/sec., 24.53 MiB/sec. | ||
| 5024 | 2025.04.15 04:03:22.975129 [ 5 ] {e5368d95-13f2-48f7-9fb1-93d64c552314} <Debug> TCPHandler: Processed in 0.002561535 sec. | ||
| 5025 | 2025.04.15 04:03:22.975261 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5026 | 2025.04.15 04:03:22.975367 [ 5 ] {634894e5-2792-4429-a369-2b3941994813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5027 | 2025.04.15 04:03:22.975413 [ 5 ] {634894e5-2792-4429-a369-2b3941994813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5028 | 2025.04.15 04:03:22.975848 [ 5 ] {634894e5-2792-4429-a369-2b3941994813} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5029 | 2025.04.15 04:03:22.975887 [ 5 ] {634894e5-2792-4429-a369-2b3941994813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5030 | 2025.04.15 04:03:22.976237 [ 5 ] {634894e5-2792-4429-a369-2b3941994813} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5031 | 2025.04.15 04:03:22.976470 [ 5 ] {634894e5-2792-4429-a369-2b3941994813} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5032 | 2025.04.15 04:03:22.976709 [ 5 ] {634894e5-2792-4429-a369-2b3941994813} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
| 5033 | 2025.04.15 04:03:22.976809 [ 5 ] {634894e5-2792-4429-a369-2b3941994813} <Debug> TCPHandler: Processed in 0.001596414 sec. | ||
| 5034 | 2025.04.15 04:03:23.465465 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5035 | 2025.04.15 04:03:23.465665 [ 5 ] {5ab25321-a76e-427f-af1e-1b02d9b39186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5036 | 2025.04.15 04:03:23.465745 [ 5 ] {5ab25321-a76e-427f-af1e-1b02d9b39186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5037 | 2025.04.15 04:03:23.466599 [ 5 ] {5ab25321-a76e-427f-af1e-1b02d9b39186} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5038 | 2025.04.15 04:03:23.466647 [ 5 ] {5ab25321-a76e-427f-af1e-1b02d9b39186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5039 | 2025.04.15 04:03:23.467095 [ 5 ] {5ab25321-a76e-427f-af1e-1b02d9b39186} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5040 | 2025.04.15 04:03:23.467347 [ 5 ] {5ab25321-a76e-427f-af1e-1b02d9b39186} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5041 | 2025.04.15 04:03:23.467583 [ 5 ] {5ab25321-a76e-427f-af1e-1b02d9b39186} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001973 sec., 107450.58286872783 rows/sec., 6.83 MiB/sec. | ||
| 5042 | 2025.04.15 04:03:23.467639 [ 5 ] {5ab25321-a76e-427f-af1e-1b02d9b39186} <Debug> TCPHandler: Processed in 0.002305179 sec. | ||
| 5043 | 2025.04.15 04:03:23.467763 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5044 | 2025.04.15 04:03:23.467867 [ 5 ] {970388ef-804a-4d6b-9f91-a8fbbd7e4815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5045 | 2025.04.15 04:03:23.467913 [ 5 ] {970388ef-804a-4d6b-9f91-a8fbbd7e4815} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5046 | 2025.04.15 04:03:23.468413 [ 5 ] {970388ef-804a-4d6b-9f91-a8fbbd7e4815} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5047 | 2025.04.15 04:03:23.468453 [ 5 ] {970388ef-804a-4d6b-9f91-a8fbbd7e4815} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5048 | 2025.04.15 04:03:23.468782 [ 5 ] {970388ef-804a-4d6b-9f91-a8fbbd7e4815} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5049 | 2025.04.15 04:03:23.469014 [ 5 ] {970388ef-804a-4d6b-9f91-a8fbbd7e4815} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5050 | 2025.04.15 04:03:23.469260 [ 5 ] {970388ef-804a-4d6b-9f91-a8fbbd7e4815} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001407 sec., 1421.4641080312722 rows/sec., 115.91 KiB/sec. | ||
| 5051 | 2025.04.15 04:03:23.469402 [ 5 ] {970388ef-804a-4d6b-9f91-a8fbbd7e4815} <Debug> TCPHandler: Processed in 0.001686165 sec. | ||
| 5052 | 2025.04.15 04:03:23.469525 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5053 | 2025.04.15 04:03:23.469630 [ 5 ] {d12def0f-cada-4a01-9d0d-3d117791c32c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5054 | 2025.04.15 04:03:23.469674 [ 5 ] {d12def0f-cada-4a01-9d0d-3d117791c32c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5055 | 2025.04.15 04:03:23.471341 [ 5 ] {d12def0f-cada-4a01-9d0d-3d117791c32c} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5056 | 2025.04.15 04:03:23.471381 [ 5 ] {d12def0f-cada-4a01-9d0d-3d117791c32c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5057 | 2025.04.15 04:03:23.471849 [ 5 ] {d12def0f-cada-4a01-9d0d-3d117791c32c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5058 | 2025.04.15 04:03:23.472088 [ 5 ] {d12def0f-cada-4a01-9d0d-3d117791c32c} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5059 | 2025.04.15 04:03:23.472306 [ 5 ] {d12def0f-cada-4a01-9d0d-3d117791c32c} <Debug> executeQuery: Read 1774 rows, 147.61 KiB in 0.002698 sec., 657524.0919199408 rows/sec., 53.43 MiB/sec. | ||
| 5060 | 2025.04.15 04:03:23.472358 [ 5 ] {d12def0f-cada-4a01-9d0d-3d117791c32c} <Debug> TCPHandler: Processed in 0.002882352 sec. | ||
| 5061 | 2025.04.15 04:03:23.472476 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5062 | 2025.04.15 04:03:23.472580 [ 5 ] {11451c55-6b7a-46c4-ac43-89f4e0cbd0bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5063 | 2025.04.15 04:03:23.472626 [ 5 ] {11451c55-6b7a-46c4-ac43-89f4e0cbd0bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5064 | 2025.04.15 04:03:23.473181 [ 5 ] {11451c55-6b7a-46c4-ac43-89f4e0cbd0bc} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5065 | 2025.04.15 04:03:23.473220 [ 5 ] {11451c55-6b7a-46c4-ac43-89f4e0cbd0bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5066 | 2025.04.15 04:03:23.473586 [ 5 ] {11451c55-6b7a-46c4-ac43-89f4e0cbd0bc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5067 | 2025.04.15 04:03:23.473820 [ 5 ] {11451c55-6b7a-46c4-ac43-89f4e0cbd0bc} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5068 | 2025.04.15 04:03:23.474017 [ 5 ] {11451c55-6b7a-46c4-ac43-89f4e0cbd0bc} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001459 sec., 79506.51130911583 rows/sec., 4.77 MiB/sec. | ||
| 5069 | 2025.04.15 04:03:23.474071 [ 5 ] {11451c55-6b7a-46c4-ac43-89f4e0cbd0bc} <Debug> TCPHandler: Processed in 0.001645395 sec. | ||
| 5070 | 2025.04.15 04:03:23.474220 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5071 | 2025.04.15 04:03:23.474323 [ 5 ] {b7ac3a20-2481-42c5-8b4f-5adbba2bc318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5072 | 2025.04.15 04:03:23.474367 [ 5 ] {b7ac3a20-2481-42c5-8b4f-5adbba2bc318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5073 | 2025.04.15 04:03:23.475021 [ 5 ] {b7ac3a20-2481-42c5-8b4f-5adbba2bc318} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5074 | 2025.04.15 04:03:23.475060 [ 5 ] {b7ac3a20-2481-42c5-8b4f-5adbba2bc318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5075 | 2025.04.15 04:03:23.475419 [ 5 ] {b7ac3a20-2481-42c5-8b4f-5adbba2bc318} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5076 | 2025.04.15 04:03:23.475653 [ 5 ] {b7ac3a20-2481-42c5-8b4f-5adbba2bc318} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5077 | 2025.04.15 04:03:23.475853 [ 5 ] {b7ac3a20-2481-42c5-8b4f-5adbba2bc318} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.00155 sec., 220000 rows/sec., 14.68 MiB/sec. | ||
| 5078 | 2025.04.15 04:03:23.475904 [ 5 ] {b7ac3a20-2481-42c5-8b4f-5adbba2bc318} <Debug> TCPHandler: Processed in 0.001735577 sec. | ||
| 5079 | 2025.04.15 04:03:23.476025 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5080 | 2025.04.15 04:03:23.476130 [ 5 ] {9eda0bdd-cd57-4a87-b28e-abcf738761ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5081 | 2025.04.15 04:03:23.476176 [ 5 ] {9eda0bdd-cd57-4a87-b28e-abcf738761ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5082 | 2025.04.15 04:03:23.476722 [ 5 ] {9eda0bdd-cd57-4a87-b28e-abcf738761ff} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5083 | 2025.04.15 04:03:23.476761 [ 5 ] {9eda0bdd-cd57-4a87-b28e-abcf738761ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5084 | 2025.04.15 04:03:23.477111 [ 5 ] {9eda0bdd-cd57-4a87-b28e-abcf738761ff} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5085 | 2025.04.15 04:03:23.477348 [ 5 ] {9eda0bdd-cd57-4a87-b28e-abcf738761ff} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5086 | 2025.04.15 04:03:23.477582 [ 5 ] {9eda0bdd-cd57-4a87-b28e-abcf738761ff} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001473 sec., 76035.30210454855 rows/sec., 4.33 MiB/sec. | ||
| 5087 | 2025.04.15 04:03:23.477789 [ 5 ] {9eda0bdd-cd57-4a87-b28e-abcf738761ff} <Debug> TCPHandler: Processed in 0.001812739 sec. | ||
| 5088 | 2025.04.15 04:03:23.477917 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5089 | 2025.04.15 04:03:23.478019 [ 5 ] {8aed143a-3737-4cd2-886b-81f3abbe6655} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5090 | 2025.04.15 04:03:23.478065 [ 5 ] {8aed143a-3737-4cd2-886b-81f3abbe6655} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5091 | 2025.04.15 04:03:23.478993 [ 5 ] {8aed143a-3737-4cd2-886b-81f3abbe6655} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5092 | 2025.04.15 04:03:23.479033 [ 5 ] {8aed143a-3737-4cd2-886b-81f3abbe6655} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5093 | 2025.04.15 04:03:23.479425 [ 5 ] {8aed143a-3737-4cd2-886b-81f3abbe6655} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5094 | 2025.04.15 04:03:23.479679 [ 5 ] {8aed143a-3737-4cd2-886b-81f3abbe6655} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5095 | 2025.04.15 04:03:23.479921 [ 5 ] {8aed143a-3737-4cd2-886b-81f3abbe6655} <Debug> executeQuery: Read 848 rows, 62.68 KiB in 0.001914 sec., 443051.2016718913 rows/sec., 31.98 MiB/sec. | ||
| 5096 | 2025.04.15 04:03:23.480037 [ 5 ] {8aed143a-3737-4cd2-886b-81f3abbe6655} <Debug> TCPHandler: Processed in 0.002166196 sec. | ||
| 5097 | 2025.04.15 04:03:23.480265 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5098 | 2025.04.15 04:03:23.480373 [ 5 ] {72387f99-e8f4-42ba-97cf-1ebb354d8f41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5099 | 2025.04.15 04:03:23.480421 [ 5 ] {72387f99-e8f4-42ba-97cf-1ebb354d8f41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5100 | 2025.04.15 04:03:23.480857 [ 5 ] {72387f99-e8f4-42ba-97cf-1ebb354d8f41} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5101 | 2025.04.15 04:03:23.480895 [ 5 ] {72387f99-e8f4-42ba-97cf-1ebb354d8f41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5102 | 2025.04.15 04:03:23.481243 [ 5 ] {72387f99-e8f4-42ba-97cf-1ebb354d8f41} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5103 | 2025.04.15 04:03:23.481478 [ 5 ] {72387f99-e8f4-42ba-97cf-1ebb354d8f41} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5104 | 2025.04.15 04:03:23.481723 [ 5 ] {72387f99-e8f4-42ba-97cf-1ebb354d8f41} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 228.32 KiB/sec. | ||
| 5105 | 2025.04.15 04:03:23.481898 [ 5 ] {72387f99-e8f4-42ba-97cf-1ebb354d8f41} <Debug> TCPHandler: Processed in 0.001708646 sec. | ||
| 5106 | 2025.04.15 04:03:23.482021 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5107 | 2025.04.15 04:03:23.482127 [ 5 ] {346a3119-e4b9-458e-bb58-c6b0218149ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5108 | 2025.04.15 04:03:23.482175 [ 5 ] {346a3119-e4b9-458e-bb58-c6b0218149ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5109 | 2025.04.15 04:03:23.482926 [ 5 ] {346a3119-e4b9-458e-bb58-c6b0218149ed} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5110 | 2025.04.15 04:03:23.482965 [ 5 ] {346a3119-e4b9-458e-bb58-c6b0218149ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5111 | 2025.04.15 04:03:23.483396 [ 5 ] {346a3119-e4b9-458e-bb58-c6b0218149ed} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5112 | 2025.04.15 04:03:23.483635 [ 5 ] {346a3119-e4b9-458e-bb58-c6b0218149ed} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5113 | 2025.04.15 04:03:23.483839 [ 5 ] {346a3119-e4b9-458e-bb58-c6b0218149ed} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001736 sec., 550691.2442396313 rows/sec., 36.59 MiB/sec. | ||
| 5114 | 2025.04.15 04:03:23.483891 [ 5 ] {346a3119-e4b9-458e-bb58-c6b0218149ed} <Debug> TCPHandler: Processed in 0.001920591 sec. | ||
| 5115 | 2025.04.15 04:03:23.484010 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5116 | 2025.04.15 04:03:23.484123 [ 5 ] {cdda2468-efa1-4a7c-a68d-0737c0ebe81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5117 | 2025.04.15 04:03:23.484171 [ 5 ] {cdda2468-efa1-4a7c-a68d-0737c0ebe81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5118 | 2025.04.15 04:03:23.484597 [ 5 ] {cdda2468-efa1-4a7c-a68d-0737c0ebe81a} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5119 | 2025.04.15 04:03:23.484636 [ 5 ] {cdda2468-efa1-4a7c-a68d-0737c0ebe81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5120 | 2025.04.15 04:03:23.484978 [ 5 ] {cdda2468-efa1-4a7c-a68d-0737c0ebe81a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5121 | 2025.04.15 04:03:23.485237 [ 5 ] {cdda2468-efa1-4a7c-a68d-0737c0ebe81a} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5122 | 2025.04.15 04:03:23.485424 [ 5 ] {cdda2468-efa1-4a7c-a68d-0737c0ebe81a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 50.70 KiB/sec. | ||
| 5123 | 2025.04.15 04:03:23.485473 [ 5 ] {cdda2468-efa1-4a7c-a68d-0737c0ebe81a} <Debug> TCPHandler: Processed in 0.001514543 sec. | ||
| 5124 | 2025.04.15 04:03:23.485590 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5125 | 2025.04.15 04:03:23.485695 [ 5 ] {e58e79ab-54ab-4cc0-8a8f-3a56dd3a06cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5126 | 2025.04.15 04:03:23.485760 [ 5 ] {e58e79ab-54ab-4cc0-8a8f-3a56dd3a06cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5127 | 2025.04.15 04:03:23.486763 [ 5 ] {e58e79ab-54ab-4cc0-8a8f-3a56dd3a06cc} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5128 | 2025.04.15 04:03:23.486802 [ 5 ] {e58e79ab-54ab-4cc0-8a8f-3a56dd3a06cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5129 | 2025.04.15 04:03:23.487384 [ 5 ] {e58e79ab-54ab-4cc0-8a8f-3a56dd3a06cc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5130 | 2025.04.15 04:03:23.487635 [ 5 ] {e58e79ab-54ab-4cc0-8a8f-3a56dd3a06cc} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5131 | 2025.04.15 04:03:23.487864 [ 5 ] {e58e79ab-54ab-4cc0-8a8f-3a56dd3a06cc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00219 sec., 3652.9680365296804 rows/sec., 6.55 MiB/sec. | ||
| 5132 | 2025.04.15 04:03:23.487955 [ 5 ] {e58e79ab-54ab-4cc0-8a8f-3a56dd3a06cc} <Debug> TCPHandler: Processed in 0.002416192 sec. | ||
| 5133 | 2025.04.15 04:03:23.488074 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5134 | 2025.04.15 04:03:23.488179 [ 5 ] {47261c52-4e56-4e3c-9e49-b935f41a4fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5135 | 2025.04.15 04:03:23.488225 [ 5 ] {47261c52-4e56-4e3c-9e49-b935f41a4fc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5136 | 2025.04.15 04:03:23.488658 [ 5 ] {47261c52-4e56-4e3c-9e49-b935f41a4fc2} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5137 | 2025.04.15 04:03:23.488699 [ 5 ] {47261c52-4e56-4e3c-9e49-b935f41a4fc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5138 | 2025.04.15 04:03:23.489049 [ 5 ] {47261c52-4e56-4e3c-9e49-b935f41a4fc2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5139 | 2025.04.15 04:03:23.489291 [ 5 ] {47261c52-4e56-4e3c-9e49-b935f41a4fc2} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5140 | 2025.04.15 04:03:23.489495 [ 5 ] {47261c52-4e56-4e3c-9e49-b935f41a4fc2} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001338 sec., 25411.061285500746 rows/sec., 1.47 MiB/sec. | ||
| 5141 | 2025.04.15 04:03:23.489545 [ 5 ] {47261c52-4e56-4e3c-9e49-b935f41a4fc2} <Debug> TCPHandler: Processed in 0.001522692 sec. | ||
| 5142 | 2025.04.15 04:03:25.398927 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 748 | ||
| 5143 | 2025.04.15 04:03:25.402483 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5144 | 2025.04.15 04:03:25.402537 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5145 | 2025.04.15 04:03:25.404037 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5146 | 2025.04.15 04:03:25.404379 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5147 | 2025.04.15 04:03:25.404594 [ 48 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5148 | 2025.04.15 04:03:25.404713 [ 48 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5149 | 2025.04.15 04:03:25.404780 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5150 | 2025.04.15 04:03:25.405357 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 5151 | 2025.04.15 04:03:25.406011 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 748 | ||
| 5152 | 2025.04.15 04:03:25.406498 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5153 | 2025.04.15 04:03:25.406693 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 540 rows starting from the beginning of the part | ||
| 5154 | 2025.04.15 04:03:25.407202 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 5155 | 2025.04.15 04:03:25.407703 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 5156 | 2025.04.15 04:03:25.408185 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 5157 | 2025.04.15 04:03:25.408657 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 5158 | 2025.04.15 04:03:25.409107 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 58 rows starting from the beginning of the part | ||
| 5159 | 2025.04.15 04:03:25.416878 [ 192 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 748 rows, containing 72 columns (72 merged, 0 gathered) in 0.011931585 sec., 62690.74896587503 rows/sec., 53.03 MiB/sec. | ||
| 5160 | 2025.04.15 04:03:25.418134 [ 189 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5161 | 2025.04.15 04:03:25.418849 [ 189 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_16_3} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5162 | 2025.04.15 04:03:25.418935 [ 189 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_16_3} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5163 | 2025.04.15 04:03:25.419154 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 5164 | 2025.04.15 04:03:27.860054 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 5165 | 2025.04.15 04:03:27.860756 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5166 | 2025.04.15 04:03:27.860812 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5167 | 2025.04.15 04:03:27.861457 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5168 | 2025.04.15 04:03:27.861710 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5169 | 2025.04.15 04:03:27.861967 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 5170 | 2025.04.15 04:03:27.960128 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5171 | 2025.04.15 04:03:27.960329 [ 5 ] {95fe3989-0103-4c19-842b-f65b2f7da516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5172 | 2025.04.15 04:03:27.960406 [ 5 ] {95fe3989-0103-4c19-842b-f65b2f7da516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5173 | 2025.04.15 04:03:27.961328 [ 5 ] {95fe3989-0103-4c19-842b-f65b2f7da516} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5174 | 2025.04.15 04:03:27.961369 [ 5 ] {95fe3989-0103-4c19-842b-f65b2f7da516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5175 | 2025.04.15 04:03:27.961782 [ 5 ] {95fe3989-0103-4c19-842b-f65b2f7da516} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5176 | 2025.04.15 04:03:27.962045 [ 5 ] {95fe3989-0103-4c19-842b-f65b2f7da516} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5177 | 2025.04.15 04:03:27.962194 [ 45 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5178 | 2025.04.15 04:03:27.962236 [ 5 ] {95fe3989-0103-4c19-842b-f65b2f7da516} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001964 sec., 28513.238289205703 rows/sec., 2.19 MiB/sec. | ||
| 5179 | 2025.04.15 04:03:27.962247 [ 45 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5180 | 2025.04.15 04:03:27.962288 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5181 | 2025.04.15 04:03:27.962310 [ 5 ] {95fe3989-0103-4c19-842b-f65b2f7da516} <Debug> TCPHandler: Processed in 0.002314899 sec. | ||
| 5182 | 2025.04.15 04:03:27.962500 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5183 | 2025.04.15 04:03:27.962531 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 5184 | 2025.04.15 04:03:27.962662 [ 5 ] {4199bf95-468c-4811-b502-09d8d97b0f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5185 | 2025.04.15 04:03:27.962754 [ 5 ] {4199bf95-468c-4811-b502-09d8d97b0f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5186 | 2025.04.15 04:03:27.962901 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5187 | 2025.04.15 04:03:27.962990 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1847 rows starting from the beginning of the part | ||
| 5188 | 2025.04.15 04:03:27.963322 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 121 rows starting from the beginning of the part | ||
| 5189 | 2025.04.15 04:03:27.963682 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 633 rows starting from the beginning of the part | ||
| 5190 | 2025.04.15 04:03:27.964020 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 120 rows starting from the beginning of the part | ||
| 5191 | 2025.04.15 04:03:27.964459 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1774 rows starting from the beginning of the part | ||
| 5192 | 2025.04.15 04:03:27.964776 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 5193 | 2025.04.15 04:03:27.965677 [ 5 ] {4199bf95-468c-4811-b502-09d8d97b0f53} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5194 | 2025.04.15 04:03:27.965741 [ 5 ] {4199bf95-468c-4811-b502-09d8d97b0f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5195 | 2025.04.15 04:03:27.966617 [ 5 ] {4199bf95-468c-4811-b502-09d8d97b0f53} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5196 | 2025.04.15 04:03:27.967144 [ 5 ] {4199bf95-468c-4811-b502-09d8d97b0f53} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5197 | 2025.04.15 04:03:27.967401 [ 45 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5198 | 2025.04.15 04:03:27.967505 [ 45 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5199 | 2025.04.15 04:03:27.967589 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5200 | 2025.04.15 04:03:27.967765 [ 5 ] {4199bf95-468c-4811-b502-09d8d97b0f53} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005125 sec., 12487.80487804878 rows/sec., 998.09 KiB/sec. | ||
| 5201 | 2025.04.15 04:03:27.968047 [ 5 ] {4199bf95-468c-4811-b502-09d8d97b0f53} <Debug> TCPHandler: Processed in 0.005628191 sec. | ||
| 5202 | 2025.04.15 04:03:27.968056 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 5203 | 2025.04.15 04:03:27.968190 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5204 | 2025.04.15 04:03:27.968207 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5205 | 2025.04.15 04:03:27.968230 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
| 5206 | 2025.04.15 04:03:27.968409 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 98 rows starting from the beginning of the part | ||
| 5207 | 2025.04.15 04:03:27.968420 [ 5 ] {def9ea87-e740-4ebb-a06a-685eecdbdff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5208 | 2025.04.15 04:03:27.968711 [ 5 ] {def9ea87-e740-4ebb-a06a-685eecdbdff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5209 | 2025.04.15 04:03:27.968870 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 390 rows starting from the beginning of the part | ||
| 5210 | 2025.04.15 04:03:27.969416 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 96 rows starting from the beginning of the part | ||
| 5211 | 2025.04.15 04:03:27.970205 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 848 rows starting from the beginning of the part | ||
| 5212 | 2025.04.15 04:03:27.970686 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.008272406 sec., 550142.2439856072 rows/sec., 46.75 MiB/sec. | ||
| 5213 | 2025.04.15 04:03:27.970723 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 5214 | 2025.04.15 04:03:27.971542 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5215 | 2025.04.15 04:03:27.972630 [ 5 ] {def9ea87-e740-4ebb-a06a-685eecdbdff8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5216 | 2025.04.15 04:03:27.972639 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_36_7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5217 | 2025.04.15 04:03:27.972711 [ 5 ] {def9ea87-e740-4ebb-a06a-685eecdbdff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5218 | 2025.04.15 04:03:27.973053 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_36_7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5219 | 2025.04.15 04:03:27.973415 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 5220 | 2025.04.15 04:03:27.973830 [ 5 ] {def9ea87-e740-4ebb-a06a-685eecdbdff8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5221 | 2025.04.15 04:03:27.974079 [ 5 ] {def9ea87-e740-4ebb-a06a-685eecdbdff8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5222 | 2025.04.15 04:03:27.974222 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5223 | 2025.04.15 04:03:27.974299 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5224 | 2025.04.15 04:03:27.974365 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5225 | 2025.04.15 04:03:27.974468 [ 5 ] {def9ea87-e740-4ebb-a06a-685eecdbdff8} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006113 sec., 20938.982496319317 rows/sec., 1.46 MiB/sec. | ||
| 5226 | 2025.04.15 04:03:27.974772 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.00701554 sec., 343523.09301921166 rows/sec., 26.30 MiB/sec. | ||
| 5227 | 2025.04.15 04:03:27.974842 [ 5 ] {def9ea87-e740-4ebb-a06a-685eecdbdff8} <Debug> TCPHandler: Processed in 0.006692023 sec. | ||
| 5228 | 2025.04.15 04:03:27.975203 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5229 | 2025.04.15 04:03:27.975246 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5230 | 2025.04.15 04:03:27.975587 [ 5 ] {cb1de77a-d5e1-42aa-9db2-a938b5ca9f88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5231 | 2025.04.15 04:03:27.975749 [ 5 ] {cb1de77a-d5e1-42aa-9db2-a938b5ca9f88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5232 | 2025.04.15 04:03:27.976218 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 5233 | 2025.04.15 04:03:27.976240 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_36_7} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5234 | 2025.04.15 04:03:27.976568 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_36_7} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5235 | 2025.04.15 04:03:27.976870 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 5236 | 2025.04.15 04:03:27.976949 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5237 | 2025.04.15 04:03:27.977038 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9923 rows starting from the beginning of the part | ||
| 5238 | 2025.04.15 04:03:27.977319 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
| 5239 | 2025.04.15 04:03:27.977734 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 5240 | 2025.04.15 04:03:27.978124 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 5241 | 2025.04.15 04:03:27.978375 [ 5 ] {cb1de77a-d5e1-42aa-9db2-a938b5ca9f88} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5242 | 2025.04.15 04:03:27.978465 [ 5 ] {cb1de77a-d5e1-42aa-9db2-a938b5ca9f88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5243 | 2025.04.15 04:03:27.978484 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 956 rows starting from the beginning of the part | ||
| 5244 | 2025.04.15 04:03:27.978860 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 128 rows starting from the beginning of the part | ||
| 5245 | 2025.04.15 04:03:27.979602 [ 5 ] {cb1de77a-d5e1-42aa-9db2-a938b5ca9f88} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5246 | 2025.04.15 04:03:27.980062 [ 5 ] {cb1de77a-d5e1-42aa-9db2-a938b5ca9f88} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5247 | 2025.04.15 04:03:27.980245 [ 45 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5248 | 2025.04.15 04:03:27.980286 [ 45 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5249 | 2025.04.15 04:03:27.980327 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5250 | 2025.04.15 04:03:27.980335 [ 5 ] {cb1de77a-d5e1-42aa-9db2-a938b5ca9f88} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004831 sec., 9935.831090871454 rows/sec., 685.68 KiB/sec. | ||
| 5251 | 2025.04.15 04:03:27.980669 [ 5 ] {cb1de77a-d5e1-42aa-9db2-a938b5ca9f88} <Debug> TCPHandler: Processed in 0.005575059 sec. | ||
| 5252 | 2025.04.15 04:03:27.980697 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 5253 | 2025.04.15 04:03:27.980975 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5254 | 2025.04.15 04:03:27.981021 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1774 rows starting from the beginning of the part | ||
| 5255 | 2025.04.15 04:03:27.981147 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 5256 | 2025.04.15 04:03:27.981588 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 5257 | 2025.04.15 04:03:27.981930 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 5258 | 2025.04.15 04:03:27.982309 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part | ||
| 5259 | 2025.04.15 04:03:27.982623 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 48 rows starting from the beginning of the part | ||
| 5260 | 2025.04.15 04:03:27.984586 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2058 rows, containing 4 columns (4 merged, 0 gathered) in 0.004139948 sec., 497107.6931401071 rows/sec., 32.31 MiB/sec. | ||
| 5261 | 2025.04.15 04:03:27.984978 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5262 | 2025.04.15 04:03:27.985436 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11565 rows, containing 5 columns (5 merged, 0 gathered) in 0.010655297 sec., 1085375.6586982044 rows/sec., 73.16 MiB/sec. | ||
| 5263 | 2025.04.15 04:03:27.985624 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_36_7} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5264 | 2025.04.15 04:03:27.985724 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_36_7} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5265 | 2025.04.15 04:03:27.985865 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5266 | 2025.04.15 04:03:27.985982 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5267 | 2025.04.15 04:03:27.986295 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5268 | 2025.04.15 04:03:27.986377 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5269 | 2025.04.15 04:03:27.986471 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
| 5270 | 2025.04.15 04:03:28.593275 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5271 | 2025.04.15 04:03:28.613907 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5272 | 2025.04.15 04:03:28.613968 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5273 | 2025.04.15 04:03:28.621468 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5274 | 2025.04.15 04:03:28.622269 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5275 | 2025.04.15 04:03:28.625182 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5276 | 2025.04.15 04:03:32.963849 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5277 | 2025.04.15 04:03:32.964078 [ 5 ] {e9c84224-ad59-4ec2-8179-60437fb734ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5278 | 2025.04.15 04:03:32.964164 [ 5 ] {e9c84224-ad59-4ec2-8179-60437fb734ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5279 | 2025.04.15 04:03:32.964979 [ 5 ] {e9c84224-ad59-4ec2-8179-60437fb734ee} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5280 | 2025.04.15 04:03:32.965029 [ 5 ] {e9c84224-ad59-4ec2-8179-60437fb734ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5281 | 2025.04.15 04:03:32.965467 [ 5 ] {e9c84224-ad59-4ec2-8179-60437fb734ee} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5282 | 2025.04.15 04:03:32.965715 [ 5 ] {e9c84224-ad59-4ec2-8179-60437fb734ee} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5283 | 2025.04.15 04:03:32.965963 [ 5 ] {e9c84224-ad59-4ec2-8179-60437fb734ee} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001933 sec., 62079.66890843249 rows/sec., 5.28 MiB/sec. | ||
| 5284 | 2025.04.15 04:03:32.966060 [ 5 ] {e9c84224-ad59-4ec2-8179-60437fb734ee} <Debug> TCPHandler: Processed in 0.00234291 sec. | ||
| 5285 | 2025.04.15 04:03:32.966318 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5286 | 2025.04.15 04:03:32.966428 [ 5 ] {8b2c361b-940a-4eee-b4d0-89de473b7ab5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5287 | 2025.04.15 04:03:32.966477 [ 5 ] {8b2c361b-940a-4eee-b4d0-89de473b7ab5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5288 | 2025.04.15 04:03:32.967038 [ 5 ] {8b2c361b-940a-4eee-b4d0-89de473b7ab5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5289 | 2025.04.15 04:03:32.967078 [ 5 ] {8b2c361b-940a-4eee-b4d0-89de473b7ab5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5290 | 2025.04.15 04:03:32.967422 [ 5 ] {8b2c361b-940a-4eee-b4d0-89de473b7ab5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5291 | 2025.04.15 04:03:32.967659 [ 5 ] {8b2c361b-940a-4eee-b4d0-89de473b7ab5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5292 | 2025.04.15 04:03:32.967863 [ 5 ] {8b2c361b-940a-4eee-b4d0-89de473b7ab5} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001459 sec., 21932.830705962988 rows/sec., 1.61 MiB/sec. | ||
| 5293 | 2025.04.15 04:03:32.967915 [ 5 ] {8b2c361b-940a-4eee-b4d0-89de473b7ab5} <Debug> TCPHandler: Processed in 0.001689396 sec. | ||
| 5294 | 2025.04.15 04:03:32.968034 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5295 | 2025.04.15 04:03:32.968139 [ 5 ] {26cf4772-c0ef-484e-b3eb-79f0e25f4cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5296 | 2025.04.15 04:03:32.968184 [ 5 ] {26cf4772-c0ef-484e-b3eb-79f0e25f4cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5297 | 2025.04.15 04:03:32.968727 [ 5 ] {26cf4772-c0ef-484e-b3eb-79f0e25f4cc6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5298 | 2025.04.15 04:03:32.968767 [ 5 ] {26cf4772-c0ef-484e-b3eb-79f0e25f4cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5299 | 2025.04.15 04:03:32.969132 [ 5 ] {26cf4772-c0ef-484e-b3eb-79f0e25f4cc6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5300 | 2025.04.15 04:03:32.969370 [ 5 ] {26cf4772-c0ef-484e-b3eb-79f0e25f4cc6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5301 | 2025.04.15 04:03:32.969568 [ 5 ] {26cf4772-c0ef-484e-b3eb-79f0e25f4cc6} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001451 sec., 66161.26809097175 rows/sec., 5.17 MiB/sec. | ||
| 5302 | 2025.04.15 04:03:32.969619 [ 5 ] {26cf4772-c0ef-484e-b3eb-79f0e25f4cc6} <Debug> TCPHandler: Processed in 0.001634585 sec. | ||
| 5303 | 2025.04.15 04:03:32.969750 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5304 | 2025.04.15 04:03:32.969855 [ 5 ] {0e3815c7-6cf9-4adb-8db9-fe806562e1df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5305 | 2025.04.15 04:03:32.969904 [ 5 ] {0e3815c7-6cf9-4adb-8db9-fe806562e1df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5306 | 2025.04.15 04:03:32.970440 [ 5 ] {0e3815c7-6cf9-4adb-8db9-fe806562e1df} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5307 | 2025.04.15 04:03:32.970478 [ 5 ] {0e3815c7-6cf9-4adb-8db9-fe806562e1df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5308 | 2025.04.15 04:03:32.970864 [ 5 ] {0e3815c7-6cf9-4adb-8db9-fe806562e1df} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5309 | 2025.04.15 04:03:32.971095 [ 5 ] {0e3815c7-6cf9-4adb-8db9-fe806562e1df} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5310 | 2025.04.15 04:03:32.971304 [ 5 ] {0e3815c7-6cf9-4adb-8db9-fe806562e1df} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001469 sec., 108917.63104152484 rows/sec., 7.59 MiB/sec. | ||
| 5311 | 2025.04.15 04:03:32.971382 [ 5 ] {0e3815c7-6cf9-4adb-8db9-fe806562e1df} <Debug> TCPHandler: Processed in 0.001680856 sec. | ||
| 5312 | 2025.04.15 04:03:32.971531 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5313 | 2025.04.15 04:03:32.971632 [ 5 ] {5b7fb243-a326-4ca2-9453-31a3abd9afc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5314 | 2025.04.15 04:03:32.971696 [ 5 ] {5b7fb243-a326-4ca2-9453-31a3abd9afc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5315 | 2025.04.15 04:03:32.972783 [ 5 ] {5b7fb243-a326-4ca2-9453-31a3abd9afc4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5316 | 2025.04.15 04:03:32.972821 [ 5 ] {5b7fb243-a326-4ca2-9453-31a3abd9afc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5317 | 2025.04.15 04:03:32.973433 [ 5 ] {5b7fb243-a326-4ca2-9453-31a3abd9afc4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5318 | 2025.04.15 04:03:32.973681 [ 5 ] {5b7fb243-a326-4ca2-9453-31a3abd9afc4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5319 | 2025.04.15 04:03:32.973970 [ 5 ] {5b7fb243-a326-4ca2-9453-31a3abd9afc4} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002355 sec., 13588.110403397028 rows/sec., 24.35 MiB/sec. | ||
| 5320 | 2025.04.15 04:03:32.974397 [ 5 ] {5b7fb243-a326-4ca2-9453-31a3abd9afc4} <Debug> TCPHandler: Processed in 0.002924723 sec. | ||
| 5321 | 2025.04.15 04:03:32.974520 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5322 | 2025.04.15 04:03:32.974624 [ 5 ] {3c41235b-4f72-44c1-b18c-a1038fc923ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5323 | 2025.04.15 04:03:32.974670 [ 5 ] {3c41235b-4f72-44c1-b18c-a1038fc923ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5324 | 2025.04.15 04:03:32.975106 [ 5 ] {3c41235b-4f72-44c1-b18c-a1038fc923ef} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5325 | 2025.04.15 04:03:32.975148 [ 5 ] {3c41235b-4f72-44c1-b18c-a1038fc923ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5326 | 2025.04.15 04:03:32.975494 [ 5 ] {3c41235b-4f72-44c1-b18c-a1038fc923ef} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5327 | 2025.04.15 04:03:32.975730 [ 5 ] {3c41235b-4f72-44c1-b18c-a1038fc923ef} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5328 | 2025.04.15 04:03:32.975951 [ 5 ] {3c41235b-4f72-44c1-b18c-a1038fc923ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001345 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. | ||
| 5329 | 2025.04.15 04:03:32.976071 [ 5 ] {3c41235b-4f72-44c1-b18c-a1038fc923ef} <Debug> TCPHandler: Processed in 0.001601104 sec. | ||
| 5330 | 2025.04.15 04:03:34.787788 [ 37 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 | ||
| 5331 | 2025.04.15 04:03:34.787859 [ 37 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5332 | 2025.04.15 04:03:34.787886 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5333 | 2025.04.15 04:03:34.788168 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full | ||
| 5334 | 2025.04.15 04:03:34.788335 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5335 | 2025.04.15 04:03:34.788373 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5336 | 2025.04.15 04:03:34.788444 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5337 | 2025.04.15 04:03:34.788520 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5338 | 2025.04.15 04:03:34.788754 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5339 | 2025.04.15 04:03:34.788914 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5340 | 2025.04.15 04:03:34.789909 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001936912 sec., 46465.71449812898 rows/sec., 2.37 MiB/sec. | ||
| 5341 | 2025.04.15 04:03:34.790045 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5342 | 2025.04.15 04:03:34.790330 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_15_3} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5343 | 2025.04.15 04:03:34.790408 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_15_3} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 | ||
| 5344 | 2025.04.15 04:03:34.790485 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5345 | 2025.04.15 04:03:35.199897 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5346 | 2025.04.15 04:03:35.199950 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5347 | 2025.04.15 04:03:35.362090 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5348 | 2025.04.15 04:03:35.362730 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5349 | 2025.04.15 04:03:35.362771 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5350 | 2025.04.15 04:03:35.363269 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5351 | 2025.04.15 04:03:35.363514 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5352 | 2025.04.15 04:03:35.363717 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5353 | 2025.04.15 04:03:35.406324 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 768 | ||
| 5354 | 2025.04.15 04:03:35.409152 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5355 | 2025.04.15 04:03:35.409213 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5356 | 2025.04.15 04:03:35.410700 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5357 | 2025.04.15 04:03:35.411018 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5358 | 2025.04.15 04:03:35.411661 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 768 | ||
| 5359 | 2025.04.15 04:03:36.125266 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5360 | 2025.04.15 04:03:36.145954 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5361 | 2025.04.15 04:03:36.146013 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5362 | 2025.04.15 04:03:36.153515 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5363 | 2025.04.15 04:03:36.154287 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5364 | 2025.04.15 04:03:36.157038 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5365 | 2025.04.15 04:03:37.967835 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5366 | 2025.04.15 04:03:37.968044 [ 5 ] {29f4995a-3508-4a8a-90bf-91122a8dd1fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5367 | 2025.04.15 04:03:37.968127 [ 5 ] {29f4995a-3508-4a8a-90bf-91122a8dd1fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5368 | 2025.04.15 04:03:37.968944 [ 5 ] {29f4995a-3508-4a8a-90bf-91122a8dd1fe} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5369 | 2025.04.15 04:03:37.968998 [ 5 ] {29f4995a-3508-4a8a-90bf-91122a8dd1fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5370 | 2025.04.15 04:03:37.969438 [ 5 ] {29f4995a-3508-4a8a-90bf-91122a8dd1fe} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5371 | 2025.04.15 04:03:37.969699 [ 5 ] {29f4995a-3508-4a8a-90bf-91122a8dd1fe} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5372 | 2025.04.15 04:03:37.969923 [ 5 ] {29f4995a-3508-4a8a-90bf-91122a8dd1fe} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001939 sec., 109334.70861268695 rows/sec., 6.95 MiB/sec. | ||
| 5373 | 2025.04.15 04:03:37.969977 [ 5 ] {29f4995a-3508-4a8a-90bf-91122a8dd1fe} <Debug> TCPHandler: Processed in 0.002279178 sec. | ||
| 5374 | 2025.04.15 04:03:37.970100 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5375 | 2025.04.15 04:03:37.970207 [ 5 ] {548ae9fd-fea3-41f8-9d83-6281070c71be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5376 | 2025.04.15 04:03:37.970252 [ 5 ] {548ae9fd-fea3-41f8-9d83-6281070c71be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5377 | 2025.04.15 04:03:37.970938 [ 5 ] {548ae9fd-fea3-41f8-9d83-6281070c71be} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5378 | 2025.04.15 04:03:37.970977 [ 5 ] {548ae9fd-fea3-41f8-9d83-6281070c71be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5379 | 2025.04.15 04:03:37.971357 [ 5 ] {548ae9fd-fea3-41f8-9d83-6281070c71be} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5380 | 2025.04.15 04:03:37.971588 [ 5 ] {548ae9fd-fea3-41f8-9d83-6281070c71be} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5381 | 2025.04.15 04:03:37.971793 [ 5 ] {548ae9fd-fea3-41f8-9d83-6281070c71be} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001609 sec., 393412.05717837164 rows/sec., 30.94 MiB/sec. | ||
| 5382 | 2025.04.15 04:03:37.971842 [ 5 ] {548ae9fd-fea3-41f8-9d83-6281070c71be} <Debug> TCPHandler: Processed in 0.001794288 sec. | ||
| 5383 | 2025.04.15 04:03:37.971953 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5384 | 2025.04.15 04:03:37.972057 [ 5 ] {708473c0-ec27-4f7e-9db3-c68bed975d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5385 | 2025.04.15 04:03:37.972102 [ 5 ] {708473c0-ec27-4f7e-9db3-c68bed975d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5386 | 2025.04.15 04:03:37.972612 [ 5 ] {708473c0-ec27-4f7e-9db3-c68bed975d08} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5387 | 2025.04.15 04:03:37.972651 [ 5 ] {708473c0-ec27-4f7e-9db3-c68bed975d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5388 | 2025.04.15 04:03:37.972993 [ 5 ] {708473c0-ec27-4f7e-9db3-c68bed975d08} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5389 | 2025.04.15 04:03:37.973230 [ 5 ] {708473c0-ec27-4f7e-9db3-c68bed975d08} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5390 | 2025.04.15 04:03:37.973425 [ 5 ] {708473c0-ec27-4f7e-9db3-c68bed975d08} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00139 sec., 82014.38848920864 rows/sec., 4.91 MiB/sec. | ||
| 5391 | 2025.04.15 04:03:37.973475 [ 5 ] {708473c0-ec27-4f7e-9db3-c68bed975d08} <Debug> TCPHandler: Processed in 0.001572194 sec. | ||
| 5392 | 2025.04.15 04:03:37.973585 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5393 | 2025.04.15 04:03:37.973688 [ 5 ] {2856419a-027f-40d0-8252-157f80ab1f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5394 | 2025.04.15 04:03:37.973731 [ 5 ] {2856419a-027f-40d0-8252-157f80ab1f8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5395 | 2025.04.15 04:03:37.974244 [ 5 ] {2856419a-027f-40d0-8252-157f80ab1f8b} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5396 | 2025.04.15 04:03:37.974283 [ 5 ] {2856419a-027f-40d0-8252-157f80ab1f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5397 | 2025.04.15 04:03:37.974628 [ 5 ] {2856419a-027f-40d0-8252-157f80ab1f8b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5398 | 2025.04.15 04:03:37.974863 [ 5 ] {2856419a-027f-40d0-8252-157f80ab1f8b} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5399 | 2025.04.15 04:03:37.975114 [ 5 ] {2856419a-027f-40d0-8252-157f80ab1f8b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001444 sec., 78254.84764542937 rows/sec., 5.07 MiB/sec. | ||
| 5400 | 2025.04.15 04:03:37.975333 [ 5 ] {2856419a-027f-40d0-8252-157f80ab1f8b} <Debug> TCPHandler: Processed in 0.001792189 sec. | ||
| 5401 | 2025.04.15 04:03:37.975488 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5402 | 2025.04.15 04:03:37.975591 [ 5 ] {699942b3-f996-4dce-8aad-24c34597dd8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5403 | 2025.04.15 04:03:37.975636 [ 5 ] {699942b3-f996-4dce-8aad-24c34597dd8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5404 | 2025.04.15 04:03:37.976183 [ 5 ] {699942b3-f996-4dce-8aad-24c34597dd8d} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2025.04.15 04:03:37.976222 [ 5 ] {699942b3-f996-4dce-8aad-24c34597dd8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5406 | 2025.04.15 04:03:37.976567 [ 5 ] {699942b3-f996-4dce-8aad-24c34597dd8d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5407 | 2025.04.15 04:03:37.976804 [ 5 ] {699942b3-f996-4dce-8aad-24c34597dd8d} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5408 | 2025.04.15 04:03:37.977004 [ 5 ] {699942b3-f996-4dce-8aad-24c34597dd8d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001436 sec., 77994.42896935933 rows/sec., 4.44 MiB/sec. | ||
| 5409 | 2025.04.15 04:03:37.977056 [ 5 ] {699942b3-f996-4dce-8aad-24c34597dd8d} <Debug> TCPHandler: Processed in 0.001617624 sec. | ||
| 5410 | 2025.04.15 04:03:37.977166 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5411 | 2025.04.15 04:03:37.977270 [ 5 ] {58fb22f0-4f30-48ac-a3fd-dbf0bc8bd142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5412 | 2025.04.15 04:03:37.977315 [ 5 ] {58fb22f0-4f30-48ac-a3fd-dbf0bc8bd142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5413 | 2025.04.15 04:03:37.977923 [ 5 ] {58fb22f0-4f30-48ac-a3fd-dbf0bc8bd142} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5414 | 2025.04.15 04:03:37.977962 [ 5 ] {58fb22f0-4f30-48ac-a3fd-dbf0bc8bd142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5415 | 2025.04.15 04:03:37.978327 [ 5 ] {58fb22f0-4f30-48ac-a3fd-dbf0bc8bd142} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5416 | 2025.04.15 04:03:37.978557 [ 5 ] {58fb22f0-4f30-48ac-a3fd-dbf0bc8bd142} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5417 | 2025.04.15 04:03:37.978758 [ 5 ] {58fb22f0-4f30-48ac-a3fd-dbf0bc8bd142} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00151 sec., 258278.14569536422 rows/sec., 18.25 MiB/sec. | ||
| 5418 | 2025.04.15 04:03:37.978809 [ 5 ] {58fb22f0-4f30-48ac-a3fd-dbf0bc8bd142} <Debug> TCPHandler: Processed in 0.001693446 sec. | ||
| 5419 | 2025.04.15 04:03:37.978920 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5420 | 2025.04.15 04:03:37.979024 [ 5 ] {608d4a3a-bcc1-4d91-99e3-64fe48dd0fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5421 | 2025.04.15 04:03:37.979071 [ 5 ] {608d4a3a-bcc1-4d91-99e3-64fe48dd0fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5422 | 2025.04.15 04:03:37.979491 [ 5 ] {608d4a3a-bcc1-4d91-99e3-64fe48dd0fc6} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2025.04.15 04:03:37.979529 [ 5 ] {608d4a3a-bcc1-4d91-99e3-64fe48dd0fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5424 | 2025.04.15 04:03:37.979871 [ 5 ] {608d4a3a-bcc1-4d91-99e3-64fe48dd0fc6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5425 | 2025.04.15 04:03:37.980116 [ 5 ] {608d4a3a-bcc1-4d91-99e3-64fe48dd0fc6} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5426 | 2025.04.15 04:03:37.980369 [ 5 ] {608d4a3a-bcc1-4d91-99e3-64fe48dd0fc6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001357 sec., 4421.518054532056 rows/sec., 231.01 KiB/sec. | ||
| 5427 | 2025.04.15 04:03:37.980549 [ 5 ] {608d4a3a-bcc1-4d91-99e3-64fe48dd0fc6} <Debug> TCPHandler: Processed in 0.001674806 sec. | ||
| 5428 | 2025.04.15 04:03:37.980706 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5429 | 2025.04.15 04:03:37.980809 [ 5 ] {8fc024a9-70cb-4ae1-a1ae-6f80cdfdcbc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5430 | 2025.04.15 04:03:37.980858 [ 5 ] {8fc024a9-70cb-4ae1-a1ae-6f80cdfdcbc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5431 | 2025.04.15 04:03:37.981375 [ 5 ] {8fc024a9-70cb-4ae1-a1ae-6f80cdfdcbc1} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5432 | 2025.04.15 04:03:37.981413 [ 5 ] {8fc024a9-70cb-4ae1-a1ae-6f80cdfdcbc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5433 | 2025.04.15 04:03:37.981786 [ 5 ] {8fc024a9-70cb-4ae1-a1ae-6f80cdfdcbc1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5434 | 2025.04.15 04:03:37.982019 [ 5 ] {8fc024a9-70cb-4ae1-a1ae-6f80cdfdcbc1} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5435 | 2025.04.15 04:03:37.982187 [ 5 ] {8fc024a9-70cb-4ae1-a1ae-6f80cdfdcbc1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001401 sec., 169164.88222698073 rows/sec., 11.34 MiB/sec. | ||
| 5436 | 2025.04.15 04:03:37.982235 [ 5 ] {8fc024a9-70cb-4ae1-a1ae-6f80cdfdcbc1} <Debug> TCPHandler: Processed in 0.001580234 sec. | ||
| 5437 | 2025.04.15 04:03:37.982346 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5438 | 2025.04.15 04:03:37.982452 [ 5 ] {e52a446d-7b87-4fd2-aa73-ef2cf535f62d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5439 | 2025.04.15 04:03:37.982498 [ 5 ] {e52a446d-7b87-4fd2-aa73-ef2cf535f62d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5440 | 2025.04.15 04:03:37.982879 [ 5 ] {e52a446d-7b87-4fd2-aa73-ef2cf535f62d} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5441 | 2025.04.15 04:03:37.982915 [ 5 ] {e52a446d-7b87-4fd2-aa73-ef2cf535f62d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5442 | 2025.04.15 04:03:37.983245 [ 5 ] {e52a446d-7b87-4fd2-aa73-ef2cf535f62d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5443 | 2025.04.15 04:03:37.983474 [ 5 ] {e52a446d-7b87-4fd2-aa73-ef2cf535f62d} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5444 | 2025.04.15 04:03:37.983636 [ 5 ] {e52a446d-7b87-4fd2-aa73-ef2cf535f62d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001207 sec., 828.5004142502072 rows/sec., 55.83 KiB/sec. | ||
| 5445 | 2025.04.15 04:03:37.983682 [ 5 ] {e52a446d-7b87-4fd2-aa73-ef2cf535f62d} <Debug> TCPHandler: Processed in 0.00138553 sec. | ||
| 5446 | 2025.04.15 04:03:37.983789 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5447 | 2025.04.15 04:03:37.983892 [ 5 ] {6caa2bf3-530b-4782-8e00-67ba3316c538} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5448 | 2025.04.15 04:03:37.983955 [ 5 ] {6caa2bf3-530b-4782-8e00-67ba3316c538} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5449 | 2025.04.15 04:03:37.984923 [ 5 ] {6caa2bf3-530b-4782-8e00-67ba3316c538} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5450 | 2025.04.15 04:03:37.984959 [ 5 ] {6caa2bf3-530b-4782-8e00-67ba3316c538} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5451 | 2025.04.15 04:03:37.985532 [ 5 ] {6caa2bf3-530b-4782-8e00-67ba3316c538} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5452 | 2025.04.15 04:03:37.985783 [ 5 ] {6caa2bf3-530b-4782-8e00-67ba3316c538} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5453 | 2025.04.15 04:03:37.986015 [ 5 ] {6caa2bf3-530b-4782-8e00-67ba3316c538} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002137 sec., 3743.5657463734206 rows/sec., 6.71 MiB/sec. | ||
| 5454 | 2025.04.15 04:03:37.986443 [ 5 ] {6caa2bf3-530b-4782-8e00-67ba3316c538} <Debug> TCPHandler: Processed in 0.002703038 sec. | ||
| 5455 | 2025.04.15 04:03:37.986556 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5456 | 2025.04.15 04:03:37.986656 [ 5 ] {0e6d4676-5213-4d6a-a1ef-b37e7d2d7ca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5457 | 2025.04.15 04:03:37.986702 [ 5 ] {0e6d4676-5213-4d6a-a1ef-b37e7d2d7ca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5458 | 2025.04.15 04:03:37.987126 [ 5 ] {0e6d4676-5213-4d6a-a1ef-b37e7d2d7ca9} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5459 | 2025.04.15 04:03:37.987164 [ 5 ] {0e6d4676-5213-4d6a-a1ef-b37e7d2d7ca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5460 | 2025.04.15 04:03:37.987524 [ 5 ] {0e6d4676-5213-4d6a-a1ef-b37e7d2d7ca9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5461 | 2025.04.15 04:03:37.987765 [ 5 ] {0e6d4676-5213-4d6a-a1ef-b37e7d2d7ca9} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5462 | 2025.04.15 04:03:37.987933 [ 5 ] {0e6d4676-5213-4d6a-a1ef-b37e7d2d7ca9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001299 sec., 63125.48113933795 rows/sec., 4.01 MiB/sec. | ||
| 5463 | 2025.04.15 04:03:37.987982 [ 5 ] {0e6d4676-5213-4d6a-a1ef-b37e7d2d7ca9} <Debug> TCPHandler: Processed in 0.001476752 sec. | ||
| 5464 | 2025.04.15 04:03:42.863849 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5465 | 2025.04.15 04:03:42.864464 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5466 | 2025.04.15 04:03:42.864503 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5467 | 2025.04.15 04:03:42.865048 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5468 | 2025.04.15 04:03:42.865310 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5469 | 2025.04.15 04:03:42.865563 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5470 | 2025.04.15 04:03:42.964166 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5471 | 2025.04.15 04:03:42.964460 [ 5 ] {7477d10f-0bd0-400c-9dec-aac512a3edb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5472 | 2025.04.15 04:03:42.964573 [ 5 ] {7477d10f-0bd0-400c-9dec-aac512a3edb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5473 | 2025.04.15 04:03:42.965408 [ 5 ] {7477d10f-0bd0-400c-9dec-aac512a3edb9} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5474 | 2025.04.15 04:03:42.965453 [ 5 ] {7477d10f-0bd0-400c-9dec-aac512a3edb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5475 | 2025.04.15 04:03:42.965850 [ 5 ] {7477d10f-0bd0-400c-9dec-aac512a3edb9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5476 | 2025.04.15 04:03:42.966092 [ 5 ] {7477d10f-0bd0-400c-9dec-aac512a3edb9} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5477 | 2025.04.15 04:03:42.966331 [ 5 ] {7477d10f-0bd0-400c-9dec-aac512a3edb9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001947 sec., 2054.442732408834 rows/sec., 167.53 KiB/sec. | ||
| 5478 | 2025.04.15 04:03:42.966523 [ 5 ] {7477d10f-0bd0-400c-9dec-aac512a3edb9} <Debug> TCPHandler: Processed in 0.002525564 sec. | ||
| 5479 | 2025.04.15 04:03:42.966692 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5480 | 2025.04.15 04:03:42.966802 [ 5 ] {461b4598-1840-4f5c-b51d-0a728d111a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5481 | 2025.04.15 04:03:42.966849 [ 5 ] {461b4598-1840-4f5c-b51d-0a728d111a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5482 | 2025.04.15 04:03:42.967515 [ 5 ] {461b4598-1840-4f5c-b51d-0a728d111a84} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5483 | 2025.04.15 04:03:42.967554 [ 5 ] {461b4598-1840-4f5c-b51d-0a728d111a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5484 | 2025.04.15 04:03:42.967896 [ 5 ] {461b4598-1840-4f5c-b51d-0a728d111a84} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5485 | 2025.04.15 04:03:42.968117 [ 5 ] {461b4598-1840-4f5c-b51d-0a728d111a84} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5486 | 2025.04.15 04:03:42.968307 [ 5 ] {461b4598-1840-4f5c-b51d-0a728d111a84} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001531 sec., 79686.47942521228 rows/sec., 6.75 MiB/sec. | ||
| 5487 | 2025.04.15 04:03:42.968356 [ 5 ] {461b4598-1840-4f5c-b51d-0a728d111a84} <Debug> TCPHandler: Processed in 0.001713206 sec. | ||
| 5488 | 2025.04.15 04:03:42.968477 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5489 | 2025.04.15 04:03:42.968579 [ 5 ] {0a75e4fa-0cfe-4417-9aee-aebc0a4236cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5490 | 2025.04.15 04:03:42.968623 [ 5 ] {0a75e4fa-0cfe-4417-9aee-aebc0a4236cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5491 | 2025.04.15 04:03:42.969141 [ 5 ] {0a75e4fa-0cfe-4417-9aee-aebc0a4236cb} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5492 | 2025.04.15 04:03:42.969183 [ 5 ] {0a75e4fa-0cfe-4417-9aee-aebc0a4236cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5493 | 2025.04.15 04:03:42.969515 [ 5 ] {0a75e4fa-0cfe-4417-9aee-aebc0a4236cb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5494 | 2025.04.15 04:03:42.969737 [ 5 ] {0a75e4fa-0cfe-4417-9aee-aebc0a4236cb} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5495 | 2025.04.15 04:03:42.969897 [ 27 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5496 | 2025.04.15 04:03:42.969943 [ 5 ] {0a75e4fa-0cfe-4417-9aee-aebc0a4236cb} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001385 sec., 25992.779783393504 rows/sec., 1.89 MiB/sec. | ||
| 5497 | 2025.04.15 04:03:42.970002 [ 27 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5498 | 2025.04.15 04:03:42.970059 [ 5 ] {0a75e4fa-0cfe-4417-9aee-aebc0a4236cb} <Debug> TCPHandler: Processed in 0.001628385 sec. | ||
| 5499 | 2025.04.15 04:03:42.970066 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5500 | 2025.04.15 04:03:42.970254 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5501 | 2025.04.15 04:03:42.970392 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 5502 | 2025.04.15 04:03:42.970614 [ 5 ] {c1004da4-8cba-4461-a2e5-017c3f1f12ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5503 | 2025.04.15 04:03:42.970782 [ 5 ] {c1004da4-8cba-4461-a2e5-017c3f1f12ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5504 | 2025.04.15 04:03:42.971175 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5505 | 2025.04.15 04:03:42.971259 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 164 rows starting from the beginning of the part | ||
| 5506 | 2025.04.15 04:03:42.971672 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part | ||
| 5507 | 2025.04.15 04:03:42.972080 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 116 rows starting from the beginning of the part | ||
| 5508 | 2025.04.15 04:03:42.972415 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
| 5509 | 2025.04.15 04:03:42.972562 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 114 rows starting from the beginning of the part | ||
| 5510 | 2025.04.15 04:03:42.972903 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part | ||
| 5511 | 2025.04.15 04:03:42.973846 [ 5 ] {c1004da4-8cba-4461-a2e5-017c3f1f12ee} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5512 | 2025.04.15 04:03:42.973926 [ 5 ] {c1004da4-8cba-4461-a2e5-017c3f1f12ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5513 | 2025.04.15 04:03:42.974911 [ 5 ] {c1004da4-8cba-4461-a2e5-017c3f1f12ee} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5514 | 2025.04.15 04:03:42.975433 [ 5 ] {c1004da4-8cba-4461-a2e5-017c3f1f12ee} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5515 | 2025.04.15 04:03:42.975911 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 494 rows, containing 5 columns (5 merged, 0 gathered) in 0.005726692 sec., 86262.71501942133 rows/sec., 5.83 MiB/sec. | ||
| 5516 | 2025.04.15 04:03:42.975971 [ 5 ] {c1004da4-8cba-4461-a2e5-017c3f1f12ee} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.005497 sec., 18191.740949608877 rows/sec., 1.42 MiB/sec. | ||
| 5517 | 2025.04.15 04:03:42.976099 [ 5 ] {c1004da4-8cba-4461-a2e5-017c3f1f12ee} <Debug> TCPHandler: Processed in 0.005939396 sec. | ||
| 5518 | 2025.04.15 04:03:42.976240 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5519 | 2025.04.15 04:03:42.976259 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5520 | 2025.04.15 04:03:42.976430 [ 5 ] {2ab10724-9ea1-4ccd-9bb9-da62a7b4147e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5521 | 2025.04.15 04:03:42.976502 [ 5 ] {2ab10724-9ea1-4ccd-9bb9-da62a7b4147e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5522 | 2025.04.15 04:03:42.976893 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_31_6} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5523 | 2025.04.15 04:03:42.977079 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_31_6} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5524 | 2025.04.15 04:03:42.977247 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5525 | 2025.04.15 04:03:42.977486 [ 5 ] {2ab10724-9ea1-4ccd-9bb9-da62a7b4147e} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5526 | 2025.04.15 04:03:42.977529 [ 5 ] {2ab10724-9ea1-4ccd-9bb9-da62a7b4147e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5527 | 2025.04.15 04:03:42.977912 [ 5 ] {2ab10724-9ea1-4ccd-9bb9-da62a7b4147e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5528 | 2025.04.15 04:03:42.978135 [ 5 ] {2ab10724-9ea1-4ccd-9bb9-da62a7b4147e} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5529 | 2025.04.15 04:03:42.978332 [ 5 ] {2ab10724-9ea1-4ccd-9bb9-da62a7b4147e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001927 sec., 84068.50025947069 rows/sec., 5.85 MiB/sec. | ||
| 5530 | 2025.04.15 04:03:42.978384 [ 5 ] {2ab10724-9ea1-4ccd-9bb9-da62a7b4147e} <Debug> TCPHandler: Processed in 0.002194887 sec. | ||
| 5531 | 2025.04.15 04:03:42.978496 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5532 | 2025.04.15 04:03:42.978598 [ 5 ] {3b195121-ac95-4f3f-b918-69d166a0df2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5533 | 2025.04.15 04:03:42.978662 [ 5 ] {3b195121-ac95-4f3f-b918-69d166a0df2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5534 | 2025.04.15 04:03:42.979748 [ 5 ] {3b195121-ac95-4f3f-b918-69d166a0df2f} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5535 | 2025.04.15 04:03:42.979785 [ 5 ] {3b195121-ac95-4f3f-b918-69d166a0df2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5536 | 2025.04.15 04:03:42.980403 [ 5 ] {3b195121-ac95-4f3f-b918-69d166a0df2f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5537 | 2025.04.15 04:03:42.980651 [ 5 ] {3b195121-ac95-4f3f-b918-69d166a0df2f} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5538 | 2025.04.15 04:03:42.980824 [ 27 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5539 | 2025.04.15 04:03:42.980892 [ 27 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5540 | 2025.04.15 04:03:42.980911 [ 5 ] {3b195121-ac95-4f3f-b918-69d166a0df2f} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002334 sec., 13710.368466152528 rows/sec., 24.57 MiB/sec. | ||
| 5541 | 2025.04.15 04:03:42.980942 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5542 | 2025.04.15 04:03:42.981443 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 5543 | 2025.04.15 04:03:42.981449 [ 5 ] {3b195121-ac95-4f3f-b918-69d166a0df2f} <Debug> TCPHandler: Processed in 0.002995864 sec. | ||
| 5544 | 2025.04.15 04:03:42.981931 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5545 | 2025.04.15 04:03:42.982264 [ 5 ] {949f343c-8511-453f-b781-b6c4a1f2549e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5546 | 2025.04.15 04:03:42.982393 [ 5 ] {949f343c-8511-453f-b781-b6c4a1f2549e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5547 | 2025.04.15 04:03:42.982780 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5548 | 2025.04.15 04:03:42.983037 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 475 rows starting from the beginning of the part | ||
| 5549 | 2025.04.15 04:03:42.983701 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part | ||
| 5550 | 2025.04.15 04:03:42.984596 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 5551 | 2025.04.15 04:03:42.984632 [ 5 ] {949f343c-8511-453f-b781-b6c4a1f2549e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5552 | 2025.04.15 04:03:42.984708 [ 5 ] {949f343c-8511-453f-b781-b6c4a1f2549e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5553 | 2025.04.15 04:03:42.985192 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
| 5554 | 2025.04.15 04:03:42.985913 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 5555 | 2025.04.15 04:03:42.986220 [ 5 ] {949f343c-8511-453f-b781-b6c4a1f2549e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5556 | 2025.04.15 04:03:42.986557 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part | ||
| 5557 | 2025.04.15 04:03:42.987113 [ 5 ] {949f343c-8511-453f-b781-b6c4a1f2549e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5558 | 2025.04.15 04:03:42.987920 [ 5 ] {949f343c-8511-453f-b781-b6c4a1f2549e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005737 sec., 10458.427749694963 rows/sec., 721.74 KiB/sec. | ||
| 5559 | 2025.04.15 04:03:42.988256 [ 5 ] {949f343c-8511-453f-b781-b6c4a1f2549e} <Debug> TCPHandler: Processed in 0.006427238 sec. | ||
| 5560 | 2025.04.15 04:03:42.999908 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 587 rows, containing 19 columns (19 merged, 0 gathered) in 0.018823061 sec., 31185.15102299249 rows/sec., 55.88 MiB/sec. | ||
| 5561 | 2025.04.15 04:03:43.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.29 MiB, peak 197.40 MiB, free memory in arenas 0.00 B, will set to 191.00 MiB (RSS), difference: -3.29 MiB | ||
| 5562 | 2025.04.15 04:03:43.000772 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5563 | 2025.04.15 04:03:43.001204 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5564 | 2025.04.15 04:03:43.001295 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5565 | 2025.04.15 04:03:43.001446 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 5566 | 2025.04.15 04:03:43.657116 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5567 | 2025.04.15 04:03:43.679347 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5568 | 2025.04.15 04:03:43.679393 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5569 | 2025.04.15 04:03:43.686813 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5570 | 2025.04.15 04:03:43.687573 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5571 | 2025.04.15 04:03:43.691105 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5572 | 2025.04.15 04:03:44.000224 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.31 MiB, peak 197.40 MiB, free memory in arenas 0.00 B, will set to 191.24 MiB (RSS), difference: 3.93 MiB | ||
| 5573 | 2025.04.15 04:03:45.411871 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 804 | ||
| 5574 | 2025.04.15 04:03:45.415455 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5575 | 2025.04.15 04:03:45.415513 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5576 | 2025.04.15 04:03:45.416988 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5577 | 2025.04.15 04:03:45.417309 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5578 | 2025.04.15 04:03:45.418681 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 804 | ||
| 5579 | 2025.04.15 04:03:47.968270 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5580 | 2025.04.15 04:03:47.968446 [ 5 ] {29a9aacf-7663-4016-af33-77622935d8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5581 | 2025.04.15 04:03:47.968513 [ 5 ] {29a9aacf-7663-4016-af33-77622935d8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5582 | 2025.04.15 04:03:47.969355 [ 5 ] {29a9aacf-7663-4016-af33-77622935d8d0} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5583 | 2025.04.15 04:03:47.969395 [ 5 ] {29a9aacf-7663-4016-af33-77622935d8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5584 | 2025.04.15 04:03:47.969810 [ 5 ] {29a9aacf-7663-4016-af33-77622935d8d0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5585 | 2025.04.15 04:03:47.970051 [ 5 ] {29a9aacf-7663-4016-af33-77622935d8d0} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5586 | 2025.04.15 04:03:47.970186 [ 93 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5587 | 2025.04.15 04:03:47.970237 [ 93 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5588 | 2025.04.15 04:03:47.970261 [ 5 ] {29a9aacf-7663-4016-af33-77622935d8d0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00186 sec., 113978.4946236559 rows/sec., 7.25 MiB/sec. | ||
| 5589 | 2025.04.15 04:03:47.970268 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5590 | 2025.04.15 04:03:47.970361 [ 5 ] {29a9aacf-7663-4016-af33-77622935d8d0} <Debug> TCPHandler: Processed in 0.002207658 sec. | ||
| 5591 | 2025.04.15 04:03:47.970624 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 5592 | 2025.04.15 04:03:47.970674 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5593 | 2025.04.15 04:03:47.970983 [ 5 ] {2c230b3b-3e2b-4c6a-a7c0-bc24ac3ba6dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5594 | 2025.04.15 04:03:47.971006 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5595 | 2025.04.15 04:03:47.971084 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 5596 | 2025.04.15 04:03:47.971092 [ 5 ] {2c230b3b-3e2b-4c6a-a7c0-bc24ac3ba6dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5597 | 2025.04.15 04:03:47.971381 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 5598 | 2025.04.15 04:03:47.971771 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 5599 | 2025.04.15 04:03:47.972137 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 5600 | 2025.04.15 04:03:47.972531 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 5601 | 2025.04.15 04:03:47.974324 [ 5 ] {2c230b3b-3e2b-4c6a-a7c0-bc24ac3ba6dc} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5602 | 2025.04.15 04:03:47.974391 [ 5 ] {2c230b3b-3e2b-4c6a-a7c0-bc24ac3ba6dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5603 | 2025.04.15 04:03:47.975230 [ 5 ] {2c230b3b-3e2b-4c6a-a7c0-bc24ac3ba6dc} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5604 | 2025.04.15 04:03:47.975244 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004856933 sec., 218244.72357349793 rows/sec., 14.71 MiB/sec. | ||
| 5605 | 2025.04.15 04:03:47.975559 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5606 | 2025.04.15 04:03:47.975621 [ 5 ] {2c230b3b-3e2b-4c6a-a7c0-bc24ac3ba6dc} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5607 | 2025.04.15 04:03:47.976094 [ 5 ] {2c230b3b-3e2b-4c6a-a7c0-bc24ac3ba6dc} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.005179 sec., 122224.36763854027 rows/sec., 9.61 MiB/sec. | ||
| 5608 | 2025.04.15 04:03:47.976420 [ 5 ] {2c230b3b-3e2b-4c6a-a7c0-bc24ac3ba6dc} <Debug> TCPHandler: Processed in 0.005845805 sec. | ||
| 5609 | 2025.04.15 04:03:47.976527 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_17_4} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5610 | 2025.04.15 04:03:47.976735 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5611 | 2025.04.15 04:03:47.976877 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_17_4} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5612 | 2025.04.15 04:03:47.976920 [ 5 ] {14e29e2e-3888-44e9-b5cf-c264dbfdd7c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5613 | 2025.04.15 04:03:47.977023 [ 5 ] {14e29e2e-3888-44e9-b5cf-c264dbfdd7c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5614 | 2025.04.15 04:03:47.977050 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5615 | 2025.04.15 04:03:47.977649 [ 5 ] {14e29e2e-3888-44e9-b5cf-c264dbfdd7c2} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5616 | 2025.04.15 04:03:47.977690 [ 5 ] {14e29e2e-3888-44e9-b5cf-c264dbfdd7c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5617 | 2025.04.15 04:03:47.978037 [ 5 ] {14e29e2e-3888-44e9-b5cf-c264dbfdd7c2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5618 | 2025.04.15 04:03:47.978267 [ 5 ] {14e29e2e-3888-44e9-b5cf-c264dbfdd7c2} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5619 | 2025.04.15 04:03:47.978425 [ 5 ] {14e29e2e-3888-44e9-b5cf-c264dbfdd7c2} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00156 sec., 73076.92307692308 rows/sec., 4.37 MiB/sec. | ||
| 5620 | 2025.04.15 04:03:47.978476 [ 5 ] {14e29e2e-3888-44e9-b5cf-c264dbfdd7c2} <Debug> TCPHandler: Processed in 0.00184232 sec. | ||
| 5621 | 2025.04.15 04:03:47.978603 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5622 | 2025.04.15 04:03:47.978704 [ 5 ] {4e1ad13f-5aeb-4afb-9fad-afa07d375bb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5623 | 2025.04.15 04:03:47.978746 [ 5 ] {4e1ad13f-5aeb-4afb-9fad-afa07d375bb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5624 | 2025.04.15 04:03:47.979266 [ 5 ] {4e1ad13f-5aeb-4afb-9fad-afa07d375bb5} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5625 | 2025.04.15 04:03:47.979303 [ 5 ] {4e1ad13f-5aeb-4afb-9fad-afa07d375bb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5626 | 2025.04.15 04:03:47.979634 [ 5 ] {4e1ad13f-5aeb-4afb-9fad-afa07d375bb5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5627 | 2025.04.15 04:03:47.979857 [ 5 ] {4e1ad13f-5aeb-4afb-9fad-afa07d375bb5} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5628 | 2025.04.15 04:03:47.980021 [ 5 ] {4e1ad13f-5aeb-4afb-9fad-afa07d375bb5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001338 sec., 84454.40956651719 rows/sec., 5.47 MiB/sec. | ||
| 5629 | 2025.04.15 04:03:47.980072 [ 5 ] {4e1ad13f-5aeb-4afb-9fad-afa07d375bb5} <Debug> TCPHandler: Processed in 0.001518553 sec. | ||
| 5630 | 2025.04.15 04:03:47.980183 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5631 | 2025.04.15 04:03:47.980284 [ 5 ] {039b980a-895a-4f80-8561-46381e4c8e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5632 | 2025.04.15 04:03:47.980326 [ 5 ] {039b980a-895a-4f80-8561-46381e4c8e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5633 | 2025.04.15 04:03:47.980839 [ 5 ] {039b980a-895a-4f80-8561-46381e4c8e38} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5634 | 2025.04.15 04:03:47.980875 [ 5 ] {039b980a-895a-4f80-8561-46381e4c8e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5635 | 2025.04.15 04:03:47.981202 [ 5 ] {039b980a-895a-4f80-8561-46381e4c8e38} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5636 | 2025.04.15 04:03:47.981434 [ 5 ] {039b980a-895a-4f80-8561-46381e4c8e38} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5637 | 2025.04.15 04:03:47.981547 [ 93 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5638 | 2025.04.15 04:03:47.981593 [ 93 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5639 | 2025.04.15 04:03:47.981602 [ 5 ] {039b980a-895a-4f80-8561-46381e4c8e38} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001337 sec., 83769.6335078534 rows/sec., 4.77 MiB/sec. | ||
| 5640 | 2025.04.15 04:03:47.981616 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5641 | 2025.04.15 04:03:47.981678 [ 5 ] {039b980a-895a-4f80-8561-46381e4c8e38} <Debug> TCPHandler: Processed in 0.001541693 sec. | ||
| 5642 | 2025.04.15 04:03:47.981873 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 5643 | 2025.04.15 04:03:47.981933 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5644 | 2025.04.15 04:03:47.982327 [ 5 ] {ab5d61e9-dee8-4b75-b5d7-758e1c61b2ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5645 | 2025.04.15 04:03:47.982386 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5646 | 2025.04.15 04:03:47.982508 [ 5 ] {ab5d61e9-dee8-4b75-b5d7-758e1c61b2ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5647 | 2025.04.15 04:03:47.982544 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 5648 | 2025.04.15 04:03:47.983032 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 5649 | 2025.04.15 04:03:47.983208 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 5650 | 2025.04.15 04:03:47.983460 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 5651 | 2025.04.15 04:03:47.983676 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 5652 | 2025.04.15 04:03:47.984793 [ 5 ] {ab5d61e9-dee8-4b75-b5d7-758e1c61b2ed} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5653 | 2025.04.15 04:03:47.984841 [ 5 ] {ab5d61e9-dee8-4b75-b5d7-758e1c61b2ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5654 | 2025.04.15 04:03:47.985290 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003596847 sec., 155691.9157250781 rows/sec., 9.46 MiB/sec. | ||
| 5655 | 2025.04.15 04:03:47.985459 [ 5 ] {ab5d61e9-dee8-4b75-b5d7-758e1c61b2ed} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5656 | 2025.04.15 04:03:47.985573 [ 190 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5657 | 2025.04.15 04:03:47.986235 [ 190 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_17_4} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5658 | 2025.04.15 04:03:47.986254 [ 5 ] {ab5d61e9-dee8-4b75-b5d7-758e1c61b2ed} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5659 | 2025.04.15 04:03:47.986423 [ 190 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_17_4} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5660 | 2025.04.15 04:03:47.986710 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 5661 | 2025.04.15 04:03:47.986836 [ 5 ] {ab5d61e9-dee8-4b75-b5d7-758e1c61b2ed} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.004641 sec., 84033.61344537814 rows/sec., 5.94 MiB/sec. | ||
| 5662 | 2025.04.15 04:03:47.986954 [ 5 ] {ab5d61e9-dee8-4b75-b5d7-758e1c61b2ed} <Debug> TCPHandler: Processed in 0.005078798 sec. | ||
| 5663 | 2025.04.15 04:03:47.987074 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5664 | 2025.04.15 04:03:47.987177 [ 5 ] {1628a133-3ba5-4088-852e-22942cbe79ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5665 | 2025.04.15 04:03:47.987223 [ 5 ] {1628a133-3ba5-4088-852e-22942cbe79ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5666 | 2025.04.15 04:03:47.987638 [ 5 ] {1628a133-3ba5-4088-852e-22942cbe79ac} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2025.04.15 04:03:47.987675 [ 5 ] {1628a133-3ba5-4088-852e-22942cbe79ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5668 | 2025.04.15 04:03:47.988051 [ 5 ] {1628a133-3ba5-4088-852e-22942cbe79ac} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5669 | 2025.04.15 04:03:47.988292 [ 5 ] {1628a133-3ba5-4088-852e-22942cbe79ac} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2025.04.15 04:03:47.988449 [ 5 ] {1628a133-3ba5-4088-852e-22942cbe79ac} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001294 sec., 4636.7851622874805 rows/sec., 242.25 KiB/sec. | ||
| 5671 | 2025.04.15 04:03:47.988496 [ 5 ] {1628a133-3ba5-4088-852e-22942cbe79ac} <Debug> TCPHandler: Processed in 0.001470601 sec. | ||
| 5672 | 2025.04.15 04:03:47.988617 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5673 | 2025.04.15 04:03:47.988733 [ 5 ] {93a3d236-95f8-4d85-bf35-47234ae410b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5674 | 2025.04.15 04:03:47.988781 [ 5 ] {93a3d236-95f8-4d85-bf35-47234ae410b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5675 | 2025.04.15 04:03:47.989267 [ 5 ] {93a3d236-95f8-4d85-bf35-47234ae410b4} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5676 | 2025.04.15 04:03:47.989328 [ 5 ] {93a3d236-95f8-4d85-bf35-47234ae410b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5677 | 2025.04.15 04:03:47.989696 [ 5 ] {93a3d236-95f8-4d85-bf35-47234ae410b4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5678 | 2025.04.15 04:03:47.989926 [ 5 ] {93a3d236-95f8-4d85-bf35-47234ae410b4} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5679 | 2025.04.15 04:03:47.990087 [ 5 ] {93a3d236-95f8-4d85-bf35-47234ae410b4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001376 sec., 172238.37209302324 rows/sec., 11.54 MiB/sec. | ||
| 5680 | 2025.04.15 04:03:47.990136 [ 5 ] {93a3d236-95f8-4d85-bf35-47234ae410b4} <Debug> TCPHandler: Processed in 0.001568114 sec. | ||
| 5681 | 2025.04.15 04:03:47.990248 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5682 | 2025.04.15 04:03:47.990351 [ 5 ] {e9c6c467-6d18-437c-a720-3c13be6d4248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5683 | 2025.04.15 04:03:47.990397 [ 5 ] {e9c6c467-6d18-437c-a720-3c13be6d4248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5684 | 2025.04.15 04:03:47.990781 [ 5 ] {e9c6c467-6d18-437c-a720-3c13be6d4248} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5685 | 2025.04.15 04:03:47.990817 [ 5 ] {e9c6c467-6d18-437c-a720-3c13be6d4248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5686 | 2025.04.15 04:03:47.991145 [ 5 ] {e9c6c467-6d18-437c-a720-3c13be6d4248} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5687 | 2025.04.15 04:03:47.991384 [ 5 ] {e9c6c467-6d18-437c-a720-3c13be6d4248} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2025.04.15 04:03:47.991576 [ 5 ] {e9c6c467-6d18-437c-a720-3c13be6d4248} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001233 sec., 811.0300081103002 rows/sec., 54.65 KiB/sec. | ||
| 5689 | 2025.04.15 04:03:47.991700 [ 5 ] {e9c6c467-6d18-437c-a720-3c13be6d4248} <Debug> TCPHandler: Processed in 0.001496162 sec. | ||
| 5690 | 2025.04.15 04:03:47.991884 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5691 | 2025.04.15 04:03:47.991987 [ 5 ] {27ff5f19-9861-494d-9931-7f4597dee172} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5692 | 2025.04.15 04:03:47.992058 [ 5 ] {27ff5f19-9861-494d-9931-7f4597dee172} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5693 | 2025.04.15 04:03:47.993043 [ 5 ] {27ff5f19-9861-494d-9931-7f4597dee172} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5694 | 2025.04.15 04:03:47.993080 [ 5 ] {27ff5f19-9861-494d-9931-7f4597dee172} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5695 | 2025.04.15 04:03:47.993652 [ 5 ] {27ff5f19-9861-494d-9931-7f4597dee172} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5696 | 2025.04.15 04:03:47.993892 [ 5 ] {27ff5f19-9861-494d-9931-7f4597dee172} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5697 | 2025.04.15 04:03:47.994070 [ 5 ] {27ff5f19-9861-494d-9931-7f4597dee172} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002106 sec., 3798.6704653371326 rows/sec., 6.81 MiB/sec. | ||
| 5698 | 2025.04.15 04:03:47.994159 [ 5 ] {27ff5f19-9861-494d-9931-7f4597dee172} <Debug> TCPHandler: Processed in 0.002330869 sec. | ||
| 5699 | 2025.04.15 04:03:47.994282 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5700 | 2025.04.15 04:03:47.994393 [ 5 ] {6caf3275-d4da-43dc-836b-e11ebd737b06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5701 | 2025.04.15 04:03:47.994439 [ 5 ] {6caf3275-d4da-43dc-836b-e11ebd737b06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5702 | 2025.04.15 04:03:47.994856 [ 5 ] {6caf3275-d4da-43dc-836b-e11ebd737b06} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5703 | 2025.04.15 04:03:47.994892 [ 5 ] {6caf3275-d4da-43dc-836b-e11ebd737b06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.16 GiB. | ||
| 5704 | 2025.04.15 04:03:47.995269 [ 5 ] {6caf3275-d4da-43dc-836b-e11ebd737b06} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5705 | 2025.04.15 04:03:47.995503 [ 5 ] {6caf3275-d4da-43dc-836b-e11ebd737b06} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2025.04.15 04:03:47.995668 [ 5 ] {6caf3275-d4da-43dc-836b-e11ebd737b06} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001297 sec., 63222.82189668466 rows/sec., 4.02 MiB/sec. | ||
| 5707 | 2025.04.15 04:03:47.995716 [ 5 ] {6caf3275-d4da-43dc-836b-e11ebd737b06} <Debug> TCPHandler: Processed in 0.001485291 sec. | ||
| 5708 | 2025.04.15 04:03:50.200007 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5709 | 2025.04.15 04:03:50.200067 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5710 | 2025.04.15 04:03:50.365700 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5711 | 2025.04.15 04:03:50.366352 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5712 | 2025.04.15 04:03:50.366393 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5713 | 2025.04.15 04:03:50.366896 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5714 | 2025.04.15 04:03:50.367144 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5715 | 2025.04.15 04:03:50.367301 [ 144 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5716 | 2025.04.15 04:03:50.367370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5717 | 2025.04.15 04:03:50.367372 [ 144 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5718 | 2025.04.15 04:03:50.367418 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5719 | 2025.04.15 04:03:50.367574 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 5720 | 2025.04.15 04:03:50.367737 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5721 | 2025.04.15 04:03:50.367781 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 5722 | 2025.04.15 04:03:50.367866 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 5723 | 2025.04.15 04:03:50.368109 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 5724 | 2025.04.15 04:03:50.368289 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 5725 | 2025.04.15 04:03:50.368490 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 5726 | 2025.04.15 04:03:50.368598 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 5727 | 2025.04.15 04:03:50.371328 [ 190 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003826382 sec., 3124622.685346105 rows/sec., 44.70 MiB/sec. | ||
| 5728 | 2025.04.15 04:03:50.371755 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5729 | 2025.04.15 04:03:50.372098 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_26_5} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5730 | 2025.04.15 04:03:50.372197 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_26_5} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5731 | 2025.04.15 04:03:50.372310 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5732 | 2025.04.15 04:03:51.191215 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5733 | 2025.04.15 04:03:51.212295 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5734 | 2025.04.15 04:03:51.212340 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5735 | 2025.04.15 04:03:51.219745 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5736 | 2025.04.15 04:03:51.220484 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5737 | 2025.04.15 04:03:51.220804 [ 135 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5738 | 2025.04.15 04:03:51.220864 [ 135 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2025.04.15 04:03:51.220901 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5740 | 2025.04.15 04:03:51.221499 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 5741 | 2025.04.15 04:03:51.236512 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5742 | 2025.04.15 04:03:51.238318 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5743 | 2025.04.15 04:03:51.239811 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 5744 | 2025.04.15 04:03:51.245808 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 5745 | 2025.04.15 04:03:51.251610 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 5746 | 2025.04.15 04:03:51.257269 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 5747 | 2025.04.15 04:03:51.263101 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 5748 | 2025.04.15 04:03:51.267387 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 5749 | 2025.04.15 04:03:51.328939 [ 186 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.107901552 sec., 1816.470628707917 rows/sec., 9.39 MiB/sec. | ||
| 5750 | 2025.04.15 04:03:51.331792 [ 186 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5751 | 2025.04.15 04:03:51.334884 [ 186 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_26_5} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5752 | 2025.04.15 04:03:51.335019 [ 186 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_26_5} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5753 | 2025.04.15 04:03:51.337851 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5754 | 2025.04.15 04:03:52.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.85 MiB, peak 203.41 MiB, free memory in arenas 0.00 B, will set to 194.60 MiB (RSS), difference: 1.75 MiB | ||
| 5755 | 2025.04.15 04:03:52.964251 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5756 | 2025.04.15 04:03:52.964554 [ 5 ] {c2e3780d-af6c-4e08-8bc1-07312d8ca0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5757 | 2025.04.15 04:03:52.964670 [ 5 ] {c2e3780d-af6c-4e08-8bc1-07312d8ca0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5758 | 2025.04.15 04:03:52.965633 [ 5 ] {c2e3780d-af6c-4e08-8bc1-07312d8ca0a9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5759 | 2025.04.15 04:03:52.965681 [ 5 ] {c2e3780d-af6c-4e08-8bc1-07312d8ca0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5760 | 2025.04.15 04:03:52.966116 [ 5 ] {c2e3780d-af6c-4e08-8bc1-07312d8ca0a9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5761 | 2025.04.15 04:03:52.966370 [ 5 ] {c2e3780d-af6c-4e08-8bc1-07312d8ca0a9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5762 | 2025.04.15 04:03:52.966575 [ 127 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5763 | 2025.04.15 04:03:52.966604 [ 5 ] {c2e3780d-af6c-4e08-8bc1-07312d8ca0a9} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002134 sec., 56232.427366447984 rows/sec., 4.78 MiB/sec. | ||
| 5764 | 2025.04.15 04:03:52.966655 [ 127 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5765 | 2025.04.15 04:03:52.966741 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5766 | 2025.04.15 04:03:52.966747 [ 5 ] {c2e3780d-af6c-4e08-8bc1-07312d8ca0a9} <Debug> TCPHandler: Processed in 0.002681867 sec. | ||
| 5767 | 2025.04.15 04:03:52.966969 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 5768 | 2025.04.15 04:03:52.966982 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5769 | 2025.04.15 04:03:52.967247 [ 5 ] {2a8a7c8a-3e71-4b01-9654-4ce336bb4ff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5770 | 2025.04.15 04:03:52.967251 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5771 | 2025.04.15 04:03:52.967336 [ 5 ] {2a8a7c8a-3e71-4b01-9654-4ce336bb4ff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5772 | 2025.04.15 04:03:52.967347 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1847 rows starting from the beginning of the part | ||
| 5773 | 2025.04.15 04:03:52.967724 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 120 rows starting from the beginning of the part | ||
| 5774 | 2025.04.15 04:03:52.968114 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 633 rows starting from the beginning of the part | ||
| 5775 | 2025.04.15 04:03:52.968480 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 122 rows starting from the beginning of the part | ||
| 5776 | 2025.04.15 04:03:52.968908 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 633 rows starting from the beginning of the part | ||
| 5777 | 2025.04.15 04:03:52.969223 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 120 rows starting from the beginning of the part | ||
| 5778 | 2025.04.15 04:03:52.970113 [ 5 ] {2a8a7c8a-3e71-4b01-9654-4ce336bb4ff0} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5779 | 2025.04.15 04:03:52.970170 [ 5 ] {2a8a7c8a-3e71-4b01-9654-4ce336bb4ff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5780 | 2025.04.15 04:03:52.971110 [ 5 ] {2a8a7c8a-3e71-4b01-9654-4ce336bb4ff0} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5781 | 2025.04.15 04:03:52.971711 [ 5 ] {2a8a7c8a-3e71-4b01-9654-4ce336bb4ff0} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5782 | 2025.04.15 04:03:52.972173 [ 5 ] {2a8a7c8a-3e71-4b01-9654-4ce336bb4ff0} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.005012 sec., 6384.676775738229 rows/sec., 480.10 KiB/sec. | ||
| 5783 | 2025.04.15 04:03:52.972517 [ 5 ] {2a8a7c8a-3e71-4b01-9654-4ce336bb4ff0} <Debug> TCPHandler: Processed in 0.00561506 sec. | ||
| 5784 | 2025.04.15 04:03:52.972935 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5785 | 2025.04.15 04:03:52.973116 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3475 rows, containing 5 columns (5 merged, 0 gathered) in 0.006257363 sec., 555345.7582690984 rows/sec., 47.03 MiB/sec. | ||
| 5786 | 2025.04.15 04:03:52.973151 [ 5 ] {b17df079-e629-43bf-bb01-30831bb7702d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5787 | 2025.04.15 04:03:52.973218 [ 5 ] {b17df079-e629-43bf-bb01-30831bb7702d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5788 | 2025.04.15 04:03:52.973421 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5789 | 2025.04.15 04:03:52.974058 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_41_8} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5790 | 2025.04.15 04:03:52.974276 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_41_8} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5791 | 2025.04.15 04:03:52.974462 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 5792 | 2025.04.15 04:03:52.974533 [ 5 ] {b17df079-e629-43bf-bb01-30831bb7702d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5793 | 2025.04.15 04:03:52.974578 [ 5 ] {b17df079-e629-43bf-bb01-30831bb7702d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5794 | 2025.04.15 04:03:52.974938 [ 5 ] {b17df079-e629-43bf-bb01-30831bb7702d} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5795 | 2025.04.15 04:03:52.975182 [ 5 ] {b17df079-e629-43bf-bb01-30831bb7702d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5796 | 2025.04.15 04:03:52.975369 [ 127 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5797 | 2025.04.15 04:03:52.975428 [ 127 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5798 | 2025.04.15 04:03:52.975432 [ 5 ] {b17df079-e629-43bf-bb01-30831bb7702d} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.002312 sec., 41522.49134948097 rows/sec., 3.24 MiB/sec. | ||
| 5799 | 2025.04.15 04:03:52.975471 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5800 | 2025.04.15 04:03:52.975623 [ 5 ] {b17df079-e629-43bf-bb01-30831bb7702d} <Debug> TCPHandler: Processed in 0.002829201 sec. | ||
| 5801 | 2025.04.15 04:03:52.975688 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 5802 | 2025.04.15 04:03:52.975757 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5803 | 2025.04.15 04:03:52.975798 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5804 | 2025.04.15 04:03:52.975830 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
| 5805 | 2025.04.15 04:03:52.975897 [ 5 ] {5c90f37a-ffe2-4efc-abeb-04d5f8151da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5806 | 2025.04.15 04:03:52.976004 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 96 rows starting from the beginning of the part | ||
| 5807 | 2025.04.15 04:03:52.976052 [ 5 ] {5c90f37a-ffe2-4efc-abeb-04d5f8151da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5808 | 2025.04.15 04:03:52.976364 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 390 rows starting from the beginning of the part | ||
| 5809 | 2025.04.15 04:03:52.976619 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 100 rows starting from the beginning of the part | ||
| 5810 | 2025.04.15 04:03:52.976992 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 390 rows starting from the beginning of the part | ||
| 5811 | 2025.04.15 04:03:52.977445 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 96 rows starting from the beginning of the part | ||
| 5812 | 2025.04.15 04:03:52.978334 [ 5 ] {5c90f37a-ffe2-4efc-abeb-04d5f8151da3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5813 | 2025.04.15 04:03:52.978379 [ 5 ] {5c90f37a-ffe2-4efc-abeb-04d5f8151da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5814 | 2025.04.15 04:03:52.978960 [ 5 ] {5c90f37a-ffe2-4efc-abeb-04d5f8151da3} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5815 | 2025.04.15 04:03:52.979217 [ 5 ] {5c90f37a-ffe2-4efc-abeb-04d5f8151da3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5816 | 2025.04.15 04:03:52.979481 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5817 | 2025.04.15 04:03:52.979602 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5818 | 2025.04.15 04:03:52.979697 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5819 | 2025.04.15 04:03:52.979742 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 5 columns (5 merged, 0 gathered) in 0.004134558 sec., 480341.55041482067 rows/sec., 36.74 MiB/sec. | ||
| 5820 | 2025.04.15 04:03:52.979799 [ 5 ] {5c90f37a-ffe2-4efc-abeb-04d5f8151da3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003923 sec., 40785.113433596736 rows/sec., 2.84 MiB/sec. | ||
| 5821 | 2025.04.15 04:03:52.980150 [ 5 ] {5c90f37a-ffe2-4efc-abeb-04d5f8151da3} <Debug> TCPHandler: Processed in 0.004443324 sec. | ||
| 5822 | 2025.04.15 04:03:52.980149 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5823 | 2025.04.15 04:03:52.980225 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 5824 | 2025.04.15 04:03:52.980378 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5825 | 2025.04.15 04:03:52.980648 [ 5 ] {d7e4c85f-c916-494d-9225-c6aaee4fea2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5826 | 2025.04.15 04:03:52.980722 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5827 | 2025.04.15 04:03:52.980873 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11565 rows starting from the beginning of the part | ||
| 5828 | 2025.04.15 04:03:52.980895 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_41_8} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5829 | 2025.04.15 04:03:52.980917 [ 5 ] {d7e4c85f-c916-494d-9225-c6aaee4fea2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5830 | 2025.04.15 04:03:52.981304 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_41_8} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5831 | 2025.04.15 04:03:52.981399 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 5832 | 2025.04.15 04:03:52.981674 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5833 | 2025.04.15 04:03:52.981943 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 5834 | 2025.04.15 04:03:52.982369 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 162 rows starting from the beginning of the part | ||
| 5835 | 2025.04.15 04:03:52.982723 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 5836 | 2025.04.15 04:03:52.983140 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 5837 | 2025.04.15 04:03:52.986129 [ 5 ] {d7e4c85f-c916-494d-9225-c6aaee4fea2a} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5838 | 2025.04.15 04:03:52.986213 [ 5 ] {d7e4c85f-c916-494d-9225-c6aaee4fea2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5839 | 2025.04.15 04:03:52.987795 [ 5 ] {d7e4c85f-c916-494d-9225-c6aaee4fea2a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5840 | 2025.04.15 04:03:52.988482 [ 5 ] {d7e4c85f-c916-494d-9225-c6aaee4fea2a} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5841 | 2025.04.15 04:03:52.988776 [ 5 ] {d7e4c85f-c916-494d-9225-c6aaee4fea2a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00823 sec., 3888.2138517618473 rows/sec., 6.97 MiB/sec. | ||
| 5842 | 2025.04.15 04:03:52.989202 [ 5 ] {d7e4c85f-c916-494d-9225-c6aaee4fea2a} <Debug> TCPHandler: Processed in 0.008892099 sec. | ||
| 5843 | 2025.04.15 04:03:52.989333 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5844 | 2025.04.15 04:03:52.989441 [ 5 ] {53a35dbc-194a-47c5-986a-e93c4c34ee0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5845 | 2025.04.15 04:03:52.989498 [ 5 ] {53a35dbc-194a-47c5-986a-e93c4c34ee0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5846 | 2025.04.15 04:03:52.990265 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12521 rows, containing 5 columns (5 merged, 0 gathered) in 0.010408032 sec., 1203013.2113352458 rows/sec., 81.18 MiB/sec. | ||
| 5847 | 2025.04.15 04:03:52.990404 [ 5 ] {53a35dbc-194a-47c5-986a-e93c4c34ee0c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5848 | 2025.04.15 04:03:52.990448 [ 5 ] {53a35dbc-194a-47c5-986a-e93c4c34ee0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5849 | 2025.04.15 04:03:52.990646 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5850 | 2025.04.15 04:03:52.991076 [ 5 ] {53a35dbc-194a-47c5-986a-e93c4c34ee0c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5851 | 2025.04.15 04:03:52.991145 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5852 | 2025.04.15 04:03:52.991282 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5853 | 2025.04.15 04:03:52.991426 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. | ||
| 5854 | 2025.04.15 04:03:52.991497 [ 5 ] {53a35dbc-194a-47c5-986a-e93c4c34ee0c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5855 | 2025.04.15 04:03:52.991671 [ 127 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5856 | 2025.04.15 04:03:52.991730 [ 127 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5857 | 2025.04.15 04:03:52.991774 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5858 | 2025.04.15 04:03:52.991770 [ 5 ] {53a35dbc-194a-47c5-986a-e93c4c34ee0c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002346 sec., 25575.447570332482 rows/sec., 1.72 MiB/sec. | ||
| 5859 | 2025.04.15 04:03:52.991950 [ 5 ] {53a35dbc-194a-47c5-986a-e93c4c34ee0c} <Debug> TCPHandler: Processed in 0.002666337 sec. | ||
| 5860 | 2025.04.15 04:03:52.991987 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 5861 | 2025.04.15 04:03:52.992084 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5862 | 2025.04.15 04:03:52.992111 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2058 rows starting from the beginning of the part | ||
| 5863 | 2025.04.15 04:03:52.992176 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 5864 | 2025.04.15 04:03:52.992411 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 5865 | 2025.04.15 04:03:52.992518 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 5866 | 2025.04.15 04:03:52.992708 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 5867 | 2025.04.15 04:03:52.992831 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 5868 | 2025.04.15 04:03:52.994212 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2402 rows, containing 4 columns (4 merged, 0 gathered) in 0.002333309 sec., 1029439.3070099159 rows/sec., 66.99 MiB/sec. | ||
| 5869 | 2025.04.15 04:03:52.994452 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5870 | 2025.04.15 04:03:52.994717 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_41_8} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5871 | 2025.04.15 04:03:52.994790 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_41_8} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5872 | 2025.04.15 04:03:52.994855 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5873 | 2025.04.15 04:03:53.461346 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5874 | 2025.04.15 04:03:53.461646 [ 5 ] {35a6c837-07ea-479a-a3a4-f7830bf1de7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5875 | 2025.04.15 04:03:53.461767 [ 5 ] {35a6c837-07ea-479a-a3a4-f7830bf1de7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5876 | 2025.04.15 04:03:53.462750 [ 5 ] {35a6c837-07ea-479a-a3a4-f7830bf1de7e} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5877 | 2025.04.15 04:03:53.462801 [ 5 ] {35a6c837-07ea-479a-a3a4-f7830bf1de7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5878 | 2025.04.15 04:03:53.463262 [ 5 ] {35a6c837-07ea-479a-a3a4-f7830bf1de7e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5879 | 2025.04.15 04:03:53.463543 [ 5 ] {35a6c837-07ea-479a-a3a4-f7830bf1de7e} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5880 | 2025.04.15 04:03:53.463776 [ 5 ] {35a6c837-07ea-479a-a3a4-f7830bf1de7e} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002216 sec., 95667.87003610109 rows/sec., 6.08 MiB/sec. | ||
| 5881 | 2025.04.15 04:03:53.463839 [ 5 ] {35a6c837-07ea-479a-a3a4-f7830bf1de7e} <Debug> TCPHandler: Processed in 0.002683687 sec. | ||
| 5882 | 2025.04.15 04:03:53.463965 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5883 | 2025.04.15 04:03:53.464080 [ 5 ] {77395618-a110-4f5a-8668-73f148e7fd14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5884 | 2025.04.15 04:03:53.464132 [ 5 ] {77395618-a110-4f5a-8668-73f148e7fd14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5885 | 2025.04.15 04:03:53.464654 [ 5 ] {77395618-a110-4f5a-8668-73f148e7fd14} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5886 | 2025.04.15 04:03:53.464697 [ 5 ] {77395618-a110-4f5a-8668-73f148e7fd14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5887 | 2025.04.15 04:03:53.465066 [ 5 ] {77395618-a110-4f5a-8668-73f148e7fd14} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5888 | 2025.04.15 04:03:53.465326 [ 5 ] {77395618-a110-4f5a-8668-73f148e7fd14} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5889 | 2025.04.15 04:03:53.465601 [ 5 ] {77395618-a110-4f5a-8668-73f148e7fd14} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001537 sec., 6506.180871828237 rows/sec., 530.53 KiB/sec. | ||
| 5890 | 2025.04.15 04:03:53.465822 [ 5 ] {77395618-a110-4f5a-8668-73f148e7fd14} <Debug> TCPHandler: Processed in 0.00190246 sec. | ||
| 5891 | 2025.04.15 04:03:53.466011 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5892 | 2025.04.15 04:03:53.466121 [ 5 ] {4c969e55-cb46-4a49-9941-c67f33816822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5893 | 2025.04.15 04:03:53.466169 [ 5 ] {4c969e55-cb46-4a49-9941-c67f33816822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5894 | 2025.04.15 04:03:53.467612 [ 5 ] {4c969e55-cb46-4a49-9941-c67f33816822} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5895 | 2025.04.15 04:03:53.467654 [ 5 ] {4c969e55-cb46-4a49-9941-c67f33816822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5896 | 2025.04.15 04:03:53.468119 [ 5 ] {4c969e55-cb46-4a49-9941-c67f33816822} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5897 | 2025.04.15 04:03:53.468379 [ 5 ] {4c969e55-cb46-4a49-9941-c67f33816822} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5898 | 2025.04.15 04:03:53.468591 [ 5 ] {4c969e55-cb46-4a49-9941-c67f33816822} <Debug> executeQuery: Read 1778 rows, 147.90 KiB in 0.002496 sec., 712339.7435897436 rows/sec., 57.87 MiB/sec. | ||
| 5899 | 2025.04.15 04:03:53.468645 [ 5 ] {4c969e55-cb46-4a49-9941-c67f33816822} <Debug> TCPHandler: Processed in 0.002695968 sec. | ||
| 5900 | 2025.04.15 04:03:53.468769 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5901 | 2025.04.15 04:03:53.468875 [ 5 ] {5ccce7f2-54e3-4769-9d6f-796f9a6671f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5902 | 2025.04.15 04:03:53.468921 [ 5 ] {5ccce7f2-54e3-4769-9d6f-796f9a6671f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5903 | 2025.04.15 04:03:53.469483 [ 5 ] {5ccce7f2-54e3-4769-9d6f-796f9a6671f7} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5904 | 2025.04.15 04:03:53.469524 [ 5 ] {5ccce7f2-54e3-4769-9d6f-796f9a6671f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5905 | 2025.04.15 04:03:53.469880 [ 5 ] {5ccce7f2-54e3-4769-9d6f-796f9a6671f7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5906 | 2025.04.15 04:03:53.470123 [ 5 ] {5ccce7f2-54e3-4769-9d6f-796f9a6671f7} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5907 | 2025.04.15 04:03:53.470330 [ 5 ] {5ccce7f2-54e3-4769-9d6f-796f9a6671f7} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.001477 sec., 83953.96073121192 rows/sec., 5.08 MiB/sec. | ||
| 5908 | 2025.04.15 04:03:53.470381 [ 5 ] {5ccce7f2-54e3-4769-9d6f-796f9a6671f7} <Debug> TCPHandler: Processed in 0.001663875 sec. | ||
| 5909 | 2025.04.15 04:03:53.470502 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5910 | 2025.04.15 04:03:53.470606 [ 5 ] {5a200516-5c60-49a6-aa6b-d3ae792fe165} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5911 | 2025.04.15 04:03:53.470650 [ 5 ] {5a200516-5c60-49a6-aa6b-d3ae792fe165} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5912 | 2025.04.15 04:03:53.471290 [ 5 ] {5a200516-5c60-49a6-aa6b-d3ae792fe165} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5913 | 2025.04.15 04:03:53.471330 [ 5 ] {5a200516-5c60-49a6-aa6b-d3ae792fe165} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5914 | 2025.04.15 04:03:53.471694 [ 5 ] {5a200516-5c60-49a6-aa6b-d3ae792fe165} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5915 | 2025.04.15 04:03:53.471935 [ 5 ] {5a200516-5c60-49a6-aa6b-d3ae792fe165} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5916 | 2025.04.15 04:03:53.472137 [ 5 ] {5a200516-5c60-49a6-aa6b-d3ae792fe165} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001553 sec., 219575.01609787508 rows/sec., 14.65 MiB/sec. | ||
| 5917 | 2025.04.15 04:03:53.472190 [ 5 ] {5a200516-5c60-49a6-aa6b-d3ae792fe165} <Debug> TCPHandler: Processed in 0.001739447 sec. | ||
| 5918 | 2025.04.15 04:03:53.472304 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5919 | 2025.04.15 04:03:53.472407 [ 5 ] {a2e99e0d-64b1-4c18-adbd-3bc702b5e5be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5920 | 2025.04.15 04:03:53.472453 [ 5 ] {a2e99e0d-64b1-4c18-adbd-3bc702b5e5be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5921 | 2025.04.15 04:03:53.472993 [ 5 ] {a2e99e0d-64b1-4c18-adbd-3bc702b5e5be} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5922 | 2025.04.15 04:03:53.473033 [ 5 ] {a2e99e0d-64b1-4c18-adbd-3bc702b5e5be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5923 | 2025.04.15 04:03:53.473383 [ 5 ] {a2e99e0d-64b1-4c18-adbd-3bc702b5e5be} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5924 | 2025.04.15 04:03:53.473623 [ 5 ] {a2e99e0d-64b1-4c18-adbd-3bc702b5e5be} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5925 | 2025.04.15 04:03:53.473828 [ 5 ] {a2e99e0d-64b1-4c18-adbd-3bc702b5e5be} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001442 sec., 77669.90291262136 rows/sec., 4.42 MiB/sec. | ||
| 5926 | 2025.04.15 04:03:53.473881 [ 5 ] {a2e99e0d-64b1-4c18-adbd-3bc702b5e5be} <Debug> TCPHandler: Processed in 0.001627635 sec. | ||
| 5927 | 2025.04.15 04:03:53.474001 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5928 | 2025.04.15 04:03:53.474106 [ 5 ] {77ec1dc2-eb6e-4992-9a8e-b8f1146d6026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5929 | 2025.04.15 04:03:53.474153 [ 5 ] {77ec1dc2-eb6e-4992-9a8e-b8f1146d6026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5930 | 2025.04.15 04:03:53.475000 [ 5 ] {77ec1dc2-eb6e-4992-9a8e-b8f1146d6026} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5931 | 2025.04.15 04:03:53.475039 [ 5 ] {77ec1dc2-eb6e-4992-9a8e-b8f1146d6026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5932 | 2025.04.15 04:03:53.475450 [ 5 ] {77ec1dc2-eb6e-4992-9a8e-b8f1146d6026} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5933 | 2025.04.15 04:03:53.475704 [ 5 ] {77ec1dc2-eb6e-4992-9a8e-b8f1146d6026} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5934 | 2025.04.15 04:03:53.475909 [ 5 ] {77ec1dc2-eb6e-4992-9a8e-b8f1146d6026} <Debug> executeQuery: Read 856 rows, 63.33 KiB in 0.001825 sec., 469041.09589041094 rows/sec., 33.89 MiB/sec. | ||
| 5935 | 2025.04.15 04:03:53.475960 [ 5 ] {77ec1dc2-eb6e-4992-9a8e-b8f1146d6026} <Debug> TCPHandler: Processed in 0.002010533 sec. | ||
| 5936 | 2025.04.15 04:03:53.476081 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5937 | 2025.04.15 04:03:53.476187 [ 5 ] {8819e7aa-bc3e-4e0d-9e50-1ccdbbfce2f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5938 | 2025.04.15 04:03:53.476235 [ 5 ] {8819e7aa-bc3e-4e0d-9e50-1ccdbbfce2f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5939 | 2025.04.15 04:03:53.476659 [ 5 ] {8819e7aa-bc3e-4e0d-9e50-1ccdbbfce2f3} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5940 | 2025.04.15 04:03:53.476699 [ 5 ] {8819e7aa-bc3e-4e0d-9e50-1ccdbbfce2f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5941 | 2025.04.15 04:03:53.477055 [ 5 ] {8819e7aa-bc3e-4e0d-9e50-1ccdbbfce2f3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5942 | 2025.04.15 04:03:53.477297 [ 5 ] {8819e7aa-bc3e-4e0d-9e50-1ccdbbfce2f3} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5943 | 2025.04.15 04:03:53.477504 [ 5 ] {8819e7aa-bc3e-4e0d-9e50-1ccdbbfce2f3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 234.29 KiB/sec. | ||
| 5944 | 2025.04.15 04:03:53.477553 [ 5 ] {8819e7aa-bc3e-4e0d-9e50-1ccdbbfce2f3} <Debug> TCPHandler: Processed in 0.001524763 sec. | ||
| 5945 | 2025.04.15 04:03:53.477672 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5946 | 2025.04.15 04:03:53.477777 [ 5 ] {90679d2b-bb89-403a-86c6-5039c6564e01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5947 | 2025.04.15 04:03:53.477826 [ 5 ] {90679d2b-bb89-403a-86c6-5039c6564e01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5948 | 2025.04.15 04:03:53.478529 [ 5 ] {90679d2b-bb89-403a-86c6-5039c6564e01} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5949 | 2025.04.15 04:03:53.478570 [ 5 ] {90679d2b-bb89-403a-86c6-5039c6564e01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5950 | 2025.04.15 04:03:53.478989 [ 5 ] {90679d2b-bb89-403a-86c6-5039c6564e01} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5951 | 2025.04.15 04:03:53.479234 [ 5 ] {90679d2b-bb89-403a-86c6-5039c6564e01} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5952 | 2025.04.15 04:03:53.479430 [ 5 ] {90679d2b-bb89-403a-86c6-5039c6564e01} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.001675 sec., 573134.328358209 rows/sec., 38.08 MiB/sec. | ||
| 5953 | 2025.04.15 04:03:53.479481 [ 5 ] {90679d2b-bb89-403a-86c6-5039c6564e01} <Debug> TCPHandler: Processed in 0.001859399 sec. | ||
| 5954 | 2025.04.15 04:03:53.479600 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5955 | 2025.04.15 04:03:53.479705 [ 5 ] {9764fad7-cba8-4255-ad82-d4b77e543760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5956 | 2025.04.15 04:03:53.479754 [ 5 ] {9764fad7-cba8-4255-ad82-d4b77e543760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5957 | 2025.04.15 04:03:53.480153 [ 5 ] {9764fad7-cba8-4255-ad82-d4b77e543760} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5958 | 2025.04.15 04:03:53.480193 [ 5 ] {9764fad7-cba8-4255-ad82-d4b77e543760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5959 | 2025.04.15 04:03:53.480544 [ 5 ] {9764fad7-cba8-4255-ad82-d4b77e543760} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5960 | 2025.04.15 04:03:53.480782 [ 5 ] {9764fad7-cba8-4255-ad82-d4b77e543760} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5961 | 2025.04.15 04:03:53.481021 [ 5 ] {9764fad7-cba8-4255-ad82-d4b77e543760} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001328 sec., 753.0120481927711 rows/sec., 50.74 KiB/sec. | ||
| 5962 | 2025.04.15 04:03:53.481134 [ 5 ] {9764fad7-cba8-4255-ad82-d4b77e543760} <Debug> TCPHandler: Processed in 0.001581823 sec. | ||
| 5963 | 2025.04.15 04:03:53.481340 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5964 | 2025.04.15 04:03:53.481446 [ 5 ] {413336d9-0051-45ad-a70d-74eda48b5fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5965 | 2025.04.15 04:03:53.481519 [ 5 ] {413336d9-0051-45ad-a70d-74eda48b5fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5966 | 2025.04.15 04:03:53.482554 [ 5 ] {413336d9-0051-45ad-a70d-74eda48b5fa5} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2025.04.15 04:03:53.482593 [ 5 ] {413336d9-0051-45ad-a70d-74eda48b5fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5968 | 2025.04.15 04:03:53.483178 [ 5 ] {413336d9-0051-45ad-a70d-74eda48b5fa5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5969 | 2025.04.15 04:03:53.483437 [ 5 ] {413336d9-0051-45ad-a70d-74eda48b5fa5} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5970 | 2025.04.15 04:03:53.483624 [ 5 ] {413336d9-0051-45ad-a70d-74eda48b5fa5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002201 sec., 3634.7114947751024 rows/sec., 6.51 MiB/sec. | ||
| 5971 | 2025.04.15 04:03:53.483723 [ 5 ] {413336d9-0051-45ad-a70d-74eda48b5fa5} <Debug> TCPHandler: Processed in 0.002443012 sec. | ||
| 5972 | 2025.04.15 04:03:53.483832 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5973 | 2025.04.15 04:03:53.483934 [ 5 ] {3c38f902-1872-477e-a029-aa0328798244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5974 | 2025.04.15 04:03:53.483979 [ 5 ] {3c38f902-1872-477e-a029-aa0328798244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5975 | 2025.04.15 04:03:53.484390 [ 5 ] {3c38f902-1872-477e-a029-aa0328798244} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5976 | 2025.04.15 04:03:53.484428 [ 5 ] {3c38f902-1872-477e-a029-aa0328798244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5977 | 2025.04.15 04:03:53.484781 [ 5 ] {3c38f902-1872-477e-a029-aa0328798244} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5978 | 2025.04.15 04:03:53.485022 [ 5 ] {3c38f902-1872-477e-a029-aa0328798244} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5979 | 2025.04.15 04:03:53.485191 [ 5 ] {3c38f902-1872-477e-a029-aa0328798244} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00128 sec., 26562.499999999996 rows/sec., 1.54 MiB/sec. | ||
| 5980 | 2025.04.15 04:03:53.485238 [ 5 ] {3c38f902-1872-477e-a029-aa0328798244} <Debug> TCPHandler: Processed in 0.001456601 sec. | ||
| 5981 | 2025.04.15 04:03:55.419861 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 862 | ||
| 5982 | 2025.04.15 04:03:55.423368 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5983 | 2025.04.15 04:03:55.423413 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5984 | 2025.04.15 04:03:55.424880 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5985 | 2025.04.15 04:03:55.425206 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5986 | 2025.04.15 04:03:55.425764 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 862 | ||
| 5987 | 2025.04.15 04:03:57.868441 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5988 | 2025.04.15 04:03:57.869088 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5989 | 2025.04.15 04:03:57.869139 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5990 | 2025.04.15 04:03:57.869663 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5991 | 2025.04.15 04:03:57.869922 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5992 | 2025.04.15 04:03:57.870176 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5993 | 2025.04.15 04:03:57.960361 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5994 | 2025.04.15 04:03:57.960568 [ 5 ] {00b7c4b5-62db-49ff-885b-aa3eb0902b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5995 | 2025.04.15 04:03:57.960645 [ 5 ] {00b7c4b5-62db-49ff-885b-aa3eb0902b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5996 | 2025.04.15 04:03:57.961547 [ 5 ] {00b7c4b5-62db-49ff-885b-aa3eb0902b9c} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5997 | 2025.04.15 04:03:57.961593 [ 5 ] {00b7c4b5-62db-49ff-885b-aa3eb0902b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 5998 | 2025.04.15 04:03:57.962024 [ 5 ] {00b7c4b5-62db-49ff-885b-aa3eb0902b9c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5999 | 2025.04.15 04:03:57.962284 [ 5 ] {00b7c4b5-62db-49ff-885b-aa3eb0902b9c} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6000 | 2025.04.15 04:03:57.962506 [ 5 ] {00b7c4b5-62db-49ff-885b-aa3eb0902b9c} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001996 sec., 28056.112224448898 rows/sec., 2.16 MiB/sec. | ||
| 6001 | 2025.04.15 04:03:57.962561 [ 5 ] {00b7c4b5-62db-49ff-885b-aa3eb0902b9c} <Debug> TCPHandler: Processed in 0.00233371 sec. | ||
| 6002 | 2025.04.15 04:03:57.962694 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6003 | 2025.04.15 04:03:57.962797 [ 5 ] {30ec22c6-2019-4954-965b-7f0ac8e4f328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6004 | 2025.04.15 04:03:57.962841 [ 5 ] {30ec22c6-2019-4954-965b-7f0ac8e4f328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6005 | 2025.04.15 04:03:57.963385 [ 5 ] {30ec22c6-2019-4954-965b-7f0ac8e4f328} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6006 | 2025.04.15 04:03:57.963424 [ 5 ] {30ec22c6-2019-4954-965b-7f0ac8e4f328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6007 | 2025.04.15 04:03:57.963766 [ 5 ] {30ec22c6-2019-4954-965b-7f0ac8e4f328} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6008 | 2025.04.15 04:03:57.963999 [ 5 ] {30ec22c6-2019-4954-965b-7f0ac8e4f328} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6009 | 2025.04.15 04:03:57.964180 [ 5 ] {30ec22c6-2019-4954-965b-7f0ac8e4f328} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001395 sec., 45878.13620071685 rows/sec., 3.58 MiB/sec. | ||
| 6010 | 2025.04.15 04:03:57.964252 [ 5 ] {30ec22c6-2019-4954-965b-7f0ac8e4f328} <Debug> TCPHandler: Processed in 0.001606014 sec. | ||
| 6011 | 2025.04.15 04:03:57.964377 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6012 | 2025.04.15 04:03:57.964478 [ 5 ] {b19c7448-bee1-49b2-b73d-ad56a628d8b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6013 | 2025.04.15 04:03:57.964526 [ 5 ] {b19c7448-bee1-49b2-b73d-ad56a628d8b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6014 | 2025.04.15 04:03:57.965019 [ 5 ] {b19c7448-bee1-49b2-b73d-ad56a628d8b0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6015 | 2025.04.15 04:03:57.965058 [ 5 ] {b19c7448-bee1-49b2-b73d-ad56a628d8b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6016 | 2025.04.15 04:03:57.965443 [ 5 ] {b19c7448-bee1-49b2-b73d-ad56a628d8b0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6017 | 2025.04.15 04:03:57.965673 [ 5 ] {b19c7448-bee1-49b2-b73d-ad56a628d8b0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6018 | 2025.04.15 04:03:57.965872 [ 5 ] {b19c7448-bee1-49b2-b73d-ad56a628d8b0} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001414 sec., 90523.33804809053 rows/sec., 6.30 MiB/sec. | ||
| 6019 | 2025.04.15 04:03:57.965921 [ 5 ] {b19c7448-bee1-49b2-b73d-ad56a628d8b0} <Debug> TCPHandler: Processed in 0.001592225 sec. | ||
| 6020 | 2025.04.15 04:03:57.966032 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6021 | 2025.04.15 04:03:57.966134 [ 5 ] {20f77014-7607-4854-a5e8-636ecca33326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6022 | 2025.04.15 04:03:57.966179 [ 5 ] {20f77014-7607-4854-a5e8-636ecca33326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6023 | 2025.04.15 04:03:57.966574 [ 5 ] {20f77014-7607-4854-a5e8-636ecca33326} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6024 | 2025.04.15 04:03:57.966612 [ 5 ] {20f77014-7607-4854-a5e8-636ecca33326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6025 | 2025.04.15 04:03:57.966951 [ 5 ] {20f77014-7607-4854-a5e8-636ecca33326} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6026 | 2025.04.15 04:03:57.967194 [ 5 ] {20f77014-7607-4854-a5e8-636ecca33326} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6027 | 2025.04.15 04:03:57.967401 [ 5 ] {20f77014-7607-4854-a5e8-636ecca33326} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001287 sec., 37296.0372960373 rows/sec., 2.51 MiB/sec. | ||
| 6028 | 2025.04.15 04:03:57.967454 [ 5 ] {20f77014-7607-4854-a5e8-636ecca33326} <Debug> TCPHandler: Processed in 0.001470191 sec. | ||
| 6029 | 2025.04.15 04:03:58.737517 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 6030 | 2025.04.15 04:03:58.755766 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6031 | 2025.04.15 04:03:58.755839 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6032 | 2025.04.15 04:03:58.763105 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6033 | 2025.04.15 04:03:58.763870 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6034 | 2025.04.15 04:03:58.767262 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 6035 | 2025.04.15 04:04:02.963069 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6036 | 2025.04.15 04:04:02.963271 [ 5 ] {955f0441-63cd-4d35-8e95-f0f6d2782749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6037 | 2025.04.15 04:04:02.963343 [ 5 ] {955f0441-63cd-4d35-8e95-f0f6d2782749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6038 | 2025.04.15 04:04:02.964100 [ 5 ] {955f0441-63cd-4d35-8e95-f0f6d2782749} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6039 | 2025.04.15 04:04:02.964148 [ 5 ] {955f0441-63cd-4d35-8e95-f0f6d2782749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6040 | 2025.04.15 04:04:02.964585 [ 5 ] {955f0441-63cd-4d35-8e95-f0f6d2782749} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6041 | 2025.04.15 04:04:02.964837 [ 5 ] {955f0441-63cd-4d35-8e95-f0f6d2782749} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6042 | 2025.04.15 04:04:02.965024 [ 5 ] {955f0441-63cd-4d35-8e95-f0f6d2782749} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001806 sec., 66445.18272425249 rows/sec., 5.65 MiB/sec. | ||
| 6043 | 2025.04.15 04:04:02.965080 [ 5 ] {955f0441-63cd-4d35-8e95-f0f6d2782749} <Debug> TCPHandler: Processed in 0.002141716 sec. | ||
| 6044 | 2025.04.15 04:04:02.965203 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6045 | 2025.04.15 04:04:02.965309 [ 5 ] {ecacde1b-9b33-4c7b-a123-67e17d9d3a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6046 | 2025.04.15 04:04:02.965355 [ 5 ] {ecacde1b-9b33-4c7b-a123-67e17d9d3a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6047 | 2025.04.15 04:04:02.965861 [ 5 ] {ecacde1b-9b33-4c7b-a123-67e17d9d3a20} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6048 | 2025.04.15 04:04:02.965898 [ 5 ] {ecacde1b-9b33-4c7b-a123-67e17d9d3a20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6049 | 2025.04.15 04:04:02.966238 [ 5 ] {ecacde1b-9b33-4c7b-a123-67e17d9d3a20} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6050 | 2025.04.15 04:04:02.966475 [ 5 ] {ecacde1b-9b33-4c7b-a123-67e17d9d3a20} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6051 | 2025.04.15 04:04:02.966646 [ 5 ] {ecacde1b-9b33-4c7b-a123-67e17d9d3a20} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001359 sec., 23546.7255334805 rows/sec., 1.73 MiB/sec. | ||
| 6052 | 2025.04.15 04:04:02.966694 [ 5 ] {ecacde1b-9b33-4c7b-a123-67e17d9d3a20} <Debug> TCPHandler: Processed in 0.001543024 sec. | ||
| 6053 | 2025.04.15 04:04:02.966804 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6054 | 2025.04.15 04:04:02.966909 [ 5 ] {264b24da-ee16-4d48-99cc-1286f2447f57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6055 | 2025.04.15 04:04:02.966954 [ 5 ] {264b24da-ee16-4d48-99cc-1286f2447f57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6056 | 2025.04.15 04:04:02.967470 [ 5 ] {264b24da-ee16-4d48-99cc-1286f2447f57} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6057 | 2025.04.15 04:04:02.967507 [ 5 ] {264b24da-ee16-4d48-99cc-1286f2447f57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6058 | 2025.04.15 04:04:02.967859 [ 5 ] {264b24da-ee16-4d48-99cc-1286f2447f57} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6059 | 2025.04.15 04:04:02.968101 [ 5 ] {264b24da-ee16-4d48-99cc-1286f2447f57} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6060 | 2025.04.15 04:04:02.968267 [ 5 ] {264b24da-ee16-4d48-99cc-1286f2447f57} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001381 sec., 69514.84431571324 rows/sec., 5.43 MiB/sec. | ||
| 6061 | 2025.04.15 04:04:02.968317 [ 5 ] {264b24da-ee16-4d48-99cc-1286f2447f57} <Debug> TCPHandler: Processed in 0.001562433 sec. | ||
| 6062 | 2025.04.15 04:04:02.968429 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6063 | 2025.04.15 04:04:02.968534 [ 5 ] {3a447b4b-6781-46e0-a423-0dc18790b131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6064 | 2025.04.15 04:04:02.968583 [ 5 ] {3a447b4b-6781-46e0-a423-0dc18790b131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6065 | 2025.04.15 04:04:02.969077 [ 5 ] {3a447b4b-6781-46e0-a423-0dc18790b131} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6066 | 2025.04.15 04:04:02.969114 [ 5 ] {3a447b4b-6781-46e0-a423-0dc18790b131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6067 | 2025.04.15 04:04:02.969489 [ 5 ] {3a447b4b-6781-46e0-a423-0dc18790b131} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6068 | 2025.04.15 04:04:02.969716 [ 5 ] {3a447b4b-6781-46e0-a423-0dc18790b131} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6069 | 2025.04.15 04:04:02.969881 [ 5 ] {3a447b4b-6781-46e0-a423-0dc18790b131} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00137 sec., 116788.32116788322 rows/sec., 8.13 MiB/sec. | ||
| 6070 | 2025.04.15 04:04:02.969930 [ 5 ] {3a447b4b-6781-46e0-a423-0dc18790b131} <Debug> TCPHandler: Processed in 0.001551534 sec. | ||
| 6071 | 2025.04.15 04:04:02.970043 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6072 | 2025.04.15 04:04:02.970148 [ 5 ] {03f126a3-7402-46ad-9f36-5d86d49364e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6073 | 2025.04.15 04:04:02.970213 [ 5 ] {03f126a3-7402-46ad-9f36-5d86d49364e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6074 | 2025.04.15 04:04:02.971242 [ 5 ] {03f126a3-7402-46ad-9f36-5d86d49364e4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6075 | 2025.04.15 04:04:02.971280 [ 5 ] {03f126a3-7402-46ad-9f36-5d86d49364e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6076 | 2025.04.15 04:04:02.971911 [ 5 ] {03f126a3-7402-46ad-9f36-5d86d49364e4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6077 | 2025.04.15 04:04:02.972158 [ 5 ] {03f126a3-7402-46ad-9f36-5d86d49364e4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6078 | 2025.04.15 04:04:02.972345 [ 5 ] {03f126a3-7402-46ad-9f36-5d86d49364e4} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00222 sec., 14414.414414414414 rows/sec., 25.83 MiB/sec. | ||
| 6079 | 2025.04.15 04:04:02.972434 [ 5 ] {03f126a3-7402-46ad-9f36-5d86d49364e4} <Debug> TCPHandler: Processed in 0.002442082 sec. | ||
| 6080 | 2025.04.15 04:04:02.972541 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6081 | 2025.04.15 04:04:02.972643 [ 5 ] {c876adad-f01c-438b-91a5-6d5d878a0186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6082 | 2025.04.15 04:04:02.972689 [ 5 ] {c876adad-f01c-438b-91a5-6d5d878a0186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6083 | 2025.04.15 04:04:02.973101 [ 5 ] {c876adad-f01c-438b-91a5-6d5d878a0186} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6084 | 2025.04.15 04:04:02.973137 [ 5 ] {c876adad-f01c-438b-91a5-6d5d878a0186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6085 | 2025.04.15 04:04:02.973478 [ 5 ] {c876adad-f01c-438b-91a5-6d5d878a0186} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6086 | 2025.04.15 04:04:02.973707 [ 5 ] {c876adad-f01c-438b-91a5-6d5d878a0186} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6087 | 2025.04.15 04:04:02.973870 [ 5 ] {c876adad-f01c-438b-91a5-6d5d878a0186} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00125 sec., 48000 rows/sec., 3.23 MiB/sec. | ||
| 6088 | 2025.04.15 04:04:02.973917 [ 5 ] {c876adad-f01c-438b-91a5-6d5d878a0186} <Debug> TCPHandler: Processed in 0.001426311 sec. | ||
| 6089 | 2025.04.15 04:04:04.818381 [ 143 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 6090 | 2025.04.15 04:04:04.818487 [ 143 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6091 | 2025.04.15 04:04:04.818526 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6092 | 2025.04.15 04:04:04.818762 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 6093 | 2025.04.15 04:04:04.819023 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6094 | 2025.04.15 04:04:04.819087 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 6095 | 2025.04.15 04:04:04.819211 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 6096 | 2025.04.15 04:04:04.819624 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 6097 | 2025.04.15 04:04:04.819861 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 6098 | 2025.04.15 04:04:04.820046 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 6099 | 2025.04.15 04:04:04.821175 [ 193 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.002550724 sec., 7448.865498580011 rows/sec., 500.39 KiB/sec. | ||
| 6100 | 2025.04.15 04:04:04.821327 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 6101 | 2025.04.15 04:04:04.821602 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_19_4} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6102 | 2025.04.15 04:04:04.821678 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_19_4} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 6103 | 2025.04.15 04:04:04.821748 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 6104 | 2025.04.15 04:04:04.889163 [ 142 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 | ||
| 6105 | 2025.04.15 04:04:04.889232 [ 142 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6106 | 2025.04.15 04:04:04.889255 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6107 | 2025.04.15 04:04:04.889424 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 6108 | 2025.04.15 04:04:04.889600 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6109 | 2025.04.15 04:04:04.889646 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 342 rows starting from the beginning of the part | ||
| 6110 | 2025.04.15 04:04:04.889787 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 341 rows starting from the beginning of the part | ||
| 6111 | 2025.04.15 04:04:04.889980 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 113 rows starting from the beginning of the part | ||
| 6112 | 2025.04.15 04:04:04.890135 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 113 rows starting from the beginning of the part | ||
| 6113 | 2025.04.15 04:04:04.890263 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 341 rows starting from the beginning of the part | ||
| 6114 | 2025.04.15 04:04:04.891489 [ 191 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.002157586 sec., 579351.1822935448 rows/sec., 40.66 MiB/sec. | ||
| 6115 | 2025.04.15 04:04:04.891687 [ 193 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 6116 | 2025.04.15 04:04:04.892014 [ 193 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_19_4} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6117 | 2025.04.15 04:04:04.892103 [ 193 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_19_4} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 | ||
| 6118 | 2025.04.15 04:04:04.892202 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 6119 | 2025.04.15 04:04:05.173818 [ 142 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6120 | 2025.04.15 04:04:05.173923 [ 142 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6121 | 2025.04.15 04:04:05.173968 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6122 | 2025.04.15 04:04:05.174290 [ 191 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 6123 | 2025.04.15 04:04:05.174612 [ 191 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6124 | 2025.04.15 04:04:05.174678 [ 191 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 6125 | 2025.04.15 04:04:05.174769 [ 191 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 6126 | 2025.04.15 04:04:05.175020 [ 191 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 6127 | 2025.04.15 04:04:05.175195 [ 191 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 6128 | 2025.04.15 04:04:05.175293 [ 191 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
| 6129 | 2025.04.15 04:04:05.176476 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002397231 sec., 15017.326240149572 rows/sec., 1.25 MiB/sec. | ||
| 6130 | 2025.04.15 04:04:05.176670 [ 200 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6131 | 2025.04.15 04:04:05.177038 [ 200 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_9_2} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6132 | 2025.04.15 04:04:05.177136 [ 200 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_9_2} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6133 | 2025.04.15 04:04:05.177245 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6134 | 2025.04.15 04:04:05.200116 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6135 | 2025.04.15 04:04:05.200164 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6136 | 2025.04.15 04:04:05.371166 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 6137 | 2025.04.15 04:04:05.372003 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6138 | 2025.04.15 04:04:05.372043 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6139 | 2025.04.15 04:04:05.372523 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6140 | 2025.04.15 04:04:05.372760 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6141 | 2025.04.15 04:04:05.372993 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 6142 | 2025.04.15 04:04:05.426848 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 882 | ||
| 6143 | 2025.04.15 04:04:05.429746 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6144 | 2025.04.15 04:04:05.429791 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6145 | 2025.04.15 04:04:05.431267 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6146 | 2025.04.15 04:04:05.431604 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6147 | 2025.04.15 04:04:05.432274 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 882 | ||
| 6148 | 2025.04.15 04:04:06.267742 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 6149 | 2025.04.15 04:04:06.288097 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6150 | 2025.04.15 04:04:06.288164 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6151 | 2025.04.15 04:04:06.295514 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6152 | 2025.04.15 04:04:06.296260 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6153 | 2025.04.15 04:04:06.299606 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 6154 | 2025.04.15 04:04:07.964413 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6155 | 2025.04.15 04:04:07.964615 [ 5 ] {859c2a5a-8575-4e32-83df-3090afd973bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6156 | 2025.04.15 04:04:07.964695 [ 5 ] {859c2a5a-8575-4e32-83df-3090afd973bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6157 | 2025.04.15 04:04:07.965557 [ 5 ] {859c2a5a-8575-4e32-83df-3090afd973bb} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6158 | 2025.04.15 04:04:07.965605 [ 5 ] {859c2a5a-8575-4e32-83df-3090afd973bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6159 | 2025.04.15 04:04:07.966042 [ 5 ] {859c2a5a-8575-4e32-83df-3090afd973bb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6160 | 2025.04.15 04:04:07.966285 [ 5 ] {859c2a5a-8575-4e32-83df-3090afd973bb} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6161 | 2025.04.15 04:04:07.966483 [ 5 ] {859c2a5a-8575-4e32-83df-3090afd973bb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001918 sec., 110531.8039624609 rows/sec., 7.03 MiB/sec. | ||
| 6162 | 2025.04.15 04:04:07.966593 [ 5 ] {859c2a5a-8575-4e32-83df-3090afd973bb} <Debug> TCPHandler: Processed in 0.00232039 sec. | ||
| 6163 | 2025.04.15 04:04:07.966801 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6164 | 2025.04.15 04:04:07.966905 [ 5 ] {0714866c-a9ed-4d30-b17d-fd6ea466e9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6165 | 2025.04.15 04:04:07.966952 [ 5 ] {0714866c-a9ed-4d30-b17d-fd6ea466e9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6166 | 2025.04.15 04:04:07.967771 [ 5 ] {0714866c-a9ed-4d30-b17d-fd6ea466e9e6} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6167 | 2025.04.15 04:04:07.967810 [ 5 ] {0714866c-a9ed-4d30-b17d-fd6ea466e9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6168 | 2025.04.15 04:04:07.968193 [ 5 ] {0714866c-a9ed-4d30-b17d-fd6ea466e9e6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6169 | 2025.04.15 04:04:07.968426 [ 5 ] {0714866c-a9ed-4d30-b17d-fd6ea466e9e6} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6170 | 2025.04.15 04:04:07.968617 [ 5 ] {0714866c-a9ed-4d30-b17d-fd6ea466e9e6} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001738 sec., 364211.7376294592 rows/sec., 28.64 MiB/sec. | ||
| 6171 | 2025.04.15 04:04:07.968669 [ 5 ] {0714866c-a9ed-4d30-b17d-fd6ea466e9e6} <Debug> TCPHandler: Processed in 0.001930941 sec. | ||
| 6172 | 2025.04.15 04:04:07.968783 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6173 | 2025.04.15 04:04:07.968887 [ 5 ] {1a254865-057d-4a82-b25a-56aada12cbb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6174 | 2025.04.15 04:04:07.968932 [ 5 ] {1a254865-057d-4a82-b25a-56aada12cbb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6175 | 2025.04.15 04:04:07.969475 [ 5 ] {1a254865-057d-4a82-b25a-56aada12cbb0} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6176 | 2025.04.15 04:04:07.969515 [ 5 ] {1a254865-057d-4a82-b25a-56aada12cbb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6177 | 2025.04.15 04:04:07.969855 [ 5 ] {1a254865-057d-4a82-b25a-56aada12cbb0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6178 | 2025.04.15 04:04:07.970087 [ 5 ] {1a254865-057d-4a82-b25a-56aada12cbb0} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6179 | 2025.04.15 04:04:07.970254 [ 139 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6180 | 2025.04.15 04:04:07.970279 [ 5 ] {1a254865-057d-4a82-b25a-56aada12cbb0} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001409 sec., 80908.44570617459 rows/sec., 4.84 MiB/sec. | ||
| 6181 | 2025.04.15 04:04:07.970346 [ 139 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6182 | 2025.04.15 04:04:07.970422 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6183 | 2025.04.15 04:04:07.970423 [ 5 ] {1a254865-057d-4a82-b25a-56aada12cbb0} <Debug> TCPHandler: Processed in 0.001691237 sec. | ||
| 6184 | 2025.04.15 04:04:07.970811 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6185 | 2025.04.15 04:04:07.970831 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 6186 | 2025.04.15 04:04:07.971201 [ 5 ] {5f290835-efa0-4b9c-aed7-07700163f81c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6187 | 2025.04.15 04:04:07.971223 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6188 | 2025.04.15 04:04:07.971301 [ 5 ] {5f290835-efa0-4b9c-aed7-07700163f81c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6189 | 2025.04.15 04:04:07.971305 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 164 rows starting from the beginning of the part | ||
| 6190 | 2025.04.15 04:04:07.971693 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 114 rows starting from the beginning of the part | ||
| 6191 | 2025.04.15 04:04:07.972082 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part | ||
| 6192 | 2025.04.15 04:04:07.972432 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 124 rows starting from the beginning of the part | ||
| 6193 | 2025.04.15 04:04:07.972832 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
| 6194 | 2025.04.15 04:04:07.973183 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 114 rows starting from the beginning of the part | ||
| 6195 | 2025.04.15 04:04:07.974116 [ 5 ] {5f290835-efa0-4b9c-aed7-07700163f81c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6196 | 2025.04.15 04:04:07.974184 [ 5 ] {5f290835-efa0-4b9c-aed7-07700163f81c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6197 | 2025.04.15 04:04:07.975182 [ 5 ] {5f290835-efa0-4b9c-aed7-07700163f81c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6198 | 2025.04.15 04:04:07.975768 [ 5 ] {5f290835-efa0-4b9c-aed7-07700163f81c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6199 | 2025.04.15 04:04:07.976079 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 5 columns (5 merged, 0 gathered) in 0.005561238 sec., 104293.32461584994 rows/sec., 6.92 MiB/sec. | ||
| 6200 | 2025.04.15 04:04:07.976179 [ 5 ] {5f290835-efa0-4b9c-aed7-07700163f81c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005116 sec., 22087.56841282252 rows/sec., 1.43 MiB/sec. | ||
| 6201 | 2025.04.15 04:04:07.976253 [ 5 ] {5f290835-efa0-4b9c-aed7-07700163f81c} <Debug> TCPHandler: Processed in 0.00562368 sec. | ||
| 6202 | 2025.04.15 04:04:07.976292 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6203 | 2025.04.15 04:04:07.976386 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6204 | 2025.04.15 04:04:07.976511 [ 5 ] {76e2e0f7-2453-4c21-83c7-bc05d65a2f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6205 | 2025.04.15 04:04:07.976568 [ 5 ] {76e2e0f7-2453-4c21-83c7-bc05d65a2f85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6206 | 2025.04.15 04:04:07.976691 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_36_7} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6207 | 2025.04.15 04:04:07.976838 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_36_7} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6208 | 2025.04.15 04:04:07.976966 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 6209 | 2025.04.15 04:04:07.977288 [ 5 ] {76e2e0f7-2453-4c21-83c7-bc05d65a2f85} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6210 | 2025.04.15 04:04:07.977326 [ 5 ] {76e2e0f7-2453-4c21-83c7-bc05d65a2f85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6211 | 2025.04.15 04:04:07.977671 [ 5 ] {76e2e0f7-2453-4c21-83c7-bc05d65a2f85} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6212 | 2025.04.15 04:04:07.977911 [ 5 ] {76e2e0f7-2453-4c21-83c7-bc05d65a2f85} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2025.04.15 04:04:07.978130 [ 5 ] {76e2e0f7-2453-4c21-83c7-bc05d65a2f85} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00164 sec., 68292.68292682926 rows/sec., 3.89 MiB/sec. | ||
| 6214 | 2025.04.15 04:04:07.978242 [ 5 ] {76e2e0f7-2453-4c21-83c7-bc05d65a2f85} <Debug> TCPHandler: Processed in 0.001912031 sec. | ||
| 6215 | 2025.04.15 04:04:07.978445 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6216 | 2025.04.15 04:04:07.978546 [ 5 ] {b30193e0-1361-42a8-9f9c-9951a6aa62a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6217 | 2025.04.15 04:04:07.978593 [ 5 ] {b30193e0-1361-42a8-9f9c-9951a6aa62a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6218 | 2025.04.15 04:04:07.979252 [ 5 ] {b30193e0-1361-42a8-9f9c-9951a6aa62a4} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6219 | 2025.04.15 04:04:07.979293 [ 5 ] {b30193e0-1361-42a8-9f9c-9951a6aa62a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6220 | 2025.04.15 04:04:07.979669 [ 5 ] {b30193e0-1361-42a8-9f9c-9951a6aa62a4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6221 | 2025.04.15 04:04:07.979916 [ 5 ] {b30193e0-1361-42a8-9f9c-9951a6aa62a4} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6222 | 2025.04.15 04:04:07.980108 [ 5 ] {b30193e0-1361-42a8-9f9c-9951a6aa62a4} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001582 sec., 246523.38811630846 rows/sec., 17.42 MiB/sec. | ||
| 6223 | 2025.04.15 04:04:07.980209 [ 5 ] {b30193e0-1361-42a8-9f9c-9951a6aa62a4} <Debug> TCPHandler: Processed in 0.001833709 sec. | ||
| 6224 | 2025.04.15 04:04:07.980445 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6225 | 2025.04.15 04:04:07.980575 [ 5 ] {cda97525-fad4-4656-8639-7ed15a906f06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6226 | 2025.04.15 04:04:07.980625 [ 5 ] {cda97525-fad4-4656-8639-7ed15a906f06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6227 | 2025.04.15 04:04:07.981063 [ 5 ] {cda97525-fad4-4656-8639-7ed15a906f06} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6228 | 2025.04.15 04:04:07.981103 [ 5 ] {cda97525-fad4-4656-8639-7ed15a906f06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6229 | 2025.04.15 04:04:07.981452 [ 5 ] {cda97525-fad4-4656-8639-7ed15a906f06} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6230 | 2025.04.15 04:04:07.981699 [ 5 ] {cda97525-fad4-4656-8639-7ed15a906f06} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6231 | 2025.04.15 04:04:07.981897 [ 5 ] {cda97525-fad4-4656-8639-7ed15a906f06} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec. | ||
| 6232 | 2025.04.15 04:04:07.981946 [ 5 ] {cda97525-fad4-4656-8639-7ed15a906f06} <Debug> TCPHandler: Processed in 0.001596604 sec. | ||
| 6233 | 2025.04.15 04:04:07.982064 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6234 | 2025.04.15 04:04:07.982169 [ 5 ] {0123869a-253f-4eb8-b19d-e236b42f1ee1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6235 | 2025.04.15 04:04:07.982218 [ 5 ] {0123869a-253f-4eb8-b19d-e236b42f1ee1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6236 | 2025.04.15 04:04:07.982742 [ 5 ] {0123869a-253f-4eb8-b19d-e236b42f1ee1} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6237 | 2025.04.15 04:04:07.982782 [ 5 ] {0123869a-253f-4eb8-b19d-e236b42f1ee1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6238 | 2025.04.15 04:04:07.983189 [ 5 ] {0123869a-253f-4eb8-b19d-e236b42f1ee1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6239 | 2025.04.15 04:04:07.983459 [ 5 ] {0123869a-253f-4eb8-b19d-e236b42f1ee1} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2025.04.15 04:04:07.983679 [ 5 ] {0123869a-253f-4eb8-b19d-e236b42f1ee1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001535 sec., 154397.39413680782 rows/sec., 10.35 MiB/sec. | ||
| 6241 | 2025.04.15 04:04:07.983735 [ 5 ] {0123869a-253f-4eb8-b19d-e236b42f1ee1} <Debug> TCPHandler: Processed in 0.001724307 sec. | ||
| 6242 | 2025.04.15 04:04:07.983866 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6243 | 2025.04.15 04:04:07.983979 [ 5 ] {8155b986-f838-4040-9fd0-a266f15cd3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6244 | 2025.04.15 04:04:07.984028 [ 5 ] {8155b986-f838-4040-9fd0-a266f15cd3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6245 | 2025.04.15 04:04:07.984429 [ 5 ] {8155b986-f838-4040-9fd0-a266f15cd3f3} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6246 | 2025.04.15 04:04:07.984469 [ 5 ] {8155b986-f838-4040-9fd0-a266f15cd3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6247 | 2025.04.15 04:04:07.984829 [ 5 ] {8155b986-f838-4040-9fd0-a266f15cd3f3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6248 | 2025.04.15 04:04:07.985086 [ 5 ] {8155b986-f838-4040-9fd0-a266f15cd3f3} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6249 | 2025.04.15 04:04:07.985287 [ 5 ] {8155b986-f838-4040-9fd0-a266f15cd3f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001333 sec., 750.1875468867216 rows/sec., 50.55 KiB/sec. | ||
| 6250 | 2025.04.15 04:04:07.985348 [ 5 ] {8155b986-f838-4040-9fd0-a266f15cd3f3} <Debug> TCPHandler: Processed in 0.001539263 sec. | ||
| 6251 | 2025.04.15 04:04:07.985470 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6252 | 2025.04.15 04:04:07.985574 [ 5 ] {bbc15f00-3350-4621-ac74-7d81054f49fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6253 | 2025.04.15 04:04:07.985642 [ 5 ] {bbc15f00-3350-4621-ac74-7d81054f49fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6254 | 2025.04.15 04:04:07.986690 [ 5 ] {bbc15f00-3350-4621-ac74-7d81054f49fe} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6255 | 2025.04.15 04:04:07.986732 [ 5 ] {bbc15f00-3350-4621-ac74-7d81054f49fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6256 | 2025.04.15 04:04:07.987361 [ 5 ] {bbc15f00-3350-4621-ac74-7d81054f49fe} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6257 | 2025.04.15 04:04:07.987639 [ 5 ] {bbc15f00-3350-4621-ac74-7d81054f49fe} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6258 | 2025.04.15 04:04:07.987817 [ 139 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6259 | 2025.04.15 04:04:07.987887 [ 139 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6260 | 2025.04.15 04:04:07.987921 [ 5 ] {bbc15f00-3350-4621-ac74-7d81054f49fe} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00236 sec., 3389.830508474576 rows/sec., 6.07 MiB/sec. | ||
| 6261 | 2025.04.15 04:04:07.987928 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6262 | 2025.04.15 04:04:07.988352 [ 5 ] {bbc15f00-3350-4621-ac74-7d81054f49fe} <Debug> TCPHandler: Processed in 0.002935433 sec. | ||
| 6263 | 2025.04.15 04:04:07.988384 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 6264 | 2025.04.15 04:04:07.988535 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6265 | 2025.04.15 04:04:07.988802 [ 5 ] {dcab838a-c2c8-4205-a45f-2f90e8717470} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6266 | 2025.04.15 04:04:07.988939 [ 5 ] {dcab838a-c2c8-4205-a45f-2f90e8717470} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6267 | 2025.04.15 04:04:07.989243 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6268 | 2025.04.15 04:04:07.989484 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 587 rows starting from the beginning of the part | ||
| 6269 | 2025.04.15 04:04:07.990255 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 6270 | 2025.04.15 04:04:07.991089 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part | ||
| 6271 | 2025.04.15 04:04:07.991154 [ 5 ] {dcab838a-c2c8-4205-a45f-2f90e8717470} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6272 | 2025.04.15 04:04:07.991217 [ 5 ] {dcab838a-c2c8-4205-a45f-2f90e8717470} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6273 | 2025.04.15 04:04:07.991746 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 6274 | 2025.04.15 04:04:07.992504 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
| 6275 | 2025.04.15 04:04:07.992802 [ 5 ] {dcab838a-c2c8-4205-a45f-2f90e8717470} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6276 | 2025.04.15 04:04:07.993091 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 6277 | 2025.04.15 04:04:07.993702 [ 5 ] {dcab838a-c2c8-4205-a45f-2f90e8717470} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6278 | 2025.04.15 04:04:07.994271 [ 5 ] {dcab838a-c2c8-4205-a45f-2f90e8717470} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005573 sec., 14713.798672169389 rows/sec., 956.94 KiB/sec. | ||
| 6279 | 2025.04.15 04:04:07.994364 [ 5 ] {dcab838a-c2c8-4205-a45f-2f90e8717470} <Debug> TCPHandler: Processed in 0.005914886 sec. | ||
| 6280 | 2025.04.15 04:04:07.998716 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 675 rows, containing 19 columns (19 merged, 0 gathered) in 0.010611796 sec., 63608.45986862168 rows/sec., 113.98 MiB/sec. | ||
| 6281 | 2025.04.15 04:04:07.999661 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6282 | 2025.04.15 04:04:08.000151 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.06 MiB, peak 205.11 MiB, free memory in arenas 0.00 B, will set to 197.62 MiB (RSS), difference: -4.44 MiB | ||
| 6283 | 2025.04.15 04:04:08.000256 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6284 | 2025.04.15 04:04:08.000358 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6285 | 2025.04.15 04:04:08.000595 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. | ||
| 6286 | 2025.04.15 04:04:09.000152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.26 MiB, peak 205.11 MiB, free memory in arenas 0.00 B, will set to 197.62 MiB (RSS), difference: 4.37 MiB | ||
| 6287 | 2025.04.15 04:04:12.873136 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 6288 | 2025.04.15 04:04:12.874150 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6289 | 2025.04.15 04:04:12.874240 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6290 | 2025.04.15 04:04:12.874782 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6291 | 2025.04.15 04:04:12.875039 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6292 | 2025.04.15 04:04:12.875302 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 6293 | 2025.04.15 04:04:12.956983 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6294 | 2025.04.15 04:04:12.957193 [ 5 ] {c8f9d88f-e7cc-44db-b0f7-8f43066922a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6295 | 2025.04.15 04:04:12.957277 [ 5 ] {c8f9d88f-e7cc-44db-b0f7-8f43066922a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6296 | 2025.04.15 04:04:12.958164 [ 5 ] {c8f9d88f-e7cc-44db-b0f7-8f43066922a2} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2025.04.15 04:04:12.958216 [ 5 ] {c8f9d88f-e7cc-44db-b0f7-8f43066922a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6298 | 2025.04.15 04:04:12.958639 [ 5 ] {c8f9d88f-e7cc-44db-b0f7-8f43066922a2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6299 | 2025.04.15 04:04:12.958899 [ 5 ] {c8f9d88f-e7cc-44db-b0f7-8f43066922a2} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6300 | 2025.04.15 04:04:12.959118 [ 5 ] {c8f9d88f-e7cc-44db-b0f7-8f43066922a2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001983 sec., 1008.5728693898135 rows/sec., 82.24 KiB/sec. | ||
| 6301 | 2025.04.15 04:04:12.959185 [ 5 ] {c8f9d88f-e7cc-44db-b0f7-8f43066922a2} <Debug> TCPHandler: Processed in 0.00234031 sec. | ||
| 6302 | 2025.04.15 04:04:12.959325 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6303 | 2025.04.15 04:04:12.959439 [ 5 ] {63f1e563-321d-4536-ac9b-aa8ddf895fd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6304 | 2025.04.15 04:04:12.959489 [ 5 ] {63f1e563-321d-4536-ac9b-aa8ddf895fd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6305 | 2025.04.15 04:04:12.960104 [ 5 ] {63f1e563-321d-4536-ac9b-aa8ddf895fd5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6306 | 2025.04.15 04:04:12.960144 [ 5 ] {63f1e563-321d-4536-ac9b-aa8ddf895fd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6307 | 2025.04.15 04:04:12.960515 [ 5 ] {63f1e563-321d-4536-ac9b-aa8ddf895fd5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6308 | 2025.04.15 04:04:12.960767 [ 5 ] {63f1e563-321d-4536-ac9b-aa8ddf895fd5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6309 | 2025.04.15 04:04:12.960970 [ 126 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6310 | 2025.04.15 04:04:12.960992 [ 5 ] {63f1e563-321d-4536-ac9b-aa8ddf895fd5} <Debug> executeQuery: Read 121 rows, 10.51 KiB in 0.001571 sec., 77021.00572883514 rows/sec., 6.54 MiB/sec. | ||
| 6311 | 2025.04.15 04:04:12.961100 [ 126 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6312 | 2025.04.15 04:04:12.961156 [ 5 ] {63f1e563-321d-4536-ac9b-aa8ddf895fd5} <Debug> TCPHandler: Processed in 0.00188234 sec. | ||
| 6313 | 2025.04.15 04:04:12.961182 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6314 | 2025.04.15 04:04:12.961344 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6315 | 2025.04.15 04:04:12.961499 [ 186 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 6316 | 2025.04.15 04:04:12.961529 [ 5 ] {7404ff7b-7078-4df1-83a7-bf571d552cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6317 | 2025.04.15 04:04:12.961635 [ 5 ] {7404ff7b-7078-4df1-83a7-bf571d552cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6318 | 2025.04.15 04:04:12.961977 [ 186 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6319 | 2025.04.15 04:04:12.962061 [ 186 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1847 rows starting from the beginning of the part | ||
| 6320 | 2025.04.15 04:04:12.962401 [ 186 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1778 rows starting from the beginning of the part | ||
| 6321 | 2025.04.15 04:04:12.962853 [ 186 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 6322 | 2025.04.15 04:04:12.963239 [ 186 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 120 rows starting from the beginning of the part | ||
| 6323 | 2025.04.15 04:04:12.963392 [ 186 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 633 rows starting from the beginning of the part | ||
| 6324 | 2025.04.15 04:04:12.963831 [ 186 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 121 rows starting from the beginning of the part | ||
| 6325 | 2025.04.15 04:04:12.964535 [ 5 ] {7404ff7b-7078-4df1-83a7-bf571d552cf6} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6326 | 2025.04.15 04:04:12.964603 [ 5 ] {7404ff7b-7078-4df1-83a7-bf571d552cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6327 | 2025.04.15 04:04:12.965439 [ 5 ] {7404ff7b-7078-4df1-83a7-bf571d552cf6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6328 | 2025.04.15 04:04:12.966014 [ 5 ] {7404ff7b-7078-4df1-83a7-bf571d552cf6} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6329 | 2025.04.15 04:04:12.966442 [ 5 ] {7404ff7b-7078-4df1-83a7-bf571d552cf6} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.004952 sec., 6865.9127625201945 rows/sec., 514.12 KiB/sec. | ||
| 6330 | 2025.04.15 04:04:12.966639 [ 5 ] {7404ff7b-7078-4df1-83a7-bf571d552cf6} <Debug> TCPHandler: Processed in 0.005375385 sec. | ||
| 6331 | 2025.04.15 04:04:12.966960 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6332 | 2025.04.15 04:04:12.967223 [ 5 ] {5513d440-dd0f-47c1-9260-ab8eb375933b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6333 | 2025.04.15 04:04:12.967370 [ 5 ] {5513d440-dd0f-47c1-9260-ab8eb375933b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6334 | 2025.04.15 04:04:12.967428 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4555 rows, containing 5 columns (5 merged, 0 gathered) in 0.00609211 sec., 747688.4035252153 rows/sec., 63.54 MiB/sec. | ||
| 6335 | 2025.04.15 04:04:12.967727 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6336 | 2025.04.15 04:04:12.968088 [ 5 ] {5513d440-dd0f-47c1-9260-ab8eb375933b} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6337 | 2025.04.15 04:04:12.968093 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_46_9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6338 | 2025.04.15 04:04:12.968129 [ 5 ] {5513d440-dd0f-47c1-9260-ab8eb375933b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6339 | 2025.04.15 04:04:12.968201 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_46_9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6340 | 2025.04.15 04:04:12.968310 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 6341 | 2025.04.15 04:04:12.968559 [ 5 ] {5513d440-dd0f-47c1-9260-ab8eb375933b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6342 | 2025.04.15 04:04:12.968795 [ 5 ] {5513d440-dd0f-47c1-9260-ab8eb375933b} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6343 | 2025.04.15 04:04:12.968964 [ 126 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6344 | 2025.04.15 04:04:12.969005 [ 5 ] {5513d440-dd0f-47c1-9260-ab8eb375933b} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001892 sec., 51797.04016913319 rows/sec., 4.05 MiB/sec. | ||
| 6345 | 2025.04.15 04:04:12.969029 [ 126 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6346 | 2025.04.15 04:04:12.969103 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6347 | 2025.04.15 04:04:12.969129 [ 5 ] {5513d440-dd0f-47c1-9260-ab8eb375933b} <Debug> TCPHandler: Processed in 0.002254348 sec. | ||
| 6348 | 2025.04.15 04:04:12.969352 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 6349 | 2025.04.15 04:04:12.969370 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6350 | 2025.04.15 04:04:12.969580 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6351 | 2025.04.15 04:04:12.969600 [ 5 ] {2585237d-7e62-4c4f-b3d4-94bde9b5bf24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6352 | 2025.04.15 04:04:12.969631 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
| 6353 | 2025.04.15 04:04:12.969741 [ 5 ] {2585237d-7e62-4c4f-b3d4-94bde9b5bf24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6354 | 2025.04.15 04:04:12.969973 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 856 rows starting from the beginning of the part | ||
| 6355 | 2025.04.15 04:04:12.970344 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 6356 | 2025.04.15 04:04:12.970620 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 96 rows starting from the beginning of the part | ||
| 6357 | 2025.04.15 04:04:12.971021 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 390 rows starting from the beginning of the part | ||
| 6358 | 2025.04.15 04:04:12.971433 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 98 rows starting from the beginning of the part | ||
| 6359 | 2025.04.15 04:04:12.972393 [ 5 ] {2585237d-7e62-4c4f-b3d4-94bde9b5bf24} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6360 | 2025.04.15 04:04:12.972454 [ 5 ] {2585237d-7e62-4c4f-b3d4-94bde9b5bf24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6361 | 2025.04.15 04:04:12.973357 [ 5 ] {2585237d-7e62-4c4f-b3d4-94bde9b5bf24} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6362 | 2025.04.15 04:04:12.973750 [ 5 ] {2585237d-7e62-4c4f-b3d4-94bde9b5bf24} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6363 | 2025.04.15 04:04:12.974046 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6364 | 2025.04.15 04:04:12.974076 [ 5 ] {2585237d-7e62-4c4f-b3d4-94bde9b5bf24} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004525 sec., 35580.11049723757 rows/sec., 2.48 MiB/sec. | ||
| 6365 | 2025.04.15 04:04:12.974528 [ 5 ] {2585237d-7e62-4c4f-b3d4-94bde9b5bf24} <Debug> TCPHandler: Processed in 0.005234422 sec. | ||
| 6366 | 2025.04.15 04:04:12.974546 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6367 | 2025.04.15 04:04:12.974634 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.005429626 sec., 445334.54053741455 rows/sec., 34.11 MiB/sec. | ||
| 6368 | 2025.04.15 04:04:12.974690 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6369 | 2025.04.15 04:04:12.974760 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6370 | 2025.04.15 04:04:12.974929 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6371 | 2025.04.15 04:04:12.975137 [ 5 ] {98d61b2d-54c4-4c8d-ad4b-8e6b2cc8216b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6372 | 2025.04.15 04:04:12.975351 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 6373 | 2025.04.15 04:04:12.975409 [ 5 ] {98d61b2d-54c4-4c8d-ad4b-8e6b2cc8216b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6374 | 2025.04.15 04:04:12.975823 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_46_9} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6375 | 2025.04.15 04:04:12.976162 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_46_9} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6376 | 2025.04.15 04:04:12.976311 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6377 | 2025.04.15 04:04:12.976421 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6378 | 2025.04.15 04:04:12.976579 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12521 rows starting from the beginning of the part | ||
| 6379 | 2025.04.15 04:04:12.977071 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 960 rows starting from the beginning of the part | ||
| 6380 | 2025.04.15 04:04:12.977505 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 128 rows starting from the beginning of the part | ||
| 6381 | 2025.04.15 04:04:12.977836 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 6382 | 2025.04.15 04:04:12.978309 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 6383 | 2025.04.15 04:04:12.978761 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part | ||
| 6384 | 2025.04.15 04:04:12.980583 [ 5 ] {98d61b2d-54c4-4c8d-ad4b-8e6b2cc8216b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6385 | 2025.04.15 04:04:12.980644 [ 5 ] {98d61b2d-54c4-4c8d-ad4b-8e6b2cc8216b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6386 | 2025.04.15 04:04:12.982438 [ 5 ] {98d61b2d-54c4-4c8d-ad4b-8e6b2cc8216b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6387 | 2025.04.15 04:04:12.982914 [ 5 ] {98d61b2d-54c4-4c8d-ad4b-8e6b2cc8216b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6388 | 2025.04.15 04:04:12.983234 [ 5 ] {98d61b2d-54c4-4c8d-ad4b-8e6b2cc8216b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008235 sec., 3885.8530661809355 rows/sec., 6.96 MiB/sec. | ||
| 6389 | 2025.04.15 04:04:12.983892 [ 5 ] {98d61b2d-54c4-4c8d-ad4b-8e6b2cc8216b} <Debug> TCPHandler: Processed in 0.009218927 sec. | ||
| 6390 | 2025.04.15 04:04:12.984102 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2025.04.15 04:04:12.984214 [ 5 ] {c2303cda-0536-45ae-8874-379e927de986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6392 | 2025.04.15 04:04:12.984293 [ 5 ] {c2303cda-0536-45ae-8874-379e927de986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6393 | 2025.04.15 04:04:12.984833 [ 5 ] {c2303cda-0536-45ae-8874-379e927de986} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2025.04.15 04:04:12.984875 [ 5 ] {c2303cda-0536-45ae-8874-379e927de986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6395 | 2025.04.15 04:04:12.985572 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14167 rows, containing 5 columns (5 merged, 0 gathered) in 0.010687408 sec., 1325578.6622911748 rows/sec., 89.44 MiB/sec. | ||
| 6396 | 2025.04.15 04:04:12.985637 [ 5 ] {c2303cda-0536-45ae-8874-379e927de986} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6397 | 2025.04.15 04:04:12.985931 [ 5 ] {c2303cda-0536-45ae-8874-379e927de986} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6398 | 2025.04.15 04:04:12.986003 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6399 | 2025.04.15 04:04:12.986303 [ 126 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6400 | 2025.04.15 04:04:12.986424 [ 5 ] {c2303cda-0536-45ae-8874-379e927de986} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002207 sec., 27186.225645672857 rows/sec., 1.83 MiB/sec. | ||
| 6401 | 2025.04.15 04:04:12.986477 [ 126 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6402 | 2025.04.15 04:04:12.986671 [ 5 ] {c2303cda-0536-45ae-8874-379e927de986} <Debug> TCPHandler: Processed in 0.002614345 sec. | ||
| 6403 | 2025.04.15 04:04:12.986663 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6404 | 2025.04.15 04:04:12.986905 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6405 | 2025.04.15 04:04:12.987086 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 6406 | 2025.04.15 04:04:12.987162 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6407 | 2025.04.15 04:04:12.987335 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6408 | 2025.04.15 04:04:12.987338 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. | ||
| 6409 | 2025.04.15 04:04:12.987392 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2402 rows starting from the beginning of the part | ||
| 6410 | 2025.04.15 04:04:12.987472 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
| 6411 | 2025.04.15 04:04:12.987616 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 48 rows starting from the beginning of the part | ||
| 6412 | 2025.04.15 04:04:12.987803 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 6413 | 2025.04.15 04:04:12.987891 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 6414 | 2025.04.15 04:04:12.988117 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 6415 | 2025.04.15 04:04:12.989434 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2686 rows, containing 4 columns (4 merged, 0 gathered) in 0.002521763 sec., 1065127.8490484632 rows/sec., 69.32 MiB/sec. | ||
| 6416 | 2025.04.15 04:04:12.989799 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6417 | 2025.04.15 04:04:12.990131 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_46_9} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6418 | 2025.04.15 04:04:12.990216 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_46_9} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6419 | 2025.04.15 04:04:12.990306 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 6420 | 2025.04.15 04:04:13.799674 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6421 | 2025.04.15 04:04:13.820863 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6422 | 2025.04.15 04:04:13.820922 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.15 GiB. | ||
| 6423 | 2025.04.15 04:04:13.828287 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6424 | 2025.04.15 04:04:13.829059 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6425 | 2025.04.15 04:04:13.832367 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6426 | 2025.04.15 04:04:15.432442 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 918 | ||
| 6427 | 2025.04.15 04:04:15.436112 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6428 | 2025.04.15 04:04:15.436178 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6429 | 2025.04.15 04:04:15.437685 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6430 | 2025.04.15 04:04:15.438141 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6431 | 2025.04.15 04:04:15.438392 [ 133 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6432 | 2025.04.15 04:04:15.438516 [ 133 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6433 | 2025.04.15 04:04:15.438579 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6434 | 2025.04.15 04:04:15.439053 [ 196 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 6435 | 2025.04.15 04:04:15.439737 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 918 | ||
| 6436 | 2025.04.15 04:04:15.440212 [ 196 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6437 | 2025.04.15 04:04:15.440421 [ 196 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 748 rows starting from the beginning of the part | ||
| 6438 | 2025.04.15 04:04:15.440986 [ 196 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 6439 | 2025.04.15 04:04:15.441507 [ 196 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 6440 | 2025.04.15 04:04:15.441990 [ 196 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 6441 | 2025.04.15 04:04:15.442466 [ 196 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 6442 | 2025.04.15 04:04:15.442920 [ 196 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 6443 | 2025.04.15 04:04:15.451025 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 72 columns (72 merged, 0 gathered) in 0.012320773 sec., 74508.31210022293 rows/sec., 61.11 MiB/sec. | ||
| 6444 | 2025.04.15 04:04:15.452872 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6445 | 2025.04.15 04:04:15.453694 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_21_4} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6446 | 2025.04.15 04:04:15.453792 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_21_4} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6447 | 2025.04.15 04:04:15.454123 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 6448 | 2025.04.15 04:04:17.959718 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6449 | 2025.04.15 04:04:17.960011 [ 5 ] {6a52ddd2-52bb-4d8a-bef6-62b6b115f7e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6450 | 2025.04.15 04:04:17.960122 [ 5 ] {6a52ddd2-52bb-4d8a-bef6-62b6b115f7e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6451 | 2025.04.15 04:04:17.961645 [ 5 ] {6a52ddd2-52bb-4d8a-bef6-62b6b115f7e4} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6452 | 2025.04.15 04:04:17.961693 [ 5 ] {6a52ddd2-52bb-4d8a-bef6-62b6b115f7e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6453 | 2025.04.15 04:04:17.962132 [ 5 ] {6a52ddd2-52bb-4d8a-bef6-62b6b115f7e4} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6454 | 2025.04.15 04:04:17.962395 [ 5 ] {6a52ddd2-52bb-4d8a-bef6-62b6b115f7e4} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6455 | 2025.04.15 04:04:17.962629 [ 5 ] {6a52ddd2-52bb-4d8a-bef6-62b6b115f7e4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002699 sec., 78547.61022600964 rows/sec., 5.00 MiB/sec. | ||
| 6456 | 2025.04.15 04:04:17.962749 [ 5 ] {6a52ddd2-52bb-4d8a-bef6-62b6b115f7e4} <Debug> TCPHandler: Processed in 0.003207618 sec. | ||
| 6457 | 2025.04.15 04:04:17.962885 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2025.04.15 04:04:17.962989 [ 5 ] {2dc33860-f2e9-40b5-9840-0de034a3d2b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6459 | 2025.04.15 04:04:17.963036 [ 5 ] {2dc33860-f2e9-40b5-9840-0de034a3d2b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6460 | 2025.04.15 04:04:17.963857 [ 5 ] {2dc33860-f2e9-40b5-9840-0de034a3d2b0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6461 | 2025.04.15 04:04:17.963894 [ 5 ] {2dc33860-f2e9-40b5-9840-0de034a3d2b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6462 | 2025.04.15 04:04:17.964281 [ 5 ] {2dc33860-f2e9-40b5-9840-0de034a3d2b0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6463 | 2025.04.15 04:04:17.964519 [ 5 ] {2dc33860-f2e9-40b5-9840-0de034a3d2b0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6464 | 2025.04.15 04:04:17.964704 [ 5 ] {2dc33860-f2e9-40b5-9840-0de034a3d2b0} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001738 sec., 364211.7376294592 rows/sec., 28.64 MiB/sec. | ||
| 6465 | 2025.04.15 04:04:17.964755 [ 5 ] {2dc33860-f2e9-40b5-9840-0de034a3d2b0} <Debug> TCPHandler: Processed in 0.001921811 sec. | ||
| 6466 | 2025.04.15 04:04:17.964864 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6467 | 2025.04.15 04:04:17.964969 [ 5 ] {b370e7a8-eb46-482e-85b3-1b29f0c914da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6468 | 2025.04.15 04:04:17.965013 [ 5 ] {b370e7a8-eb46-482e-85b3-1b29f0c914da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6469 | 2025.04.15 04:04:17.965542 [ 5 ] {b370e7a8-eb46-482e-85b3-1b29f0c914da} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6470 | 2025.04.15 04:04:17.965581 [ 5 ] {b370e7a8-eb46-482e-85b3-1b29f0c914da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6471 | 2025.04.15 04:04:17.965921 [ 5 ] {b370e7a8-eb46-482e-85b3-1b29f0c914da} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6472 | 2025.04.15 04:04:17.966189 [ 5 ] {b370e7a8-eb46-482e-85b3-1b29f0c914da} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6473 | 2025.04.15 04:04:17.966392 [ 5 ] {b370e7a8-eb46-482e-85b3-1b29f0c914da} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001445 sec., 78892.73356401383 rows/sec., 4.72 MiB/sec. | ||
| 6474 | 2025.04.15 04:04:17.966442 [ 5 ] {b370e7a8-eb46-482e-85b3-1b29f0c914da} <Debug> TCPHandler: Processed in 0.001629055 sec. | ||
| 6475 | 2025.04.15 04:04:17.966553 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6476 | 2025.04.15 04:04:17.966658 [ 5 ] {5599ff92-c987-49e6-8d90-47f7de89de76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6477 | 2025.04.15 04:04:17.966704 [ 5 ] {5599ff92-c987-49e6-8d90-47f7de89de76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6478 | 2025.04.15 04:04:17.967238 [ 5 ] {5599ff92-c987-49e6-8d90-47f7de89de76} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6479 | 2025.04.15 04:04:17.967278 [ 5 ] {5599ff92-c987-49e6-8d90-47f7de89de76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6480 | 2025.04.15 04:04:17.967625 [ 5 ] {5599ff92-c987-49e6-8d90-47f7de89de76} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6481 | 2025.04.15 04:04:17.967865 [ 5 ] {5599ff92-c987-49e6-8d90-47f7de89de76} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6482 | 2025.04.15 04:04:17.968055 [ 5 ] {5599ff92-c987-49e6-8d90-47f7de89de76} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001418 sec., 79689.70380818054 rows/sec., 5.16 MiB/sec. | ||
| 6483 | 2025.04.15 04:04:17.968104 [ 5 ] {5599ff92-c987-49e6-8d90-47f7de89de76} <Debug> TCPHandler: Processed in 0.001601195 sec. | ||
| 6484 | 2025.04.15 04:04:17.968216 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6485 | 2025.04.15 04:04:17.968320 [ 5 ] {6ae6046d-d5c7-4516-8cde-004d3fa79101} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6486 | 2025.04.15 04:04:17.968364 [ 5 ] {6ae6046d-d5c7-4516-8cde-004d3fa79101} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6487 | 2025.04.15 04:04:17.968888 [ 5 ] {6ae6046d-d5c7-4516-8cde-004d3fa79101} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6488 | 2025.04.15 04:04:17.968927 [ 5 ] {6ae6046d-d5c7-4516-8cde-004d3fa79101} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6489 | 2025.04.15 04:04:17.969272 [ 5 ] {6ae6046d-d5c7-4516-8cde-004d3fa79101} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6490 | 2025.04.15 04:04:17.969513 [ 5 ] {6ae6046d-d5c7-4516-8cde-004d3fa79101} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6491 | 2025.04.15 04:04:17.969701 [ 5 ] {6ae6046d-d5c7-4516-8cde-004d3fa79101} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001403 sec., 79828.93799002138 rows/sec., 4.55 MiB/sec. | ||
| 6492 | 2025.04.15 04:04:17.969753 [ 5 ] {6ae6046d-d5c7-4516-8cde-004d3fa79101} <Debug> TCPHandler: Processed in 0.001588164 sec. | ||
| 6493 | 2025.04.15 04:04:17.969861 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6494 | 2025.04.15 04:04:17.969960 [ 5 ] {348780f0-2cbd-4dad-b162-23400b528749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6495 | 2025.04.15 04:04:17.970005 [ 5 ] {348780f0-2cbd-4dad-b162-23400b528749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6496 | 2025.04.15 04:04:17.970638 [ 5 ] {348780f0-2cbd-4dad-b162-23400b528749} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6497 | 2025.04.15 04:04:17.970676 [ 5 ] {348780f0-2cbd-4dad-b162-23400b528749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6498 | 2025.04.15 04:04:17.971051 [ 5 ] {348780f0-2cbd-4dad-b162-23400b528749} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6499 | 2025.04.15 04:04:17.971280 [ 5 ] {348780f0-2cbd-4dad-b162-23400b528749} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6500 | 2025.04.15 04:04:17.971497 [ 5 ] {348780f0-2cbd-4dad-b162-23400b528749} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001549 sec., 251775.33892834085 rows/sec., 17.79 MiB/sec. | ||
| 6501 | 2025.04.15 04:04:17.971598 [ 5 ] {348780f0-2cbd-4dad-b162-23400b528749} <Debug> TCPHandler: Processed in 0.001788218 sec. | ||
| 6502 | 2025.04.15 04:04:17.971841 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6503 | 2025.04.15 04:04:17.971953 [ 5 ] {ac837a92-8001-4dda-9655-5db4fffa0d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6504 | 2025.04.15 04:04:17.972002 [ 5 ] {ac837a92-8001-4dda-9655-5db4fffa0d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6505 | 2025.04.15 04:04:17.972464 [ 5 ] {ac837a92-8001-4dda-9655-5db4fffa0d11} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6506 | 2025.04.15 04:04:17.972503 [ 5 ] {ac837a92-8001-4dda-9655-5db4fffa0d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6507 | 2025.04.15 04:04:17.972853 [ 5 ] {ac837a92-8001-4dda-9655-5db4fffa0d11} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6508 | 2025.04.15 04:04:17.973088 [ 5 ] {ac837a92-8001-4dda-9655-5db4fffa0d11} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6509 | 2025.04.15 04:04:17.973247 [ 124 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6510 | 2025.04.15 04:04:17.973306 [ 5 ] {ac837a92-8001-4dda-9655-5db4fffa0d11} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001374 sec., 4366.812227074236 rows/sec., 228.15 KiB/sec. | ||
| 6511 | 2025.04.15 04:04:17.973329 [ 124 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6512 | 2025.04.15 04:04:17.973383 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6513 | 2025.04.15 04:04:17.973409 [ 5 ] {ac837a92-8001-4dda-9655-5db4fffa0d11} <Debug> TCPHandler: Processed in 0.001655386 sec. | ||
| 6514 | 2025.04.15 04:04:17.973704 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6515 | 2025.04.15 04:04:17.973987 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 6516 | 2025.04.15 04:04:17.974018 [ 5 ] {82e3d360-6e1c-4430-9c97-c5553ac0bbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6517 | 2025.04.15 04:04:17.974139 [ 5 ] {82e3d360-6e1c-4430-9c97-c5553ac0bbee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6518 | 2025.04.15 04:04:17.974370 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6519 | 2025.04.15 04:04:17.974473 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part | ||
| 6520 | 2025.04.15 04:04:17.974783 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6521 | 2025.04.15 04:04:17.975058 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6522 | 2025.04.15 04:04:17.975266 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6523 | 2025.04.15 04:04:17.975695 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6524 | 2025.04.15 04:04:17.976170 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6525 | 2025.04.15 04:04:17.976849 [ 5 ] {82e3d360-6e1c-4430-9c97-c5553ac0bbee} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6526 | 2025.04.15 04:04:17.976913 [ 5 ] {82e3d360-6e1c-4430-9c97-c5553ac0bbee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6527 | 2025.04.15 04:04:17.978097 [ 5 ] {82e3d360-6e1c-4430-9c97-c5553ac0bbee} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6528 | 2025.04.15 04:04:17.978556 [ 201 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.005015347 sec., 23926.55981729679 rows/sec., 1.22 MiB/sec. | ||
| 6529 | 2025.04.15 04:04:17.978619 [ 5 ] {82e3d360-6e1c-4430-9c97-c5553ac0bbee} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6530 | 2025.04.15 04:04:17.978706 [ 201 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6531 | 2025.04.15 04:04:17.978935 [ 5 ] {82e3d360-6e1c-4430-9c97-c5553ac0bbee} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00502 sec., 47211.15537848605 rows/sec., 3.16 MiB/sec. | ||
| 6532 | 2025.04.15 04:04:17.979027 [ 5 ] {82e3d360-6e1c-4430-9c97-c5553ac0bbee} <Debug> TCPHandler: Processed in 0.005448557 sec. | ||
| 6533 | 2025.04.15 04:04:17.979170 [ 201 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_20_4} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6534 | 2025.04.15 04:04:17.979174 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6535 | 2025.04.15 04:04:17.979253 [ 201 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_20_4} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6536 | 2025.04.15 04:04:17.979322 [ 5 ] {d2f33f44-0cb2-4826-b612-3d6b35150a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6537 | 2025.04.15 04:04:17.979350 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6538 | 2025.04.15 04:04:17.979386 [ 5 ] {d2f33f44-0cb2-4826-b612-3d6b35150a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6539 | 2025.04.15 04:04:17.979820 [ 5 ] {d2f33f44-0cb2-4826-b612-3d6b35150a33} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6540 | 2025.04.15 04:04:17.979859 [ 5 ] {d2f33f44-0cb2-4826-b612-3d6b35150a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6541 | 2025.04.15 04:04:17.980212 [ 5 ] {d2f33f44-0cb2-4826-b612-3d6b35150a33} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6542 | 2025.04.15 04:04:17.980492 [ 5 ] {d2f33f44-0cb2-4826-b612-3d6b35150a33} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6543 | 2025.04.15 04:04:17.980689 [ 5 ] {d2f33f44-0cb2-4826-b612-3d6b35150a33} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001405 sec., 711.7437722419929 rows/sec., 47.96 KiB/sec. | ||
| 6544 | 2025.04.15 04:04:17.980738 [ 5 ] {d2f33f44-0cb2-4826-b612-3d6b35150a33} <Debug> TCPHandler: Processed in 0.001623035 sec. | ||
| 6545 | 2025.04.15 04:04:17.980859 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6546 | 2025.04.15 04:04:17.980964 [ 5 ] {2a347aaa-8c6d-43d0-b890-fbde07b03edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6547 | 2025.04.15 04:04:17.981030 [ 5 ] {2a347aaa-8c6d-43d0-b890-fbde07b03edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6548 | 2025.04.15 04:04:17.982082 [ 5 ] {2a347aaa-8c6d-43d0-b890-fbde07b03edf} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6549 | 2025.04.15 04:04:17.982122 [ 5 ] {2a347aaa-8c6d-43d0-b890-fbde07b03edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6550 | 2025.04.15 04:04:17.982729 [ 5 ] {2a347aaa-8c6d-43d0-b890-fbde07b03edf} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6551 | 2025.04.15 04:04:17.982996 [ 5 ] {2a347aaa-8c6d-43d0-b890-fbde07b03edf} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6552 | 2025.04.15 04:04:17.983263 [ 5 ] {2a347aaa-8c6d-43d0-b890-fbde07b03edf} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002313 sec., 3458.7116299178556 rows/sec., 6.20 MiB/sec. | ||
| 6553 | 2025.04.15 04:04:17.983750 [ 5 ] {2a347aaa-8c6d-43d0-b890-fbde07b03edf} <Debug> TCPHandler: Processed in 0.002935522 sec. | ||
| 6554 | 2025.04.15 04:04:17.983940 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6555 | 2025.04.15 04:04:17.984043 [ 5 ] {bfb47009-4213-4ff3-982d-c1d5de009d55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6556 | 2025.04.15 04:04:17.984091 [ 5 ] {bfb47009-4213-4ff3-982d-c1d5de009d55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6557 | 2025.04.15 04:04:17.984547 [ 5 ] {bfb47009-4213-4ff3-982d-c1d5de009d55} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6558 | 2025.04.15 04:04:17.984587 [ 5 ] {bfb47009-4213-4ff3-982d-c1d5de009d55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6559 | 2025.04.15 04:04:17.984951 [ 5 ] {bfb47009-4213-4ff3-982d-c1d5de009d55} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6560 | 2025.04.15 04:04:17.985197 [ 5 ] {bfb47009-4213-4ff3-982d-c1d5de009d55} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6561 | 2025.04.15 04:04:17.985402 [ 5 ] {bfb47009-4213-4ff3-982d-c1d5de009d55} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001383 sec., 59291.39551699205 rows/sec., 3.77 MiB/sec. | ||
| 6562 | 2025.04.15 04:04:17.985453 [ 5 ] {bfb47009-4213-4ff3-982d-c1d5de009d55} <Debug> TCPHandler: Processed in 0.001565274 sec. | ||
| 6563 | 2025.04.15 04:04:20.200442 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6564 | 2025.04.15 04:04:20.200523 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6565 | 2025.04.15 04:04:20.375408 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6566 | 2025.04.15 04:04:20.376164 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6567 | 2025.04.15 04:04:20.376220 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6568 | 2025.04.15 04:04:20.376734 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6569 | 2025.04.15 04:04:20.376988 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6570 | 2025.04.15 04:04:20.377238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6571 | 2025.04.15 04:04:21.332414 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6572 | 2025.04.15 04:04:21.353609 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6573 | 2025.04.15 04:04:21.353663 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6574 | 2025.04.15 04:04:21.361223 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6575 | 2025.04.15 04:04:21.362024 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6576 | 2025.04.15 04:04:21.365877 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6577 | 2025.04.15 04:04:22.954632 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6578 | 2025.04.15 04:04:22.954819 [ 5 ] {71e593d9-98e4-425f-94d3-6f3ed3b672da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6579 | 2025.04.15 04:04:22.954889 [ 5 ] {71e593d9-98e4-425f-94d3-6f3ed3b672da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6580 | 2025.04.15 04:04:22.955645 [ 5 ] {71e593d9-98e4-425f-94d3-6f3ed3b672da} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6581 | 2025.04.15 04:04:22.955695 [ 5 ] {71e593d9-98e4-425f-94d3-6f3ed3b672da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6582 | 2025.04.15 04:04:22.956124 [ 5 ] {71e593d9-98e4-425f-94d3-6f3ed3b672da} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6583 | 2025.04.15 04:04:22.956371 [ 5 ] {71e593d9-98e4-425f-94d3-6f3ed3b672da} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6584 | 2025.04.15 04:04:22.956591 [ 5 ] {71e593d9-98e4-425f-94d3-6f3ed3b672da} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001825 sec., 65753.42465753424 rows/sec., 5.59 MiB/sec. | ||
| 6585 | 2025.04.15 04:04:22.956644 [ 5 ] {71e593d9-98e4-425f-94d3-6f3ed3b672da} <Debug> TCPHandler: Processed in 0.002140436 sec. | ||
| 6586 | 2025.04.15 04:04:22.956766 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6587 | 2025.04.15 04:04:22.956873 [ 5 ] {ed1cb3c8-c7aa-4dd7-8e19-481e8868d405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6588 | 2025.04.15 04:04:22.956917 [ 5 ] {ed1cb3c8-c7aa-4dd7-8e19-481e8868d405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6589 | 2025.04.15 04:04:22.957429 [ 5 ] {ed1cb3c8-c7aa-4dd7-8e19-481e8868d405} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6590 | 2025.04.15 04:04:22.957468 [ 5 ] {ed1cb3c8-c7aa-4dd7-8e19-481e8868d405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6591 | 2025.04.15 04:04:22.957811 [ 5 ] {ed1cb3c8-c7aa-4dd7-8e19-481e8868d405} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6592 | 2025.04.15 04:04:22.958047 [ 5 ] {ed1cb3c8-c7aa-4dd7-8e19-481e8868d405} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6593 | 2025.04.15 04:04:22.958283 [ 5 ] {ed1cb3c8-c7aa-4dd7-8e19-481e8868d405} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001423 sec., 22487.702037947998 rows/sec., 1.65 MiB/sec. | ||
| 6594 | 2025.04.15 04:04:22.958417 [ 5 ] {ed1cb3c8-c7aa-4dd7-8e19-481e8868d405} <Debug> TCPHandler: Processed in 0.001696557 sec. | ||
| 6595 | 2025.04.15 04:04:22.958633 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6596 | 2025.04.15 04:04:22.958737 [ 5 ] {96843ff4-a53b-4319-bd3f-e21b3b36f2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6597 | 2025.04.15 04:04:22.958782 [ 5 ] {96843ff4-a53b-4319-bd3f-e21b3b36f2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6598 | 2025.04.15 04:04:22.959332 [ 5 ] {96843ff4-a53b-4319-bd3f-e21b3b36f2ca} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6599 | 2025.04.15 04:04:22.959371 [ 5 ] {96843ff4-a53b-4319-bd3f-e21b3b36f2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6600 | 2025.04.15 04:04:22.959726 [ 5 ] {96843ff4-a53b-4319-bd3f-e21b3b36f2ca} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6601 | 2025.04.15 04:04:22.959960 [ 5 ] {96843ff4-a53b-4319-bd3f-e21b3b36f2ca} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6602 | 2025.04.15 04:04:22.960149 [ 5 ] {96843ff4-a53b-4319-bd3f-e21b3b36f2ca} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001435 sec., 66898.95470383274 rows/sec., 5.22 MiB/sec. | ||
| 6603 | 2025.04.15 04:04:22.960198 [ 5 ] {96843ff4-a53b-4319-bd3f-e21b3b36f2ca} <Debug> TCPHandler: Processed in 0.001642675 sec. | ||
| 6604 | 2025.04.15 04:04:22.960311 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6605 | 2025.04.15 04:04:22.960415 [ 5 ] {0136518b-ea99-4b63-88b0-146e02db3dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6606 | 2025.04.15 04:04:22.960463 [ 5 ] {0136518b-ea99-4b63-88b0-146e02db3dfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6607 | 2025.04.15 04:04:22.960957 [ 5 ] {0136518b-ea99-4b63-88b0-146e02db3dfa} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6608 | 2025.04.15 04:04:22.960995 [ 5 ] {0136518b-ea99-4b63-88b0-146e02db3dfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6609 | 2025.04.15 04:04:22.961370 [ 5 ] {0136518b-ea99-4b63-88b0-146e02db3dfa} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6610 | 2025.04.15 04:04:22.961602 [ 5 ] {0136518b-ea99-4b63-88b0-146e02db3dfa} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6611 | 2025.04.15 04:04:22.961788 [ 5 ] {0136518b-ea99-4b63-88b0-146e02db3dfa} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001396 sec., 114613.1805157593 rows/sec., 7.98 MiB/sec. | ||
| 6612 | 2025.04.15 04:04:22.961837 [ 5 ] {0136518b-ea99-4b63-88b0-146e02db3dfa} <Debug> TCPHandler: Processed in 0.001577704 sec. | ||
| 6613 | 2025.04.15 04:04:22.961946 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6614 | 2025.04.15 04:04:22.962049 [ 5 ] {348d0d6a-3ba2-4156-bf6c-d24c23adc110} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6615 | 2025.04.15 04:04:22.962114 [ 5 ] {348d0d6a-3ba2-4156-bf6c-d24c23adc110} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6616 | 2025.04.15 04:04:22.963177 [ 5 ] {348d0d6a-3ba2-4156-bf6c-d24c23adc110} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6617 | 2025.04.15 04:04:22.963216 [ 5 ] {348d0d6a-3ba2-4156-bf6c-d24c23adc110} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6618 | 2025.04.15 04:04:22.963832 [ 5 ] {348d0d6a-3ba2-4156-bf6c-d24c23adc110} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6619 | 2025.04.15 04:04:22.964079 [ 5 ] {348d0d6a-3ba2-4156-bf6c-d24c23adc110} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6620 | 2025.04.15 04:04:22.964294 [ 5 ] {348d0d6a-3ba2-4156-bf6c-d24c23adc110} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002266 sec., 14121.800529567521 rows/sec., 25.31 MiB/sec. | ||
| 6621 | 2025.04.15 04:04:22.964382 [ 5 ] {348d0d6a-3ba2-4156-bf6c-d24c23adc110} <Debug> TCPHandler: Processed in 0.002486703 sec. | ||
| 6622 | 2025.04.15 04:04:22.964488 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6623 | 2025.04.15 04:04:22.964588 [ 5 ] {4de19092-1e3e-4725-8b17-853808b3031c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6624 | 2025.04.15 04:04:22.964635 [ 5 ] {4de19092-1e3e-4725-8b17-853808b3031c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6625 | 2025.04.15 04:04:22.965040 [ 5 ] {4de19092-1e3e-4725-8b17-853808b3031c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6626 | 2025.04.15 04:04:22.965078 [ 5 ] {4de19092-1e3e-4725-8b17-853808b3031c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6627 | 2025.04.15 04:04:22.965426 [ 5 ] {4de19092-1e3e-4725-8b17-853808b3031c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6628 | 2025.04.15 04:04:22.965652 [ 5 ] {4de19092-1e3e-4725-8b17-853808b3031c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6629 | 2025.04.15 04:04:22.965862 [ 5 ] {4de19092-1e3e-4725-8b17-853808b3031c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001292 sec., 46439.62848297214 rows/sec., 3.13 MiB/sec. | ||
| 6630 | 2025.04.15 04:04:22.965935 [ 5 ] {4de19092-1e3e-4725-8b17-853808b3031c} <Debug> TCPHandler: Processed in 0.001496252 sec. | ||
| 6631 | 2025.04.15 04:04:23.451149 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6632 | 2025.04.15 04:04:23.451333 [ 5 ] {4084f467-54eb-434b-94e9-87258e374180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6633 | 2025.04.15 04:04:23.451403 [ 5 ] {4084f467-54eb-434b-94e9-87258e374180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6634 | 2025.04.15 04:04:23.452215 [ 5 ] {4084f467-54eb-434b-94e9-87258e374180} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6635 | 2025.04.15 04:04:23.452266 [ 5 ] {4084f467-54eb-434b-94e9-87258e374180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6636 | 2025.04.15 04:04:23.452701 [ 5 ] {4084f467-54eb-434b-94e9-87258e374180} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6637 | 2025.04.15 04:04:23.452963 [ 5 ] {4084f467-54eb-434b-94e9-87258e374180} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6638 | 2025.04.15 04:04:23.453150 [ 120 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6639 | 2025.04.15 04:04:23.453206 [ 5 ] {4084f467-54eb-434b-94e9-87258e374180} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001919 sec., 110474.20531526838 rows/sec., 7.03 MiB/sec. | ||
| 6640 | 2025.04.15 04:04:23.453230 [ 120 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6641 | 2025.04.15 04:04:23.453292 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6642 | 2025.04.15 04:04:23.453337 [ 5 ] {4084f467-54eb-434b-94e9-87258e374180} <Debug> TCPHandler: Processed in 0.002305939 sec. | ||
| 6643 | 2025.04.15 04:04:23.453582 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 6644 | 2025.04.15 04:04:23.453598 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6645 | 2025.04.15 04:04:23.453994 [ 5 ] {a3b6c4b6-c545-4d89-9b1a-5f76556d00e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6646 | 2025.04.15 04:04:23.454097 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6647 | 2025.04.15 04:04:23.454167 [ 5 ] {a3b6c4b6-c545-4d89-9b1a-5f76556d00e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6648 | 2025.04.15 04:04:23.454212 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 6649 | 2025.04.15 04:04:23.454554 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 6650 | 2025.04.15 04:04:23.454925 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 6651 | 2025.04.15 04:04:23.455298 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 6652 | 2025.04.15 04:04:23.455645 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 6653 | 2025.04.15 04:04:23.456576 [ 5 ] {a3b6c4b6-c545-4d89-9b1a-5f76556d00e4} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6654 | 2025.04.15 04:04:23.456650 [ 5 ] {a3b6c4b6-c545-4d89-9b1a-5f76556d00e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6655 | 2025.04.15 04:04:23.457638 [ 5 ] {a3b6c4b6-c545-4d89-9b1a-5f76556d00e4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6656 | 2025.04.15 04:04:23.458123 [ 5 ] {a3b6c4b6-c545-4d89-9b1a-5f76556d00e4} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6657 | 2025.04.15 04:04:23.458282 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004892904 sec., 216640.26108012747 rows/sec., 14.60 MiB/sec. | ||
| 6658 | 2025.04.15 04:04:23.458507 [ 5 ] {a3b6c4b6-c545-4d89-9b1a-5f76556d00e4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004661 sec., 429.0924694271615 rows/sec., 34.99 KiB/sec. | ||
| 6659 | 2025.04.15 04:04:23.458547 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6660 | 2025.04.15 04:04:23.458696 [ 5 ] {a3b6c4b6-c545-4d89-9b1a-5f76556d00e4} <Debug> TCPHandler: Processed in 0.00518981 sec. | ||
| 6661 | 2025.04.15 04:04:23.458859 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6662 | 2025.04.15 04:04:23.459044 [ 5 ] {a7623395-b12c-4ca1-a125-2f2ee1b6c0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6663 | 2025.04.15 04:04:23.459061 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_21_5} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6664 | 2025.04.15 04:04:23.459117 [ 5 ] {a7623395-b12c-4ca1-a125-2f2ee1b6c0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6665 | 2025.04.15 04:04:23.459220 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_21_5} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6666 | 2025.04.15 04:04:23.459357 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6667 | 2025.04.15 04:04:23.460895 [ 5 ] {a7623395-b12c-4ca1-a125-2f2ee1b6c0a9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6668 | 2025.04.15 04:04:23.460948 [ 5 ] {a7623395-b12c-4ca1-a125-2f2ee1b6c0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6669 | 2025.04.15 04:04:23.461424 [ 5 ] {a7623395-b12c-4ca1-a125-2f2ee1b6c0a9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6670 | 2025.04.15 04:04:23.461671 [ 5 ] {a7623395-b12c-4ca1-a125-2f2ee1b6c0a9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6671 | 2025.04.15 04:04:23.461868 [ 5 ] {a7623395-b12c-4ca1-a125-2f2ee1b6c0a9} <Debug> executeQuery: Read 1774 rows, 147.61 KiB in 0.002877 sec., 616614.5290232882 rows/sec., 50.10 MiB/sec. | ||
| 6672 | 2025.04.15 04:04:23.461925 [ 5 ] {a7623395-b12c-4ca1-a125-2f2ee1b6c0a9} <Debug> TCPHandler: Processed in 0.003123576 sec. | ||
| 6673 | 2025.04.15 04:04:23.462044 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6674 | 2025.04.15 04:04:23.462149 [ 5 ] {18931bd6-d5b4-4985-9c25-c364605f1c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6675 | 2025.04.15 04:04:23.462195 [ 5 ] {18931bd6-d5b4-4985-9c25-c364605f1c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6676 | 2025.04.15 04:04:23.462771 [ 5 ] {18931bd6-d5b4-4985-9c25-c364605f1c5a} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6677 | 2025.04.15 04:04:23.462811 [ 5 ] {18931bd6-d5b4-4985-9c25-c364605f1c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6678 | 2025.04.15 04:04:23.463152 [ 5 ] {18931bd6-d5b4-4985-9c25-c364605f1c5a} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6679 | 2025.04.15 04:04:23.463389 [ 5 ] {18931bd6-d5b4-4985-9c25-c364605f1c5a} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6680 | 2025.04.15 04:04:23.463599 [ 5 ] {18931bd6-d5b4-4985-9c25-c364605f1c5a} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001472 sec., 78804.34782608696 rows/sec., 4.73 MiB/sec. | ||
| 6681 | 2025.04.15 04:04:23.463653 [ 5 ] {18931bd6-d5b4-4985-9c25-c364605f1c5a} <Debug> TCPHandler: Processed in 0.001659525 sec. | ||
| 6682 | 2025.04.15 04:04:23.463772 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6683 | 2025.04.15 04:04:23.463876 [ 5 ] {97d09b89-9468-44a7-82de-c0798b6651ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6684 | 2025.04.15 04:04:23.463920 [ 5 ] {97d09b89-9468-44a7-82de-c0798b6651ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6685 | 2025.04.15 04:04:23.464556 [ 5 ] {97d09b89-9468-44a7-82de-c0798b6651ec} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6686 | 2025.04.15 04:04:23.464595 [ 5 ] {97d09b89-9468-44a7-82de-c0798b6651ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6687 | 2025.04.15 04:04:23.464943 [ 5 ] {97d09b89-9468-44a7-82de-c0798b6651ec} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6688 | 2025.04.15 04:04:23.465173 [ 5 ] {97d09b89-9468-44a7-82de-c0798b6651ec} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6689 | 2025.04.15 04:04:23.465425 [ 5 ] {97d09b89-9468-44a7-82de-c0798b6651ec} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001559 sec., 218729.9550994227 rows/sec., 14.59 MiB/sec. | ||
| 6690 | 2025.04.15 04:04:23.465606 [ 5 ] {97d09b89-9468-44a7-82de-c0798b6651ec} <Debug> TCPHandler: Processed in 0.00187841 sec. | ||
| 6691 | 2025.04.15 04:04:23.465785 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6692 | 2025.04.15 04:04:23.465889 [ 5 ] {0c096655-74b9-46a3-bdeb-bea45eea7854} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6693 | 2025.04.15 04:04:23.465936 [ 5 ] {0c096655-74b9-46a3-bdeb-bea45eea7854} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6694 | 2025.04.15 04:04:23.466533 [ 5 ] {0c096655-74b9-46a3-bdeb-bea45eea7854} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6695 | 2025.04.15 04:04:23.466574 [ 5 ] {0c096655-74b9-46a3-bdeb-bea45eea7854} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6696 | 2025.04.15 04:04:23.466923 [ 5 ] {0c096655-74b9-46a3-bdeb-bea45eea7854} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6697 | 2025.04.15 04:04:23.467155 [ 5 ] {0c096655-74b9-46a3-bdeb-bea45eea7854} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6698 | 2025.04.15 04:04:23.467305 [ 120 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6699 | 2025.04.15 04:04:23.467368 [ 120 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6700 | 2025.04.15 04:04:23.467382 [ 5 ] {0c096655-74b9-46a3-bdeb-bea45eea7854} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00151 sec., 74172.18543046358 rows/sec., 4.23 MiB/sec. | ||
| 6701 | 2025.04.15 04:04:23.467402 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6702 | 2025.04.15 04:04:23.467541 [ 5 ] {0c096655-74b9-46a3-bdeb-bea45eea7854} <Debug> TCPHandler: Processed in 0.001810369 sec. | ||
| 6703 | 2025.04.15 04:04:23.467604 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 6704 | 2025.04.15 04:04:23.467700 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6705 | 2025.04.15 04:04:23.467754 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6706 | 2025.04.15 04:04:23.467815 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 6707 | 2025.04.15 04:04:23.467899 [ 5 ] {18eeccfa-3b97-4cee-8120-9ce95034e88d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6708 | 2025.04.15 04:04:23.468068 [ 5 ] {18eeccfa-3b97-4cee-8120-9ce95034e88d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6709 | 2025.04.15 04:04:23.468075 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 6710 | 2025.04.15 04:04:23.468460 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 6711 | 2025.04.15 04:04:23.468727 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 6712 | 2025.04.15 04:04:23.469072 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 6713 | 2025.04.15 04:04:23.471002 [ 5 ] {18eeccfa-3b97-4cee-8120-9ce95034e88d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6714 | 2025.04.15 04:04:23.471066 [ 5 ] {18eeccfa-3b97-4cee-8120-9ce95034e88d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6715 | 2025.04.15 04:04:23.471420 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003900834 sec., 143559.04404032574 rows/sec., 8.73 MiB/sec. | ||
| 6716 | 2025.04.15 04:04:23.471703 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6717 | 2025.04.15 04:04:23.471860 [ 5 ] {18eeccfa-3b97-4cee-8120-9ce95034e88d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6718 | 2025.04.15 04:04:23.472261 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_21_5} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6719 | 2025.04.15 04:04:23.472376 [ 5 ] {18eeccfa-3b97-4cee-8120-9ce95034e88d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6720 | 2025.04.15 04:04:23.472452 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_21_5} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6721 | 2025.04.15 04:04:23.472731 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6722 | 2025.04.15 04:04:23.472746 [ 5 ] {18eeccfa-3b97-4cee-8120-9ce95034e88d} <Debug> executeQuery: Read 848 rows, 62.68 KiB in 0.004904 sec., 172920.0652528548 rows/sec., 12.48 MiB/sec. | ||
| 6723 | 2025.04.15 04:04:23.472840 [ 5 ] {18eeccfa-3b97-4cee-8120-9ce95034e88d} <Debug> TCPHandler: Processed in 0.005205961 sec. | ||
| 6724 | 2025.04.15 04:04:23.472972 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6725 | 2025.04.15 04:04:23.473077 [ 5 ] {0429ddd6-fadf-4be8-8b23-aa8074c444c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6726 | 2025.04.15 04:04:23.473126 [ 5 ] {0429ddd6-fadf-4be8-8b23-aa8074c444c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6727 | 2025.04.15 04:04:23.473559 [ 5 ] {0429ddd6-fadf-4be8-8b23-aa8074c444c7} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6728 | 2025.04.15 04:04:23.473598 [ 5 ] {0429ddd6-fadf-4be8-8b23-aa8074c444c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6729 | 2025.04.15 04:04:23.473946 [ 5 ] {0429ddd6-fadf-4be8-8b23-aa8074c444c7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6730 | 2025.04.15 04:04:23.474178 [ 5 ] {0429ddd6-fadf-4be8-8b23-aa8074c444c7} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6731 | 2025.04.15 04:04:23.474371 [ 5 ] {0429ddd6-fadf-4be8-8b23-aa8074c444c7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001315 sec., 4562.737642585552 rows/sec., 238.39 KiB/sec. | ||
| 6732 | 2025.04.15 04:04:23.474421 [ 5 ] {0429ddd6-fadf-4be8-8b23-aa8074c444c7} <Debug> TCPHandler: Processed in 0.001499082 sec. | ||
| 6733 | 2025.04.15 04:04:23.474543 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6734 | 2025.04.15 04:04:23.474647 [ 5 ] {e09e1b54-8cd7-4353-a3b6-a51b756f8e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6735 | 2025.04.15 04:04:23.474694 [ 5 ] {e09e1b54-8cd7-4353-a3b6-a51b756f8e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6736 | 2025.04.15 04:04:23.475375 [ 5 ] {e09e1b54-8cd7-4353-a3b6-a51b756f8e51} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6737 | 2025.04.15 04:04:23.475412 [ 5 ] {e09e1b54-8cd7-4353-a3b6-a51b756f8e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6738 | 2025.04.15 04:04:23.475825 [ 5 ] {e09e1b54-8cd7-4353-a3b6-a51b756f8e51} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6739 | 2025.04.15 04:04:23.476053 [ 5 ] {e09e1b54-8cd7-4353-a3b6-a51b756f8e51} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6740 | 2025.04.15 04:04:23.476286 [ 5 ] {e09e1b54-8cd7-4353-a3b6-a51b756f8e51} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001653 sec., 578342.4077434967 rows/sec., 38.42 MiB/sec. | ||
| 6741 | 2025.04.15 04:04:23.476395 [ 5 ] {e09e1b54-8cd7-4353-a3b6-a51b756f8e51} <Debug> TCPHandler: Processed in 0.001899761 sec. | ||
| 6742 | 2025.04.15 04:04:23.476626 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6743 | 2025.04.15 04:04:23.476732 [ 5 ] {40b86803-f082-4a40-adb9-3121076a1653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6744 | 2025.04.15 04:04:23.476781 [ 5 ] {40b86803-f082-4a40-adb9-3121076a1653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6745 | 2025.04.15 04:04:23.477193 [ 5 ] {40b86803-f082-4a40-adb9-3121076a1653} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6746 | 2025.04.15 04:04:23.477231 [ 5 ] {40b86803-f082-4a40-adb9-3121076a1653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6747 | 2025.04.15 04:04:23.477564 [ 5 ] {40b86803-f082-4a40-adb9-3121076a1653} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6748 | 2025.04.15 04:04:23.477796 [ 5 ] {40b86803-f082-4a40-adb9-3121076a1653} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6749 | 2025.04.15 04:04:23.478040 [ 5 ] {40b86803-f082-4a40-adb9-3121076a1653} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001319 sec., 758.1501137225171 rows/sec., 51.09 KiB/sec. | ||
| 6750 | 2025.04.15 04:04:23.478241 [ 5 ] {40b86803-f082-4a40-adb9-3121076a1653} <Debug> TCPHandler: Processed in 0.001692226 sec. | ||
| 6751 | 2025.04.15 04:04:23.478418 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6752 | 2025.04.15 04:04:23.478521 [ 5 ] {b46a15a3-ee8b-48b9-bf47-74c81b08df3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6753 | 2025.04.15 04:04:23.478596 [ 5 ] {b46a15a3-ee8b-48b9-bf47-74c81b08df3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6754 | 2025.04.15 04:04:23.479620 [ 5 ] {b46a15a3-ee8b-48b9-bf47-74c81b08df3e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6755 | 2025.04.15 04:04:23.479659 [ 5 ] {b46a15a3-ee8b-48b9-bf47-74c81b08df3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6756 | 2025.04.15 04:04:23.480235 [ 5 ] {b46a15a3-ee8b-48b9-bf47-74c81b08df3e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6757 | 2025.04.15 04:04:23.480481 [ 5 ] {b46a15a3-ee8b-48b9-bf47-74c81b08df3e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6758 | 2025.04.15 04:04:23.480762 [ 5 ] {b46a15a3-ee8b-48b9-bf47-74c81b08df3e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00226 sec., 3539.823008849558 rows/sec., 6.34 MiB/sec. | ||
| 6759 | 2025.04.15 04:04:23.481247 [ 5 ] {b46a15a3-ee8b-48b9-bf47-74c81b08df3e} <Debug> TCPHandler: Processed in 0.002883302 sec. | ||
| 6760 | 2025.04.15 04:04:23.481409 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6761 | 2025.04.15 04:04:23.481511 [ 5 ] {e18c81b2-4d59-410e-a8b1-a280c7c48418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6762 | 2025.04.15 04:04:23.481557 [ 5 ] {e18c81b2-4d59-410e-a8b1-a280c7c48418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6763 | 2025.04.15 04:04:23.481999 [ 5 ] {e18c81b2-4d59-410e-a8b1-a280c7c48418} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6764 | 2025.04.15 04:04:23.482038 [ 5 ] {e18c81b2-4d59-410e-a8b1-a280c7c48418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6765 | 2025.04.15 04:04:23.482382 [ 5 ] {e18c81b2-4d59-410e-a8b1-a280c7c48418} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6766 | 2025.04.15 04:04:23.482606 [ 5 ] {e18c81b2-4d59-410e-a8b1-a280c7c48418} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6767 | 2025.04.15 04:04:23.482800 [ 5 ] {e18c81b2-4d59-410e-a8b1-a280c7c48418} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00131 sec., 25954.198473282442 rows/sec., 1.51 MiB/sec. | ||
| 6768 | 2025.04.15 04:04:23.482849 [ 5 ] {e18c81b2-4d59-410e-a8b1-a280c7c48418} <Debug> TCPHandler: Processed in 0.001488562 sec. | ||
| 6769 | 2025.04.15 04:04:25.439962 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 976 | ||
| 6770 | 2025.04.15 04:04:25.443630 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6771 | 2025.04.15 04:04:25.443681 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6772 | 2025.04.15 04:04:25.445148 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6773 | 2025.04.15 04:04:25.445445 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6774 | 2025.04.15 04:04:25.445984 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 976 | ||
| 6775 | 2025.04.15 04:04:27.877798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6776 | 2025.04.15 04:04:27.878428 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6777 | 2025.04.15 04:04:27.878470 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6778 | 2025.04.15 04:04:27.878977 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6779 | 2025.04.15 04:04:27.879236 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6780 | 2025.04.15 04:04:27.879441 [ 114 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6781 | 2025.04.15 04:04:27.879480 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6782 | 2025.04.15 04:04:27.879526 [ 114 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6783 | 2025.04.15 04:04:27.879559 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6784 | 2025.04.15 04:04:27.879803 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 6785 | 2025.04.15 04:04:27.880026 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6786 | 2025.04.15 04:04:27.880069 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 6787 | 2025.04.15 04:04:27.880150 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 6788 | 2025.04.15 04:04:27.880362 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 6789 | 2025.04.15 04:04:27.880659 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 6790 | 2025.04.15 04:04:27.880801 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 6791 | 2025.04.15 04:04:27.880986 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 6792 | 2025.04.15 04:04:27.883552 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003893803 sec., 3650158.983389761 rows/sec., 52.22 MiB/sec. | ||
| 6793 | 2025.04.15 04:04:27.884143 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6794 | 2025.04.15 04:04:27.884475 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_31_6} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6795 | 2025.04.15 04:04:27.884577 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_31_6} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6796 | 2025.04.15 04:04:27.884695 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6797 | 2025.04.15 04:04:27.951428 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6798 | 2025.04.15 04:04:27.951591 [ 5 ] {2e689d65-66f8-474a-a3cb-dbeee5c24afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6799 | 2025.04.15 04:04:27.951658 [ 5 ] {2e689d65-66f8-474a-a3cb-dbeee5c24afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6800 | 2025.04.15 04:04:27.952372 [ 5 ] {2e689d65-66f8-474a-a3cb-dbeee5c24afc} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6801 | 2025.04.15 04:04:27.952417 [ 5 ] {2e689d65-66f8-474a-a3cb-dbeee5c24afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6802 | 2025.04.15 04:04:27.952813 [ 5 ] {2e689d65-66f8-474a-a3cb-dbeee5c24afc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6803 | 2025.04.15 04:04:27.953087 [ 5 ] {2e689d65-66f8-474a-a3cb-dbeee5c24afc} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6804 | 2025.04.15 04:04:27.953323 [ 5 ] {2e689d65-66f8-474a-a3cb-dbeee5c24afc} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001783 sec., 31407.73976444195 rows/sec., 2.41 MiB/sec. | ||
| 6805 | 2025.04.15 04:04:27.953390 [ 5 ] {2e689d65-66f8-474a-a3cb-dbeee5c24afc} <Debug> TCPHandler: Processed in 0.002078394 sec. | ||
| 6806 | 2025.04.15 04:04:27.953509 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6807 | 2025.04.15 04:04:27.953622 [ 5 ] {3b87bb79-7d19-48a3-a9bd-795321d9f889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6808 | 2025.04.15 04:04:27.953671 [ 5 ] {3b87bb79-7d19-48a3-a9bd-795321d9f889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6809 | 2025.04.15 04:04:27.954201 [ 5 ] {3b87bb79-7d19-48a3-a9bd-795321d9f889} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6810 | 2025.04.15 04:04:27.954242 [ 5 ] {3b87bb79-7d19-48a3-a9bd-795321d9f889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6811 | 2025.04.15 04:04:27.954599 [ 5 ] {3b87bb79-7d19-48a3-a9bd-795321d9f889} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6812 | 2025.04.15 04:04:27.954835 [ 5 ] {3b87bb79-7d19-48a3-a9bd-795321d9f889} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6813 | 2025.04.15 04:04:27.955065 [ 5 ] {3b87bb79-7d19-48a3-a9bd-795321d9f889} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001466 sec., 43656.20736698499 rows/sec., 3.41 MiB/sec. | ||
| 6814 | 2025.04.15 04:04:27.955149 [ 5 ] {3b87bb79-7d19-48a3-a9bd-795321d9f889} <Debug> TCPHandler: Processed in 0.001692206 sec. | ||
| 6815 | 2025.04.15 04:04:27.955368 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6816 | 2025.04.15 04:04:27.955496 [ 5 ] {e29796ff-0256-41e1-b580-68223e4d5a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6817 | 2025.04.15 04:04:27.955549 [ 5 ] {e29796ff-0256-41e1-b580-68223e4d5a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6818 | 2025.04.15 04:04:27.956043 [ 5 ] {e29796ff-0256-41e1-b580-68223e4d5a3f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6819 | 2025.04.15 04:04:27.956083 [ 5 ] {e29796ff-0256-41e1-b580-68223e4d5a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6820 | 2025.04.15 04:04:27.956469 [ 5 ] {e29796ff-0256-41e1-b580-68223e4d5a3f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6821 | 2025.04.15 04:04:27.956708 [ 5 ] {e29796ff-0256-41e1-b580-68223e4d5a3f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6822 | 2025.04.15 04:04:27.956935 [ 5 ] {e29796ff-0256-41e1-b580-68223e4d5a3f} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001462 sec., 87551.29958960328 rows/sec., 6.10 MiB/sec. | ||
| 6823 | 2025.04.15 04:04:27.956986 [ 5 ] {e29796ff-0256-41e1-b580-68223e4d5a3f} <Debug> TCPHandler: Processed in 0.001705666 sec. | ||
| 6824 | 2025.04.15 04:04:27.957119 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6825 | 2025.04.15 04:04:27.957246 [ 5 ] {fde02f11-44ac-41af-80bb-05821d1bff04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6826 | 2025.04.15 04:04:27.957293 [ 5 ] {fde02f11-44ac-41af-80bb-05821d1bff04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6827 | 2025.04.15 04:04:27.957695 [ 5 ] {fde02f11-44ac-41af-80bb-05821d1bff04} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6828 | 2025.04.15 04:04:27.957734 [ 5 ] {fde02f11-44ac-41af-80bb-05821d1bff04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6829 | 2025.04.15 04:04:27.958081 [ 5 ] {fde02f11-44ac-41af-80bb-05821d1bff04} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6830 | 2025.04.15 04:04:27.958333 [ 5 ] {fde02f11-44ac-41af-80bb-05821d1bff04} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6831 | 2025.04.15 04:04:27.958527 [ 5 ] {fde02f11-44ac-41af-80bb-05821d1bff04} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001304 sec., 36809.815950920245 rows/sec., 2.48 MiB/sec. | ||
| 6832 | 2025.04.15 04:04:27.958574 [ 5 ] {fde02f11-44ac-41af-80bb-05821d1bff04} <Debug> TCPHandler: Processed in 0.001526192 sec. | ||
| 6833 | 2025.04.15 04:04:28.866532 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6834 | 2025.04.15 04:04:28.887716 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6835 | 2025.04.15 04:04:28.887776 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6836 | 2025.04.15 04:04:28.895424 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6837 | 2025.04.15 04:04:28.896230 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6838 | 2025.04.15 04:04:28.896609 [ 113 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6839 | 2025.04.15 04:04:28.896735 [ 113 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6840 | 2025.04.15 04:04:28.896810 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6841 | 2025.04.15 04:04:28.897143 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 6842 | 2025.04.15 04:04:28.904896 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6843 | 2025.04.15 04:04:28.906254 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6844 | 2025.04.15 04:04:28.907136 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 6845 | 2025.04.15 04:04:28.911866 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 6846 | 2025.04.15 04:04:28.916606 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 6847 | 2025.04.15 04:04:28.921659 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 6848 | 2025.04.15 04:04:28.926916 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 6849 | 2025.04.15 04:04:28.931234 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 6850 | 2025.04.15 04:04:28.988004 [ 191 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.091069283 sec., 2569.472299457985 rows/sec., 13.29 MiB/sec. | ||
| 6851 | 2025.04.15 04:04:28.989797 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6852 | 2025.04.15 04:04:28.992055 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_31_6} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6853 | 2025.04.15 04:04:28.992150 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_31_6} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6854 | 2025.04.15 04:04:28.993264 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6855 | 2025.04.15 04:04:29.001158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.98 MiB, peak 210.50 MiB, free memory in arenas 0.00 B, will set to 201.89 MiB (RSS), difference: 1.91 MiB | ||
| 6856 | 2025.04.15 04:04:32.954116 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6857 | 2025.04.15 04:04:32.954339 [ 5 ] {0b164376-85d3-4593-b2e3-346db1e682e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6858 | 2025.04.15 04:04:32.954417 [ 5 ] {0b164376-85d3-4593-b2e3-346db1e682e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6859 | 2025.04.15 04:04:32.955318 [ 5 ] {0b164376-85d3-4593-b2e3-346db1e682e5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6860 | 2025.04.15 04:04:32.955368 [ 5 ] {0b164376-85d3-4593-b2e3-346db1e682e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6861 | 2025.04.15 04:04:32.955820 [ 5 ] {0b164376-85d3-4593-b2e3-346db1e682e5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6862 | 2025.04.15 04:04:32.956063 [ 5 ] {0b164376-85d3-4593-b2e3-346db1e682e5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6863 | 2025.04.15 04:04:32.956252 [ 107 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6864 | 2025.04.15 04:04:32.956310 [ 5 ] {0b164376-85d3-4593-b2e3-346db1e682e5} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002021 sec., 59376.54626422564 rows/sec., 5.05 MiB/sec. | ||
| 6865 | 2025.04.15 04:04:32.956361 [ 107 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6866 | 2025.04.15 04:04:32.956425 [ 5 ] {0b164376-85d3-4593-b2e3-346db1e682e5} <Debug> TCPHandler: Processed in 0.002444342 sec. | ||
| 6867 | 2025.04.15 04:04:32.956432 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6868 | 2025.04.15 04:04:32.956596 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6869 | 2025.04.15 04:04:32.956608 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 6870 | 2025.04.15 04:04:32.956734 [ 5 ] {ade6cf9b-c272-4385-97a2-b4b7b1a8e262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6871 | 2025.04.15 04:04:32.956771 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6872 | 2025.04.15 04:04:32.956793 [ 5 ] {ade6cf9b-c272-4385-97a2-b4b7b1a8e262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6873 | 2025.04.15 04:04:32.956817 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1847 rows starting from the beginning of the part | ||
| 6874 | 2025.04.15 04:04:32.956948 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 633 rows starting from the beginning of the part | ||
| 6875 | 2025.04.15 04:04:32.957335 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 120 rows starting from the beginning of the part | ||
| 6876 | 2025.04.15 04:04:32.957848 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1774 rows starting from the beginning of the part | ||
| 6877 | 2025.04.15 04:04:32.958258 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 6878 | 2025.04.15 04:04:32.958685 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 120 rows starting from the beginning of the part | ||
| 6879 | 2025.04.15 04:04:32.959593 [ 5 ] {ade6cf9b-c272-4385-97a2-b4b7b1a8e262} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6880 | 2025.04.15 04:04:32.959634 [ 5 ] {ade6cf9b-c272-4385-97a2-b4b7b1a8e262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6881 | 2025.04.15 04:04:32.960222 [ 5 ] {ade6cf9b-c272-4385-97a2-b4b7b1a8e262} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6882 | 2025.04.15 04:04:32.960543 [ 5 ] {ade6cf9b-c272-4385-97a2-b4b7b1a8e262} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6883 | 2025.04.15 04:04:32.960728 [ 107 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6884 | 2025.04.15 04:04:32.960804 [ 107 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6885 | 2025.04.15 04:04:32.960819 [ 5 ] {ade6cf9b-c272-4385-97a2-b4b7b1a8e262} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004113 sec., 7780.209093119377 rows/sec., 585.04 KiB/sec. | ||
| 6886 | 2025.04.15 04:04:32.960849 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6887 | 2025.04.15 04:04:32.960996 [ 5 ] {ade6cf9b-c272-4385-97a2-b4b7b1a8e262} <Debug> TCPHandler: Processed in 0.004452195 sec. | ||
| 6888 | 2025.04.15 04:04:32.961233 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 6889 | 2025.04.15 04:04:32.961257 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6890 | 2025.04.15 04:04:32.961610 [ 5 ] {d6d6815e-ac39-4b8c-95c6-4b362e7e998d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6891 | 2025.04.15 04:04:32.961800 [ 5 ] {d6d6815e-ac39-4b8c-95c6-4b362e7e998d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6892 | 2025.04.15 04:04:32.961939 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6893 | 2025.04.15 04:04:32.962053 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.005499057 sec., 827414.5912653751 rows/sec., 70.32 MiB/sec. | ||
| 6894 | 2025.04.15 04:04:32.962091 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 164 rows starting from the beginning of the part | ||
| 6895 | 2025.04.15 04:04:32.962499 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part | ||
| 6896 | 2025.04.15 04:04:32.962579 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6897 | 2025.04.15 04:04:32.963082 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 114 rows starting from the beginning of the part | ||
| 6898 | 2025.04.15 04:04:32.963676 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part | ||
| 6899 | 2025.04.15 04:04:32.963961 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_51_10} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6900 | 2025.04.15 04:04:32.964188 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 116 rows starting from the beginning of the part | ||
| 6901 | 2025.04.15 04:04:32.964669 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_51_10} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6902 | 2025.04.15 04:04:32.964743 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part | ||
| 6903 | 2025.04.15 04:04:32.964997 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 6904 | 2025.04.15 04:04:32.965803 [ 5 ] {d6d6815e-ac39-4b8c-95c6-4b362e7e998d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6905 | 2025.04.15 04:04:32.965851 [ 5 ] {d6d6815e-ac39-4b8c-95c6-4b362e7e998d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6906 | 2025.04.15 04:04:32.966813 [ 5 ] {d6d6815e-ac39-4b8c-95c6-4b362e7e998d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6907 | 2025.04.15 04:04:32.967315 [ 5 ] {d6d6815e-ac39-4b8c-95c6-4b362e7e998d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6908 | 2025.04.15 04:04:32.967654 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.006631892 sec., 74186.97409427052 rows/sec., 5.01 MiB/sec. | ||
| 6909 | 2025.04.15 04:04:32.967704 [ 108 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6910 | 2025.04.15 04:04:32.967782 [ 5 ] {d6d6815e-ac39-4b8c-95c6-4b362e7e998d} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.006303 sec., 15230.842455973347 rows/sec., 1.19 MiB/sec. | ||
| 6911 | 2025.04.15 04:04:32.967790 [ 108 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6912 | 2025.04.15 04:04:32.967901 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6913 | 2025.04.15 04:04:32.967936 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6914 | 2025.04.15 04:04:32.967982 [ 5 ] {d6d6815e-ac39-4b8c-95c6-4b362e7e998d} <Debug> TCPHandler: Processed in 0.006784315 sec. | ||
| 6915 | 2025.04.15 04:04:32.968408 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6916 | 2025.04.15 04:04:32.968936 [ 5 ] {b22cfe1d-b71b-4e91-bef4-e9ddb7e7ad77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6917 | 2025.04.15 04:04:32.969208 [ 5 ] {b22cfe1d-b71b-4e91-bef4-e9ddb7e7ad77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6918 | 2025.04.15 04:04:32.969396 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_41_8} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6919 | 2025.04.15 04:04:32.969430 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 6920 | 2025.04.15 04:04:32.969835 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_41_8} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6921 | 2025.04.15 04:04:32.970137 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6922 | 2025.04.15 04:04:32.970429 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6923 | 2025.04.15 04:04:32.970538 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
| 6924 | 2025.04.15 04:04:32.970827 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 390 rows starting from the beginning of the part | ||
| 6925 | 2025.04.15 04:04:32.971227 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 96 rows starting from the beginning of the part | ||
| 6926 | 2025.04.15 04:04:32.971613 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 848 rows starting from the beginning of the part | ||
| 6927 | 2025.04.15 04:04:32.971965 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 6928 | 2025.04.15 04:04:32.972317 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 96 rows starting from the beginning of the part | ||
| 6929 | 2025.04.15 04:04:32.972408 [ 5 ] {b22cfe1d-b71b-4e91-bef4-e9ddb7e7ad77} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6930 | 2025.04.15 04:04:32.972522 [ 5 ] {b22cfe1d-b71b-4e91-bef4-e9ddb7e7ad77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6931 | 2025.04.15 04:04:32.973570 [ 5 ] {b22cfe1d-b71b-4e91-bef4-e9ddb7e7ad77} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6932 | 2025.04.15 04:04:32.974117 [ 5 ] {b22cfe1d-b71b-4e91-bef4-e9ddb7e7ad77} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6933 | 2025.04.15 04:04:32.974448 [ 108 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6934 | 2025.04.15 04:04:32.974557 [ 108 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6935 | 2025.04.15 04:04:32.974629 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6936 | 2025.04.15 04:04:32.974736 [ 5 ] {b22cfe1d-b71b-4e91-bef4-e9ddb7e7ad77} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005999 sec., 26671.11185197533 rows/sec., 1.86 MiB/sec. | ||
| 6937 | 2025.04.15 04:04:32.975062 [ 5 ] {b22cfe1d-b71b-4e91-bef4-e9ddb7e7ad77} <Debug> TCPHandler: Processed in 0.006795475 sec. | ||
| 6938 | 2025.04.15 04:04:32.975201 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 6939 | 2025.04.15 04:04:32.975313 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6940 | 2025.04.15 04:04:32.975606 [ 5 ] {aa6c47c1-0da0-4316-8392-2fdeb251ce36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6941 | 2025.04.15 04:04:32.975625 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6942 | 2025.04.15 04:04:32.975763 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14167 rows starting from the beginning of the part | ||
| 6943 | 2025.04.15 04:04:32.975871 [ 5 ] {aa6c47c1-0da0-4316-8392-2fdeb251ce36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6944 | 2025.04.15 04:04:32.976423 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 6945 | 2025.04.15 04:04:32.977073 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 6946 | 2025.04.15 04:04:32.977569 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 956 rows starting from the beginning of the part | ||
| 6947 | 2025.04.15 04:04:32.978020 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part | ||
| 6948 | 2025.04.15 04:04:32.978509 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 6949 | 2025.04.15 04:04:32.979220 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.011018136 sec., 218548.7636021193 rows/sec., 16.73 MiB/sec. | ||
| 6950 | 2025.04.15 04:04:32.979646 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6951 | 2025.04.15 04:04:32.980427 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_51_10} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6952 | 2025.04.15 04:04:32.980729 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_51_10} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6953 | 2025.04.15 04:04:32.980892 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6954 | 2025.04.15 04:04:32.981510 [ 5 ] {aa6c47c1-0da0-4316-8392-2fdeb251ce36} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6955 | 2025.04.15 04:04:32.981550 [ 5 ] {aa6c47c1-0da0-4316-8392-2fdeb251ce36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6956 | 2025.04.15 04:04:32.983422 [ 5 ] {aa6c47c1-0da0-4316-8392-2fdeb251ce36} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6957 | 2025.04.15 04:04:32.983729 [ 5 ] {aa6c47c1-0da0-4316-8392-2fdeb251ce36} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6958 | 2025.04.15 04:04:32.984003 [ 108 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6959 | 2025.04.15 04:04:32.984094 [ 108 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6960 | 2025.04.15 04:04:32.984163 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6961 | 2025.04.15 04:04:32.984214 [ 5 ] {aa6c47c1-0da0-4316-8392-2fdeb251ce36} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008723 sec., 3668.4626848561275 rows/sec., 6.57 MiB/sec. | ||
| 6962 | 2025.04.15 04:04:32.984722 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 6963 | 2025.04.15 04:04:32.984755 [ 5 ] {aa6c47c1-0da0-4316-8392-2fdeb251ce36} <Debug> TCPHandler: Processed in 0.009504683 sec. | ||
| 6964 | 2025.04.15 04:04:32.985008 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6965 | 2025.04.15 04:04:32.985311 [ 5 ] {0a4f7976-9f45-4642-b154-6b80b051df77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6966 | 2025.04.15 04:04:32.985452 [ 5 ] {0a4f7976-9f45-4642-b154-6b80b051df77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6967 | 2025.04.15 04:04:32.985487 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6968 | 2025.04.15 04:04:32.985828 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 675 rows starting from the beginning of the part | ||
| 6969 | 2025.04.15 04:04:32.987187 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part | ||
| 6970 | 2025.04.15 04:04:32.987415 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15808 rows, containing 5 columns (5 merged, 0 gathered) in 0.012597889 sec., 1254813.4056428026 rows/sec., 84.65 MiB/sec. | ||
| 6971 | 2025.04.15 04:04:32.988242 [ 5 ] {0a4f7976-9f45-4642-b154-6b80b051df77} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6972 | 2025.04.15 04:04:32.988279 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6973 | 2025.04.15 04:04:32.988301 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 6974 | 2025.04.15 04:04:32.988325 [ 5 ] {0a4f7976-9f45-4642-b154-6b80b051df77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6975 | 2025.04.15 04:04:32.989619 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part | ||
| 6976 | 2025.04.15 04:04:32.989638 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6977 | 2025.04.15 04:04:32.990037 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6978 | 2025.04.15 04:04:32.990570 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.85 MiB. | ||
| 6979 | 2025.04.15 04:04:32.990671 [ 5 ] {0a4f7976-9f45-4642-b154-6b80b051df77} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6980 | 2025.04.15 04:04:32.990772 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 6981 | 2025.04.15 04:04:32.991366 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part | ||
| 6982 | 2025.04.15 04:04:32.991454 [ 5 ] {0a4f7976-9f45-4642-b154-6b80b051df77} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6983 | 2025.04.15 04:04:32.991930 [ 108 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6984 | 2025.04.15 04:04:32.992023 [ 108 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6985 | 2025.04.15 04:04:32.992182 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 6986 | 2025.04.15 04:04:32.992334 [ 5 ] {0a4f7976-9f45-4642-b154-6b80b051df77} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0071 sec., 8450.704225352112 rows/sec., 583.19 KiB/sec. | ||
| 6987 | 2025.04.15 04:04:32.992683 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 6988 | 2025.04.15 04:04:32.992736 [ 5 ] {0a4f7976-9f45-4642-b154-6b80b051df77} <Debug> TCPHandler: Processed in 0.007814306 sec. | ||
| 6989 | 2025.04.15 04:04:32.993074 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6990 | 2025.04.15 04:04:32.993124 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2686 rows starting from the beginning of the part | ||
| 6991 | 2025.04.15 04:04:32.993221 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 6992 | 2025.04.15 04:04:32.993464 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 6993 | 2025.04.15 04:04:32.993841 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 6994 | 2025.04.15 04:04:32.994173 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 6995 | 2025.04.15 04:04:32.994455 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 6996 | 2025.04.15 04:04:32.996060 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2970 rows, containing 4 columns (4 merged, 0 gathered) in 0.003696549 sec., 803452.0846335326 rows/sec., 52.30 MiB/sec. | ||
| 6997 | 2025.04.15 04:04:32.996366 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6998 | 2025.04.15 04:04:32.996756 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_51_10} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6999 | 2025.04.15 04:04:32.996902 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_51_10} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7000 | 2025.04.15 04:04:32.996995 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 7001 | 2025.04.15 04:04:32.998909 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 787 rows, containing 19 columns (19 merged, 0 gathered) in 0.014483899 sec., 54336.197732392364 rows/sec., 97.37 MiB/sec. | ||
| 7002 | 2025.04.15 04:04:33.000210 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7003 | 2025.04.15 04:04:33.000645 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7004 | 2025.04.15 04:04:33.000732 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7005 | 2025.04.15 04:04:33.000894 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.68 MiB. | ||
| 7006 | 2025.04.15 04:04:33.001089 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.50 MiB, peak 210.50 MiB, free memory in arenas 0.00 B, will set to 203.73 MiB (RSS), difference: 1.24 MiB | ||
| 7007 | 2025.04.15 04:04:35.200571 [ 105 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7008 | 2025.04.15 04:04:35.200626 [ 105 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7009 | 2025.04.15 04:04:35.380310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 7010 | 2025.04.15 04:04:35.380961 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7011 | 2025.04.15 04:04:35.381005 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7012 | 2025.04.15 04:04:35.381530 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7013 | 2025.04.15 04:04:35.381781 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7014 | 2025.04.15 04:04:35.382021 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 7015 | 2025.04.15 04:04:35.446899 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 996 | ||
| 7016 | 2025.04.15 04:04:35.449788 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7017 | 2025.04.15 04:04:35.449854 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7018 | 2025.04.15 04:04:35.452028 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7019 | 2025.04.15 04:04:35.452350 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7020 | 2025.04.15 04:04:35.453020 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 996 | ||
| 7021 | 2025.04.15 04:04:36.002281 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000903149 sec. | ||
| 7022 | 2025.04.15 04:04:36.405681 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 7023 | 2025.04.15 04:04:36.423981 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7024 | 2025.04.15 04:04:36.424035 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7025 | 2025.04.15 04:04:36.430804 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7026 | 2025.04.15 04:04:36.431547 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7027 | 2025.04.15 04:04:36.434849 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 7028 | 2025.04.15 04:04:37.958721 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7029 | 2025.04.15 04:04:37.959021 [ 5 ] {3dd050e3-aeb5-4fb1-ad61-cb7061076fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7030 | 2025.04.15 04:04:37.959095 [ 5 ] {3dd050e3-aeb5-4fb1-ad61-cb7061076fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7031 | 2025.04.15 04:04:37.959891 [ 5 ] {3dd050e3-aeb5-4fb1-ad61-cb7061076fea} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2025.04.15 04:04:37.959964 [ 5 ] {3dd050e3-aeb5-4fb1-ad61-cb7061076fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7033 | 2025.04.15 04:04:37.960424 [ 5 ] {3dd050e3-aeb5-4fb1-ad61-cb7061076fea} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7034 | 2025.04.15 04:04:37.960692 [ 5 ] {3dd050e3-aeb5-4fb1-ad61-cb7061076fea} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2025.04.15 04:04:37.960919 [ 5 ] {3dd050e3-aeb5-4fb1-ad61-cb7061076fea} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001976 sec., 107287.44939271256 rows/sec., 6.82 MiB/sec. | ||
| 7036 | 2025.04.15 04:04:37.961059 [ 5 ] {3dd050e3-aeb5-4fb1-ad61-cb7061076fea} <Debug> TCPHandler: Processed in 0.002517513 sec. | ||
| 7037 | 2025.04.15 04:04:37.961284 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7038 | 2025.04.15 04:04:37.961418 [ 5 ] {93c5f021-4844-4805-a4a0-855080a4d232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7039 | 2025.04.15 04:04:37.961472 [ 5 ] {93c5f021-4844-4805-a4a0-855080a4d232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7040 | 2025.04.15 04:04:37.962249 [ 5 ] {93c5f021-4844-4805-a4a0-855080a4d232} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7041 | 2025.04.15 04:04:37.962290 [ 5 ] {93c5f021-4844-4805-a4a0-855080a4d232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7042 | 2025.04.15 04:04:37.962691 [ 5 ] {93c5f021-4844-4805-a4a0-855080a4d232} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7043 | 2025.04.15 04:04:37.962939 [ 5 ] {93c5f021-4844-4805-a4a0-855080a4d232} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7044 | 2025.04.15 04:04:37.963170 [ 5 ] {93c5f021-4844-4805-a4a0-855080a4d232} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001773 sec., 357021.99661590526 rows/sec., 28.08 MiB/sec. | ||
| 7045 | 2025.04.15 04:04:37.963262 [ 5 ] {93c5f021-4844-4805-a4a0-855080a4d232} <Debug> TCPHandler: Processed in 0.002075065 sec. | ||
| 7046 | 2025.04.15 04:04:37.963452 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7047 | 2025.04.15 04:04:37.963627 [ 5 ] {ce5f1f50-5560-4ba1-862f-11122161c33e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7048 | 2025.04.15 04:04:37.963689 [ 5 ] {ce5f1f50-5560-4ba1-862f-11122161c33e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7049 | 2025.04.15 04:04:37.964300 [ 5 ] {ce5f1f50-5560-4ba1-862f-11122161c33e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7050 | 2025.04.15 04:04:37.964341 [ 5 ] {ce5f1f50-5560-4ba1-862f-11122161c33e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7051 | 2025.04.15 04:04:37.964711 [ 5 ] {ce5f1f50-5560-4ba1-862f-11122161c33e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7052 | 2025.04.15 04:04:37.964960 [ 5 ] {ce5f1f50-5560-4ba1-862f-11122161c33e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7053 | 2025.04.15 04:04:37.965203 [ 5 ] {ce5f1f50-5560-4ba1-862f-11122161c33e} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.0016 sec., 71250 rows/sec., 4.26 MiB/sec. | ||
| 7054 | 2025.04.15 04:04:37.965382 [ 5 ] {ce5f1f50-5560-4ba1-862f-11122161c33e} <Debug> TCPHandler: Processed in 0.002043433 sec. | ||
| 7055 | 2025.04.15 04:04:37.965617 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7056 | 2025.04.15 04:04:37.965724 [ 5 ] {48991482-e844-4a8a-932f-398cf15413a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7057 | 2025.04.15 04:04:37.965771 [ 5 ] {48991482-e844-4a8a-932f-398cf15413a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7058 | 2025.04.15 04:04:37.966327 [ 5 ] {48991482-e844-4a8a-932f-398cf15413a1} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7059 | 2025.04.15 04:04:37.966367 [ 5 ] {48991482-e844-4a8a-932f-398cf15413a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7060 | 2025.04.15 04:04:37.966716 [ 5 ] {48991482-e844-4a8a-932f-398cf15413a1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7061 | 2025.04.15 04:04:37.966951 [ 5 ] {48991482-e844-4a8a-932f-398cf15413a1} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7062 | 2025.04.15 04:04:37.967198 [ 5 ] {48991482-e844-4a8a-932f-398cf15413a1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001486 sec., 76043.06864064603 rows/sec., 4.92 MiB/sec. | ||
| 7063 | 2025.04.15 04:04:37.967398 [ 5 ] {48991482-e844-4a8a-932f-398cf15413a1} <Debug> TCPHandler: Processed in 0.001860369 sec. | ||
| 7064 | 2025.04.15 04:04:37.967584 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7065 | 2025.04.15 04:04:37.967690 [ 5 ] {74a642f8-2d5b-4003-928e-bcd9c69d43be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7066 | 2025.04.15 04:04:37.967736 [ 5 ] {74a642f8-2d5b-4003-928e-bcd9c69d43be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7067 | 2025.04.15 04:04:37.968293 [ 5 ] {74a642f8-2d5b-4003-928e-bcd9c69d43be} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7068 | 2025.04.15 04:04:37.968333 [ 5 ] {74a642f8-2d5b-4003-928e-bcd9c69d43be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7069 | 2025.04.15 04:04:37.968679 [ 5 ] {74a642f8-2d5b-4003-928e-bcd9c69d43be} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7070 | 2025.04.15 04:04:37.968914 [ 5 ] {74a642f8-2d5b-4003-928e-bcd9c69d43be} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7071 | 2025.04.15 04:04:37.969161 [ 5 ] {74a642f8-2d5b-4003-928e-bcd9c69d43be} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00149 sec., 75167.78523489933 rows/sec., 4.28 MiB/sec. | ||
| 7072 | 2025.04.15 04:04:37.969385 [ 5 ] {74a642f8-2d5b-4003-928e-bcd9c69d43be} <Debug> TCPHandler: Processed in 0.00185881 sec. | ||
| 7073 | 2025.04.15 04:04:37.969539 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7074 | 2025.04.15 04:04:37.969642 [ 5 ] {b643e621-3b5f-436a-8aad-8eb13a32aa7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7075 | 2025.04.15 04:04:37.969688 [ 5 ] {b643e621-3b5f-436a-8aad-8eb13a32aa7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7076 | 2025.04.15 04:04:37.970333 [ 5 ] {b643e621-3b5f-436a-8aad-8eb13a32aa7e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7077 | 2025.04.15 04:04:37.970372 [ 5 ] {b643e621-3b5f-436a-8aad-8eb13a32aa7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7078 | 2025.04.15 04:04:37.970738 [ 5 ] {b643e621-3b5f-436a-8aad-8eb13a32aa7e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7079 | 2025.04.15 04:04:37.970984 [ 5 ] {b643e621-3b5f-436a-8aad-8eb13a32aa7e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7080 | 2025.04.15 04:04:37.971223 [ 5 ] {b643e621-3b5f-436a-8aad-8eb13a32aa7e} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001597 sec., 244207.88979336258 rows/sec., 17.26 MiB/sec. | ||
| 7081 | 2025.04.15 04:04:37.971303 [ 5 ] {b643e621-3b5f-436a-8aad-8eb13a32aa7e} <Debug> TCPHandler: Processed in 0.001813709 sec. | ||
| 7082 | 2025.04.15 04:04:37.971543 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7083 | 2025.04.15 04:04:37.971679 [ 5 ] {590e943f-8942-42e7-a91a-e8cc20338d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7084 | 2025.04.15 04:04:37.971729 [ 5 ] {590e943f-8942-42e7-a91a-e8cc20338d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7085 | 2025.04.15 04:04:37.972169 [ 5 ] {590e943f-8942-42e7-a91a-e8cc20338d3d} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7086 | 2025.04.15 04:04:37.972208 [ 5 ] {590e943f-8942-42e7-a91a-e8cc20338d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7087 | 2025.04.15 04:04:37.972558 [ 5 ] {590e943f-8942-42e7-a91a-e8cc20338d3d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7088 | 2025.04.15 04:04:37.972790 [ 5 ] {590e943f-8942-42e7-a91a-e8cc20338d3d} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7089 | 2025.04.15 04:04:37.973056 [ 5 ] {590e943f-8942-42e7-a91a-e8cc20338d3d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001398 sec., 4291.845493562232 rows/sec., 224.23 KiB/sec. | ||
| 7090 | 2025.04.15 04:04:37.973296 [ 5 ] {590e943f-8942-42e7-a91a-e8cc20338d3d} <Debug> TCPHandler: Processed in 0.001852059 sec. | ||
| 7091 | 2025.04.15 04:04:37.973530 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7092 | 2025.04.15 04:04:37.973637 [ 5 ] {2d05d172-aada-49d6-8cd4-d8af68cd8e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7093 | 2025.04.15 04:04:37.973689 [ 5 ] {2d05d172-aada-49d6-8cd4-d8af68cd8e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7094 | 2025.04.15 04:04:37.974306 [ 5 ] {2d05d172-aada-49d6-8cd4-d8af68cd8e7d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7095 | 2025.04.15 04:04:37.974350 [ 5 ] {2d05d172-aada-49d6-8cd4-d8af68cd8e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7096 | 2025.04.15 04:04:37.974808 [ 5 ] {2d05d172-aada-49d6-8cd4-d8af68cd8e7d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7097 | 2025.04.15 04:04:37.975107 [ 5 ] {2d05d172-aada-49d6-8cd4-d8af68cd8e7d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7098 | 2025.04.15 04:04:37.975286 [ 5 ] {2d05d172-aada-49d6-8cd4-d8af68cd8e7d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001673 sec., 141661.68559473997 rows/sec., 9.50 MiB/sec. | ||
| 7099 | 2025.04.15 04:04:37.975351 [ 5 ] {2d05d172-aada-49d6-8cd4-d8af68cd8e7d} <Debug> TCPHandler: Processed in 0.00188992 sec. | ||
| 7100 | 2025.04.15 04:04:37.975543 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7101 | 2025.04.15 04:04:37.975849 [ 5 ] {057925ec-33d2-47c0-a45b-e0669e67eed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7102 | 2025.04.15 04:04:37.976033 [ 5 ] {057925ec-33d2-47c0-a45b-e0669e67eed4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7103 | 2025.04.15 04:04:37.977036 [ 5 ] {057925ec-33d2-47c0-a45b-e0669e67eed4} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7104 | 2025.04.15 04:04:37.977114 [ 5 ] {057925ec-33d2-47c0-a45b-e0669e67eed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7105 | 2025.04.15 04:04:37.977588 [ 5 ] {057925ec-33d2-47c0-a45b-e0669e67eed4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7106 | 2025.04.15 04:04:37.977929 [ 5 ] {057925ec-33d2-47c0-a45b-e0669e67eed4} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7107 | 2025.04.15 04:04:37.978176 [ 5 ] {057925ec-33d2-47c0-a45b-e0669e67eed4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002453 sec., 407.6640847941297 rows/sec., 27.47 KiB/sec. | ||
| 7108 | 2025.04.15 04:04:37.978237 [ 5 ] {057925ec-33d2-47c0-a45b-e0669e67eed4} <Debug> TCPHandler: Processed in 0.00278749 sec. | ||
| 7109 | 2025.04.15 04:04:37.978357 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7110 | 2025.04.15 04:04:37.978465 [ 5 ] {3e918b6e-0ad3-4a21-b9d1-ee35b7213bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7111 | 2025.04.15 04:04:37.978532 [ 5 ] {3e918b6e-0ad3-4a21-b9d1-ee35b7213bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7112 | 2025.04.15 04:04:37.979540 [ 5 ] {3e918b6e-0ad3-4a21-b9d1-ee35b7213bcb} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7113 | 2025.04.15 04:04:37.979579 [ 5 ] {3e918b6e-0ad3-4a21-b9d1-ee35b7213bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7114 | 2025.04.15 04:04:37.980190 [ 5 ] {3e918b6e-0ad3-4a21-b9d1-ee35b7213bcb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7115 | 2025.04.15 04:04:37.980464 [ 5 ] {3e918b6e-0ad3-4a21-b9d1-ee35b7213bcb} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7116 | 2025.04.15 04:04:37.980754 [ 5 ] {3e918b6e-0ad3-4a21-b9d1-ee35b7213bcb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002309 sec., 3464.7033347769598 rows/sec., 6.21 MiB/sec. | ||
| 7117 | 2025.04.15 04:04:37.981258 [ 5 ] {3e918b6e-0ad3-4a21-b9d1-ee35b7213bcb} <Debug> TCPHandler: Processed in 0.002945862 sec. | ||
| 7118 | 2025.04.15 04:04:37.981439 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7119 | 2025.04.15 04:04:37.981543 [ 5 ] {f3d97bd9-d29f-4e56-a003-ce7907705eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7120 | 2025.04.15 04:04:37.981589 [ 5 ] {f3d97bd9-d29f-4e56-a003-ce7907705eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7121 | 2025.04.15 04:04:37.982030 [ 5 ] {f3d97bd9-d29f-4e56-a003-ce7907705eca} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7122 | 2025.04.15 04:04:37.982068 [ 5 ] {f3d97bd9-d29f-4e56-a003-ce7907705eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.14 GiB. | ||
| 7123 | 2025.04.15 04:04:37.982429 [ 5 ] {f3d97bd9-d29f-4e56-a003-ce7907705eca} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7124 | 2025.04.15 04:04:37.982660 [ 5 ] {f3d97bd9-d29f-4e56-a003-ce7907705eca} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7125 | 2025.04.15 04:04:37.982856 [ 5 ] {f3d97bd9-d29f-4e56-a003-ce7907705eca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001335 sec., 61423.22097378277 rows/sec., 3.90 MiB/sec. | ||
| 7126 | 2025.04.15 04:04:37.982908 [ 5 ] {f3d97bd9-d29f-4e56-a003-ce7907705eca} <Debug> TCPHandler: Processed in 0.001517893 sec. | ||
| 7127 | 2025.04.15 04:04:42.883024 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 7128 | 2025.04.15 04:04:42.883657 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7129 | 2025.04.15 04:04:42.883708 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7130 | 2025.04.15 04:04:42.884223 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7131 | 2025.04.15 04:04:42.884489 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7132 | 2025.04.15 04:04:42.884725 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 7133 | 2025.04.15 04:04:42.954197 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7134 | 2025.04.15 04:04:42.954380 [ 5 ] {9cea4f13-10b7-4266-b576-b2f8570f8337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7135 | 2025.04.15 04:04:42.954446 [ 5 ] {9cea4f13-10b7-4266-b576-b2f8570f8337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7136 | 2025.04.15 04:04:42.955200 [ 5 ] {9cea4f13-10b7-4266-b576-b2f8570f8337} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7137 | 2025.04.15 04:04:42.955240 [ 5 ] {9cea4f13-10b7-4266-b576-b2f8570f8337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7138 | 2025.04.15 04:04:42.955643 [ 5 ] {9cea4f13-10b7-4266-b576-b2f8570f8337} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7139 | 2025.04.15 04:04:42.955887 [ 5 ] {9cea4f13-10b7-4266-b576-b2f8570f8337} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7140 | 2025.04.15 04:04:42.956085 [ 5 ] {9cea4f13-10b7-4266-b576-b2f8570f8337} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001746 sec., 2290.950744558992 rows/sec., 186.81 KiB/sec. | ||
| 7141 | 2025.04.15 04:04:42.956248 [ 5 ] {9cea4f13-10b7-4266-b576-b2f8570f8337} <Debug> TCPHandler: Processed in 0.002162626 sec. | ||
| 7142 | 2025.04.15 04:04:42.956413 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7143 | 2025.04.15 04:04:42.956518 [ 5 ] {cdd10653-a816-4e34-ae61-8bbb7f94c00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7144 | 2025.04.15 04:04:42.956566 [ 5 ] {cdd10653-a816-4e34-ae61-8bbb7f94c00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7145 | 2025.04.15 04:04:42.957126 [ 5 ] {cdd10653-a816-4e34-ae61-8bbb7f94c00b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7146 | 2025.04.15 04:04:42.957164 [ 5 ] {cdd10653-a816-4e34-ae61-8bbb7f94c00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7147 | 2025.04.15 04:04:42.957518 [ 5 ] {cdd10653-a816-4e34-ae61-8bbb7f94c00b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7148 | 2025.04.15 04:04:42.957766 [ 5 ] {cdd10653-a816-4e34-ae61-8bbb7f94c00b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7149 | 2025.04.15 04:04:42.957924 [ 5 ] {cdd10653-a816-4e34-ae61-8bbb7f94c00b} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001428 sec., 85434.17366946778 rows/sec., 7.24 MiB/sec. | ||
| 7150 | 2025.04.15 04:04:42.957975 [ 5 ] {cdd10653-a816-4e34-ae61-8bbb7f94c00b} <Debug> TCPHandler: Processed in 0.001614224 sec. | ||
| 7151 | 2025.04.15 04:04:42.958088 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7152 | 2025.04.15 04:04:42.958189 [ 5 ] {40074f57-f6e5-415d-91c4-8321b5322764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7153 | 2025.04.15 04:04:42.958232 [ 5 ] {40074f57-f6e5-415d-91c4-8321b5322764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7154 | 2025.04.15 04:04:42.958727 [ 5 ] {40074f57-f6e5-415d-91c4-8321b5322764} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7155 | 2025.04.15 04:04:42.958763 [ 5 ] {40074f57-f6e5-415d-91c4-8321b5322764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7156 | 2025.04.15 04:04:42.959085 [ 5 ] {40074f57-f6e5-415d-91c4-8321b5322764} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7157 | 2025.04.15 04:04:42.959315 [ 5 ] {40074f57-f6e5-415d-91c4-8321b5322764} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7158 | 2025.04.15 04:04:42.959471 [ 5 ] {40074f57-f6e5-415d-91c4-8321b5322764} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001303 sec., 27628.549501151192 rows/sec., 2.01 MiB/sec. | ||
| 7159 | 2025.04.15 04:04:42.959525 [ 5 ] {40074f57-f6e5-415d-91c4-8321b5322764} <Debug> TCPHandler: Processed in 0.001484782 sec. | ||
| 7160 | 2025.04.15 04:04:42.959633 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7161 | 2025.04.15 04:04:42.959732 [ 5 ] {087d598d-d5de-45f5-beb6-e99eec894118} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7162 | 2025.04.15 04:04:42.959774 [ 5 ] {087d598d-d5de-45f5-beb6-e99eec894118} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7163 | 2025.04.15 04:04:42.960277 [ 5 ] {087d598d-d5de-45f5-beb6-e99eec894118} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7164 | 2025.04.15 04:04:42.960313 [ 5 ] {087d598d-d5de-45f5-beb6-e99eec894118} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7165 | 2025.04.15 04:04:42.960646 [ 5 ] {087d598d-d5de-45f5-beb6-e99eec894118} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7166 | 2025.04.15 04:04:42.960865 [ 5 ] {087d598d-d5de-45f5-beb6-e99eec894118} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7167 | 2025.04.15 04:04:42.961040 [ 5 ] {087d598d-d5de-45f5-beb6-e99eec894118} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001328 sec., 75301.2048192771 rows/sec., 5.89 MiB/sec. | ||
| 7168 | 2025.04.15 04:04:42.961101 [ 5 ] {087d598d-d5de-45f5-beb6-e99eec894118} <Debug> TCPHandler: Processed in 0.001515462 sec. | ||
| 7169 | 2025.04.15 04:04:42.961226 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7170 | 2025.04.15 04:04:42.961341 [ 5 ] {3998f26e-7e8b-4576-badb-144a7bc9317e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7171 | 2025.04.15 04:04:42.961387 [ 5 ] {3998f26e-7e8b-4576-badb-144a7bc9317e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7172 | 2025.04.15 04:04:42.961894 [ 5 ] {3998f26e-7e8b-4576-badb-144a7bc9317e} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7173 | 2025.04.15 04:04:42.961930 [ 5 ] {3998f26e-7e8b-4576-badb-144a7bc9317e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7174 | 2025.04.15 04:04:42.962285 [ 5 ] {3998f26e-7e8b-4576-badb-144a7bc9317e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7175 | 2025.04.15 04:04:42.962509 [ 5 ] {3998f26e-7e8b-4576-badb-144a7bc9317e} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7176 | 2025.04.15 04:04:42.962692 [ 5 ] {3998f26e-7e8b-4576-badb-144a7bc9317e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001373 sec., 117989.80335032774 rows/sec., 8.22 MiB/sec. | ||
| 7177 | 2025.04.15 04:04:42.962740 [ 5 ] {3998f26e-7e8b-4576-badb-144a7bc9317e} <Debug> TCPHandler: Processed in 0.001577883 sec. | ||
| 7178 | 2025.04.15 04:04:42.962845 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7179 | 2025.04.15 04:04:42.962947 [ 5 ] {77fc4383-3bb7-4c64-aadd-d2cdff15a99b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7180 | 2025.04.15 04:04:42.963012 [ 5 ] {77fc4383-3bb7-4c64-aadd-d2cdff15a99b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7181 | 2025.04.15 04:04:42.964052 [ 5 ] {77fc4383-3bb7-4c64-aadd-d2cdff15a99b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7182 | 2025.04.15 04:04:42.964090 [ 5 ] {77fc4383-3bb7-4c64-aadd-d2cdff15a99b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7183 | 2025.04.15 04:04:42.964700 [ 5 ] {77fc4383-3bb7-4c64-aadd-d2cdff15a99b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7184 | 2025.04.15 04:04:42.964940 [ 5 ] {77fc4383-3bb7-4c64-aadd-d2cdff15a99b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7185 | 2025.04.15 04:04:42.965199 [ 5 ] {77fc4383-3bb7-4c64-aadd-d2cdff15a99b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002261 sec., 14153.029632905795 rows/sec., 25.36 MiB/sec. | ||
| 7186 | 2025.04.15 04:04:42.965611 [ 5 ] {77fc4383-3bb7-4c64-aadd-d2cdff15a99b} <Debug> TCPHandler: Processed in 0.00280781 sec. | ||
| 7187 | 2025.04.15 04:04:42.965838 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7188 | 2025.04.15 04:04:42.965940 [ 5 ] {c66d0e87-3dc1-4ada-a446-b0739b8e119d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7189 | 2025.04.15 04:04:42.965986 [ 5 ] {c66d0e87-3dc1-4ada-a446-b0739b8e119d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7190 | 2025.04.15 04:04:42.966426 [ 5 ] {c66d0e87-3dc1-4ada-a446-b0739b8e119d} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7191 | 2025.04.15 04:04:42.966464 [ 5 ] {c66d0e87-3dc1-4ada-a446-b0739b8e119d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7192 | 2025.04.15 04:04:42.966800 [ 5 ] {c66d0e87-3dc1-4ada-a446-b0739b8e119d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7193 | 2025.04.15 04:04:42.967025 [ 5 ] {c66d0e87-3dc1-4ada-a446-b0739b8e119d} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7194 | 2025.04.15 04:04:42.967231 [ 5 ] {c66d0e87-3dc1-4ada-a446-b0739b8e119d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 7195 | 2025.04.15 04:04:42.967277 [ 5 ] {c66d0e87-3dc1-4ada-a446-b0739b8e119d} <Debug> TCPHandler: Processed in 0.001495082 sec. | ||
| 7196 | 2025.04.15 04:04:43.935795 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 7197 | 2025.04.15 04:04:43.955180 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7198 | 2025.04.15 04:04:43.955239 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7199 | 2025.04.15 04:04:43.962743 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7200 | 2025.04.15 04:04:43.963522 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7201 | 2025.04.15 04:04:43.966824 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 7202 | 2025.04.15 04:04:45.454064 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1032 | ||
| 7203 | 2025.04.15 04:04:45.457466 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7204 | 2025.04.15 04:04:45.457516 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7205 | 2025.04.15 04:04:45.458980 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7206 | 2025.04.15 04:04:45.459297 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7207 | 2025.04.15 04:04:45.461005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1032 | ||
| 7208 | 2025.04.15 04:04:47.959039 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7209 | 2025.04.15 04:04:47.959245 [ 5 ] {eb5e97cb-dfd5-4eff-80d0-a39e4fc24427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7210 | 2025.04.15 04:04:47.959323 [ 5 ] {eb5e97cb-dfd5-4eff-80d0-a39e4fc24427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7211 | 2025.04.15 04:04:47.960360 [ 5 ] {eb5e97cb-dfd5-4eff-80d0-a39e4fc24427} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7212 | 2025.04.15 04:04:47.960426 [ 5 ] {eb5e97cb-dfd5-4eff-80d0-a39e4fc24427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7213 | 2025.04.15 04:04:47.960930 [ 5 ] {eb5e97cb-dfd5-4eff-80d0-a39e4fc24427} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7214 | 2025.04.15 04:04:47.961217 [ 5 ] {eb5e97cb-dfd5-4eff-80d0-a39e4fc24427} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7215 | 2025.04.15 04:04:47.961451 [ 5 ] {eb5e97cb-dfd5-4eff-80d0-a39e4fc24427} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002265 sec., 93598.23399558499 rows/sec., 5.95 MiB/sec. | ||
| 7216 | 2025.04.15 04:04:47.961507 [ 5 ] {eb5e97cb-dfd5-4eff-80d0-a39e4fc24427} <Debug> TCPHandler: Processed in 0.002605546 sec. | ||
| 7217 | 2025.04.15 04:04:47.961658 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7218 | 2025.04.15 04:04:47.961763 [ 5 ] {73bc06c8-f4c3-493d-8346-53bf5f0b49e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7219 | 2025.04.15 04:04:47.961808 [ 5 ] {73bc06c8-f4c3-493d-8346-53bf5f0b49e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7220 | 2025.04.15 04:04:47.962678 [ 5 ] {73bc06c8-f4c3-493d-8346-53bf5f0b49e7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7221 | 2025.04.15 04:04:47.962717 [ 5 ] {73bc06c8-f4c3-493d-8346-53bf5f0b49e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7222 | 2025.04.15 04:04:47.963095 [ 5 ] {73bc06c8-f4c3-493d-8346-53bf5f0b49e7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7223 | 2025.04.15 04:04:47.963335 [ 5 ] {73bc06c8-f4c3-493d-8346-53bf5f0b49e7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7224 | 2025.04.15 04:04:47.963532 [ 5 ] {73bc06c8-f4c3-493d-8346-53bf5f0b49e7} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001792 sec., 353236.60714285716 rows/sec., 27.78 MiB/sec. | ||
| 7225 | 2025.04.15 04:04:47.963583 [ 5 ] {73bc06c8-f4c3-493d-8346-53bf5f0b49e7} <Debug> TCPHandler: Processed in 0.001973802 sec. | ||
| 7226 | 2025.04.15 04:04:47.963705 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7227 | 2025.04.15 04:04:47.963808 [ 5 ] {9fe3955e-1f11-4633-a4c3-2a0ec188fc48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7228 | 2025.04.15 04:04:47.963852 [ 5 ] {9fe3955e-1f11-4633-a4c3-2a0ec188fc48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7229 | 2025.04.15 04:04:47.964398 [ 5 ] {9fe3955e-1f11-4633-a4c3-2a0ec188fc48} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7230 | 2025.04.15 04:04:47.964435 [ 5 ] {9fe3955e-1f11-4633-a4c3-2a0ec188fc48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7231 | 2025.04.15 04:04:47.964769 [ 5 ] {9fe3955e-1f11-4633-a4c3-2a0ec188fc48} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7232 | 2025.04.15 04:04:47.964995 [ 5 ] {9fe3955e-1f11-4633-a4c3-2a0ec188fc48} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7233 | 2025.04.15 04:04:47.965186 [ 5 ] {9fe3955e-1f11-4633-a4c3-2a0ec188fc48} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.0014 sec., 81428.57142857143 rows/sec., 4.87 MiB/sec. | ||
| 7234 | 2025.04.15 04:04:47.965236 [ 5 ] {9fe3955e-1f11-4633-a4c3-2a0ec188fc48} <Debug> TCPHandler: Processed in 0.001579153 sec. | ||
| 7235 | 2025.04.15 04:04:47.965356 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7236 | 2025.04.15 04:04:47.965457 [ 5 ] {4a422184-ab49-40bd-8e43-422a2b68335d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7237 | 2025.04.15 04:04:47.965499 [ 5 ] {4a422184-ab49-40bd-8e43-422a2b68335d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7238 | 2025.04.15 04:04:47.966036 [ 5 ] {4a422184-ab49-40bd-8e43-422a2b68335d} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7239 | 2025.04.15 04:04:47.966074 [ 5 ] {4a422184-ab49-40bd-8e43-422a2b68335d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7240 | 2025.04.15 04:04:47.966407 [ 5 ] {4a422184-ab49-40bd-8e43-422a2b68335d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7241 | 2025.04.15 04:04:47.966639 [ 5 ] {4a422184-ab49-40bd-8e43-422a2b68335d} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): 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.04.15 04:04:47.966803 [ 92 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 7243 | 2025.04.15 04:04:47.966854 [ 5 ] {4a422184-ab49-40bd-8e43-422a2b68335d} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001409 sec., 80198.72249822569 rows/sec., 5.19 MiB/sec. | ||
| 7244 | 2025.04.15 04:04:47.966882 [ 92 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7245 | 2025.04.15 04:04:47.966952 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7246 | 2025.04.15 04:04:47.966964 [ 5 ] {4a422184-ab49-40bd-8e43-422a2b68335d} <Debug> TCPHandler: Processed in 0.001653745 sec. | ||
| 7247 | 2025.04.15 04:04:47.967188 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 7248 | 2025.04.15 04:04:47.967199 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7249 | 2025.04.15 04:04:47.967430 [ 5 ] {0dcec8c1-553e-49f6-9a5a-877af31686b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7250 | 2025.04.15 04:04:47.967442 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7251 | 2025.04.15 04:04:47.967518 [ 5 ] {0dcec8c1-553e-49f6-9a5a-877af31686b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7252 | 2025.04.15 04:04:47.967522 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 342 rows starting from the beginning of the part | ||
| 7253 | 2025.04.15 04:04:47.967838 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part | ||
| 7254 | 2025.04.15 04:04:47.968193 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 113 rows starting from the beginning of the part | ||
| 7255 | 2025.04.15 04:04:47.968701 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 341 rows starting from the beginning of the part | ||
| 7256 | 2025.04.15 04:04:47.968999 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 113 rows starting from the beginning of the part | ||
| 7257 | 2025.04.15 04:04:47.969384 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 113 rows starting from the beginning of the part | ||
| 7258 | 2025.04.15 04:04:47.970460 [ 5 ] {0dcec8c1-553e-49f6-9a5a-877af31686b6} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2025.04.15 04:04:47.970511 [ 5 ] {0dcec8c1-553e-49f6-9a5a-877af31686b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7260 | 2025.04.15 04:04:47.971452 [ 5 ] {0dcec8c1-553e-49f6-9a5a-877af31686b6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7261 | 2025.04.15 04:04:47.971905 [ 5 ] {0dcec8c1-553e-49f6-9a5a-877af31686b6} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7262 | 2025.04.15 04:04:47.972174 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.005099469 sec., 222572.19330091035 rows/sec., 15.52 MiB/sec. | ||
| 7263 | 2025.04.15 04:04:47.972351 [ 5 ] {0dcec8c1-553e-49f6-9a5a-877af31686b6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004989 sec., 22449.38865504109 rows/sec., 1.28 MiB/sec. | ||
| 7264 | 2025.04.15 04:04:47.972484 [ 5 ] {0dcec8c1-553e-49f6-9a5a-877af31686b6} <Debug> TCPHandler: Processed in 0.005367055 sec. | ||
| 7265 | 2025.04.15 04:04:47.972492 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7266 | 2025.04.15 04:04:47.972675 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7267 | 2025.04.15 04:04:47.972852 [ 5 ] {3c11841f-726f-47c6-bba8-86b3aa804de7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7268 | 2025.04.15 04:04:47.972937 [ 5 ] {3c11841f-726f-47c6-bba8-86b3aa804de7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7269 | 2025.04.15 04:04:47.973056 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_24_5} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7270 | 2025.04.15 04:04:47.973252 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_24_5} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 7271 | 2025.04.15 04:04:47.973428 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 7272 | 2025.04.15 04:04:47.973984 [ 5 ] {3c11841f-726f-47c6-bba8-86b3aa804de7} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7273 | 2025.04.15 04:04:47.974027 [ 5 ] {3c11841f-726f-47c6-bba8-86b3aa804de7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7274 | 2025.04.15 04:04:47.974393 [ 5 ] {3c11841f-726f-47c6-bba8-86b3aa804de7} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7275 | 2025.04.15 04:04:47.974624 [ 5 ] {3c11841f-726f-47c6-bba8-86b3aa804de7} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7276 | 2025.04.15 04:04:47.974843 [ 5 ] {3c11841f-726f-47c6-bba8-86b3aa804de7} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.002027 sec., 192402.56536753822 rows/sec., 13.60 MiB/sec. | ||
| 7277 | 2025.04.15 04:04:47.974908 [ 5 ] {3c11841f-726f-47c6-bba8-86b3aa804de7} <Debug> TCPHandler: Processed in 0.002304099 sec. | ||
| 7278 | 2025.04.15 04:04:47.975119 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7279 | 2025.04.15 04:04:47.975263 [ 5 ] {ce6e0fb3-c51c-4901-8270-33a3c7c53e8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7280 | 2025.04.15 04:04:47.975310 [ 5 ] {ce6e0fb3-c51c-4901-8270-33a3c7c53e8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7281 | 2025.04.15 04:04:47.975741 [ 5 ] {ce6e0fb3-c51c-4901-8270-33a3c7c53e8d} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7282 | 2025.04.15 04:04:47.975779 [ 5 ] {ce6e0fb3-c51c-4901-8270-33a3c7c53e8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7283 | 2025.04.15 04:04:47.976117 [ 5 ] {ce6e0fb3-c51c-4901-8270-33a3c7c53e8d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7284 | 2025.04.15 04:04:47.976341 [ 5 ] {ce6e0fb3-c51c-4901-8270-33a3c7c53e8d} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7285 | 2025.04.15 04:04:47.976579 [ 5 ] {ce6e0fb3-c51c-4901-8270-33a3c7c53e8d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 235.70 KiB/sec. | ||
| 7286 | 2025.04.15 04:04:47.976706 [ 5 ] {ce6e0fb3-c51c-4901-8270-33a3c7c53e8d} <Debug> TCPHandler: Processed in 0.001668286 sec. | ||
| 7287 | 2025.04.15 04:04:47.976913 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7288 | 2025.04.15 04:04:47.977015 [ 5 ] {dea2806f-9a10-4afe-a61b-bd1dcff9d2d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7289 | 2025.04.15 04:04:47.977063 [ 5 ] {dea2806f-9a10-4afe-a61b-bd1dcff9d2d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7290 | 2025.04.15 04:04:47.977656 [ 5 ] {dea2806f-9a10-4afe-a61b-bd1dcff9d2d1} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7291 | 2025.04.15 04:04:47.977694 [ 5 ] {dea2806f-9a10-4afe-a61b-bd1dcff9d2d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7292 | 2025.04.15 04:04:47.978071 [ 5 ] {dea2806f-9a10-4afe-a61b-bd1dcff9d2d1} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7293 | 2025.04.15 04:04:47.978333 [ 5 ] {dea2806f-9a10-4afe-a61b-bd1dcff9d2d1} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7294 | 2025.04.15 04:04:47.978531 [ 5 ] {dea2806f-9a10-4afe-a61b-bd1dcff9d2d1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001539 sec., 153996.10136452242 rows/sec., 10.32 MiB/sec. | ||
| 7295 | 2025.04.15 04:04:47.978582 [ 5 ] {dea2806f-9a10-4afe-a61b-bd1dcff9d2d1} <Debug> TCPHandler: Processed in 0.001730027 sec. | ||
| 7296 | 2025.04.15 04:04:47.978723 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7297 | 2025.04.15 04:04:47.978845 [ 5 ] {55590177-77c5-4252-883e-051d6455b439} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7298 | 2025.04.15 04:04:47.978890 [ 5 ] {55590177-77c5-4252-883e-051d6455b439} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7299 | 2025.04.15 04:04:47.979292 [ 5 ] {55590177-77c5-4252-883e-051d6455b439} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7300 | 2025.04.15 04:04:47.979330 [ 5 ] {55590177-77c5-4252-883e-051d6455b439} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7301 | 2025.04.15 04:04:47.979671 [ 5 ] {55590177-77c5-4252-883e-051d6455b439} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7302 | 2025.04.15 04:04:47.979914 [ 5 ] {55590177-77c5-4252-883e-051d6455b439} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): 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.04.15 04:04:47.980086 [ 92 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 7304 | 2025.04.15 04:04:47.980156 [ 92 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7305 | 2025.04.15 04:04:47.980196 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7306 | 2025.04.15 04:04:47.980205 [ 5 ] {55590177-77c5-4252-883e-051d6455b439} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec. | ||
| 7307 | 2025.04.15 04:04:47.980515 [ 5 ] {55590177-77c5-4252-883e-051d6455b439} <Debug> TCPHandler: Processed in 0.001851579 sec. | ||
| 7308 | 2025.04.15 04:04:47.980839 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 7309 | 2025.04.15 04:04:47.980874 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7310 | 2025.04.15 04:04:47.981098 [ 5 ] {388525ff-dd75-401a-8263-b1778700a81e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7311 | 2025.04.15 04:04:47.981142 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7312 | 2025.04.15 04:04:47.981247 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 7313 | 2025.04.15 04:04:47.981263 [ 5 ] {388525ff-dd75-401a-8263-b1778700a81e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7314 | 2025.04.15 04:04:47.981729 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 7315 | 2025.04.15 04:04:47.982143 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 7316 | 2025.04.15 04:04:47.982534 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 7317 | 2025.04.15 04:04:47.982928 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 7318 | 2025.04.15 04:04:47.983244 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 7319 | 2025.04.15 04:04:47.986548 [ 5 ] {388525ff-dd75-401a-8263-b1778700a81e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7320 | 2025.04.15 04:04:47.986643 [ 5 ] {388525ff-dd75-401a-8263-b1778700a81e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7321 | 2025.04.15 04:04:47.987026 [ 190 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.006712643 sec., 3575.342826961005 rows/sec., 240.33 KiB/sec. | ||
| 7322 | 2025.04.15 04:04:47.987317 [ 195 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7323 | 2025.04.15 04:04:47.988051 [ 5 ] {388525ff-dd75-401a-8263-b1778700a81e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7324 | 2025.04.15 04:04:47.988060 [ 195 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_24_5} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7325 | 2025.04.15 04:04:47.988240 [ 195 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_24_5} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 7326 | 2025.04.15 04:04:47.988411 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7327 | 2025.04.15 04:04:47.988538 [ 5 ] {388525ff-dd75-401a-8263-b1778700a81e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7328 | 2025.04.15 04:04:47.988789 [ 5 ] {388525ff-dd75-401a-8263-b1778700a81e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007776 sec., 1028.80658436214 rows/sec., 1.84 MiB/sec. | ||
| 7329 | 2025.04.15 04:04:47.988901 [ 5 ] {388525ff-dd75-401a-8263-b1778700a81e} <Debug> TCPHandler: Processed in 0.008133983 sec. | ||
| 7330 | 2025.04.15 04:04:47.989043 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7331 | 2025.04.15 04:04:47.989145 [ 5 ] {54fed231-5797-435f-b7a1-08cac5b543ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7332 | 2025.04.15 04:04:47.989191 [ 5 ] {54fed231-5797-435f-b7a1-08cac5b543ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7333 | 2025.04.15 04:04:47.989646 [ 5 ] {54fed231-5797-435f-b7a1-08cac5b543ae} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7334 | 2025.04.15 04:04:47.989683 [ 5 ] {54fed231-5797-435f-b7a1-08cac5b543ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7335 | 2025.04.15 04:04:47.990035 [ 5 ] {54fed231-5797-435f-b7a1-08cac5b543ae} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7336 | 2025.04.15 04:04:47.990268 [ 5 ] {54fed231-5797-435f-b7a1-08cac5b543ae} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7337 | 2025.04.15 04:04:47.990509 [ 5 ] {54fed231-5797-435f-b7a1-08cac5b543ae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001381 sec., 59377.262853005064 rows/sec., 3.77 MiB/sec. | ||
| 7338 | 2025.04.15 04:04:47.990596 [ 5 ] {54fed231-5797-435f-b7a1-08cac5b543ae} <Debug> TCPHandler: Processed in 0.001602474 sec. | ||
| 7339 | 2025.04.15 04:04:50.200882 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7340 | 2025.04.15 04:04:50.200936 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7341 | 2025.04.15 04:04:50.384852 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 7342 | 2025.04.15 04:04:50.385566 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7343 | 2025.04.15 04:04:50.385609 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7344 | 2025.04.15 04:04:50.386119 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7345 | 2025.04.15 04:04:50.386378 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7346 | 2025.04.15 04:04:50.386579 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7347 | 2025.04.15 04:04:51.466930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7348 | 2025.04.15 04:04:51.488223 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7349 | 2025.04.15 04:04:51.488280 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7350 | 2025.04.15 04:04:51.495801 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7351 | 2025.04.15 04:04:51.496577 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7352 | 2025.04.15 04:04:51.499222 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7353 | 2025.04.15 04:04:52.954304 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7354 | 2025.04.15 04:04:52.954521 [ 5 ] {aec30104-b15c-4e58-a267-23877e77dd1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7355 | 2025.04.15 04:04:52.954598 [ 5 ] {aec30104-b15c-4e58-a267-23877e77dd1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7356 | 2025.04.15 04:04:52.955328 [ 5 ] {aec30104-b15c-4e58-a267-23877e77dd1b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7357 | 2025.04.15 04:04:52.955369 [ 5 ] {aec30104-b15c-4e58-a267-23877e77dd1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7358 | 2025.04.15 04:04:52.955793 [ 5 ] {aec30104-b15c-4e58-a267-23877e77dd1b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7359 | 2025.04.15 04:04:52.956031 [ 5 ] {aec30104-b15c-4e58-a267-23877e77dd1b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7360 | 2025.04.15 04:04:52.956233 [ 5 ] {aec30104-b15c-4e58-a267-23877e77dd1b} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.00177 sec., 67796.61016949153 rows/sec., 5.76 MiB/sec. | ||
| 7361 | 2025.04.15 04:04:52.956330 [ 5 ] {aec30104-b15c-4e58-a267-23877e77dd1b} <Debug> TCPHandler: Processed in 0.002155236 sec. | ||
| 7362 | 2025.04.15 04:04:52.956512 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7363 | 2025.04.15 04:04:52.956654 [ 5 ] {7cc3c630-1cde-437e-8d7d-e652e0d5c52a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7364 | 2025.04.15 04:04:52.956700 [ 5 ] {7cc3c630-1cde-437e-8d7d-e652e0d5c52a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7365 | 2025.04.15 04:04:52.957204 [ 5 ] {7cc3c630-1cde-437e-8d7d-e652e0d5c52a} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7366 | 2025.04.15 04:04:52.957240 [ 5 ] {7cc3c630-1cde-437e-8d7d-e652e0d5c52a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7367 | 2025.04.15 04:04:52.957570 [ 5 ] {7cc3c630-1cde-437e-8d7d-e652e0d5c52a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7368 | 2025.04.15 04:04:52.957793 [ 5 ] {7cc3c630-1cde-437e-8d7d-e652e0d5c52a} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7369 | 2025.04.15 04:04:52.957958 [ 5 ] {7cc3c630-1cde-437e-8d7d-e652e0d5c52a} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001327 sec., 24114.544084400903 rows/sec., 1.77 MiB/sec. | ||
| 7370 | 2025.04.15 04:04:52.958008 [ 5 ] {7cc3c630-1cde-437e-8d7d-e652e0d5c52a} <Debug> TCPHandler: Processed in 0.001594414 sec. | ||
| 7371 | 2025.04.15 04:04:52.958113 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7372 | 2025.04.15 04:04:52.958213 [ 5 ] {53040e51-b933-42c0-a3de-98757aa3ca0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7373 | 2025.04.15 04:04:52.958255 [ 5 ] {53040e51-b933-42c0-a3de-98757aa3ca0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7374 | 2025.04.15 04:04:52.958756 [ 5 ] {53040e51-b933-42c0-a3de-98757aa3ca0e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7375 | 2025.04.15 04:04:52.958792 [ 5 ] {53040e51-b933-42c0-a3de-98757aa3ca0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7376 | 2025.04.15 04:04:52.959136 [ 5 ] {53040e51-b933-42c0-a3de-98757aa3ca0e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7377 | 2025.04.15 04:04:52.959360 [ 5 ] {53040e51-b933-42c0-a3de-98757aa3ca0e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7378 | 2025.04.15 04:04:52.959521 [ 5 ] {53040e51-b933-42c0-a3de-98757aa3ca0e} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00133 sec., 72180.45112781954 rows/sec., 5.64 MiB/sec. | ||
| 7379 | 2025.04.15 04:04:52.959572 [ 5 ] {53040e51-b933-42c0-a3de-98757aa3ca0e} <Debug> TCPHandler: Processed in 0.001506801 sec. | ||
| 7380 | 2025.04.15 04:04:52.959680 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7381 | 2025.04.15 04:04:52.959780 [ 5 ] {238ae2b7-ea37-40c1-bc40-3f0f0d498710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7382 | 2025.04.15 04:04:52.959826 [ 5 ] {238ae2b7-ea37-40c1-bc40-3f0f0d498710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7383 | 2025.04.15 04:04:52.960333 [ 5 ] {238ae2b7-ea37-40c1-bc40-3f0f0d498710} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7384 | 2025.04.15 04:04:52.960368 [ 5 ] {238ae2b7-ea37-40c1-bc40-3f0f0d498710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7385 | 2025.04.15 04:04:52.960737 [ 5 ] {238ae2b7-ea37-40c1-bc40-3f0f0d498710} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7386 | 2025.04.15 04:04:52.960961 [ 5 ] {238ae2b7-ea37-40c1-bc40-3f0f0d498710} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7387 | 2025.04.15 04:04:52.961125 [ 5 ] {238ae2b7-ea37-40c1-bc40-3f0f0d498710} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001367 sec., 117044.62326261887 rows/sec., 8.15 MiB/sec. | ||
| 7388 | 2025.04.15 04:04:52.961175 [ 5 ] {238ae2b7-ea37-40c1-bc40-3f0f0d498710} <Debug> TCPHandler: Processed in 0.001543143 sec. | ||
| 7389 | 2025.04.15 04:04:52.961289 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7390 | 2025.04.15 04:04:52.961389 [ 5 ] {1d7a88ba-bdd0-4a19-97a8-37d96ad5c765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7391 | 2025.04.15 04:04:52.961453 [ 5 ] {1d7a88ba-bdd0-4a19-97a8-37d96ad5c765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7392 | 2025.04.15 04:04:52.962469 [ 5 ] {1d7a88ba-bdd0-4a19-97a8-37d96ad5c765} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7393 | 2025.04.15 04:04:52.962505 [ 5 ] {1d7a88ba-bdd0-4a19-97a8-37d96ad5c765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7394 | 2025.04.15 04:04:52.963107 [ 5 ] {1d7a88ba-bdd0-4a19-97a8-37d96ad5c765} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7395 | 2025.04.15 04:04:52.963350 [ 5 ] {1d7a88ba-bdd0-4a19-97a8-37d96ad5c765} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7396 | 2025.04.15 04:04:52.963540 [ 5 ] {1d7a88ba-bdd0-4a19-97a8-37d96ad5c765} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002171 sec., 14739.751266697373 rows/sec., 26.41 MiB/sec. | ||
| 7397 | 2025.04.15 04:04:52.963631 [ 5 ] {1d7a88ba-bdd0-4a19-97a8-37d96ad5c765} <Debug> TCPHandler: Processed in 0.002390161 sec. | ||
| 7398 | 2025.04.15 04:04:52.963759 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7399 | 2025.04.15 04:04:52.963861 [ 5 ] {2e5df258-a27e-4719-8198-841d39b34637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7400 | 2025.04.15 04:04:52.963906 [ 5 ] {2e5df258-a27e-4719-8198-841d39b34637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7401 | 2025.04.15 04:04:52.964306 [ 5 ] {2e5df258-a27e-4719-8198-841d39b34637} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7402 | 2025.04.15 04:04:52.964342 [ 5 ] {2e5df258-a27e-4719-8198-841d39b34637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7403 | 2025.04.15 04:04:52.964674 [ 5 ] {2e5df258-a27e-4719-8198-841d39b34637} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7404 | 2025.04.15 04:04:52.964896 [ 5 ] {2e5df258-a27e-4719-8198-841d39b34637} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7405 | 2025.04.15 04:04:52.965079 [ 5 ] {2e5df258-a27e-4719-8198-841d39b34637} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001232 sec., 48701.2987012987 rows/sec., 3.28 MiB/sec. | ||
| 7406 | 2025.04.15 04:04:52.965180 [ 5 ] {2e5df258-a27e-4719-8198-841d39b34637} <Debug> TCPHandler: Processed in 0.001467491 sec. | ||
| 7407 | 2025.04.15 04:04:53.455485 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7408 | 2025.04.15 04:04:53.455685 [ 5 ] {723562e5-d010-4378-b232-802ee9ffeae6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7409 | 2025.04.15 04:04:53.455764 [ 5 ] {723562e5-d010-4378-b232-802ee9ffeae6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7410 | 2025.04.15 04:04:53.456607 [ 5 ] {723562e5-d010-4378-b232-802ee9ffeae6} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7411 | 2025.04.15 04:04:53.456650 [ 5 ] {723562e5-d010-4378-b232-802ee9ffeae6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7412 | 2025.04.15 04:04:53.457073 [ 5 ] {723562e5-d010-4378-b232-802ee9ffeae6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7413 | 2025.04.15 04:04:53.457326 [ 5 ] {723562e5-d010-4378-b232-802ee9ffeae6} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7414 | 2025.04.15 04:04:53.457550 [ 5 ] {723562e5-d010-4378-b232-802ee9ffeae6} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00192 sec., 110416.66666666666 rows/sec., 7.02 MiB/sec. | ||
| 7415 | 2025.04.15 04:04:53.457614 [ 5 ] {723562e5-d010-4378-b232-802ee9ffeae6} <Debug> TCPHandler: Processed in 0.00230594 sec. | ||
| 7416 | 2025.04.15 04:04:53.457731 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7417 | 2025.04.15 04:04:53.457844 [ 5 ] {6013c1d2-1be7-4105-bbcc-9ea90b489345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7418 | 2025.04.15 04:04:53.457892 [ 5 ] {6013c1d2-1be7-4105-bbcc-9ea90b489345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7419 | 2025.04.15 04:04:53.458397 [ 5 ] {6013c1d2-1be7-4105-bbcc-9ea90b489345} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7420 | 2025.04.15 04:04:53.458436 [ 5 ] {6013c1d2-1be7-4105-bbcc-9ea90b489345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7421 | 2025.04.15 04:04:53.458772 [ 5 ] {6013c1d2-1be7-4105-bbcc-9ea90b489345} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 7422 | 2025.04.15 04:04:53.459003 [ 5 ] {6013c1d2-1be7-4105-bbcc-9ea90b489345} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7423 | 2025.04.15 04:04:53.459236 [ 5 ] {6013c1d2-1be7-4105-bbcc-9ea90b489345} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001407 sec., 7107.320540156361 rows/sec., 579.55 KiB/sec. | ||
| 7424 | 2025.04.15 04:04:53.459327 [ 5 ] {6013c1d2-1be7-4105-bbcc-9ea90b489345} <Debug> TCPHandler: Processed in 0.001648915 sec. | ||
| 7425 | 2025.04.15 04:04:53.459581 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7426 | 2025.04.15 04:04:53.459695 [ 5 ] {ce0298c3-b8cf-48eb-bcaa-60654d6d924d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7427 | 2025.04.15 04:04:53.459742 [ 5 ] {ce0298c3-b8cf-48eb-bcaa-60654d6d924d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7428 | 2025.04.15 04:04:53.460917 [ 5 ] {ce0298c3-b8cf-48eb-bcaa-60654d6d924d} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7429 | 2025.04.15 04:04:53.460956 [ 5 ] {ce0298c3-b8cf-48eb-bcaa-60654d6d924d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7430 | 2025.04.15 04:04:53.461412 [ 5 ] {ce0298c3-b8cf-48eb-bcaa-60654d6d924d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7431 | 2025.04.15 04:04:53.461649 [ 5 ] {ce0298c3-b8cf-48eb-bcaa-60654d6d924d} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7432 | 2025.04.15 04:04:53.461810 [ 84 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7433 | 2025.04.15 04:04:53.461867 [ 5 ] {ce0298c3-b8cf-48eb-bcaa-60654d6d924d} <Debug> executeQuery: Read 1778 rows, 147.90 KiB in 0.002195 sec., 810022.7790432802 rows/sec., 65.80 MiB/sec. | ||
| 7434 | 2025.04.15 04:04:53.461892 [ 84 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7435 | 2025.04.15 04:04:53.461951 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7436 | 2025.04.15 04:04:53.461982 [ 5 ] {ce0298c3-b8cf-48eb-bcaa-60654d6d924d} <Debug> TCPHandler: Processed in 0.002484673 sec. | ||
| 7437 | 2025.04.15 04:04:53.462198 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7438 | 2025.04.15 04:04:53.462200 [ 187 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 7439 | 2025.04.15 04:04:53.462388 [ 5 ] {012cbf8c-775e-44e7-bc29-3955aec3cbbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7440 | 2025.04.15 04:04:53.462501 [ 5 ] {012cbf8c-775e-44e7-bc29-3955aec3cbbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7441 | 2025.04.15 04:04:53.462513 [ 187 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7442 | 2025.04.15 04:04:53.462626 [ 187 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1847 rows starting from the beginning of the part | ||
| 7443 | 2025.04.15 04:04:53.462896 [ 187 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 633 rows starting from the beginning of the part | ||
| 7444 | 2025.04.15 04:04:53.463425 [ 187 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 122 rows starting from the beginning of the part | ||
| 7445 | 2025.04.15 04:04:53.463786 [ 187 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 633 rows starting from the beginning of the part | ||
| 7446 | 2025.04.15 04:04:53.464082 [ 187 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 120 rows starting from the beginning of the part | ||
| 7447 | 2025.04.15 04:04:53.464373 [ 187 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1778 rows starting from the beginning of the part | ||
| 7448 | 2025.04.15 04:04:53.465169 [ 5 ] {012cbf8c-775e-44e7-bc29-3955aec3cbbc} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7449 | 2025.04.15 04:04:53.465228 [ 5 ] {012cbf8c-775e-44e7-bc29-3955aec3cbbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7450 | 2025.04.15 04:04:53.466019 [ 5 ] {012cbf8c-775e-44e7-bc29-3955aec3cbbc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7451 | 2025.04.15 04:04:53.466578 [ 5 ] {012cbf8c-775e-44e7-bc29-3955aec3cbbc} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7452 | 2025.04.15 04:04:53.466896 [ 84 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7453 | 2025.04.15 04:04:53.466980 [ 84 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7454 | 2025.04.15 04:04:53.467042 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7455 | 2025.04.15 04:04:53.467172 [ 5 ] {012cbf8c-775e-44e7-bc29-3955aec3cbbc} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.004796 sec., 25854.87906588824 rows/sec., 1.56 MiB/sec. | ||
| 7456 | 2025.04.15 04:04:53.467577 [ 5 ] {012cbf8c-775e-44e7-bc29-3955aec3cbbc} <Debug> TCPHandler: Processed in 0.005466976 sec. | ||
| 7457 | 2025.04.15 04:04:53.467977 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7458 | 2025.04.15 04:04:53.467984 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 7459 | 2025.04.15 04:04:53.468421 [ 5 ] {25f66f76-8cce-411c-89ab-f08fabee4cce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7460 | 2025.04.15 04:04:53.468499 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7461 | 2025.04.15 04:04:53.468616 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 164 rows starting from the beginning of the part | ||
| 7462 | 2025.04.15 04:04:53.468622 [ 5 ] {25f66f76-8cce-411c-89ab-f08fabee4cce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7463 | 2025.04.15 04:04:53.469239 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 114 rows starting from the beginning of the part | ||
| 7464 | 2025.04.15 04:04:53.469811 [ 187 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5133 rows, containing 5 columns (5 merged, 0 gathered) in 0.007727874 sec., 664218.9041902081 rows/sec., 56.27 MiB/sec. | ||
| 7465 | 2025.04.15 04:04:53.469911 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part | ||
| 7466 | 2025.04.15 04:04:53.470415 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7467 | 2025.04.15 04:04:53.470578 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 114 rows starting from the beginning of the part | ||
| 7468 | 2025.04.15 04:04:53.471226 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part | ||
| 7469 | 2025.04.15 04:04:53.471495 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_56_11} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7470 | 2025.04.15 04:04:53.471745 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 124 rows starting from the beginning of the part | ||
| 7471 | 2025.04.15 04:04:53.471894 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_56_11} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7472 | 2025.04.15 04:04:53.472331 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
| 7473 | 2025.04.15 04:04:53.472887 [ 5 ] {25f66f76-8cce-411c-89ab-f08fabee4cce} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7474 | 2025.04.15 04:04:53.472948 [ 5 ] {25f66f76-8cce-411c-89ab-f08fabee4cce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7475 | 2025.04.15 04:04:53.473955 [ 5 ] {25f66f76-8cce-411c-89ab-f08fabee4cce} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7476 | 2025.04.15 04:04:53.474489 [ 5 ] {25f66f76-8cce-411c-89ab-f08fabee4cce} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7477 | 2025.04.15 04:04:53.474915 [ 198 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 5 columns (5 merged, 0 gathered) in 0.007707095 sec., 75774.33520671538 rows/sec., 5.03 MiB/sec. | ||
| 7478 | 2025.04.15 04:04:53.474977 [ 5 ] {25f66f76-8cce-411c-89ab-f08fabee4cce} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.006741 sec., 50585.966473816945 rows/sec., 3.38 MiB/sec. | ||
| 7479 | 2025.04.15 04:04:53.475111 [ 5 ] {25f66f76-8cce-411c-89ab-f08fabee4cce} <Debug> TCPHandler: Processed in 0.007287736 sec. | ||
| 7480 | 2025.04.15 04:04:53.475244 [ 198 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7481 | 2025.04.15 04:04:53.475270 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7482 | 2025.04.15 04:04:53.475420 [ 5 ] {0960850d-b0cc-4341-9c3b-42569ddb20d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7483 | 2025.04.15 04:04:53.475499 [ 5 ] {0960850d-b0cc-4341-9c3b-42569ddb20d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7484 | 2025.04.15 04:04:53.475810 [ 198 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_46_9} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7485 | 2025.04.15 04:04:53.476098 [ 198 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_46_9} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7486 | 2025.04.15 04:04:53.476271 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7487 | 2025.04.15 04:04:53.476537 [ 5 ] {0960850d-b0cc-4341-9c3b-42569ddb20d4} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7488 | 2025.04.15 04:04:53.476581 [ 5 ] {0960850d-b0cc-4341-9c3b-42569ddb20d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7489 | 2025.04.15 04:04:53.476933 [ 5 ] {0960850d-b0cc-4341-9c3b-42569ddb20d4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7490 | 2025.04.15 04:04:53.477175 [ 5 ] {0960850d-b0cc-4341-9c3b-42569ddb20d4} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7491 | 2025.04.15 04:04:53.477374 [ 5 ] {0960850d-b0cc-4341-9c3b-42569ddb20d4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001978 sec., 56622.851365015165 rows/sec., 3.23 MiB/sec. | ||
| 7492 | 2025.04.15 04:04:53.477432 [ 5 ] {0960850d-b0cc-4341-9c3b-42569ddb20d4} <Debug> TCPHandler: Processed in 0.002235867 sec. | ||
| 7493 | 2025.04.15 04:04:53.477543 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7494 | 2025.04.15 04:04:53.477647 [ 5 ] {711ad8b3-de5a-42cf-b002-d338b70962c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7495 | 2025.04.15 04:04:53.477693 [ 5 ] {711ad8b3-de5a-42cf-b002-d338b70962c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7496 | 2025.04.15 04:04:53.478523 [ 5 ] {711ad8b3-de5a-42cf-b002-d338b70962c4} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7497 | 2025.04.15 04:04:53.478562 [ 5 ] {711ad8b3-de5a-42cf-b002-d338b70962c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7498 | 2025.04.15 04:04:53.478949 [ 5 ] {711ad8b3-de5a-42cf-b002-d338b70962c4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7499 | 2025.04.15 04:04:53.479192 [ 5 ] {711ad8b3-de5a-42cf-b002-d338b70962c4} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7500 | 2025.04.15 04:04:53.479346 [ 84 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7501 | 2025.04.15 04:04:53.479402 [ 84 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7502 | 2025.04.15 04:04:53.479409 [ 5 ] {711ad8b3-de5a-42cf-b002-d338b70962c4} <Debug> executeQuery: Read 856 rows, 63.33 KiB in 0.001773 sec., 482797.51833051327 rows/sec., 34.88 MiB/sec. | ||
| 7503 | 2025.04.15 04:04:53.479431 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7504 | 2025.04.15 04:04:53.479572 [ 5 ] {711ad8b3-de5a-42cf-b002-d338b70962c4} <Debug> TCPHandler: Processed in 0.002073964 sec. | ||
| 7505 | 2025.04.15 04:04:53.479824 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 7506 | 2025.04.15 04:04:53.479871 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7507 | 2025.04.15 04:04:53.480240 [ 5 ] {38bdd4ea-175e-4e44-903f-a8fe8898d86b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7508 | 2025.04.15 04:04:53.480437 [ 5 ] {38bdd4ea-175e-4e44-903f-a8fe8898d86b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7509 | 2025.04.15 04:04:53.480537 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7510 | 2025.04.15 04:04:53.480699 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
| 7511 | 2025.04.15 04:04:53.481303 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 390 rows starting from the beginning of the part | ||
| 7512 | 2025.04.15 04:04:53.481659 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 100 rows starting from the beginning of the part | ||
| 7513 | 2025.04.15 04:04:53.481981 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 390 rows starting from the beginning of the part | ||
| 7514 | 2025.04.15 04:04:53.482356 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 96 rows starting from the beginning of the part | ||
| 7515 | 2025.04.15 04:04:53.482797 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 856 rows starting from the beginning of the part | ||
| 7516 | 2025.04.15 04:04:53.483472 [ 5 ] {38bdd4ea-175e-4e44-903f-a8fe8898d86b} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7517 | 2025.04.15 04:04:53.483526 [ 5 ] {38bdd4ea-175e-4e44-903f-a8fe8898d86b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7518 | 2025.04.15 04:04:53.484492 [ 5 ] {38bdd4ea-175e-4e44-903f-a8fe8898d86b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7519 | 2025.04.15 04:04:53.485055 [ 5 ] {38bdd4ea-175e-4e44-903f-a8fe8898d86b} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7520 | 2025.04.15 04:04:53.485477 [ 5 ] {38bdd4ea-175e-4e44-903f-a8fe8898d86b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005386 sec., 1113.9992573338284 rows/sec., 58.20 KiB/sec. | ||
| 7521 | 2025.04.15 04:04:53.485768 [ 5 ] {38bdd4ea-175e-4e44-903f-a8fe8898d86b} <Debug> TCPHandler: Processed in 0.005971237 sec. | ||
| 7522 | 2025.04.15 04:04:53.486210 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7523 | 2025.04.15 04:04:53.486292 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2746 rows, containing 5 columns (5 merged, 0 gathered) in 0.006726914 sec., 408210.9567626404 rows/sec., 31.09 MiB/sec. | ||
| 7524 | 2025.04.15 04:04:53.486348 [ 5 ] {16dc8694-ed28-487b-84ec-2fefb8a061c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7525 | 2025.04.15 04:04:53.486399 [ 5 ] {16dc8694-ed28-487b-84ec-2fefb8a061c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7526 | 2025.04.15 04:04:53.486516 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7527 | 2025.04.15 04:04:53.486948 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_56_11} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7528 | 2025.04.15 04:04:53.487094 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_56_11} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7529 | 2025.04.15 04:04:53.487232 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 7530 | 2025.04.15 04:04:53.487375 [ 5 ] {16dc8694-ed28-487b-84ec-2fefb8a061c4} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7531 | 2025.04.15 04:04:53.487413 [ 5 ] {16dc8694-ed28-487b-84ec-2fefb8a061c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7532 | 2025.04.15 04:04:53.487843 [ 5 ] {16dc8694-ed28-487b-84ec-2fefb8a061c4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7533 | 2025.04.15 04:04:53.488084 [ 5 ] {16dc8694-ed28-487b-84ec-2fefb8a061c4} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7534 | 2025.04.15 04:04:53.488235 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7535 | 2025.04.15 04:04:53.488290 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7536 | 2025.04.15 04:04:53.488308 [ 5 ] {16dc8694-ed28-487b-84ec-2fefb8a061c4} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.001981 sec., 484603.7354871277 rows/sec., 32.20 MiB/sec. | ||
| 7537 | 2025.04.15 04:04:53.488323 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7538 | 2025.04.15 04:04:53.488446 [ 5 ] {16dc8694-ed28-487b-84ec-2fefb8a061c4} <Debug> TCPHandler: Processed in 0.002363531 sec. | ||
| 7539 | 2025.04.15 04:04:53.488501 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 7540 | 2025.04.15 04:04:53.488599 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7541 | 2025.04.15 04:04:53.488621 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7542 | 2025.04.15 04:04:53.488654 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15808 rows starting from the beginning of the part | ||
| 7543 | 2025.04.15 04:04:53.488760 [ 5 ] {e91da0b5-7fbb-41ad-91c0-adfb4f32b674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7544 | 2025.04.15 04:04:53.488859 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 7545 | 2025.04.15 04:04:53.488929 [ 5 ] {e91da0b5-7fbb-41ad-91c0-adfb4f32b674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7546 | 2025.04.15 04:04:53.489370 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 162 rows starting from the beginning of the part | ||
| 7547 | 2025.04.15 04:04:53.489619 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 7548 | 2025.04.15 04:04:53.489933 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 7549 | 2025.04.15 04:04:53.490304 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 960 rows starting from the beginning of the part | ||
| 7550 | 2025.04.15 04:04:53.490960 [ 5 ] {e91da0b5-7fbb-41ad-91c0-adfb4f32b674} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7551 | 2025.04.15 04:04:53.491003 [ 5 ] {e91da0b5-7fbb-41ad-91c0-adfb4f32b674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7552 | 2025.04.15 04:04:53.491571 [ 5 ] {e91da0b5-7fbb-41ad-91c0-adfb4f32b674} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7553 | 2025.04.15 04:04:53.491832 [ 5 ] {e91da0b5-7fbb-41ad-91c0-adfb4f32b674} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7554 | 2025.04.15 04:04:53.492259 [ 5 ] {e91da0b5-7fbb-41ad-91c0-adfb4f32b674} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003556 sec., 281.214848143982 rows/sec., 18.95 KiB/sec. | ||
| 7555 | 2025.04.15 04:04:53.492665 [ 5 ] {e91da0b5-7fbb-41ad-91c0-adfb4f32b674} <Debug> TCPHandler: Processed in 0.004121128 sec. | ||
| 7556 | 2025.04.15 04:04:53.493116 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7557 | 2025.04.15 04:04:53.493451 [ 5 ] {4eba9d63-c613-444e-8c85-7b1de0f4948d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7558 | 2025.04.15 04:04:53.493582 [ 5 ] {4eba9d63-c613-444e-8c85-7b1de0f4948d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7559 | 2025.04.15 04:04:53.495276 [ 5 ] {4eba9d63-c613-444e-8c85-7b1de0f4948d} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7560 | 2025.04.15 04:04:53.495315 [ 5 ] {4eba9d63-c613-444e-8c85-7b1de0f4948d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7561 | 2025.04.15 04:04:53.495981 [ 5 ] {4eba9d63-c613-444e-8c85-7b1de0f4948d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7562 | 2025.04.15 04:04:53.496254 [ 5 ] {4eba9d63-c613-444e-8c85-7b1de0f4948d} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7563 | 2025.04.15 04:04:53.496449 [ 84 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7564 | 2025.04.15 04:04:53.496513 [ 84 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7565 | 2025.04.15 04:04:53.496570 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7566 | 2025.04.15 04:04:53.496578 [ 5 ] {4eba9d63-c613-444e-8c85-7b1de0f4948d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003194 sec., 2504.6963055729493 rows/sec., 4.49 MiB/sec. | ||
| 7567 | 2025.04.15 04:04:53.496841 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 7568 | 2025.04.15 04:04:53.496971 [ 5 ] {4eba9d63-c613-444e-8c85-7b1de0f4948d} <Debug> TCPHandler: Processed in 0.004009725 sec. | ||
| 7569 | 2025.04.15 04:04:53.497136 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7570 | 2025.04.15 04:04:53.497289 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7571 | 2025.04.15 04:04:53.497361 [ 5 ] {37914bbf-6126-49a3-98d3-5eee6b6dd622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7572 | 2025.04.15 04:04:53.497496 [ 5 ] {37914bbf-6126-49a3-98d3-5eee6b6dd622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7573 | 2025.04.15 04:04:53.497522 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 787 rows starting from the beginning of the part | ||
| 7574 | 2025.04.15 04:04:53.498049 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17564 rows, containing 5 columns (5 merged, 0 gathered) in 0.009587335 sec., 1832000.2378137405 rows/sec., 123.54 MiB/sec. | ||
| 7575 | 2025.04.15 04:04:53.498571 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7576 | 2025.04.15 04:04:53.498769 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 7577 | 2025.04.15 04:04:53.499501 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part | ||
| 7578 | 2025.04.15 04:04:53.499563 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7579 | 2025.04.15 04:04:53.499846 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7580 | 2025.04.15 04:04:53.500289 [ 5 ] {37914bbf-6126-49a3-98d3-5eee6b6dd622} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7581 | 2025.04.15 04:04:53.500307 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 7582 | 2025.04.15 04:04:53.500351 [ 5 ] {37914bbf-6126-49a3-98d3-5eee6b6dd622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7583 | 2025.04.15 04:04:53.500404 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 7584 | 2025.04.15 04:04:53.500915 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part | ||
| 7585 | 2025.04.15 04:04:53.501499 [ 5 ] {37914bbf-6126-49a3-98d3-5eee6b6dd622} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7586 | 2025.04.15 04:04:53.501509 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part | ||
| 7587 | 2025.04.15 04:04:53.502021 [ 5 ] {37914bbf-6126-49a3-98d3-5eee6b6dd622} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7588 | 2025.04.15 04:04:53.502274 [ 83 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7589 | 2025.04.15 04:04:53.502382 [ 83 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7590 | 2025.04.15 04:04:53.502389 [ 5 ] {37914bbf-6126-49a3-98d3-5eee6b6dd622} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005088 sec., 6682.389937106918 rows/sec., 397.11 KiB/sec. | ||
| 7591 | 2025.04.15 04:04:53.502465 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7592 | 2025.04.15 04:04:53.502675 [ 5 ] {37914bbf-6126-49a3-98d3-5eee6b6dd622} <Debug> TCPHandler: Processed in 0.005590899 sec. | ||
| 7593 | 2025.04.15 04:04:53.502928 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 7594 | 2025.04.15 04:04:53.503104 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7595 | 2025.04.15 04:04:53.503142 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2970 rows starting from the beginning of the part | ||
| 7596 | 2025.04.15 04:04:53.503256 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 7597 | 2025.04.15 04:04:53.503408 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 7598 | 2025.04.15 04:04:53.503576 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 7599 | 2025.04.15 04:04:53.503697 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 7600 | 2025.04.15 04:04:53.503939 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 34 rows starting from the beginning of the part | ||
| 7601 | 2025.04.15 04:04:53.506056 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3288 rows, containing 4 columns (4 merged, 0 gathered) in 0.003399932 sec., 967078.1650927137 rows/sec., 62.88 MiB/sec. | ||
| 7602 | 2025.04.15 04:04:53.506386 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7603 | 2025.04.15 04:04:53.506767 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_56_11} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7604 | 2025.04.15 04:04:53.506839 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_56_11} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7605 | 2025.04.15 04:04:53.506904 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 7606 | 2025.04.15 04:04:53.515791 [ 186 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 875 rows, containing 19 columns (19 merged, 0 gathered) in 0.019123058 sec., 45756.280193261984 rows/sec., 81.99 MiB/sec. | ||
| 7607 | 2025.04.15 04:04:53.516651 [ 197 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7608 | 2025.04.15 04:04:53.517017 [ 197 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7609 | 2025.04.15 04:04:53.517093 [ 197 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7610 | 2025.04.15 04:04:53.517195 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. | ||
| 7611 | 2025.04.15 04:04:54.000248 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.62 MiB, peak 213.13 MiB, free memory in arenas 0.00 B, will set to 208.20 MiB (RSS), difference: 2.58 MiB | ||
| 7612 | 2025.04.15 04:04:55.461357 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1090 | ||
| 7613 | 2025.04.15 04:04:55.464896 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7614 | 2025.04.15 04:04:55.464942 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7615 | 2025.04.15 04:04:55.466407 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7616 | 2025.04.15 04:04:55.466725 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7617 | 2025.04.15 04:04:55.467309 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1090 | ||
| 7618 | 2025.04.15 04:04:57.886778 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 7619 | 2025.04.15 04:04:57.887491 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7620 | 2025.04.15 04:04:57.887547 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7621 | 2025.04.15 04:04:57.888070 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7622 | 2025.04.15 04:04:57.888333 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7623 | 2025.04.15 04:04:57.888620 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 7624 | 2025.04.15 04:04:57.950983 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7625 | 2025.04.15 04:04:57.951187 [ 5 ] {109f94de-890d-4bd6-8e7d-f8b0a458d8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7626 | 2025.04.15 04:04:57.951267 [ 5 ] {109f94de-890d-4bd6-8e7d-f8b0a458d8d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7627 | 2025.04.15 04:04:57.952045 [ 5 ] {109f94de-890d-4bd6-8e7d-f8b0a458d8d9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7628 | 2025.04.15 04:04:57.952098 [ 5 ] {109f94de-890d-4bd6-8e7d-f8b0a458d8d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7629 | 2025.04.15 04:04:57.952524 [ 5 ] {109f94de-890d-4bd6-8e7d-f8b0a458d8d9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7630 | 2025.04.15 04:04:57.952775 [ 5 ] {109f94de-890d-4bd6-8e7d-f8b0a458d8d9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7631 | 2025.04.15 04:04:57.953023 [ 5 ] {109f94de-890d-4bd6-8e7d-f8b0a458d8d9} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.28 MiB/sec. | ||
| 7632 | 2025.04.15 04:04:57.953130 [ 5 ] {109f94de-890d-4bd6-8e7d-f8b0a458d8d9} <Debug> TCPHandler: Processed in 0.002283168 sec. | ||
| 7633 | 2025.04.15 04:04:57.953366 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7634 | 2025.04.15 04:04:57.953525 [ 5 ] {78cc4b41-4e53-47b5-84a8-540e7b467cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7635 | 2025.04.15 04:04:57.953575 [ 5 ] {78cc4b41-4e53-47b5-84a8-540e7b467cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7636 | 2025.04.15 04:04:57.954113 [ 5 ] {78cc4b41-4e53-47b5-84a8-540e7b467cfd} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7637 | 2025.04.15 04:04:57.954154 [ 5 ] {78cc4b41-4e53-47b5-84a8-540e7b467cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7638 | 2025.04.15 04:04:57.954519 [ 5 ] {78cc4b41-4e53-47b5-84a8-540e7b467cfd} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7639 | 2025.04.15 04:04:57.954761 [ 5 ] {78cc4b41-4e53-47b5-84a8-540e7b467cfd} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7640 | 2025.04.15 04:04:57.954953 [ 5 ] {78cc4b41-4e53-47b5-84a8-540e7b467cfd} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001457 sec., 43925.87508579272 rows/sec., 3.43 MiB/sec. | ||
| 7641 | 2025.04.15 04:04:57.955004 [ 5 ] {78cc4b41-4e53-47b5-84a8-540e7b467cfd} <Debug> TCPHandler: Processed in 0.001740297 sec. | ||
| 7642 | 2025.04.15 04:04:57.955116 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7643 | 2025.04.15 04:04:57.955219 [ 5 ] {af9b17f0-cba2-432c-bf57-503be20d526b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7644 | 2025.04.15 04:04:57.955267 [ 5 ] {af9b17f0-cba2-432c-bf57-503be20d526b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7645 | 2025.04.15 04:04:57.955742 [ 5 ] {af9b17f0-cba2-432c-bf57-503be20d526b} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7646 | 2025.04.15 04:04:57.955780 [ 5 ] {af9b17f0-cba2-432c-bf57-503be20d526b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7647 | 2025.04.15 04:04:57.956160 [ 5 ] {af9b17f0-cba2-432c-bf57-503be20d526b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7648 | 2025.04.15 04:04:57.956395 [ 5 ] {af9b17f0-cba2-432c-bf57-503be20d526b} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7649 | 2025.04.15 04:04:57.956587 [ 5 ] {af9b17f0-cba2-432c-bf57-503be20d526b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00139 sec., 92086.3309352518 rows/sec., 6.41 MiB/sec. | ||
| 7650 | 2025.04.15 04:04:57.956635 [ 5 ] {af9b17f0-cba2-432c-bf57-503be20d526b} <Debug> TCPHandler: Processed in 0.001568383 sec. | ||
| 7651 | 2025.04.15 04:04:57.956743 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7652 | 2025.04.15 04:04:57.956846 [ 5 ] {51dc0a94-bb5e-4467-81e7-cd5ba3edaa5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7653 | 2025.04.15 04:04:57.956891 [ 5 ] {51dc0a94-bb5e-4467-81e7-cd5ba3edaa5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7654 | 2025.04.15 04:04:57.957290 [ 5 ] {51dc0a94-bb5e-4467-81e7-cd5ba3edaa5f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7655 | 2025.04.15 04:04:57.957327 [ 5 ] {51dc0a94-bb5e-4467-81e7-cd5ba3edaa5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7656 | 2025.04.15 04:04:57.957671 [ 5 ] {51dc0a94-bb5e-4467-81e7-cd5ba3edaa5f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7657 | 2025.04.15 04:04:57.957909 [ 5 ] {51dc0a94-bb5e-4467-81e7-cd5ba3edaa5f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7658 | 2025.04.15 04:04:57.958098 [ 5 ] {51dc0a94-bb5e-4467-81e7-cd5ba3edaa5f} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001274 sec., 37676.609105180534 rows/sec., 2.54 MiB/sec. | ||
| 7659 | 2025.04.15 04:04:57.958144 [ 5 ] {51dc0a94-bb5e-4467-81e7-cd5ba3edaa5f} <Debug> TCPHandler: Processed in 0.001449941 sec. | ||
| 7660 | 2025.04.15 04:04:59.001060 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7661 | 2025.04.15 04:04:59.024376 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2025.04.15 04:04:59.024443 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.13 GiB. | ||
| 7663 | 2025.04.15 04:04:59.032719 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7664 | 2025.04.15 04:04:59.033509 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2025.04.15 04:04:59.036472 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7666 | 2025.04.15 04:05:02.959277 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7667 | 2025.04.15 04:05:02.959549 [ 5 ] {b72b9204-3b6e-43de-b44a-7af2f3db185e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7668 | 2025.04.15 04:05:02.959616 [ 5 ] {b72b9204-3b6e-43de-b44a-7af2f3db185e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7669 | 2025.04.15 04:05:02.960328 [ 5 ] {b72b9204-3b6e-43de-b44a-7af2f3db185e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7670 | 2025.04.15 04:05:02.960366 [ 5 ] {b72b9204-3b6e-43de-b44a-7af2f3db185e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7671 | 2025.04.15 04:05:02.960856 [ 5 ] {b72b9204-3b6e-43de-b44a-7af2f3db185e} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7672 | 2025.04.15 04:05:02.961102 [ 5 ] {b72b9204-3b6e-43de-b44a-7af2f3db185e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7673 | 2025.04.15 04:05:02.961300 [ 5 ] {b72b9204-3b6e-43de-b44a-7af2f3db185e} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001851 sec., 64829.82171799028 rows/sec., 5.51 MiB/sec. | ||
| 7674 | 2025.04.15 04:05:02.961459 [ 5 ] {b72b9204-3b6e-43de-b44a-7af2f3db185e} <Debug> TCPHandler: Processed in 0.002253158 sec. | ||
| 7675 | 2025.04.15 04:05:02.961666 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7676 | 2025.04.15 04:05:02.961799 [ 5 ] {6c1afc72-7729-4f05-9db3-f3d21812dcf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7677 | 2025.04.15 04:05:02.961844 [ 5 ] {6c1afc72-7729-4f05-9db3-f3d21812dcf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7678 | 2025.04.15 04:05:02.962333 [ 5 ] {6c1afc72-7729-4f05-9db3-f3d21812dcf0} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7679 | 2025.04.15 04:05:02.962370 [ 5 ] {6c1afc72-7729-4f05-9db3-f3d21812dcf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7680 | 2025.04.15 04:05:02.962758 [ 5 ] {6c1afc72-7729-4f05-9db3-f3d21812dcf0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7681 | 2025.04.15 04:05:02.962990 [ 5 ] {6c1afc72-7729-4f05-9db3-f3d21812dcf0} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7682 | 2025.04.15 04:05:02.963142 [ 5 ] {6c1afc72-7729-4f05-9db3-f3d21812dcf0} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001388 sec., 23054.755043227666 rows/sec., 1.69 MiB/sec. | ||
| 7683 | 2025.04.15 04:05:02.963189 [ 5 ] {6c1afc72-7729-4f05-9db3-f3d21812dcf0} <Debug> TCPHandler: Processed in 0.001649315 sec. | ||
| 7684 | 2025.04.15 04:05:02.963294 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7685 | 2025.04.15 04:05:02.963456 [ 5 ] {7678de20-5f3e-41a4-a2b5-c147429898c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7686 | 2025.04.15 04:05:02.963498 [ 5 ] {7678de20-5f3e-41a4-a2b5-c147429898c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7687 | 2025.04.15 04:05:02.963993 [ 5 ] {7678de20-5f3e-41a4-a2b5-c147429898c6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7688 | 2025.04.15 04:05:02.964029 [ 5 ] {7678de20-5f3e-41a4-a2b5-c147429898c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7689 | 2025.04.15 04:05:02.964370 [ 5 ] {7678de20-5f3e-41a4-a2b5-c147429898c6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7690 | 2025.04.15 04:05:02.964659 [ 5 ] {7678de20-5f3e-41a4-a2b5-c147429898c6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7691 | 2025.04.15 04:05:02.964815 [ 5 ] {7678de20-5f3e-41a4-a2b5-c147429898c6} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001404 sec., 68376.06837606838 rows/sec., 5.34 MiB/sec. | ||
| 7692 | 2025.04.15 04:05:02.964862 [ 5 ] {7678de20-5f3e-41a4-a2b5-c147429898c6} <Debug> TCPHandler: Processed in 0.001586054 sec. | ||
| 7693 | 2025.04.15 04:05:02.964968 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7694 | 2025.04.15 04:05:02.965066 [ 5 ] {af7d5aeb-4478-4489-87e5-b4f0b7ce572d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7695 | 2025.04.15 04:05:02.965112 [ 5 ] {af7d5aeb-4478-4489-87e5-b4f0b7ce572d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7696 | 2025.04.15 04:05:02.965637 [ 5 ] {af7d5aeb-4478-4489-87e5-b4f0b7ce572d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7697 | 2025.04.15 04:05:02.965672 [ 5 ] {af7d5aeb-4478-4489-87e5-b4f0b7ce572d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7698 | 2025.04.15 04:05:02.966027 [ 5 ] {af7d5aeb-4478-4489-87e5-b4f0b7ce572d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7699 | 2025.04.15 04:05:02.966255 [ 5 ] {af7d5aeb-4478-4489-87e5-b4f0b7ce572d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7700 | 2025.04.15 04:05:02.966495 [ 5 ] {af7d5aeb-4478-4489-87e5-b4f0b7ce572d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001408 sec., 113636.36363636363 rows/sec., 7.91 MiB/sec. | ||
| 7701 | 2025.04.15 04:05:02.966554 [ 5 ] {af7d5aeb-4478-4489-87e5-b4f0b7ce572d} <Debug> TCPHandler: Processed in 0.001604844 sec. | ||
| 7702 | 2025.04.15 04:05:02.966701 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7703 | 2025.04.15 04:05:02.966801 [ 5 ] {a3b1131e-7983-4e3a-b074-924c925c4362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7704 | 2025.04.15 04:05:02.966863 [ 5 ] {a3b1131e-7983-4e3a-b074-924c925c4362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7705 | 2025.04.15 04:05:02.967905 [ 5 ] {a3b1131e-7983-4e3a-b074-924c925c4362} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7706 | 2025.04.15 04:05:02.967939 [ 5 ] {a3b1131e-7983-4e3a-b074-924c925c4362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7707 | 2025.04.15 04:05:02.968588 [ 5 ] {a3b1131e-7983-4e3a-b074-924c925c4362} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7708 | 2025.04.15 04:05:02.968829 [ 5 ] {a3b1131e-7983-4e3a-b074-924c925c4362} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7709 | 2025.04.15 04:05:02.968996 [ 5 ] {a3b1131e-7983-4e3a-b074-924c925c4362} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002225 sec., 14382.022471910113 rows/sec., 25.77 MiB/sec. | ||
| 7710 | 2025.04.15 04:05:02.969079 [ 5 ] {a3b1131e-7983-4e3a-b074-924c925c4362} <Debug> TCPHandler: Processed in 0.002461982 sec. | ||
| 7711 | 2025.04.15 04:05:02.969181 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7712 | 2025.04.15 04:05:02.969278 [ 5 ] {b7878ca0-9114-4f1d-98b6-8bf164146d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7713 | 2025.04.15 04:05:02.969346 [ 5 ] {b7878ca0-9114-4f1d-98b6-8bf164146d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7714 | 2025.04.15 04:05:02.969790 [ 5 ] {b7878ca0-9114-4f1d-98b6-8bf164146d83} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7715 | 2025.04.15 04:05:02.969825 [ 5 ] {b7878ca0-9114-4f1d-98b6-8bf164146d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7716 | 2025.04.15 04:05:02.970153 [ 5 ] {b7878ca0-9114-4f1d-98b6-8bf164146d83} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7717 | 2025.04.15 04:05:02.970376 [ 5 ] {b7878ca0-9114-4f1d-98b6-8bf164146d83} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7718 | 2025.04.15 04:05:02.970602 [ 5 ] {b7878ca0-9114-4f1d-98b6-8bf164146d83} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001298 sec., 46224.96147919877 rows/sec., 3.12 MiB/sec. | ||
| 7719 | 2025.04.15 04:05:02.970647 [ 5 ] {b7878ca0-9114-4f1d-98b6-8bf164146d83} <Debug> TCPHandler: Processed in 0.001476192 sec. | ||
| 7720 | 2025.04.15 04:05:05.201031 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7721 | 2025.04.15 04:05:05.201146 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7722 | 2025.04.15 04:05:05.270546 [ 71 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 7723 | 2025.04.15 04:05:05.270641 [ 71 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7724 | 2025.04.15 04:05:05.270681 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7725 | 2025.04.15 04:05:05.270936 [ 194 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 7726 | 2025.04.15 04:05:05.271187 [ 194 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7727 | 2025.04.15 04:05:05.271230 [ 194 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 7728 | 2025.04.15 04:05:05.271321 [ 194 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 7729 | 2025.04.15 04:05:05.271628 [ 194 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 7730 | 2025.04.15 04:05:05.271924 [ 194 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
| 7731 | 2025.04.15 04:05:05.272069 [ 194 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
| 7732 | 2025.04.15 04:05:05.273139 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00233466 sec., 15419.804168487059 rows/sec., 1.29 MiB/sec. | ||
| 7733 | 2025.04.15 04:05:05.273285 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 7734 | 2025.04.15 04:05:05.273616 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_13_3} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7735 | 2025.04.15 04:05:05.273698 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_13_3} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 7736 | 2025.04.15 04:05:05.273780 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7737 | 2025.04.15 04:05:05.397530 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7738 | 2025.04.15 04:05:05.398543 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7739 | 2025.04.15 04:05:05.398613 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7740 | 2025.04.15 04:05:05.399324 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7741 | 2025.04.15 04:05:05.399581 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7742 | 2025.04.15 04:05:05.399818 [ 71 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7743 | 2025.04.15 04:05:05.399883 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7744 | 2025.04.15 04:05:05.399933 [ 71 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7745 | 2025.04.15 04:05:05.399980 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7746 | 2025.04.15 04:05:05.400171 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 7747 | 2025.04.15 04:05:05.400376 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7748 | 2025.04.15 04:05:05.400437 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 7749 | 2025.04.15 04:05:05.400555 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 7750 | 2025.04.15 04:05:05.400756 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 7751 | 2025.04.15 04:05:05.400957 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 7752 | 2025.04.15 04:05:05.401128 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 7753 | 2025.04.15 04:05:05.401307 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 7754 | 2025.04.15 04:05:05.403623 [ 195 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003549205 sec., 4657662.772367333 rows/sec., 66.63 MiB/sec. | ||
| 7755 | 2025.04.15 04:05:05.403756 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7756 | 2025.04.15 04:05:05.404067 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_36_7} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7757 | 2025.04.15 04:05:05.404148 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_36_7} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7758 | 2025.04.15 04:05:05.404264 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7759 | 2025.04.15 04:05:05.476351 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1110 | ||
| 7760 | 2025.04.15 04:05:05.478927 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7761 | 2025.04.15 04:05:05.478967 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7762 | 2025.04.15 04:05:05.480345 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7763 | 2025.04.15 04:05:05.480643 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7764 | 2025.04.15 04:05:05.480914 [ 71 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7765 | 2025.04.15 04:05:05.481055 [ 71 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7766 | 2025.04.15 04:05:05.481170 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7767 | 2025.04.15 04:05:05.481506 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 7768 | 2025.04.15 04:05:05.481734 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1110 | ||
| 7769 | 2025.04.15 04:05:05.482154 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7770 | 2025.04.15 04:05:05.482274 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 918 rows starting from the beginning of the part | ||
| 7771 | 2025.04.15 04:05:05.482884 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 58 rows starting from the beginning of the part | ||
| 7772 | 2025.04.15 04:05:05.483447 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 7773 | 2025.04.15 04:05:05.483991 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 7774 | 2025.04.15 04:05:05.484528 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 7775 | 2025.04.15 04:05:05.485067 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 7776 | 2025.04.15 04:05:05.493281 [ 195 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1110 rows, containing 72 columns (72 merged, 0 gathered) in 0.011940055 sec., 92964.39589264874 rows/sec., 74.44 MiB/sec. | ||
| 7777 | 2025.04.15 04:05:05.494767 [ 192 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7778 | 2025.04.15 04:05:05.495584 [ 192 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_26_5} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7779 | 2025.04.15 04:05:05.495674 [ 192 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_26_5} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7780 | 2025.04.15 04:05:05.496015 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.60 MiB. | ||
| 7781 | 2025.04.15 04:05:05.694921 [ 71 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 | ||
| 7782 | 2025.04.15 04:05:05.694995 [ 71 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7783 | 2025.04.15 04:05:05.695036 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7784 | 2025.04.15 04:05:05.695308 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full | ||
| 7785 | 2025.04.15 04:05:05.695795 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7786 | 2025.04.15 04:05:05.695832 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 7787 | 2025.04.15 04:05:05.695909 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7788 | 2025.04.15 04:05:05.696073 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 7789 | 2025.04.15 04:05:05.696387 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 7790 | 2025.04.15 04:05:05.696593 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 7791 | 2025.04.15 04:05:05.697673 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.002539974 sec., 56693.49371292777 rows/sec., 2.89 MiB/sec. | ||
| 7792 | 2025.04.15 04:05:05.697865 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 7793 | 2025.04.15 04:05:05.698224 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_24_5} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7794 | 2025.04.15 04:05:05.698330 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_24_5} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 | ||
| 7795 | 2025.04.15 04:05:05.698433 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7796 | 2025.04.15 04:05:06.543741 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7797 | 2025.04.15 04:05:06.565338 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7798 | 2025.04.15 04:05:06.565393 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7799 | 2025.04.15 04:05:06.572875 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7800 | 2025.04.15 04:05:06.573640 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7801 | 2025.04.15 04:05:06.573945 [ 71 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7802 | 2025.04.15 04:05:06.574010 [ 71 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7803 | 2025.04.15 04:05:06.574048 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7804 | 2025.04.15 04:05:06.574537 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 7805 | 2025.04.15 04:05:06.588618 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7806 | 2025.04.15 04:05:06.590547 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7807 | 2025.04.15 04:05:06.592232 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 7808 | 2025.04.15 04:05:06.597986 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 7809 | 2025.04.15 04:05:06.603731 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 7810 | 2025.04.15 04:05:06.609162 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 7811 | 2025.04.15 04:05:06.614787 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 7812 | 2025.04.15 04:05:06.619310 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 7813 | 2025.04.15 04:05:06.677950 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.103747413 sec., 2621.752120219133 rows/sec., 13.56 MiB/sec. | ||
| 7814 | 2025.04.15 04:05:06.680867 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7815 | 2025.04.15 04:05:06.683845 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_36_7} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7816 | 2025.04.15 04:05:06.683980 [ 201 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_36_7} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7817 | 2025.04.15 04:05:06.686398 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7818 | 2025.04.15 04:05:07.967689 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7819 | 2025.04.15 04:05:07.967893 [ 5 ] {c1faf011-5d1a-41f2-9a01-dc1e94113f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7820 | 2025.04.15 04:05:07.967973 [ 5 ] {c1faf011-5d1a-41f2-9a01-dc1e94113f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7821 | 2025.04.15 04:05:07.968813 [ 5 ] {c1faf011-5d1a-41f2-9a01-dc1e94113f0d} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7822 | 2025.04.15 04:05:07.968869 [ 5 ] {c1faf011-5d1a-41f2-9a01-dc1e94113f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7823 | 2025.04.15 04:05:07.969316 [ 5 ] {c1faf011-5d1a-41f2-9a01-dc1e94113f0d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7824 | 2025.04.15 04:05:07.969590 [ 5 ] {c1faf011-5d1a-41f2-9a01-dc1e94113f0d} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7825 | 2025.04.15 04:05:07.969773 [ 68 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7826 | 2025.04.15 04:05:07.969821 [ 5 ] {c1faf011-5d1a-41f2-9a01-dc1e94113f0d} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001981 sec., 107016.65825340737 rows/sec., 6.81 MiB/sec. | ||
| 7827 | 2025.04.15 04:05:07.969854 [ 68 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7828 | 2025.04.15 04:05:07.969927 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7829 | 2025.04.15 04:05:07.969939 [ 5 ] {c1faf011-5d1a-41f2-9a01-dc1e94113f0d} <Debug> TCPHandler: Processed in 0.002383251 sec. | ||
| 7830 | 2025.04.15 04:05:07.970150 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7831 | 2025.04.15 04:05:07.970182 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 7832 | 2025.04.15 04:05:07.970321 [ 5 ] {5ef08c11-40de-4b73-b1e1-2d31622a1954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7833 | 2025.04.15 04:05:07.970428 [ 5 ] {5ef08c11-40de-4b73-b1e1-2d31622a1954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7834 | 2025.04.15 04:05:07.970712 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7835 | 2025.04.15 04:05:07.970840 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 7836 | 2025.04.15 04:05:07.971326 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 7837 | 2025.04.15 04:05:07.971690 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 7838 | 2025.04.15 04:05:07.972006 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 7839 | 2025.04.15 04:05:07.972159 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 7840 | 2025.04.15 04:05:07.973217 [ 5 ] {5ef08c11-40de-4b73-b1e1-2d31622a1954} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7841 | 2025.04.15 04:05:07.973279 [ 5 ] {5ef08c11-40de-4b73-b1e1-2d31622a1954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7842 | 2025.04.15 04:05:07.974380 [ 5 ] {5ef08c11-40de-4b73-b1e1-2d31622a1954} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7843 | 2025.04.15 04:05:07.974918 [ 5 ] {5ef08c11-40de-4b73-b1e1-2d31622a1954} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7844 | 2025.04.15 04:05:07.974941 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004901195 sec., 216273.78629089438 rows/sec., 14.58 MiB/sec. | ||
| 7845 | 2025.04.15 04:05:07.975191 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7846 | 2025.04.15 04:05:07.975415 [ 5 ] {5ef08c11-40de-4b73-b1e1-2d31622a1954} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.005108 sec., 123923.25763508223 rows/sec., 9.75 MiB/sec. | ||
| 7847 | 2025.04.15 04:05:07.975829 [ 5 ] {5ef08c11-40de-4b73-b1e1-2d31622a1954} <Debug> TCPHandler: Processed in 0.005753443 sec. | ||
| 7848 | 2025.04.15 04:05:07.976055 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_25_6} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7849 | 2025.04.15 04:05:07.976177 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7850 | 2025.04.15 04:05:07.976254 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_25_6} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7851 | 2025.04.15 04:05:07.976386 [ 5 ] {0e3bd4e6-acab-46cd-938e-3a8c06816653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7852 | 2025.04.15 04:05:07.976389 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 7853 | 2025.04.15 04:05:07.976462 [ 5 ] {0e3bd4e6-acab-46cd-938e-3a8c06816653} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7854 | 2025.04.15 04:05:07.977110 [ 5 ] {0e3bd4e6-acab-46cd-938e-3a8c06816653} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7855 | 2025.04.15 04:05:07.977150 [ 5 ] {0e3bd4e6-acab-46cd-938e-3a8c06816653} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7856 | 2025.04.15 04:05:07.977513 [ 5 ] {0e3bd4e6-acab-46cd-938e-3a8c06816653} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7857 | 2025.04.15 04:05:07.977754 [ 5 ] {0e3bd4e6-acab-46cd-938e-3a8c06816653} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7858 | 2025.04.15 04:05:07.977952 [ 5 ] {0e3bd4e6-acab-46cd-938e-3a8c06816653} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001617 sec., 70500.92764378479 rows/sec., 4.22 MiB/sec. | ||
| 7859 | 2025.04.15 04:05:07.978004 [ 5 ] {0e3bd4e6-acab-46cd-938e-3a8c06816653} <Debug> TCPHandler: Processed in 0.001937831 sec. | ||
| 7860 | 2025.04.15 04:05:07.978136 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7861 | 2025.04.15 04:05:07.978240 [ 5 ] {2383e0c5-0ab1-4120-a82e-391cec50467c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7862 | 2025.04.15 04:05:07.978284 [ 5 ] {2383e0c5-0ab1-4120-a82e-391cec50467c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7863 | 2025.04.15 04:05:07.978828 [ 5 ] {2383e0c5-0ab1-4120-a82e-391cec50467c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7864 | 2025.04.15 04:05:07.978868 [ 5 ] {2383e0c5-0ab1-4120-a82e-391cec50467c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7865 | 2025.04.15 04:05:07.979215 [ 5 ] {2383e0c5-0ab1-4120-a82e-391cec50467c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7866 | 2025.04.15 04:05:07.979450 [ 5 ] {2383e0c5-0ab1-4120-a82e-391cec50467c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7867 | 2025.04.15 04:05:07.979639 [ 5 ] {2383e0c5-0ab1-4120-a82e-391cec50467c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001421 sec., 79521.46375791696 rows/sec., 5.15 MiB/sec. | ||
| 7868 | 2025.04.15 04:05:07.979689 [ 5 ] {2383e0c5-0ab1-4120-a82e-391cec50467c} <Debug> TCPHandler: Processed in 0.001604754 sec. | ||
| 7869 | 2025.04.15 04:05:07.979813 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7870 | 2025.04.15 04:05:07.979919 [ 5 ] {de8b62f3-7315-4ace-92b8-66a470662fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7871 | 2025.04.15 04:05:07.979963 [ 5 ] {de8b62f3-7315-4ace-92b8-66a470662fc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7872 | 2025.04.15 04:05:07.980510 [ 5 ] {de8b62f3-7315-4ace-92b8-66a470662fc4} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7873 | 2025.04.15 04:05:07.980548 [ 5 ] {de8b62f3-7315-4ace-92b8-66a470662fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7874 | 2025.04.15 04:05:07.980896 [ 5 ] {de8b62f3-7315-4ace-92b8-66a470662fc4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7875 | 2025.04.15 04:05:07.981135 [ 5 ] {de8b62f3-7315-4ace-92b8-66a470662fc4} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7876 | 2025.04.15 04:05:07.981284 [ 68 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7877 | 2025.04.15 04:05:07.981347 [ 5 ] {de8b62f3-7315-4ace-92b8-66a470662fc4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001446 sec., 77455.04840940525 rows/sec., 4.41 MiB/sec. | ||
| 7878 | 2025.04.15 04:05:07.981354 [ 68 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7879 | 2025.04.15 04:05:07.981424 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7880 | 2025.04.15 04:05:07.981470 [ 5 ] {de8b62f3-7315-4ace-92b8-66a470662fc4} <Debug> TCPHandler: Processed in 0.001705206 sec. | ||
| 7881 | 2025.04.15 04:05:07.981659 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 7882 | 2025.04.15 04:05:07.981695 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7883 | 2025.04.15 04:05:07.981869 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7884 | 2025.04.15 04:05:07.981900 [ 5 ] {7412a0bb-ff86-415b-838d-3e2c713cbf4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7885 | 2025.04.15 04:05:07.981927 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 7886 | 2025.04.15 04:05:07.981989 [ 5 ] {7412a0bb-ff86-415b-838d-3e2c713cbf4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7887 | 2025.04.15 04:05:07.982248 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 7888 | 2025.04.15 04:05:07.982626 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 7889 | 2025.04.15 04:05:07.983002 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 7890 | 2025.04.15 04:05:07.983357 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 7891 | 2025.04.15 04:05:07.985012 [ 5 ] {7412a0bb-ff86-415b-838d-3e2c713cbf4f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7892 | 2025.04.15 04:05:07.985080 [ 5 ] {7412a0bb-ff86-415b-838d-3e2c713cbf4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7893 | 2025.04.15 04:05:07.986039 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004511307 sec., 124132.54074706066 rows/sec., 7.54 MiB/sec. | ||
| 7894 | 2025.04.15 04:05:07.986145 [ 5 ] {7412a0bb-ff86-415b-838d-3e2c713cbf4f} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7895 | 2025.04.15 04:05:07.986215 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7896 | 2025.04.15 04:05:07.986600 [ 5 ] {7412a0bb-ff86-415b-838d-3e2c713cbf4f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7897 | 2025.04.15 04:05:07.986718 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_25_6} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7898 | 2025.04.15 04:05:07.986995 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_25_6} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7899 | 2025.04.15 04:05:07.987014 [ 5 ] {7412a0bb-ff86-415b-838d-3e2c713cbf4f} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.005174 sec., 75376.88442211055 rows/sec., 5.33 MiB/sec. | ||
| 7900 | 2025.04.15 04:05:07.987233 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7901 | 2025.04.15 04:05:07.987258 [ 5 ] {7412a0bb-ff86-415b-838d-3e2c713cbf4f} <Debug> TCPHandler: Processed in 0.00562963 sec. | ||
| 7902 | 2025.04.15 04:05:07.987405 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7903 | 2025.04.15 04:05:07.987512 [ 5 ] {a0ee5b23-fa72-4b5c-adb4-e85caa611fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7904 | 2025.04.15 04:05:07.987559 [ 5 ] {a0ee5b23-fa72-4b5c-adb4-e85caa611fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7905 | 2025.04.15 04:05:07.988000 [ 5 ] {a0ee5b23-fa72-4b5c-adb4-e85caa611fa5} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7906 | 2025.04.15 04:05:07.988039 [ 5 ] {a0ee5b23-fa72-4b5c-adb4-e85caa611fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7907 | 2025.04.15 04:05:07.988399 [ 5 ] {a0ee5b23-fa72-4b5c-adb4-e85caa611fa5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7908 | 2025.04.15 04:05:07.988638 [ 5 ] {a0ee5b23-fa72-4b5c-adb4-e85caa611fa5} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7909 | 2025.04.15 04:05:07.988870 [ 5 ] {a0ee5b23-fa72-4b5c-adb4-e85caa611fa5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001373 sec., 4369.992716678806 rows/sec., 228.32 KiB/sec. | ||
| 7910 | 2025.04.15 04:05:07.989010 [ 5 ] {a0ee5b23-fa72-4b5c-adb4-e85caa611fa5} <Debug> TCPHandler: Processed in 0.001650555 sec. | ||
| 7911 | 2025.04.15 04:05:07.989189 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7912 | 2025.04.15 04:05:07.989294 [ 5 ] {6d56a17b-7261-4e3f-a5a1-7c1faf168c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7913 | 2025.04.15 04:05:07.989344 [ 5 ] {6d56a17b-7261-4e3f-a5a1-7c1faf168c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7914 | 2025.04.15 04:05:07.989897 [ 5 ] {6d56a17b-7261-4e3f-a5a1-7c1faf168c94} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7915 | 2025.04.15 04:05:07.989937 [ 5 ] {6d56a17b-7261-4e3f-a5a1-7c1faf168c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7916 | 2025.04.15 04:05:07.990337 [ 5 ] {6d56a17b-7261-4e3f-a5a1-7c1faf168c94} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7917 | 2025.04.15 04:05:07.990569 [ 5 ] {6d56a17b-7261-4e3f-a5a1-7c1faf168c94} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7918 | 2025.04.15 04:05:07.990800 [ 5 ] {6d56a17b-7261-4e3f-a5a1-7c1faf168c94} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001526 sec., 155307.99475753604 rows/sec., 10.41 MiB/sec. | ||
| 7919 | 2025.04.15 04:05:07.990874 [ 5 ] {6d56a17b-7261-4e3f-a5a1-7c1faf168c94} <Debug> TCPHandler: Processed in 0.001754358 sec. | ||
| 7920 | 2025.04.15 04:05:07.991092 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7921 | 2025.04.15 04:05:07.991224 [ 5 ] {67fd9a37-8c77-4110-a0da-0c621dc7b85c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7922 | 2025.04.15 04:05:07.991274 [ 5 ] {67fd9a37-8c77-4110-a0da-0c621dc7b85c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7923 | 2025.04.15 04:05:07.991696 [ 5 ] {67fd9a37-8c77-4110-a0da-0c621dc7b85c} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7924 | 2025.04.15 04:05:07.991735 [ 5 ] {67fd9a37-8c77-4110-a0da-0c621dc7b85c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7925 | 2025.04.15 04:05:07.992075 [ 5 ] {67fd9a37-8c77-4110-a0da-0c621dc7b85c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7926 | 2025.04.15 04:05:07.992313 [ 5 ] {67fd9a37-8c77-4110-a0da-0c621dc7b85c} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7927 | 2025.04.15 04:05:07.992531 [ 5 ] {67fd9a37-8c77-4110-a0da-0c621dc7b85c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001327 sec., 753.5795026375282 rows/sec., 50.78 KiB/sec. | ||
| 7928 | 2025.04.15 04:05:07.992629 [ 5 ] {67fd9a37-8c77-4110-a0da-0c621dc7b85c} <Debug> TCPHandler: Processed in 0.001628824 sec. | ||
| 7929 | 2025.04.15 04:05:07.992783 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7930 | 2025.04.15 04:05:07.992887 [ 5 ] {d99224cc-99a3-4370-b20d-c538e1004452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7931 | 2025.04.15 04:05:07.992948 [ 5 ] {d99224cc-99a3-4370-b20d-c538e1004452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7932 | 2025.04.15 04:05:07.993970 [ 5 ] {d99224cc-99a3-4370-b20d-c538e1004452} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7933 | 2025.04.15 04:05:07.994009 [ 5 ] {d99224cc-99a3-4370-b20d-c538e1004452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7934 | 2025.04.15 04:05:07.994599 [ 5 ] {d99224cc-99a3-4370-b20d-c538e1004452} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7935 | 2025.04.15 04:05:07.994848 [ 5 ] {d99224cc-99a3-4370-b20d-c538e1004452} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7936 | 2025.04.15 04:05:07.995111 [ 5 ] {d99224cc-99a3-4370-b20d-c538e1004452} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002237 sec., 3576.218149307108 rows/sec., 6.41 MiB/sec. | ||
| 7937 | 2025.04.15 04:05:07.995530 [ 5 ] {d99224cc-99a3-4370-b20d-c538e1004452} <Debug> TCPHandler: Processed in 0.002793169 sec. | ||
| 7938 | 2025.04.15 04:05:07.995768 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7939 | 2025.04.15 04:05:07.995873 [ 5 ] {bc0aba98-8eb3-4dae-b382-84aad5775ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7940 | 2025.04.15 04:05:07.995921 [ 5 ] {bc0aba98-8eb3-4dae-b382-84aad5775ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7941 | 2025.04.15 04:05:07.996375 [ 5 ] {bc0aba98-8eb3-4dae-b382-84aad5775ef4} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7942 | 2025.04.15 04:05:07.996413 [ 5 ] {bc0aba98-8eb3-4dae-b382-84aad5775ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7943 | 2025.04.15 04:05:07.996783 [ 5 ] {bc0aba98-8eb3-4dae-b382-84aad5775ef4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7944 | 2025.04.15 04:05:07.997024 [ 5 ] {bc0aba98-8eb3-4dae-b382-84aad5775ef4} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7945 | 2025.04.15 04:05:07.997218 [ 5 ] {bc0aba98-8eb3-4dae-b382-84aad5775ef4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001369 sec., 59897.73557341125 rows/sec., 3.80 MiB/sec. | ||
| 7946 | 2025.04.15 04:05:07.997266 [ 5 ] {bc0aba98-8eb3-4dae-b382-84aad5775ef4} <Debug> TCPHandler: Processed in 0.001557153 sec. | ||
| 7947 | 2025.04.15 04:05:12.900529 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7948 | 2025.04.15 04:05:12.901526 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7949 | 2025.04.15 04:05:12.901612 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7950 | 2025.04.15 04:05:12.902201 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7951 | 2025.04.15 04:05:12.902458 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7952 | 2025.04.15 04:05:12.902719 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7953 | 2025.04.15 04:05:12.963431 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7954 | 2025.04.15 04:05:12.963643 [ 5 ] {ada76cfa-aaac-4767-b5ca-6e73b705c3e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7955 | 2025.04.15 04:05:12.963725 [ 5 ] {ada76cfa-aaac-4767-b5ca-6e73b705c3e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7956 | 2025.04.15 04:05:12.964539 [ 5 ] {ada76cfa-aaac-4767-b5ca-6e73b705c3e5} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7957 | 2025.04.15 04:05:12.964591 [ 5 ] {ada76cfa-aaac-4767-b5ca-6e73b705c3e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7958 | 2025.04.15 04:05:12.965001 [ 5 ] {ada76cfa-aaac-4767-b5ca-6e73b705c3e5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7959 | 2025.04.15 04:05:12.965251 [ 5 ] {ada76cfa-aaac-4767-b5ca-6e73b705c3e5} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7960 | 2025.04.15 04:05:12.965489 [ 5 ] {ada76cfa-aaac-4767-b5ca-6e73b705c3e5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001894 sec., 1055.9662090813094 rows/sec., 86.11 KiB/sec. | ||
| 7961 | 2025.04.15 04:05:12.965671 [ 5 ] {ada76cfa-aaac-4767-b5ca-6e73b705c3e5} <Debug> TCPHandler: Processed in 0.002369121 sec. | ||
| 7962 | 2025.04.15 04:05:12.965822 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7963 | 2025.04.15 04:05:12.965926 [ 5 ] {3c66527c-80a4-4d33-b1d6-80f54c985ea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7964 | 2025.04.15 04:05:12.965972 [ 5 ] {3c66527c-80a4-4d33-b1d6-80f54c985ea2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7965 | 2025.04.15 04:05:12.966594 [ 5 ] {3c66527c-80a4-4d33-b1d6-80f54c985ea2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7966 | 2025.04.15 04:05:12.966633 [ 5 ] {3c66527c-80a4-4d33-b1d6-80f54c985ea2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7967 | 2025.04.15 04:05:12.967004 [ 5 ] {3c66527c-80a4-4d33-b1d6-80f54c985ea2} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7968 | 2025.04.15 04:05:12.967246 [ 5 ] {3c66527c-80a4-4d33-b1d6-80f54c985ea2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7969 | 2025.04.15 04:05:12.967445 [ 5 ] {3c66527c-80a4-4d33-b1d6-80f54c985ea2} <Debug> executeQuery: Read 121 rows, 10.51 KiB in 0.001542 sec., 78469.52010376134 rows/sec., 6.66 MiB/sec. | ||
| 7970 | 2025.04.15 04:05:12.967496 [ 5 ] {3c66527c-80a4-4d33-b1d6-80f54c985ea2} <Debug> TCPHandler: Processed in 0.001724577 sec. | ||
| 7971 | 2025.04.15 04:05:12.967618 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7972 | 2025.04.15 04:05:12.967722 [ 5 ] {2cf78afe-57ba-4627-ac35-032b991b670e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7973 | 2025.04.15 04:05:12.967768 [ 5 ] {2cf78afe-57ba-4627-ac35-032b991b670e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7974 | 2025.04.15 04:05:12.968304 [ 5 ] {2cf78afe-57ba-4627-ac35-032b991b670e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7975 | 2025.04.15 04:05:12.968342 [ 5 ] {2cf78afe-57ba-4627-ac35-032b991b670e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7976 | 2025.04.15 04:05:12.968687 [ 5 ] {2cf78afe-57ba-4627-ac35-032b991b670e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7977 | 2025.04.15 04:05:12.968931 [ 5 ] {2cf78afe-57ba-4627-ac35-032b991b670e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7978 | 2025.04.15 04:05:12.969119 [ 5 ] {2cf78afe-57ba-4627-ac35-032b991b670e} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.001419 sec., 23960.535588442566 rows/sec., 1.75 MiB/sec. | ||
| 7979 | 2025.04.15 04:05:12.969170 [ 5 ] {2cf78afe-57ba-4627-ac35-032b991b670e} <Debug> TCPHandler: Processed in 0.001602264 sec. | ||
| 7980 | 2025.04.15 04:05:12.969288 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7981 | 2025.04.15 04:05:12.969392 [ 5 ] {6854e0e8-fdc6-454d-845a-49479ddb8b07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7982 | 2025.04.15 04:05:12.969437 [ 5 ] {6854e0e8-fdc6-454d-845a-49479ddb8b07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7983 | 2025.04.15 04:05:12.969982 [ 5 ] {6854e0e8-fdc6-454d-845a-49479ddb8b07} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7984 | 2025.04.15 04:05:12.970021 [ 5 ] {6854e0e8-fdc6-454d-845a-49479ddb8b07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7985 | 2025.04.15 04:05:12.970359 [ 5 ] {6854e0e8-fdc6-454d-845a-49479ddb8b07} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7986 | 2025.04.15 04:05:12.970596 [ 5 ] {6854e0e8-fdc6-454d-845a-49479ddb8b07} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7987 | 2025.04.15 04:05:12.970803 [ 5 ] {6854e0e8-fdc6-454d-845a-49479ddb8b07} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001433 sec., 68387.99720865318 rows/sec., 5.34 MiB/sec. | ||
| 7988 | 2025.04.15 04:05:12.970855 [ 5 ] {6854e0e8-fdc6-454d-845a-49479ddb8b07} <Debug> TCPHandler: Processed in 0.001616674 sec. | ||
| 7989 | 2025.04.15 04:05:12.970973 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7990 | 2025.04.15 04:05:12.971077 [ 5 ] {31f0fa7f-16f2-4886-a115-3c4510e3855d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7991 | 2025.04.15 04:05:12.971125 [ 5 ] {31f0fa7f-16f2-4886-a115-3c4510e3855d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7992 | 2025.04.15 04:05:12.971641 [ 5 ] {31f0fa7f-16f2-4886-a115-3c4510e3855d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7993 | 2025.04.15 04:05:12.971680 [ 5 ] {31f0fa7f-16f2-4886-a115-3c4510e3855d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 7994 | 2025.04.15 04:05:12.972061 [ 5 ] {31f0fa7f-16f2-4886-a115-3c4510e3855d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7995 | 2025.04.15 04:05:12.972294 [ 5 ] {31f0fa7f-16f2-4886-a115-3c4510e3855d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7996 | 2025.04.15 04:05:12.972501 [ 5 ] {31f0fa7f-16f2-4886-a115-3c4510e3855d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001446 sec., 111341.63208852005 rows/sec., 7.75 MiB/sec. | ||
| 7997 | 2025.04.15 04:05:12.972551 [ 5 ] {31f0fa7f-16f2-4886-a115-3c4510e3855d} <Debug> TCPHandler: Processed in 0.001629474 sec. | ||
| 7998 | 2025.04.15 04:05:12.972671 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7999 | 2025.04.15 04:05:12.972776 [ 5 ] {103c5580-286c-404f-b627-365f06941471} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8000 | 2025.04.15 04:05:12.972841 [ 5 ] {103c5580-286c-404f-b627-365f06941471} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8001 | 2025.04.15 04:05:12.974015 [ 5 ] {103c5580-286c-404f-b627-365f06941471} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8002 | 2025.04.15 04:05:12.974054 [ 5 ] {103c5580-286c-404f-b627-365f06941471} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8003 | 2025.04.15 04:05:12.974669 [ 5 ] {103c5580-286c-404f-b627-365f06941471} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8004 | 2025.04.15 04:05:12.974933 [ 5 ] {103c5580-286c-404f-b627-365f06941471} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8005 | 2025.04.15 04:05:12.975161 [ 5 ] {103c5580-286c-404f-b627-365f06941471} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002407 sec., 13294.557540506856 rows/sec., 23.82 MiB/sec. | ||
| 8006 | 2025.04.15 04:05:12.975254 [ 5 ] {103c5580-286c-404f-b627-365f06941471} <Debug> TCPHandler: Processed in 0.002632506 sec. | ||
| 8007 | 2025.04.15 04:05:12.975373 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8008 | 2025.04.15 04:05:12.975478 [ 5 ] {4101452f-3a8c-4325-9bbe-a951f5b1bfff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8009 | 2025.04.15 04:05:12.975523 [ 5 ] {4101452f-3a8c-4325-9bbe-a951f5b1bfff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8010 | 2025.04.15 04:05:12.975955 [ 5 ] {4101452f-3a8c-4325-9bbe-a951f5b1bfff} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8011 | 2025.04.15 04:05:12.975994 [ 5 ] {4101452f-3a8c-4325-9bbe-a951f5b1bfff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8012 | 2025.04.15 04:05:12.976338 [ 5 ] {4101452f-3a8c-4325-9bbe-a951f5b1bfff} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8013 | 2025.04.15 04:05:12.976575 [ 5 ] {4101452f-3a8c-4325-9bbe-a951f5b1bfff} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8014 | 2025.04.15 04:05:12.976756 [ 5 ] {4101452f-3a8c-4325-9bbe-a951f5b1bfff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001296 sec., 46296.29629629629 rows/sec., 3.12 MiB/sec. | ||
| 8015 | 2025.04.15 04:05:12.976821 [ 5 ] {4101452f-3a8c-4325-9bbe-a951f5b1bfff} <Debug> TCPHandler: Processed in 0.001499002 sec. | ||
| 8016 | 2025.04.15 04:05:14.088948 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 8017 | 2025.04.15 04:05:14.107052 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8018 | 2025.04.15 04:05:14.107097 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8019 | 2025.04.15 04:05:14.113929 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8020 | 2025.04.15 04:05:14.114646 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8021 | 2025.04.15 04:05:14.117117 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 8022 | 2025.04.15 04:05:15.482379 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1146 | ||
| 8023 | 2025.04.15 04:05:15.487006 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8024 | 2025.04.15 04:05:15.487052 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8025 | 2025.04.15 04:05:15.488482 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8026 | 2025.04.15 04:05:15.488784 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8027 | 2025.04.15 04:05:15.489316 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1146 | ||
| 8028 | 2025.04.15 04:05:17.968012 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8029 | 2025.04.15 04:05:17.968197 [ 5 ] {bbc3cfff-ac56-4197-98ae-84502fc080b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8030 | 2025.04.15 04:05:17.968269 [ 5 ] {bbc3cfff-ac56-4197-98ae-84502fc080b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8031 | 2025.04.15 04:05:17.969074 [ 5 ] {bbc3cfff-ac56-4197-98ae-84502fc080b0} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8032 | 2025.04.15 04:05:17.969124 [ 5 ] {bbc3cfff-ac56-4197-98ae-84502fc080b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8033 | 2025.04.15 04:05:17.969546 [ 5 ] {bbc3cfff-ac56-4197-98ae-84502fc080b0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8034 | 2025.04.15 04:05:17.969798 [ 5 ] {bbc3cfff-ac56-4197-98ae-84502fc080b0} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8035 | 2025.04.15 04:05:17.970040 [ 5 ] {bbc3cfff-ac56-4197-98ae-84502fc080b0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001891 sec., 112109.9947117927 rows/sec., 7.13 MiB/sec. | ||
| 8036 | 2025.04.15 04:05:17.970135 [ 5 ] {bbc3cfff-ac56-4197-98ae-84502fc080b0} <Debug> TCPHandler: Processed in 0.002243137 sec. | ||
| 8037 | 2025.04.15 04:05:17.970289 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8038 | 2025.04.15 04:05:17.970393 [ 5 ] {4326900a-a812-4871-91bd-113d7cbd11a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8039 | 2025.04.15 04:05:17.970441 [ 5 ] {4326900a-a812-4871-91bd-113d7cbd11a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8040 | 2025.04.15 04:05:17.971252 [ 5 ] {4326900a-a812-4871-91bd-113d7cbd11a0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8041 | 2025.04.15 04:05:17.971291 [ 5 ] {4326900a-a812-4871-91bd-113d7cbd11a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8042 | 2025.04.15 04:05:17.971672 [ 5 ] {4326900a-a812-4871-91bd-113d7cbd11a0} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8043 | 2025.04.15 04:05:17.971905 [ 5 ] {4326900a-a812-4871-91bd-113d7cbd11a0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8044 | 2025.04.15 04:05:17.972104 [ 5 ] {4326900a-a812-4871-91bd-113d7cbd11a0} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001731 sec., 365684.57538994803 rows/sec., 28.76 MiB/sec. | ||
| 8045 | 2025.04.15 04:05:17.972124 [ 58 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8046 | 2025.04.15 04:05:17.972170 [ 5 ] {4326900a-a812-4871-91bd-113d7cbd11a0} <Debug> TCPHandler: Processed in 0.001936771 sec. | ||
| 8047 | 2025.04.15 04:05:17.972258 [ 58 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8048 | 2025.04.15 04:05:17.972328 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8049 | 2025.04.15 04:05:17.972353 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8050 | 2025.04.15 04:05:17.972612 [ 5 ] {7b8b899b-82b5-49fc-ae06-0e1bb3117e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8051 | 2025.04.15 04:05:17.972655 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 8052 | 2025.04.15 04:05:17.972675 [ 5 ] {7b8b899b-82b5-49fc-ae06-0e1bb3117e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8053 | 2025.04.15 04:05:17.973015 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8054 | 2025.04.15 04:05:17.973128 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1847 rows starting from the beginning of the part | ||
| 8055 | 2025.04.15 04:05:17.973502 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 8056 | 2025.04.15 04:05:17.973844 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 120 rows starting from the beginning of the part | ||
| 8057 | 2025.04.15 04:05:17.974020 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 633 rows starting from the beginning of the part | ||
| 8058 | 2025.04.15 04:05:17.974357 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 121 rows starting from the beginning of the part | ||
| 8059 | 2025.04.15 04:05:17.974747 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 633 rows starting from the beginning of the part | ||
| 8060 | 2025.04.15 04:05:17.975485 [ 5 ] {7b8b899b-82b5-49fc-ae06-0e1bb3117e55} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8061 | 2025.04.15 04:05:17.975540 [ 5 ] {7b8b899b-82b5-49fc-ae06-0e1bb3117e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8062 | 2025.04.15 04:05:17.976352 [ 5 ] {7b8b899b-82b5-49fc-ae06-0e1bb3117e55} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8063 | 2025.04.15 04:05:17.976834 [ 5 ] {7b8b899b-82b5-49fc-ae06-0e1bb3117e55} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8064 | 2025.04.15 04:05:17.977367 [ 5 ] {7b8b899b-82b5-49fc-ae06-0e1bb3117e55} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.004839 sec., 23558.58648481091 rows/sec., 1.41 MiB/sec. | ||
| 8065 | 2025.04.15 04:05:17.977510 [ 5 ] {7b8b899b-82b5-49fc-ae06-0e1bb3117e55} <Debug> TCPHandler: Processed in 0.005218402 sec. | ||
| 8066 | 2025.04.15 04:05:17.977657 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8067 | 2025.04.15 04:05:17.977789 [ 5 ] {ce382bdb-bdb6-4248-a315-eb9597ff0e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8068 | 2025.04.15 04:05:17.977848 [ 5 ] {ce382bdb-bdb6-4248-a315-eb9597ff0e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8069 | 2025.04.15 04:05:17.978650 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3410 rows, containing 5 columns (5 merged, 0 gathered) in 0.006208102 sec., 549282.2121801478 rows/sec., 46.40 MiB/sec. | ||
| 8070 | 2025.04.15 04:05:17.979011 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8071 | 2025.04.15 04:05:17.979193 [ 5 ] {ce382bdb-bdb6-4248-a315-eb9597ff0e57} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8072 | 2025.04.15 04:05:17.979251 [ 5 ] {ce382bdb-bdb6-4248-a315-eb9597ff0e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8073 | 2025.04.15 04:05:17.979704 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_61_12} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8074 | 2025.04.15 04:05:17.979897 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_61_12} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8075 | 2025.04.15 04:05:17.979979 [ 5 ] {ce382bdb-bdb6-4248-a315-eb9597ff0e57} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8076 | 2025.04.15 04:05:17.980053 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8077 | 2025.04.15 04:05:17.980293 [ 5 ] {ce382bdb-bdb6-4248-a315-eb9597ff0e57} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8078 | 2025.04.15 04:05:17.980503 [ 5 ] {ce382bdb-bdb6-4248-a315-eb9597ff0e57} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002739 sec., 41255.93282219788 rows/sec., 2.67 MiB/sec. | ||
| 8079 | 2025.04.15 04:05:17.980560 [ 5 ] {ce382bdb-bdb6-4248-a315-eb9597ff0e57} <Debug> TCPHandler: Processed in 0.002963423 sec. | ||
| 8080 | 2025.04.15 04:05:17.980700 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8081 | 2025.04.15 04:05:17.980804 [ 5 ] {dd234af7-3220-47fc-adf5-102ec02fba6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8082 | 2025.04.15 04:05:17.980847 [ 5 ] {dd234af7-3220-47fc-adf5-102ec02fba6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8083 | 2025.04.15 04:05:17.981411 [ 5 ] {dd234af7-3220-47fc-adf5-102ec02fba6a} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8084 | 2025.04.15 04:05:17.981449 [ 5 ] {dd234af7-3220-47fc-adf5-102ec02fba6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8085 | 2025.04.15 04:05:17.981787 [ 5 ] {dd234af7-3220-47fc-adf5-102ec02fba6a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8086 | 2025.04.15 04:05:17.982016 [ 5 ] {dd234af7-3220-47fc-adf5-102ec02fba6a} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8087 | 2025.04.15 04:05:17.982213 [ 5 ] {dd234af7-3220-47fc-adf5-102ec02fba6a} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001434 sec., 78103.20781032079 rows/sec., 4.45 MiB/sec. | ||
| 8088 | 2025.04.15 04:05:17.982277 [ 5 ] {dd234af7-3220-47fc-adf5-102ec02fba6a} <Debug> TCPHandler: Processed in 0.001644335 sec. | ||
| 8089 | 2025.04.15 04:05:17.982468 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8090 | 2025.04.15 04:05:17.982567 [ 5 ] {8f7379b8-a71f-4d71-8008-da87d7f44025} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8091 | 2025.04.15 04:05:17.982609 [ 5 ] {8f7379b8-a71f-4d71-8008-da87d7f44025} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8092 | 2025.04.15 04:05:17.983321 [ 5 ] {8f7379b8-a71f-4d71-8008-da87d7f44025} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8093 | 2025.04.15 04:05:17.983359 [ 5 ] {8f7379b8-a71f-4d71-8008-da87d7f44025} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8094 | 2025.04.15 04:05:17.983731 [ 5 ] {8f7379b8-a71f-4d71-8008-da87d7f44025} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8095 | 2025.04.15 04:05:17.983963 [ 5 ] {8f7379b8-a71f-4d71-8008-da87d7f44025} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8096 | 2025.04.15 04:05:17.984134 [ 58 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8097 | 2025.04.15 04:05:17.984152 [ 5 ] {8f7379b8-a71f-4d71-8008-da87d7f44025} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001568 sec., 248724.48979591837 rows/sec., 17.58 MiB/sec. | ||
| 8098 | 2025.04.15 04:05:17.984182 [ 58 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8099 | 2025.04.15 04:05:17.984250 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8100 | 2025.04.15 04:05:17.984275 [ 5 ] {8f7379b8-a71f-4d71-8008-da87d7f44025} <Debug> TCPHandler: Processed in 0.00185207 sec. | ||
| 8101 | 2025.04.15 04:05:17.984430 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 8102 | 2025.04.15 04:05:17.984437 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8103 | 2025.04.15 04:05:17.984594 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8104 | 2025.04.15 04:05:17.984594 [ 5 ] {027745db-f58d-4f24-8e85-3ef20f8057c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8105 | 2025.04.15 04:05:17.984639 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
| 8106 | 2025.04.15 04:05:17.984664 [ 5 ] {027745db-f58d-4f24-8e85-3ef20f8057c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8107 | 2025.04.15 04:05:17.984927 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 8108 | 2025.04.15 04:05:17.985286 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 96 rows starting from the beginning of the part | ||
| 8109 | 2025.04.15 04:05:17.985554 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 390 rows starting from the beginning of the part | ||
| 8110 | 2025.04.15 04:05:17.985741 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 98 rows starting from the beginning of the part | ||
| 8111 | 2025.04.15 04:05:17.985908 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 390 rows starting from the beginning of the part | ||
| 8112 | 2025.04.15 04:05:17.986492 [ 5 ] {027745db-f58d-4f24-8e85-3ef20f8057c0} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8113 | 2025.04.15 04:05:17.986533 [ 5 ] {027745db-f58d-4f24-8e85-3ef20f8057c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8114 | 2025.04.15 04:05:17.987023 [ 5 ] {027745db-f58d-4f24-8e85-3ef20f8057c0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8115 | 2025.04.15 04:05:17.987357 [ 5 ] {027745db-f58d-4f24-8e85-3ef20f8057c0} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8116 | 2025.04.15 04:05:17.987600 [ 5 ] {027745db-f58d-4f24-8e85-3ef20f8057c0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003045 sec., 1970.4433497536945 rows/sec., 102.95 KiB/sec. | ||
| 8117 | 2025.04.15 04:05:17.987654 [ 5 ] {027745db-f58d-4f24-8e85-3ef20f8057c0} <Debug> TCPHandler: Processed in 0.00327466 sec. | ||
| 8118 | 2025.04.15 04:05:17.987788 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8119 | 2025.04.15 04:05:17.987946 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.003600237 sec., 542186.5282757774 rows/sec., 41.42 MiB/sec. | ||
| 8120 | 2025.04.15 04:05:17.987952 [ 5 ] {c85e741c-db3f-4d04-a653-d21af0e3e67b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8121 | 2025.04.15 04:05:17.988019 [ 5 ] {c85e741c-db3f-4d04-a653-d21af0e3e67b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8122 | 2025.04.15 04:05:17.988126 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8123 | 2025.04.15 04:05:17.988503 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_61_12} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8124 | 2025.04.15 04:05:17.988620 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_61_12} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8125 | 2025.04.15 04:05:17.988720 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 8126 | 2025.04.15 04:05:17.988772 [ 5 ] {c85e741c-db3f-4d04-a653-d21af0e3e67b} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8127 | 2025.04.15 04:05:17.988809 [ 5 ] {c85e741c-db3f-4d04-a653-d21af0e3e67b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8128 | 2025.04.15 04:05:17.989179 [ 5 ] {c85e741c-db3f-4d04-a653-d21af0e3e67b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8129 | 2025.04.15 04:05:17.989406 [ 5 ] {c85e741c-db3f-4d04-a653-d21af0e3e67b} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8130 | 2025.04.15 04:05:17.989580 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8131 | 2025.04.15 04:05:17.989640 [ 5 ] {c85e741c-db3f-4d04-a653-d21af0e3e67b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001707 sec., 138840.07029876977 rows/sec., 9.31 MiB/sec. | ||
| 8132 | 2025.04.15 04:05:17.989649 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8133 | 2025.04.15 04:05:17.989730 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8134 | 2025.04.15 04:05:17.989774 [ 5 ] {c85e741c-db3f-4d04-a653-d21af0e3e67b} <Debug> TCPHandler: Processed in 0.002037253 sec. | ||
| 8135 | 2025.04.15 04:05:17.989923 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 8136 | 2025.04.15 04:05:17.989948 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8137 | 2025.04.15 04:05:17.990053 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8138 | 2025.04.15 04:05:17.990077 [ 5 ] {2c7ee1a0-de63-47e3-8090-004efda13051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8139 | 2025.04.15 04:05:17.990089 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17564 rows starting from the beginning of the part | ||
| 8140 | 2025.04.15 04:05:17.990136 [ 5 ] {2c7ee1a0-de63-47e3-8090-004efda13051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8141 | 2025.04.15 04:05:17.990281 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 128 rows starting from the beginning of the part | ||
| 8142 | 2025.04.15 04:05:17.990683 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 8143 | 2025.04.15 04:05:17.991098 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 8144 | 2025.04.15 04:05:17.991534 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part | ||
| 8145 | 2025.04.15 04:05:17.991825 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 8146 | 2025.04.15 04:05:17.992548 [ 5 ] {2c7ee1a0-de63-47e3-8090-004efda13051} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8147 | 2025.04.15 04:05:17.992591 [ 5 ] {2c7ee1a0-de63-47e3-8090-004efda13051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8148 | 2025.04.15 04:05:17.993026 [ 5 ] {2c7ee1a0-de63-47e3-8090-004efda13051} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8149 | 2025.04.15 04:05:17.993289 [ 5 ] {2c7ee1a0-de63-47e3-8090-004efda13051} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8150 | 2025.04.15 04:05:17.993648 [ 5 ] {2c7ee1a0-de63-47e3-8090-004efda13051} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003602 sec., 277.623542476402 rows/sec., 18.71 KiB/sec. | ||
| 8151 | 2025.04.15 04:05:17.993738 [ 5 ] {2c7ee1a0-de63-47e3-8090-004efda13051} <Debug> TCPHandler: Processed in 0.003847642 sec. | ||
| 8152 | 2025.04.15 04:05:17.993877 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8153 | 2025.04.15 04:05:17.994012 [ 5 ] {5bed2651-d02b-45c0-93cd-70e27ace95ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8154 | 2025.04.15 04:05:17.994121 [ 5 ] {5bed2651-d02b-45c0-93cd-70e27ace95ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8155 | 2025.04.15 04:05:17.995734 [ 5 ] {5bed2651-d02b-45c0-93cd-70e27ace95ed} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8156 | 2025.04.15 04:05:17.995775 [ 5 ] {5bed2651-d02b-45c0-93cd-70e27ace95ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8157 | 2025.04.15 04:05:17.996505 [ 5 ] {5bed2651-d02b-45c0-93cd-70e27ace95ed} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8158 | 2025.04.15 04:05:17.996876 [ 5 ] {5bed2651-d02b-45c0-93cd-70e27ace95ed} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8159 | 2025.04.15 04:05:17.997227 [ 5 ] {5bed2651-d02b-45c0-93cd-70e27ace95ed} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003252 sec., 2460.0246002460026 rows/sec., 4.41 MiB/sec. | ||
| 8160 | 2025.04.15 04:05:17.997361 [ 5 ] {5bed2651-d02b-45c0-93cd-70e27ace95ed} <Debug> TCPHandler: Processed in 0.003540885 sec. | ||
| 8161 | 2025.04.15 04:05:17.997474 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8162 | 2025.04.15 04:05:17.997579 [ 5 ] {e547b01a-3981-49c5-824f-676349a568ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8163 | 2025.04.15 04:05:17.997627 [ 5 ] {e547b01a-3981-49c5-824f-676349a568ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8164 | 2025.04.15 04:05:17.998279 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18487 rows, containing 5 columns (5 merged, 0 gathered) in 0.00841967 sec., 2195691.755140047 rows/sec., 148.16 MiB/sec. | ||
| 8165 | 2025.04.15 04:05:17.998355 [ 5 ] {e547b01a-3981-49c5-824f-676349a568ea} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8166 | 2025.04.15 04:05:17.998407 [ 5 ] {e547b01a-3981-49c5-824f-676349a568ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8167 | 2025.04.15 04:05:17.998629 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8168 | 2025.04.15 04:05:17.999072 [ 5 ] {e547b01a-3981-49c5-824f-676349a568ea} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8169 | 2025.04.15 04:05:17.999219 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8170 | 2025.04.15 04:05:17.999355 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8171 | 2025.04.15 04:05:17.999532 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.17 MiB. | ||
| 8172 | 2025.04.15 04:05:17.999532 [ 5 ] {e547b01a-3981-49c5-824f-676349a568ea} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8173 | 2025.04.15 04:05:17.999760 [ 58 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8174 | 2025.04.15 04:05:17.999815 [ 58 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8175 | 2025.04.15 04:05:17.999823 [ 5 ] {e547b01a-3981-49c5-824f-676349a568ea} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002259 sec., 36299.24745462594 rows/sec., 2.31 MiB/sec. | ||
| 8176 | 2025.04.15 04:05:17.999846 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8177 | 2025.04.15 04:05:18.000055 [ 5 ] {e547b01a-3981-49c5-824f-676349a568ea} <Debug> TCPHandler: Processed in 0.002626416 sec. | ||
| 8178 | 2025.04.15 04:05:18.000117 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 8179 | 2025.04.15 04:05:18.000483 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8180 | 2025.04.15 04:05:18.000629 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3288 rows starting from the beginning of the part | ||
| 8181 | 2025.04.15 04:05:18.001006 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 48 rows starting from the beginning of the part | ||
| 8182 | 2025.04.15 04:05:18.001367 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 8183 | 2025.04.15 04:05:18.001686 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 8184 | 2025.04.15 04:05:18.002042 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 8185 | 2025.04.15 04:05:18.002264 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 8186 | 2025.04.15 04:05:18.003525 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3620 rows, containing 4 columns (4 merged, 0 gathered) in 0.003562216 sec., 1016221.3633311399 rows/sec., 66.12 MiB/sec. | ||
| 8187 | 2025.04.15 04:05:18.003819 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8188 | 2025.04.15 04:05:18.004094 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_61_12} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8189 | 2025.04.15 04:05:18.004171 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_61_12} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8190 | 2025.04.15 04:05:18.004252 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 8191 | 2025.04.15 04:05:20.201201 [ 53 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8192 | 2025.04.15 04:05:20.201278 [ 53 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8193 | 2025.04.15 04:05:20.402888 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 8194 | 2025.04.15 04:05:20.403681 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8195 | 2025.04.15 04:05:20.403725 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8196 | 2025.04.15 04:05:20.404265 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8197 | 2025.04.15 04:05:20.404538 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8198 | 2025.04.15 04:05:20.404812 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 8199 | 2025.04.15 04:05:21.617179 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 8200 | 2025.04.15 04:05:21.637642 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8201 | 2025.04.15 04:05:21.637705 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8202 | 2025.04.15 04:05:21.645050 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8203 | 2025.04.15 04:05:21.645823 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8204 | 2025.04.15 04:05:21.649559 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 8205 | 2025.04.15 04:05:22.963098 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8206 | 2025.04.15 04:05:22.963306 [ 5 ] {2ee85a9f-cf7c-4545-88c7-e97f56c6896b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8207 | 2025.04.15 04:05:22.963389 [ 5 ] {2ee85a9f-cf7c-4545-88c7-e97f56c6896b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8208 | 2025.04.15 04:05:22.964227 [ 5 ] {2ee85a9f-cf7c-4545-88c7-e97f56c6896b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8209 | 2025.04.15 04:05:22.964276 [ 5 ] {2ee85a9f-cf7c-4545-88c7-e97f56c6896b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8210 | 2025.04.15 04:05:22.964721 [ 5 ] {2ee85a9f-cf7c-4545-88c7-e97f56c6896b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8211 | 2025.04.15 04:05:22.964990 [ 5 ] {2ee85a9f-cf7c-4545-88c7-e97f56c6896b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8212 | 2025.04.15 04:05:22.965224 [ 5 ] {2ee85a9f-cf7c-4545-88c7-e97f56c6896b} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001977 sec., 60698.02731411229 rows/sec., 5.16 MiB/sec. | ||
| 8213 | 2025.04.15 04:05:22.965289 [ 5 ] {2ee85a9f-cf7c-4545-88c7-e97f56c6896b} <Debug> TCPHandler: Processed in 0.002326539 sec. | ||
| 8214 | 2025.04.15 04:05:22.965414 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8215 | 2025.04.15 04:05:22.965526 [ 5 ] {4bfb2344-f698-4c07-a108-0ba25cf78d04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8216 | 2025.04.15 04:05:22.965576 [ 5 ] {4bfb2344-f698-4c07-a108-0ba25cf78d04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8217 | 2025.04.15 04:05:22.966104 [ 5 ] {4bfb2344-f698-4c07-a108-0ba25cf78d04} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8218 | 2025.04.15 04:05:22.966146 [ 5 ] {4bfb2344-f698-4c07-a108-0ba25cf78d04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8219 | 2025.04.15 04:05:22.966498 [ 5 ] {4bfb2344-f698-4c07-a108-0ba25cf78d04} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8220 | 2025.04.15 04:05:22.966738 [ 5 ] {4bfb2344-f698-4c07-a108-0ba25cf78d04} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8221 | 2025.04.15 04:05:22.966913 [ 51 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8222 | 2025.04.15 04:05:22.966965 [ 5 ] {4bfb2344-f698-4c07-a108-0ba25cf78d04} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.00146 sec., 21917.808219178085 rows/sec., 1.61 MiB/sec. | ||
| 8223 | 2025.04.15 04:05:22.967011 [ 51 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8224 | 2025.04.15 04:05:22.967089 [ 5 ] {4bfb2344-f698-4c07-a108-0ba25cf78d04} <Debug> TCPHandler: Processed in 0.001722827 sec. | ||
| 8225 | 2025.04.15 04:05:22.967090 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8226 | 2025.04.15 04:05:22.967308 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8227 | 2025.04.15 04:05:22.967400 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 8228 | 2025.04.15 04:05:22.967579 [ 5 ] {ad092c2c-38de-418a-8e28-e69dccbac229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8229 | 2025.04.15 04:05:22.967736 [ 5 ] {ad092c2c-38de-418a-8e28-e69dccbac229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8230 | 2025.04.15 04:05:22.968055 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8231 | 2025.04.15 04:05:22.968224 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 164 rows starting from the beginning of the part | ||
| 8232 | 2025.04.15 04:05:22.968583 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part | ||
| 8233 | 2025.04.15 04:05:22.968937 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 114 rows starting from the beginning of the part | ||
| 8234 | 2025.04.15 04:05:22.969278 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 8235 | 2025.04.15 04:05:22.969603 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 114 rows starting from the beginning of the part | ||
| 8236 | 2025.04.15 04:05:22.969918 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part | ||
| 8237 | 2025.04.15 04:05:22.971196 [ 5 ] {ad092c2c-38de-418a-8e28-e69dccbac229} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8238 | 2025.04.15 04:05:22.971272 [ 5 ] {ad092c2c-38de-418a-8e28-e69dccbac229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8239 | 2025.04.15 04:05:22.972225 [ 5 ] {ad092c2c-38de-418a-8e28-e69dccbac229} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8240 | 2025.04.15 04:05:22.972784 [ 5 ] {ad092c2c-38de-418a-8e28-e69dccbac229} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8241 | 2025.04.15 04:05:22.972908 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 5 columns (5 merged, 0 gathered) in 0.005676111 sec., 86326.71207451721 rows/sec., 5.83 MiB/sec. | ||
| 8242 | 2025.04.15 04:05:22.973178 [ 5 ] {ad092c2c-38de-418a-8e28-e69dccbac229} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.005715 sec., 16797.900262467192 rows/sec., 1.31 MiB/sec. | ||
| 8243 | 2025.04.15 04:05:22.973308 [ 5 ] {ad092c2c-38de-418a-8e28-e69dccbac229} <Debug> TCPHandler: Processed in 0.006112871 sec. | ||
| 8244 | 2025.04.15 04:05:22.973298 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8245 | 2025.04.15 04:05:22.973475 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8246 | 2025.04.15 04:05:22.973650 [ 5 ] {c0601180-4d00-4b4e-9ef0-035806c6d8f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8247 | 2025.04.15 04:05:22.973749 [ 5 ] {c0601180-4d00-4b4e-9ef0-035806c6d8f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8248 | 2025.04.15 04:05:22.973942 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_51_10} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8249 | 2025.04.15 04:05:22.974211 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_51_10} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8250 | 2025.04.15 04:05:22.974359 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 8251 | 2025.04.15 04:05:22.974647 [ 5 ] {c0601180-4d00-4b4e-9ef0-035806c6d8f2} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8252 | 2025.04.15 04:05:22.974690 [ 5 ] {c0601180-4d00-4b4e-9ef0-035806c6d8f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8253 | 2025.04.15 04:05:22.975084 [ 5 ] {c0601180-4d00-4b4e-9ef0-035806c6d8f2} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8254 | 2025.04.15 04:05:22.975335 [ 5 ] {c0601180-4d00-4b4e-9ef0-035806c6d8f2} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8255 | 2025.04.15 04:05:22.975534 [ 5 ] {c0601180-4d00-4b4e-9ef0-035806c6d8f2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001944 sec., 82304.5267489712 rows/sec., 5.73 MiB/sec. | ||
| 8256 | 2025.04.15 04:05:22.975594 [ 5 ] {c0601180-4d00-4b4e-9ef0-035806c6d8f2} <Debug> TCPHandler: Processed in 0.002201747 sec. | ||
| 8257 | 2025.04.15 04:05:22.975712 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8258 | 2025.04.15 04:05:22.975817 [ 5 ] {9ceb96fc-4fb8-4bb1-86f2-665ff0d90593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8259 | 2025.04.15 04:05:22.975882 [ 5 ] {9ceb96fc-4fb8-4bb1-86f2-665ff0d90593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8260 | 2025.04.15 04:05:22.977000 [ 5 ] {9ceb96fc-4fb8-4bb1-86f2-665ff0d90593} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8261 | 2025.04.15 04:05:22.977039 [ 5 ] {9ceb96fc-4fb8-4bb1-86f2-665ff0d90593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8262 | 2025.04.15 04:05:22.977674 [ 5 ] {9ceb96fc-4fb8-4bb1-86f2-665ff0d90593} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8263 | 2025.04.15 04:05:22.977927 [ 5 ] {9ceb96fc-4fb8-4bb1-86f2-665ff0d90593} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8264 | 2025.04.15 04:05:22.978119 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8265 | 2025.04.15 04:05:22.978171 [ 5 ] {9ceb96fc-4fb8-4bb1-86f2-665ff0d90593} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002371 sec., 13496.415014761706 rows/sec., 24.18 MiB/sec. | ||
| 8266 | 2025.04.15 04:05:22.978187 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8267 | 2025.04.15 04:05:22.978263 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8268 | 2025.04.15 04:05:22.978597 [ 5 ] {9ceb96fc-4fb8-4bb1-86f2-665ff0d90593} <Debug> TCPHandler: Processed in 0.002931623 sec. | ||
| 8269 | 2025.04.15 04:05:22.978621 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 8270 | 2025.04.15 04:05:22.978778 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8271 | 2025.04.15 04:05:22.979025 [ 5 ] {64e127d6-8198-4f29-9e66-40a199e70e51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8272 | 2025.04.15 04:05:22.979144 [ 5 ] {64e127d6-8198-4f29-9e66-40a199e70e51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8273 | 2025.04.15 04:05:22.979246 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8274 | 2025.04.15 04:05:22.979496 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 875 rows starting from the beginning of the part | ||
| 8275 | 2025.04.15 04:05:22.980324 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part | ||
| 8276 | 2025.04.15 04:05:22.981241 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part | ||
| 8277 | 2025.04.15 04:05:22.981381 [ 5 ] {64e127d6-8198-4f29-9e66-40a199e70e51} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8278 | 2025.04.15 04:05:22.981475 [ 5 ] {64e127d6-8198-4f29-9e66-40a199e70e51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8279 | 2025.04.15 04:05:22.981925 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part | ||
| 8280 | 2025.04.15 04:05:22.982592 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part | ||
| 8281 | 2025.04.15 04:05:22.983111 [ 5 ] {64e127d6-8198-4f29-9e66-40a199e70e51} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8282 | 2025.04.15 04:05:22.983266 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part | ||
| 8283 | 2025.04.15 04:05:22.983996 [ 5 ] {64e127d6-8198-4f29-9e66-40a199e70e51} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8284 | 2025.04.15 04:05:22.984578 [ 5 ] {64e127d6-8198-4f29-9e66-40a199e70e51} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005635 sec., 10647.737355811889 rows/sec., 734.80 KiB/sec. | ||
| 8285 | 2025.04.15 04:05:22.984971 [ 5 ] {64e127d6-8198-4f29-9e66-40a199e70e51} <Debug> TCPHandler: Processed in 0.006241953 sec. | ||
| 8286 | 2025.04.15 04:05:22.992044 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 987 rows, containing 19 columns (19 merged, 0 gathered) in 0.013648811 sec., 72313.99130664203 rows/sec., 129.58 MiB/sec. | ||
| 8287 | 2025.04.15 04:05:22.993008 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8288 | 2025.04.15 04:05:22.993397 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8289 | 2025.04.15 04:05:22.993486 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8290 | 2025.04.15 04:05:22.993606 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.22 MiB. | ||
| 8291 | 2025.04.15 04:05:23.000262 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 212.67 MiB, peak 221.64 MiB, free memory in arenas 0.00 B, will set to 215.96 MiB (RSS), difference: 3.29 MiB | ||
| 8292 | 2025.04.15 04:05:23.462706 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8293 | 2025.04.15 04:05:23.463003 [ 5 ] {f27ddb3a-e32f-4f08-8038-5b397f695a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8294 | 2025.04.15 04:05:23.463117 [ 5 ] {f27ddb3a-e32f-4f08-8038-5b397f695a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8295 | 2025.04.15 04:05:23.464230 [ 5 ] {f27ddb3a-e32f-4f08-8038-5b397f695a1b} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8296 | 2025.04.15 04:05:23.464275 [ 5 ] {f27ddb3a-e32f-4f08-8038-5b397f695a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8297 | 2025.04.15 04:05:23.464703 [ 5 ] {f27ddb3a-e32f-4f08-8038-5b397f695a1b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8298 | 2025.04.15 04:05:23.464953 [ 5 ] {f27ddb3a-e32f-4f08-8038-5b397f695a1b} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8299 | 2025.04.15 04:05:23.465216 [ 5 ] {f27ddb3a-e32f-4f08-8038-5b397f695a1b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002288 sec., 92657.34265734266 rows/sec., 5.89 MiB/sec. | ||
| 8300 | 2025.04.15 04:05:23.465352 [ 5 ] {f27ddb3a-e32f-4f08-8038-5b397f695a1b} <Debug> TCPHandler: Processed in 0.00281812 sec. | ||
| 8301 | 2025.04.15 04:05:23.465573 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8302 | 2025.04.15 04:05:23.465680 [ 5 ] {1e18c67a-1856-47d7-8ac4-392f60e466dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8303 | 2025.04.15 04:05:23.465727 [ 5 ] {1e18c67a-1856-47d7-8ac4-392f60e466dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8304 | 2025.04.15 04:05:23.466244 [ 5 ] {1e18c67a-1856-47d7-8ac4-392f60e466dc} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8305 | 2025.04.15 04:05:23.466285 [ 5 ] {1e18c67a-1856-47d7-8ac4-392f60e466dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8306 | 2025.04.15 04:05:23.466630 [ 5 ] {1e18c67a-1856-47d7-8ac4-392f60e466dc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 8307 | 2025.04.15 04:05:23.466872 [ 5 ] {1e18c67a-1856-47d7-8ac4-392f60e466dc} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8308 | 2025.04.15 04:05:23.467131 [ 5 ] {1e18c67a-1856-47d7-8ac4-392f60e466dc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00147 sec., 1360.544217687075 rows/sec., 110.94 KiB/sec. | ||
| 8309 | 2025.04.15 04:05:23.467329 [ 5 ] {1e18c67a-1856-47d7-8ac4-392f60e466dc} <Debug> TCPHandler: Processed in 0.001823249 sec. | ||
| 8310 | 2025.04.15 04:05:23.467469 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8311 | 2025.04.15 04:05:23.467573 [ 5 ] {6083c6f5-aa55-496d-9269-6d1d89feb6b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8312 | 2025.04.15 04:05:23.467619 [ 5 ] {6083c6f5-aa55-496d-9269-6d1d89feb6b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8313 | 2025.04.15 04:05:23.469382 [ 5 ] {6083c6f5-aa55-496d-9269-6d1d89feb6b2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8314 | 2025.04.15 04:05:23.469425 [ 5 ] {6083c6f5-aa55-496d-9269-6d1d89feb6b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8315 | 2025.04.15 04:05:23.469948 [ 5 ] {6083c6f5-aa55-496d-9269-6d1d89feb6b2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8316 | 2025.04.15 04:05:23.470197 [ 5 ] {6083c6f5-aa55-496d-9269-6d1d89feb6b2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8317 | 2025.04.15 04:05:23.470445 [ 5 ] {6083c6f5-aa55-496d-9269-6d1d89feb6b2} <Debug> executeQuery: Read 1774 rows, 147.61 KiB in 0.00289 sec., 613840.8304498269 rows/sec., 49.88 MiB/sec. | ||
| 8318 | 2025.04.15 04:05:23.470531 [ 5 ] {6083c6f5-aa55-496d-9269-6d1d89feb6b2} <Debug> TCPHandler: Processed in 0.003111866 sec. | ||
| 8319 | 2025.04.15 04:05:23.470780 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8320 | 2025.04.15 04:05:23.470920 [ 5 ] {62af3d5e-7a17-411d-96ee-cf3172ed10f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8321 | 2025.04.15 04:05:23.470967 [ 5 ] {62af3d5e-7a17-411d-96ee-cf3172ed10f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8322 | 2025.04.15 04:05:23.471558 [ 5 ] {62af3d5e-7a17-411d-96ee-cf3172ed10f5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8323 | 2025.04.15 04:05:23.471598 [ 5 ] {62af3d5e-7a17-411d-96ee-cf3172ed10f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8324 | 2025.04.15 04:05:23.471940 [ 5 ] {62af3d5e-7a17-411d-96ee-cf3172ed10f5} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8325 | 2025.04.15 04:05:23.472175 [ 5 ] {62af3d5e-7a17-411d-96ee-cf3172ed10f5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8326 | 2025.04.15 04:05:23.472380 [ 5 ] {62af3d5e-7a17-411d-96ee-cf3172ed10f5} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001484 sec., 78167.11590296496 rows/sec., 4.69 MiB/sec. | ||
| 8327 | 2025.04.15 04:05:23.472431 [ 5 ] {62af3d5e-7a17-411d-96ee-cf3172ed10f5} <Debug> TCPHandler: Processed in 0.001749607 sec. | ||
| 8328 | 2025.04.15 04:05:23.472547 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8329 | 2025.04.15 04:05:23.472652 [ 5 ] {b8471d44-dfe4-49f2-b6c6-c39167948901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8330 | 2025.04.15 04:05:23.472697 [ 5 ] {b8471d44-dfe4-49f2-b6c6-c39167948901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8331 | 2025.04.15 04:05:23.473373 [ 5 ] {b8471d44-dfe4-49f2-b6c6-c39167948901} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8332 | 2025.04.15 04:05:23.473412 [ 5 ] {b8471d44-dfe4-49f2-b6c6-c39167948901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8333 | 2025.04.15 04:05:23.473769 [ 5 ] {b8471d44-dfe4-49f2-b6c6-c39167948901} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8334 | 2025.04.15 04:05:23.474014 [ 5 ] {b8471d44-dfe4-49f2-b6c6-c39167948901} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8335 | 2025.04.15 04:05:23.474181 [ 5 ] {b8471d44-dfe4-49f2-b6c6-c39167948901} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001551 sec., 219858.15602836877 rows/sec., 14.67 MiB/sec. | ||
| 8336 | 2025.04.15 04:05:23.474229 [ 5 ] {b8471d44-dfe4-49f2-b6c6-c39167948901} <Debug> TCPHandler: Processed in 0.001731177 sec. | ||
| 8337 | 2025.04.15 04:05:23.474344 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8338 | 2025.04.15 04:05:23.474449 [ 5 ] {0f6bf012-5484-453c-b2dd-8249c5ea55dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8339 | 2025.04.15 04:05:23.474493 [ 5 ] {0f6bf012-5484-453c-b2dd-8249c5ea55dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8340 | 2025.04.15 04:05:23.475035 [ 5 ] {0f6bf012-5484-453c-b2dd-8249c5ea55dc} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8341 | 2025.04.15 04:05:23.475073 [ 5 ] {0f6bf012-5484-453c-b2dd-8249c5ea55dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8342 | 2025.04.15 04:05:23.475410 [ 5 ] {0f6bf012-5484-453c-b2dd-8249c5ea55dc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8343 | 2025.04.15 04:05:23.475650 [ 5 ] {0f6bf012-5484-453c-b2dd-8249c5ea55dc} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8344 | 2025.04.15 04:05:23.475813 [ 5 ] {0f6bf012-5484-453c-b2dd-8249c5ea55dc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001386 sec., 80808.0808080808 rows/sec., 4.60 MiB/sec. | ||
| 8345 | 2025.04.15 04:05:23.475862 [ 5 ] {0f6bf012-5484-453c-b2dd-8249c5ea55dc} <Debug> TCPHandler: Processed in 0.001567353 sec. | ||
| 8346 | 2025.04.15 04:05:23.475980 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8347 | 2025.04.15 04:05:23.476083 [ 5 ] {399d358b-d709-4a44-bd7b-0b42471ba9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8348 | 2025.04.15 04:05:23.476128 [ 5 ] {399d358b-d709-4a44-bd7b-0b42471ba9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8349 | 2025.04.15 04:05:23.477023 [ 5 ] {399d358b-d709-4a44-bd7b-0b42471ba9fd} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8350 | 2025.04.15 04:05:23.477060 [ 5 ] {399d358b-d709-4a44-bd7b-0b42471ba9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8351 | 2025.04.15 04:05:23.477430 [ 5 ] {399d358b-d709-4a44-bd7b-0b42471ba9fd} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8352 | 2025.04.15 04:05:23.477662 [ 5 ] {399d358b-d709-4a44-bd7b-0b42471ba9fd} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8353 | 2025.04.15 04:05:23.477825 [ 5 ] {399d358b-d709-4a44-bd7b-0b42471ba9fd} <Debug> executeQuery: Read 848 rows, 62.68 KiB in 0.001764 sec., 480725.62358276645 rows/sec., 34.70 MiB/sec. | ||
| 8354 | 2025.04.15 04:05:23.477874 [ 5 ] {399d358b-d709-4a44-bd7b-0b42471ba9fd} <Debug> TCPHandler: Processed in 0.001946311 sec. | ||
| 8355 | 2025.04.15 04:05:23.477990 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8356 | 2025.04.15 04:05:23.478094 [ 5 ] {93de13df-7c48-4c04-b016-c9da9ea82f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8357 | 2025.04.15 04:05:23.478140 [ 5 ] {93de13df-7c48-4c04-b016-c9da9ea82f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8358 | 2025.04.15 04:05:23.478547 [ 5 ] {93de13df-7c48-4c04-b016-c9da9ea82f91} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8359 | 2025.04.15 04:05:23.478583 [ 5 ] {93de13df-7c48-4c04-b016-c9da9ea82f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8360 | 2025.04.15 04:05:23.478924 [ 5 ] {93de13df-7c48-4c04-b016-c9da9ea82f91} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8361 | 2025.04.15 04:05:23.479155 [ 5 ] {93de13df-7c48-4c04-b016-c9da9ea82f91} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8362 | 2025.04.15 04:05:23.479327 [ 5 ] {93de13df-7c48-4c04-b016-c9da9ea82f91} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001254 sec., 4784.6889952153115 rows/sec., 249.98 KiB/sec. | ||
| 8363 | 2025.04.15 04:05:23.479424 [ 5 ] {93de13df-7c48-4c04-b016-c9da9ea82f91} <Debug> TCPHandler: Processed in 0.001484002 sec. | ||
| 8364 | 2025.04.15 04:05:23.479563 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8365 | 2025.04.15 04:05:23.479663 [ 5 ] {0907a80d-1935-46c5-8ffe-2328236feb4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8366 | 2025.04.15 04:05:23.479710 [ 5 ] {0907a80d-1935-46c5-8ffe-2328236feb4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8367 | 2025.04.15 04:05:23.480472 [ 5 ] {0907a80d-1935-46c5-8ffe-2328236feb4a} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8368 | 2025.04.15 04:05:23.480508 [ 5 ] {0907a80d-1935-46c5-8ffe-2328236feb4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8369 | 2025.04.15 04:05:23.480926 [ 5 ] {0907a80d-1935-46c5-8ffe-2328236feb4a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8370 | 2025.04.15 04:05:23.481155 [ 5 ] {0907a80d-1935-46c5-8ffe-2328236feb4a} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8371 | 2025.04.15 04:05:23.481305 [ 5 ] {0907a80d-1935-46c5-8ffe-2328236feb4a} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001686 sec., 567022.5385527876 rows/sec., 37.67 MiB/sec. | ||
| 8372 | 2025.04.15 04:05:23.481350 [ 5 ] {0907a80d-1935-46c5-8ffe-2328236feb4a} <Debug> TCPHandler: Processed in 0.00186651 sec. | ||
| 8373 | 2025.04.15 04:05:23.481460 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8374 | 2025.04.15 04:05:23.481558 [ 5 ] {e2a88821-55cc-497f-bc08-0ec3040ccec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8375 | 2025.04.15 04:05:23.481602 [ 5 ] {e2a88821-55cc-497f-bc08-0ec3040ccec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8376 | 2025.04.15 04:05:23.482034 [ 5 ] {e2a88821-55cc-497f-bc08-0ec3040ccec4} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8377 | 2025.04.15 04:05:23.482072 [ 5 ] {e2a88821-55cc-497f-bc08-0ec3040ccec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8378 | 2025.04.15 04:05:23.482403 [ 5 ] {e2a88821-55cc-497f-bc08-0ec3040ccec4} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8379 | 2025.04.15 04:05:23.482638 [ 5 ] {e2a88821-55cc-497f-bc08-0ec3040ccec4} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8380 | 2025.04.15 04:05:23.482807 [ 5 ] {e2a88821-55cc-497f-bc08-0ec3040ccec4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001232 sec., 811.6883116883117 rows/sec., 54.69 KiB/sec. | ||
| 8381 | 2025.04.15 04:05:23.482855 [ 5 ] {e2a88821-55cc-497f-bc08-0ec3040ccec4} <Debug> TCPHandler: Processed in 0.00141217 sec. | ||
| 8382 | 2025.04.15 04:05:23.482967 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8383 | 2025.04.15 04:05:23.483070 [ 5 ] {1687e067-b7af-4e8e-8fed-d6782aa72456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8384 | 2025.04.15 04:05:23.483135 [ 5 ] {1687e067-b7af-4e8e-8fed-d6782aa72456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8385 | 2025.04.15 04:05:23.484145 [ 5 ] {1687e067-b7af-4e8e-8fed-d6782aa72456} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8386 | 2025.04.15 04:05:23.484181 [ 5 ] {1687e067-b7af-4e8e-8fed-d6782aa72456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8387 | 2025.04.15 04:05:23.484745 [ 5 ] {1687e067-b7af-4e8e-8fed-d6782aa72456} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8388 | 2025.04.15 04:05:23.484995 [ 5 ] {1687e067-b7af-4e8e-8fed-d6782aa72456} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8389 | 2025.04.15 04:05:23.485170 [ 5 ] {1687e067-b7af-4e8e-8fed-d6782aa72456} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002122 sec., 3770.028275212064 rows/sec., 6.76 MiB/sec. | ||
| 8390 | 2025.04.15 04:05:23.485257 [ 5 ] {1687e067-b7af-4e8e-8fed-d6782aa72456} <Debug> TCPHandler: Processed in 0.00233932 sec. | ||
| 8391 | 2025.04.15 04:05:23.485374 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8392 | 2025.04.15 04:05:23.485479 [ 5 ] {768be671-27db-42f4-a871-248e39d1e4fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8393 | 2025.04.15 04:05:23.485552 [ 5 ] {768be671-27db-42f4-a871-248e39d1e4fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8394 | 2025.04.15 04:05:23.485960 [ 5 ] {768be671-27db-42f4-a871-248e39d1e4fe} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8395 | 2025.04.15 04:05:23.485998 [ 5 ] {768be671-27db-42f4-a871-248e39d1e4fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8396 | 2025.04.15 04:05:23.486348 [ 5 ] {768be671-27db-42f4-a871-248e39d1e4fe} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8397 | 2025.04.15 04:05:23.486575 [ 5 ] {768be671-27db-42f4-a871-248e39d1e4fe} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8398 | 2025.04.15 04:05:23.486738 [ 5 ] {768be671-27db-42f4-a871-248e39d1e4fe} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001281 sec., 26541.76424668228 rows/sec., 1.54 MiB/sec. | ||
| 8399 | 2025.04.15 04:05:23.486786 [ 5 ] {768be671-27db-42f4-a871-248e39d1e4fe} <Debug> TCPHandler: Processed in 0.001461171 sec. | ||
| 8400 | 2025.04.15 04:05:25.489585 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1204 | ||
| 8401 | 2025.04.15 04:05:25.493380 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8402 | 2025.04.15 04:05:25.493452 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8403 | 2025.04.15 04:05:25.494939 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8404 | 2025.04.15 04:05:25.495291 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8405 | 2025.04.15 04:05:25.496085 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1204 | ||
| 8406 | 2025.04.15 04:05:27.905009 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 8407 | 2025.04.15 04:05:27.905826 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8408 | 2025.04.15 04:05:27.905882 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8409 | 2025.04.15 04:05:27.906408 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8410 | 2025.04.15 04:05:27.906664 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8411 | 2025.04.15 04:05:27.906945 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 8412 | 2025.04.15 04:05:27.960288 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8413 | 2025.04.15 04:05:27.960493 [ 5 ] {41c7f24b-5663-4b2d-8e63-570ad550f68f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8414 | 2025.04.15 04:05:27.960572 [ 5 ] {41c7f24b-5663-4b2d-8e63-570ad550f68f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8415 | 2025.04.15 04:05:27.961438 [ 5 ] {41c7f24b-5663-4b2d-8e63-570ad550f68f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8416 | 2025.04.15 04:05:27.961493 [ 5 ] {41c7f24b-5663-4b2d-8e63-570ad550f68f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8417 | 2025.04.15 04:05:27.961970 [ 5 ] {41c7f24b-5663-4b2d-8e63-570ad550f68f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8418 | 2025.04.15 04:05:27.962220 [ 5 ] {41c7f24b-5663-4b2d-8e63-570ad550f68f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8419 | 2025.04.15 04:05:27.962402 [ 5 ] {41c7f24b-5663-4b2d-8e63-570ad550f68f} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001966 sec., 28484.231943031537 rows/sec., 2.19 MiB/sec. | ||
| 8420 | 2025.04.15 04:05:27.962466 [ 5 ] {41c7f24b-5663-4b2d-8e63-570ad550f68f} <Debug> TCPHandler: Processed in 0.002308289 sec. | ||
| 8421 | 2025.04.15 04:05:27.962595 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8422 | 2025.04.15 04:05:27.962706 [ 5 ] {6b1fe380-95ae-4280-b041-9d816c53479e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8423 | 2025.04.15 04:05:27.962754 [ 5 ] {6b1fe380-95ae-4280-b041-9d816c53479e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8424 | 2025.04.15 04:05:27.963279 [ 5 ] {6b1fe380-95ae-4280-b041-9d816c53479e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8425 | 2025.04.15 04:05:27.963315 [ 5 ] {6b1fe380-95ae-4280-b041-9d816c53479e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8426 | 2025.04.15 04:05:27.963662 [ 5 ] {6b1fe380-95ae-4280-b041-9d816c53479e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8427 | 2025.04.15 04:05:27.963891 [ 5 ] {6b1fe380-95ae-4280-b041-9d816c53479e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8428 | 2025.04.15 04:05:27.964053 [ 5 ] {6b1fe380-95ae-4280-b041-9d816c53479e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001369 sec., 46749.45215485756 rows/sec., 3.65 MiB/sec. | ||
| 8429 | 2025.04.15 04:05:27.964122 [ 5 ] {6b1fe380-95ae-4280-b041-9d816c53479e} <Debug> TCPHandler: Processed in 0.001577304 sec. | ||
| 8430 | 2025.04.15 04:05:27.964257 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8431 | 2025.04.15 04:05:27.964359 [ 5 ] {2dd39e7a-dedd-4a6d-a367-aef2939c98e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8432 | 2025.04.15 04:05:27.964407 [ 5 ] {2dd39e7a-dedd-4a6d-a367-aef2939c98e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8433 | 2025.04.15 04:05:27.964881 [ 5 ] {2dd39e7a-dedd-4a6d-a367-aef2939c98e3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8434 | 2025.04.15 04:05:27.964917 [ 5 ] {2dd39e7a-dedd-4a6d-a367-aef2939c98e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8435 | 2025.04.15 04:05:27.965276 [ 5 ] {2dd39e7a-dedd-4a6d-a367-aef2939c98e3} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8436 | 2025.04.15 04:05:27.965507 [ 5 ] {2dd39e7a-dedd-4a6d-a367-aef2939c98e3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8437 | 2025.04.15 04:05:27.965661 [ 5 ] {2dd39e7a-dedd-4a6d-a367-aef2939c98e3} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001323 sec., 96749.81103552533 rows/sec., 6.74 MiB/sec. | ||
| 8438 | 2025.04.15 04:05:27.965708 [ 5 ] {2dd39e7a-dedd-4a6d-a367-aef2939c98e3} <Debug> TCPHandler: Processed in 0.001506422 sec. | ||
| 8439 | 2025.04.15 04:05:27.965820 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8440 | 2025.04.15 04:05:27.965921 [ 5 ] {33e80165-330a-4f85-bf23-9ccd4364d942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8441 | 2025.04.15 04:05:27.965967 [ 5 ] {33e80165-330a-4f85-bf23-9ccd4364d942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8442 | 2025.04.15 04:05:27.966385 [ 5 ] {33e80165-330a-4f85-bf23-9ccd4364d942} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8443 | 2025.04.15 04:05:27.966420 [ 5 ] {33e80165-330a-4f85-bf23-9ccd4364d942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8444 | 2025.04.15 04:05:27.966754 [ 5 ] {33e80165-330a-4f85-bf23-9ccd4364d942} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8445 | 2025.04.15 04:05:27.966977 [ 5 ] {33e80165-330a-4f85-bf23-9ccd4364d942} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8446 | 2025.04.15 04:05:27.967134 [ 5 ] {33e80165-330a-4f85-bf23-9ccd4364d942} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001234 sec., 38897.89303079416 rows/sec., 2.62 MiB/sec. | ||
| 8447 | 2025.04.15 04:05:27.967179 [ 5 ] {33e80165-330a-4f85-bf23-9ccd4364d942} <Debug> TCPHandler: Processed in 0.00140783 sec. | ||
| 8448 | 2025.04.15 04:05:29.149695 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8449 | 2025.04.15 04:05:29.170855 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8450 | 2025.04.15 04:05:29.170921 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.12 GiB. | ||
| 8451 | 2025.04.15 04:05:29.178578 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8452 | 2025.04.15 04:05:29.179338 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8453 | 2025.04.15 04:05:29.181929 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8454 | 2025.04.15 04:05:32.963225 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8455 | 2025.04.15 04:05:32.963448 [ 5 ] {b6807bcb-44b0-45ae-8a15-85060eb1414f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8456 | 2025.04.15 04:05:32.963531 [ 5 ] {b6807bcb-44b0-45ae-8a15-85060eb1414f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8457 | 2025.04.15 04:05:32.964411 [ 5 ] {b6807bcb-44b0-45ae-8a15-85060eb1414f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8458 | 2025.04.15 04:05:32.964459 [ 5 ] {b6807bcb-44b0-45ae-8a15-85060eb1414f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8459 | 2025.04.15 04:05:32.964896 [ 5 ] {b6807bcb-44b0-45ae-8a15-85060eb1414f} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8460 | 2025.04.15 04:05:32.965159 [ 5 ] {b6807bcb-44b0-45ae-8a15-85060eb1414f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8461 | 2025.04.15 04:05:32.965411 [ 5 ] {b6807bcb-44b0-45ae-8a15-85060eb1414f} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.00202 sec., 59405.9405940594 rows/sec., 5.05 MiB/sec. | ||
| 8462 | 2025.04.15 04:05:32.965478 [ 5 ] {b6807bcb-44b0-45ae-8a15-85060eb1414f} <Debug> TCPHandler: Processed in 0.002387371 sec. | ||
| 8463 | 2025.04.15 04:05:32.965615 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8464 | 2025.04.15 04:05:32.965728 [ 5 ] {d9b66bd1-67c9-4e22-82ac-c75bf460574a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8465 | 2025.04.15 04:05:32.965777 [ 5 ] {d9b66bd1-67c9-4e22-82ac-c75bf460574a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8466 | 2025.04.15 04:05:32.966377 [ 5 ] {d9b66bd1-67c9-4e22-82ac-c75bf460574a} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8467 | 2025.04.15 04:05:32.966426 [ 5 ] {d9b66bd1-67c9-4e22-82ac-c75bf460574a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8468 | 2025.04.15 04:05:32.966844 [ 5 ] {d9b66bd1-67c9-4e22-82ac-c75bf460574a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8469 | 2025.04.15 04:05:32.967122 [ 5 ] {d9b66bd1-67c9-4e22-82ac-c75bf460574a} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8470 | 2025.04.15 04:05:32.967301 [ 5 ] {d9b66bd1-67c9-4e22-82ac-c75bf460574a} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001594 sec., 20075.282308657468 rows/sec., 1.47 MiB/sec. | ||
| 8471 | 2025.04.15 04:05:32.967411 [ 5 ] {d9b66bd1-67c9-4e22-82ac-c75bf460574a} <Debug> TCPHandler: Processed in 0.00184315 sec. | ||
| 8472 | 2025.04.15 04:05:32.967591 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8473 | 2025.04.15 04:05:32.967735 [ 5 ] {ad95b6e1-06b3-474a-913d-ca730ebe68e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8474 | 2025.04.15 04:05:32.967783 [ 5 ] {ad95b6e1-06b3-474a-913d-ca730ebe68e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8475 | 2025.04.15 04:05:32.968358 [ 5 ] {ad95b6e1-06b3-474a-913d-ca730ebe68e8} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8476 | 2025.04.15 04:05:32.968396 [ 5 ] {ad95b6e1-06b3-474a-913d-ca730ebe68e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8477 | 2025.04.15 04:05:32.968739 [ 5 ] {ad95b6e1-06b3-474a-913d-ca730ebe68e8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8478 | 2025.04.15 04:05:32.968969 [ 5 ] {ad95b6e1-06b3-474a-913d-ca730ebe68e8} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8479 | 2025.04.15 04:05:32.969155 [ 5 ] {ad95b6e1-06b3-474a-913d-ca730ebe68e8} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001445 sec., 66435.98615916955 rows/sec., 5.19 MiB/sec. | ||
| 8480 | 2025.04.15 04:05:32.969226 [ 5 ] {ad95b6e1-06b3-474a-913d-ca730ebe68e8} <Debug> TCPHandler: Processed in 0.001737037 sec. | ||
| 8481 | 2025.04.15 04:05:32.969352 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8482 | 2025.04.15 04:05:32.969477 [ 5 ] {dca6cba2-484b-401a-8128-22d02fab9a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8483 | 2025.04.15 04:05:32.969525 [ 5 ] {dca6cba2-484b-401a-8128-22d02fab9a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8484 | 2025.04.15 04:05:32.970051 [ 5 ] {dca6cba2-484b-401a-8128-22d02fab9a9e} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8485 | 2025.04.15 04:05:32.970088 [ 5 ] {dca6cba2-484b-401a-8128-22d02fab9a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8486 | 2025.04.15 04:05:32.970457 [ 5 ] {dca6cba2-484b-401a-8128-22d02fab9a9e} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8487 | 2025.04.15 04:05:32.970687 [ 5 ] {dca6cba2-484b-401a-8128-22d02fab9a9e} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8488 | 2025.04.15 04:05:32.970889 [ 5 ] {dca6cba2-484b-401a-8128-22d02fab9a9e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001435 sec., 111498.25783972125 rows/sec., 7.77 MiB/sec. | ||
| 8489 | 2025.04.15 04:05:32.970940 [ 5 ] {dca6cba2-484b-401a-8128-22d02fab9a9e} <Debug> TCPHandler: Processed in 0.001645535 sec. | ||
| 8490 | 2025.04.15 04:05:32.971055 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8491 | 2025.04.15 04:05:32.971159 [ 5 ] {b112d2c7-78fa-412e-87db-7385c2e1d59e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8492 | 2025.04.15 04:05:32.971224 [ 5 ] {b112d2c7-78fa-412e-87db-7385c2e1d59e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8493 | 2025.04.15 04:05:32.972355 [ 5 ] {b112d2c7-78fa-412e-87db-7385c2e1d59e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8494 | 2025.04.15 04:05:32.972394 [ 5 ] {b112d2c7-78fa-412e-87db-7385c2e1d59e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8495 | 2025.04.15 04:05:32.973015 [ 5 ] {b112d2c7-78fa-412e-87db-7385c2e1d59e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8496 | 2025.04.15 04:05:32.973269 [ 5 ] {b112d2c7-78fa-412e-87db-7385c2e1d59e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8497 | 2025.04.15 04:05:32.973477 [ 5 ] {b112d2c7-78fa-412e-87db-7385c2e1d59e} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002341 sec., 13669.372063220844 rows/sec., 24.49 MiB/sec. | ||
| 8498 | 2025.04.15 04:05:32.973567 [ 5 ] {b112d2c7-78fa-412e-87db-7385c2e1d59e} <Debug> TCPHandler: Processed in 0.002560454 sec. | ||
| 8499 | 2025.04.15 04:05:32.973702 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8500 | 2025.04.15 04:05:32.973805 [ 5 ] {eddbf3b0-7414-4fb5-a56a-c473de9e0965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8501 | 2025.04.15 04:05:32.973851 [ 5 ] {eddbf3b0-7414-4fb5-a56a-c473de9e0965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8502 | 2025.04.15 04:05:32.974305 [ 5 ] {eddbf3b0-7414-4fb5-a56a-c473de9e0965} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8503 | 2025.04.15 04:05:32.974343 [ 5 ] {eddbf3b0-7414-4fb5-a56a-c473de9e0965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8504 | 2025.04.15 04:05:32.974694 [ 5 ] {eddbf3b0-7414-4fb5-a56a-c473de9e0965} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8505 | 2025.04.15 04:05:32.974921 [ 5 ] {eddbf3b0-7414-4fb5-a56a-c473de9e0965} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8506 | 2025.04.15 04:05:32.975110 [ 5 ] {eddbf3b0-7414-4fb5-a56a-c473de9e0965} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001326 sec., 45248.86877828054 rows/sec., 3.05 MiB/sec. | ||
| 8507 | 2025.04.15 04:05:32.975158 [ 5 ] {eddbf3b0-7414-4fb5-a56a-c473de9e0965} <Debug> TCPHandler: Processed in 0.001505212 sec. | ||
| 8508 | 2025.04.15 04:05:35.201359 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8509 | 2025.04.15 04:05:35.201441 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8510 | 2025.04.15 04:05:35.303260 [ 36 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
| 8511 | 2025.04.15 04:05:35.303349 [ 36 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8512 | 2025.04.15 04:05:35.303391 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8513 | 2025.04.15 04:05:35.303706 [ 195 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 8514 | 2025.04.15 04:05:35.304045 [ 195 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8515 | 2025.04.15 04:05:35.304109 [ 195 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 342 rows starting from the beginning of the part | ||
| 8516 | 2025.04.15 04:05:35.304255 [ 195 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 341 rows starting from the beginning of the part | ||
| 8517 | 2025.04.15 04:05:35.304687 [ 195 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 113 rows starting from the beginning of the part | ||
| 8518 | 2025.04.15 04:05:35.304888 [ 195 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 113 rows starting from the beginning of the part | ||
| 8519 | 2025.04.15 04:05:35.305084 [ 195 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_28_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 341 rows starting from the beginning of the part | ||
| 8520 | 2025.04.15 04:05:35.306344 [ 187 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.002845531 sec., 439285.3214391268 rows/sec., 30.83 MiB/sec. | ||
| 8521 | 2025.04.15 04:05:35.306500 [ 187 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 8522 | 2025.04.15 04:05:35.306817 [ 187 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_28_6} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8523 | 2025.04.15 04:05:35.306911 [ 187 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_28_6} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
| 8524 | 2025.04.15 04:05:35.306997 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 8525 | 2025.04.15 04:05:35.407106 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 8526 | 2025.04.15 04:05:35.407833 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8527 | 2025.04.15 04:05:35.407879 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8528 | 2025.04.15 04:05:35.408460 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8529 | 2025.04.15 04:05:35.408717 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8530 | 2025.04.15 04:05:35.408970 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8531 | 2025.04.15 04:05:35.496445 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1224 | ||
| 8532 | 2025.04.15 04:05:35.500374 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8533 | 2025.04.15 04:05:35.500437 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8534 | 2025.04.15 04:05:35.502154 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8535 | 2025.04.15 04:05:35.502509 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8536 | 2025.04.15 04:05:35.503740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1224 | ||
| 8537 | 2025.04.15 04:05:35.920523 [ 35 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 5 parts from all_1_24_5 to all_28_28_0 | ||
| 8538 | 2025.04.15 04:05:35.920596 [ 35 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8539 | 2025.04.15 04:05:35.920624 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8540 | 2025.04.15 04:05:35.920823 [ 199 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 8541 | 2025.04.15 04:05:35.921194 [ 199 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_28_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8542 | 2025.04.15 04:05:35.921239 [ 199 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 8543 | 2025.04.15 04:05:35.921318 [ 199 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 8544 | 2025.04.15 04:05:35.921536 [ 199 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 8545 | 2025.04.15 04:05:35.921798 [ 199 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 8546 | 2025.04.15 04:05:35.922042 [ 199 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 8547 | 2025.04.15 04:05:35.923120 [ 195 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_28_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.002425731 sec., 11542.912219038302 rows/sec., 776.18 KiB/sec. | ||
| 8548 | 2025.04.15 04:05:35.923311 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_28_6} <Trace> MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) | ||
| 8549 | 2025.04.15 04:05:35.923665 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_28_6} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8550 | 2025.04.15 04:05:35.923762 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_28_6} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 5 parts: [all_1_24_5, all_28_28_0] -> all_1_28_6 | ||
| 8551 | 2025.04.15 04:05:35.923872 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 8552 | 2025.04.15 04:05:36.682070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8553 | 2025.04.15 04:05:36.702874 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8554 | 2025.04.15 04:05:36.702920 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8555 | 2025.04.15 04:05:36.710120 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8556 | 2025.04.15 04:05:36.710881 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8557 | 2025.04.15 04:05:36.713611 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8558 | 2025.04.15 04:05:37.968055 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8559 | 2025.04.15 04:05:37.968265 [ 5 ] {70afb7fb-88c8-4952-b80c-610e5ac7c9cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8560 | 2025.04.15 04:05:37.968341 [ 5 ] {70afb7fb-88c8-4952-b80c-610e5ac7c9cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8561 | 2025.04.15 04:05:37.969287 [ 5 ] {70afb7fb-88c8-4952-b80c-610e5ac7c9cc} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8562 | 2025.04.15 04:05:37.969343 [ 5 ] {70afb7fb-88c8-4952-b80c-610e5ac7c9cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8563 | 2025.04.15 04:05:37.969773 [ 5 ] {70afb7fb-88c8-4952-b80c-610e5ac7c9cc} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8564 | 2025.04.15 04:05:37.970027 [ 5 ] {70afb7fb-88c8-4952-b80c-610e5ac7c9cc} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8565 | 2025.04.15 04:05:37.970280 [ 5 ] {70afb7fb-88c8-4952-b80c-610e5ac7c9cc} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002072 sec., 102316.60231660231 rows/sec., 6.51 MiB/sec. | ||
| 8566 | 2025.04.15 04:05:37.970346 [ 5 ] {70afb7fb-88c8-4952-b80c-610e5ac7c9cc} <Debug> TCPHandler: Processed in 0.002427012 sec. | ||
| 8567 | 2025.04.15 04:05:37.970471 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8568 | 2025.04.15 04:05:37.970581 [ 5 ] {fe8d85e0-69a2-4380-8d5e-d02a3c0fb8f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8569 | 2025.04.15 04:05:37.970630 [ 5 ] {fe8d85e0-69a2-4380-8d5e-d02a3c0fb8f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8570 | 2025.04.15 04:05:37.971492 [ 5 ] {fe8d85e0-69a2-4380-8d5e-d02a3c0fb8f7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8571 | 2025.04.15 04:05:37.971533 [ 5 ] {fe8d85e0-69a2-4380-8d5e-d02a3c0fb8f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8572 | 2025.04.15 04:05:37.971920 [ 5 ] {fe8d85e0-69a2-4380-8d5e-d02a3c0fb8f7} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8573 | 2025.04.15 04:05:37.972154 [ 5 ] {fe8d85e0-69a2-4380-8d5e-d02a3c0fb8f7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8574 | 2025.04.15 04:05:37.972305 [ 33 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8575 | 2025.04.15 04:05:37.972319 [ 5 ] {fe8d85e0-69a2-4380-8d5e-d02a3c0fb8f7} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001762 sec., 359250.8513053349 rows/sec., 28.25 MiB/sec. | ||
| 8576 | 2025.04.15 04:05:37.972354 [ 33 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8577 | 2025.04.15 04:05:37.972396 [ 5 ] {fe8d85e0-69a2-4380-8d5e-d02a3c0fb8f7} <Debug> TCPHandler: Processed in 0.001976052 sec. | ||
| 8578 | 2025.04.15 04:05:37.972399 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8579 | 2025.04.15 04:05:37.972578 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8580 | 2025.04.15 04:05:37.972620 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 8581 | 2025.04.15 04:05:37.972742 [ 5 ] {e6a8efd8-c6d6-4ae1-9be6-6056394803bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8582 | 2025.04.15 04:05:37.972840 [ 5 ] {e6a8efd8-c6d6-4ae1-9be6-6056394803bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8583 | 2025.04.15 04:05:37.972948 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8584 | 2025.04.15 04:05:37.973039 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1847 rows starting from the beginning of the part | ||
| 8585 | 2025.04.15 04:05:37.973323 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 120 rows starting from the beginning of the part | ||
| 8586 | 2025.04.15 04:05:37.973781 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1774 rows starting from the beginning of the part | ||
| 8587 | 2025.04.15 04:05:37.974267 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 8588 | 2025.04.15 04:05:37.974566 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 120 rows starting from the beginning of the part | ||
| 8589 | 2025.04.15 04:05:37.974937 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 633 rows starting from the beginning of the part | ||
| 8590 | 2025.04.15 04:05:37.975643 [ 5 ] {e6a8efd8-c6d6-4ae1-9be6-6056394803bd} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8591 | 2025.04.15 04:05:37.975705 [ 5 ] {e6a8efd8-c6d6-4ae1-9be6-6056394803bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8592 | 2025.04.15 04:05:37.976508 [ 5 ] {e6a8efd8-c6d6-4ae1-9be6-6056394803bd} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8593 | 2025.04.15 04:05:37.977030 [ 5 ] {e6a8efd8-c6d6-4ae1-9be6-6056394803bd} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8594 | 2025.04.15 04:05:37.977658 [ 5 ] {e6a8efd8-c6d6-4ae1-9be6-6056394803bd} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.004958 sec., 22993.14239612747 rows/sec., 1.38 MiB/sec. | ||
| 8595 | 2025.04.15 04:05:37.978014 [ 5 ] {e6a8efd8-c6d6-4ae1-9be6-6056394803bd} <Debug> TCPHandler: Processed in 0.005508748 sec. | ||
| 8596 | 2025.04.15 04:05:37.978422 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8597 | 2025.04.15 04:05:37.978633 [ 5 ] {d82bf61e-9776-437c-8804-b4d7a1d2358c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8598 | 2025.04.15 04:05:37.978693 [ 5 ] {d82bf61e-9776-437c-8804-b4d7a1d2358c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8599 | 2025.04.15 04:05:37.979481 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.006964099 sec., 653350.8498371433 rows/sec., 55.53 MiB/sec. | ||
| 8600 | 2025.04.15 04:05:37.979724 [ 5 ] {d82bf61e-9776-437c-8804-b4d7a1d2358c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8601 | 2025.04.15 04:05:37.979776 [ 5 ] {d82bf61e-9776-437c-8804-b4d7a1d2358c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8602 | 2025.04.15 04:05:37.979801 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8603 | 2025.04.15 04:05:37.980433 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_66_13} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8604 | 2025.04.15 04:05:37.980534 [ 5 ] {d82bf61e-9776-437c-8804-b4d7a1d2358c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8605 | 2025.04.15 04:05:37.980586 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_66_13} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8606 | 2025.04.15 04:05:37.980740 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 8607 | 2025.04.15 04:05:37.980930 [ 5 ] {d82bf61e-9776-437c-8804-b4d7a1d2358c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8608 | 2025.04.15 04:05:37.981137 [ 5 ] {d82bf61e-9776-437c-8804-b4d7a1d2358c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002531 sec., 44646.38482813117 rows/sec., 2.89 MiB/sec. | ||
| 8609 | 2025.04.15 04:05:37.981290 [ 5 ] {d82bf61e-9776-437c-8804-b4d7a1d2358c} <Debug> TCPHandler: Processed in 0.003013675 sec. | ||
| 8610 | 2025.04.15 04:05:37.981586 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8611 | 2025.04.15 04:05:37.981713 [ 5 ] {e66b502d-463f-4c31-9038-7b477cf624da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8612 | 2025.04.15 04:05:37.981761 [ 5 ] {e66b502d-463f-4c31-9038-7b477cf624da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8613 | 2025.04.15 04:05:37.982342 [ 5 ] {e66b502d-463f-4c31-9038-7b477cf624da} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8614 | 2025.04.15 04:05:37.982380 [ 5 ] {e66b502d-463f-4c31-9038-7b477cf624da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8615 | 2025.04.15 04:05:37.982726 [ 5 ] {e66b502d-463f-4c31-9038-7b477cf624da} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8616 | 2025.04.15 04:05:37.982957 [ 5 ] {e66b502d-463f-4c31-9038-7b477cf624da} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8617 | 2025.04.15 04:05:37.983155 [ 5 ] {e66b502d-463f-4c31-9038-7b477cf624da} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00146 sec., 76712.3287671233 rows/sec., 4.37 MiB/sec. | ||
| 8618 | 2025.04.15 04:05:37.983323 [ 5 ] {e66b502d-463f-4c31-9038-7b477cf624da} <Debug> TCPHandler: Processed in 0.001837899 sec. | ||
| 8619 | 2025.04.15 04:05:37.983509 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8620 | 2025.04.15 04:05:37.983612 [ 5 ] {5ac1ceff-6821-423a-9e84-87487d4b5ab4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8621 | 2025.04.15 04:05:37.983658 [ 5 ] {5ac1ceff-6821-423a-9e84-87487d4b5ab4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8622 | 2025.04.15 04:05:37.984364 [ 5 ] {5ac1ceff-6821-423a-9e84-87487d4b5ab4} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8623 | 2025.04.15 04:05:37.984401 [ 5 ] {5ac1ceff-6821-423a-9e84-87487d4b5ab4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8624 | 2025.04.15 04:05:37.984759 [ 5 ] {5ac1ceff-6821-423a-9e84-87487d4b5ab4} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8625 | 2025.04.15 04:05:37.984997 [ 5 ] {5ac1ceff-6821-423a-9e84-87487d4b5ab4} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8626 | 2025.04.15 04:05:37.985129 [ 33 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8627 | 2025.04.15 04:05:37.985172 [ 33 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8628 | 2025.04.15 04:05:37.985175 [ 5 ] {5ac1ceff-6821-423a-9e84-87487d4b5ab4} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001585 sec., 246056.78233438486 rows/sec., 17.39 MiB/sec. | ||
| 8629 | 2025.04.15 04:05:37.985197 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8630 | 2025.04.15 04:05:37.985280 [ 5 ] {5ac1ceff-6821-423a-9e84-87487d4b5ab4} <Debug> TCPHandler: Processed in 0.001825579 sec. | ||
| 8631 | 2025.04.15 04:05:37.985440 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 8632 | 2025.04.15 04:05:37.985510 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8633 | 2025.04.15 04:05:37.985667 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8634 | 2025.04.15 04:05:37.985724 [ 5 ] {bf7b8a28-a367-406f-82d2-c90c2f681aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8635 | 2025.04.15 04:05:37.985742 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part | ||
| 8636 | 2025.04.15 04:05:37.985833 [ 5 ] {bf7b8a28-a367-406f-82d2-c90c2f681aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8637 | 2025.04.15 04:05:37.986029 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 96 rows starting from the beginning of the part | ||
| 8638 | 2025.04.15 04:05:37.986387 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 848 rows starting from the beginning of the part | ||
| 8639 | 2025.04.15 04:05:37.986786 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 8640 | 2025.04.15 04:05:37.987119 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 96 rows starting from the beginning of the part | ||
| 8641 | 2025.04.15 04:05:37.987579 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 390 rows starting from the beginning of the part | ||
| 8642 | 2025.04.15 04:05:37.989863 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.004555787 sec., 528558.5125028891 rows/sec., 40.46 MiB/sec. | ||
| 8643 | 2025.04.15 04:05:37.990047 [ 5 ] {bf7b8a28-a367-406f-82d2-c90c2f681aea} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8644 | 2025.04.15 04:05:37.990115 [ 5 ] {bf7b8a28-a367-406f-82d2-c90c2f681aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8645 | 2025.04.15 04:05:37.990170 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8646 | 2025.04.15 04:05:37.990960 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_66_13} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8647 | 2025.04.15 04:05:37.991116 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_66_13} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8648 | 2025.04.15 04:05:37.991125 [ 5 ] {bf7b8a28-a367-406f-82d2-c90c2f681aea} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8649 | 2025.04.15 04:05:37.991240 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8650 | 2025.04.15 04:05:37.991469 [ 5 ] {bf7b8a28-a367-406f-82d2-c90c2f681aea} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8651 | 2025.04.15 04:05:37.991700 [ 5 ] {bf7b8a28-a367-406f-82d2-c90c2f681aea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006023 sec., 996.1813049975096 rows/sec., 52.05 KiB/sec. | ||
| 8652 | 2025.04.15 04:05:37.991882 [ 5 ] {bf7b8a28-a367-406f-82d2-c90c2f681aea} <Debug> TCPHandler: Processed in 0.006450278 sec. | ||
| 8653 | 2025.04.15 04:05:37.992110 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8654 | 2025.04.15 04:05:37.992215 [ 5 ] {b530ee9d-a5ed-44e0-9727-811517ff32ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8655 | 2025.04.15 04:05:37.992265 [ 5 ] {b530ee9d-a5ed-44e0-9727-811517ff32ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8656 | 2025.04.15 04:05:37.992817 [ 5 ] {b530ee9d-a5ed-44e0-9727-811517ff32ab} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8657 | 2025.04.15 04:05:37.992854 [ 5 ] {b530ee9d-a5ed-44e0-9727-811517ff32ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8658 | 2025.04.15 04:05:37.993235 [ 5 ] {b530ee9d-a5ed-44e0-9727-811517ff32ab} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8659 | 2025.04.15 04:05:37.993482 [ 5 ] {b530ee9d-a5ed-44e0-9727-811517ff32ab} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8660 | 2025.04.15 04:05:37.993612 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8661 | 2025.04.15 04:05:37.993647 [ 5 ] {b530ee9d-a5ed-44e0-9727-811517ff32ab} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001456 sec., 162774.72527472526 rows/sec., 10.91 MiB/sec. | ||
| 8662 | 2025.04.15 04:05:37.993651 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8663 | 2025.04.15 04:05:37.993692 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8664 | 2025.04.15 04:05:37.993717 [ 5 ] {b530ee9d-a5ed-44e0-9727-811517ff32ab} <Debug> TCPHandler: Processed in 0.001671956 sec. | ||
| 8665 | 2025.04.15 04:05:37.993823 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 8666 | 2025.04.15 04:05:37.993850 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8667 | 2025.04.15 04:05:37.993943 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8668 | 2025.04.15 04:05:37.993986 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18487 rows starting from the beginning of the part | ||
| 8669 | 2025.04.15 04:05:37.993989 [ 5 ] {4d0a831d-3f49-4d3a-826c-c23abed6c841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8670 | 2025.04.15 04:05:37.994060 [ 5 ] {4d0a831d-3f49-4d3a-826c-c23abed6c841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8671 | 2025.04.15 04:05:37.994108 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 8672 | 2025.04.15 04:05:37.994350 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 956 rows starting from the beginning of the part | ||
| 8673 | 2025.04.15 04:05:37.994575 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 128 rows starting from the beginning of the part | ||
| 8674 | 2025.04.15 04:05:37.994786 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 8675 | 2025.04.15 04:05:37.994988 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 8676 | 2025.04.15 04:05:37.995490 [ 5 ] {4d0a831d-3f49-4d3a-826c-c23abed6c841} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8677 | 2025.04.15 04:05:37.995535 [ 5 ] {4d0a831d-3f49-4d3a-826c-c23abed6c841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8678 | 2025.04.15 04:05:37.995967 [ 5 ] {4d0a831d-3f49-4d3a-826c-c23abed6c841} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8679 | 2025.04.15 04:05:37.996226 [ 5 ] {4d0a831d-3f49-4d3a-826c-c23abed6c841} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8680 | 2025.04.15 04:05:37.996548 [ 5 ] {4d0a831d-3f49-4d3a-826c-c23abed6c841} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002583 sec., 387.14672861014327 rows/sec., 26.09 KiB/sec. | ||
| 8681 | 2025.04.15 04:05:37.996824 [ 5 ] {4d0a831d-3f49-4d3a-826c-c23abed6c841} <Debug> TCPHandler: Processed in 0.003033905 sec. | ||
| 8682 | 2025.04.15 04:05:37.997176 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8683 | 2025.04.15 04:05:37.997438 [ 5 ] {c71d4e90-edc0-4a6b-a01a-f6bec721c392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8684 | 2025.04.15 04:05:37.997565 [ 5 ] {c71d4e90-edc0-4a6b-a01a-f6bec721c392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8685 | 2025.04.15 04:05:37.999104 [ 5 ] {c71d4e90-edc0-4a6b-a01a-f6bec721c392} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8686 | 2025.04.15 04:05:37.999146 [ 5 ] {c71d4e90-edc0-4a6b-a01a-f6bec721c392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8687 | 2025.04.15 04:05:38.001733 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 220.36 MiB, peak 221.64 MiB, free memory in arenas 0.00 B, will set to 217.02 MiB (RSS), difference: -3.34 MiB | ||
| 8688 | 2025.04.15 04:05:38.001978 [ 5 ] {c71d4e90-edc0-4a6b-a01a-f6bec721c392} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8689 | 2025.04.15 04:05:38.002476 [ 5 ] {c71d4e90-edc0-4a6b-a01a-f6bec721c392} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8690 | 2025.04.15 04:05:38.002791 [ 5 ] {c71d4e90-edc0-4a6b-a01a-f6bec721c392} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005392 sec., 1483.679525222552 rows/sec., 2.66 MiB/sec. | ||
| 8691 | 2025.04.15 04:05:38.003726 [ 5 ] {c71d4e90-edc0-4a6b-a01a-f6bec721c392} <Debug> TCPHandler: Processed in 0.006662502 sec. | ||
| 8692 | 2025.04.15 04:05:38.004123 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8693 | 2025.04.15 04:05:38.004569 [ 5 ] {a1587179-8ff5-4933-97c5-6462fb1f0618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8694 | 2025.04.15 04:05:38.004793 [ 5 ] {a1587179-8ff5-4933-97c5-6462fb1f0618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8695 | 2025.04.15 04:05:38.004965 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20128 rows, containing 5 columns (5 merged, 0 gathered) in 0.011194929 sec., 1797956.9142421538 rows/sec., 121.31 MiB/sec. | ||
| 8696 | 2025.04.15 04:05:38.005253 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8697 | 2025.04.15 04:05:38.005474 [ 5 ] {a1587179-8ff5-4933-97c5-6462fb1f0618} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8698 | 2025.04.15 04:05:38.005514 [ 5 ] {a1587179-8ff5-4933-97c5-6462fb1f0618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8699 | 2025.04.15 04:05:38.005625 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8700 | 2025.04.15 04:05:38.005730 [ 201 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8701 | 2025.04.15 04:05:38.005824 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 8702 | 2025.04.15 04:05:38.005963 [ 5 ] {a1587179-8ff5-4933-97c5-6462fb1f0618} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8703 | 2025.04.15 04:05:38.006219 [ 5 ] {a1587179-8ff5-4933-97c5-6462fb1f0618} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8704 | 2025.04.15 04:05:38.006354 [ 33 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8705 | 2025.04.15 04:05:38.006389 [ 5 ] {a1587179-8ff5-4933-97c5-6462fb1f0618} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002006 sec., 40877.367896311065 rows/sec., 2.60 MiB/sec. | ||
| 8706 | 2025.04.15 04:05:38.006393 [ 33 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8707 | 2025.04.15 04:05:38.006433 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8708 | 2025.04.15 04:05:38.006461 [ 5 ] {a1587179-8ff5-4933-97c5-6462fb1f0618} <Debug> TCPHandler: Processed in 0.002453773 sec. | ||
| 8709 | 2025.04.15 04:05:38.006951 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 8710 | 2025.04.15 04:05:38.007634 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8711 | 2025.04.15 04:05:38.007782 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3620 rows starting from the beginning of the part | ||
| 8712 | 2025.04.15 04:05:38.008339 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 8713 | 2025.04.15 04:05:38.008763 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 34 rows starting from the beginning of the part | ||
| 8714 | 2025.04.15 04:05:38.008904 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 48 rows starting from the beginning of the part | ||
| 8715 | 2025.04.15 04:05:38.009066 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 8716 | 2025.04.15 04:05:38.009171 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 8717 | 2025.04.15 04:05:38.010931 [ 190 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3904 rows, containing 4 columns (4 merged, 0 gathered) in 0.004353223 sec., 896806.8026838965 rows/sec., 58.36 MiB/sec. | ||
| 8718 | 2025.04.15 04:05:38.011281 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8719 | 2025.04.15 04:05:38.011584 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_66_13} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8720 | 2025.04.15 04:05:38.011672 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_66_13} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8721 | 2025.04.15 04:05:38.011765 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8722 | 2025.04.15 04:05:39.001150 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.94 MiB, peak 224.40 MiB, free memory in arenas 0.00 B, will set to 217.02 MiB (RSS), difference: 7.08 MiB | ||
| 8723 | 2025.04.15 04:05:42.910061 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 8724 | 2025.04.15 04:05:42.910681 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8725 | 2025.04.15 04:05:42.910726 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8726 | 2025.04.15 04:05:42.911245 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8727 | 2025.04.15 04:05:42.911509 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8728 | 2025.04.15 04:05:42.911711 [ 27 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8729 | 2025.04.15 04:05:42.911774 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 8730 | 2025.04.15 04:05:42.911814 [ 27 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8731 | 2025.04.15 04:05:42.911842 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8732 | 2025.04.15 04:05:42.912084 [ 191 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 8733 | 2025.04.15 04:05:42.912662 [ 191 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8734 | 2025.04.15 04:05:42.912809 [ 191 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 8735 | 2025.04.15 04:05:42.913330 [ 191 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 8736 | 2025.04.15 04:05:42.913470 [ 191 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 8737 | 2025.04.15 04:05:42.913653 [ 191 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 8738 | 2025.04.15 04:05:42.913880 [ 191 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 8739 | 2025.04.15 04:05:42.914020 [ 191 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 8740 | 2025.04.15 04:05:42.916429 [ 190 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004516427 sec., 4159925.534056014 rows/sec., 59.51 MiB/sec. | ||
| 8741 | 2025.04.15 04:05:42.916919 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8742 | 2025.04.15 04:05:42.917380 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_41_8} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8743 | 2025.04.15 04:05:42.917487 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_41_8} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8744 | 2025.04.15 04:05:42.917604 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8745 | 2025.04.15 04:05:42.963468 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8746 | 2025.04.15 04:05:42.963624 [ 5 ] {7b068e84-3519-49d4-91c5-a50b42aad584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8747 | 2025.04.15 04:05:42.963689 [ 5 ] {7b068e84-3519-49d4-91c5-a50b42aad584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8748 | 2025.04.15 04:05:42.964390 [ 5 ] {7b068e84-3519-49d4-91c5-a50b42aad584} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8749 | 2025.04.15 04:05:42.964433 [ 5 ] {7b068e84-3519-49d4-91c5-a50b42aad584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8750 | 2025.04.15 04:05:42.964812 [ 5 ] {7b068e84-3519-49d4-91c5-a50b42aad584} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 8751 | 2025.04.15 04:05:42.965054 [ 5 ] {7b068e84-3519-49d4-91c5-a50b42aad584} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8752 | 2025.04.15 04:05:42.965290 [ 5 ] {7b068e84-3519-49d4-91c5-a50b42aad584} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001704 sec., 2347.417840375587 rows/sec., 191.42 KiB/sec. | ||
| 8753 | 2025.04.15 04:05:42.965429 [ 5 ] {7b068e84-3519-49d4-91c5-a50b42aad584} <Debug> TCPHandler: Processed in 0.002073705 sec. | ||
| 8754 | 2025.04.15 04:05:42.965617 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8755 | 2025.04.15 04:05:42.965722 [ 5 ] {af36e7cc-c7b9-499b-9948-cba28fcb1ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8756 | 2025.04.15 04:05:42.965767 [ 5 ] {af36e7cc-c7b9-499b-9948-cba28fcb1ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8757 | 2025.04.15 04:05:42.966374 [ 5 ] {af36e7cc-c7b9-499b-9948-cba28fcb1ed5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8758 | 2025.04.15 04:05:42.966413 [ 5 ] {af36e7cc-c7b9-499b-9948-cba28fcb1ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8759 | 2025.04.15 04:05:42.966770 [ 5 ] {af36e7cc-c7b9-499b-9948-cba28fcb1ed5} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8760 | 2025.04.15 04:05:42.967003 [ 5 ] {af36e7cc-c7b9-499b-9948-cba28fcb1ed5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8761 | 2025.04.15 04:05:42.967204 [ 5 ] {af36e7cc-c7b9-499b-9948-cba28fcb1ed5} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001505 sec., 81063.12292358803 rows/sec., 6.87 MiB/sec. | ||
| 8762 | 2025.04.15 04:05:42.967256 [ 5 ] {af36e7cc-c7b9-499b-9948-cba28fcb1ed5} <Debug> TCPHandler: Processed in 0.001703876 sec. | ||
| 8763 | 2025.04.15 04:05:42.967377 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8764 | 2025.04.15 04:05:42.967481 [ 5 ] {489fbace-6386-45b6-a1a9-ffaad9787c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8765 | 2025.04.15 04:05:42.967525 [ 5 ] {489fbace-6386-45b6-a1a9-ffaad9787c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8766 | 2025.04.15 04:05:42.968041 [ 5 ] {489fbace-6386-45b6-a1a9-ffaad9787c86} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8767 | 2025.04.15 04:05:42.968080 [ 5 ] {489fbace-6386-45b6-a1a9-ffaad9787c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8768 | 2025.04.15 04:05:42.968428 [ 5 ] {489fbace-6386-45b6-a1a9-ffaad9787c86} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8769 | 2025.04.15 04:05:42.968664 [ 5 ] {489fbace-6386-45b6-a1a9-ffaad9787c86} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8770 | 2025.04.15 04:05:42.968864 [ 5 ] {489fbace-6386-45b6-a1a9-ffaad9787c86} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001404 sec., 25641.02564102564 rows/sec., 1.87 MiB/sec. | ||
| 8771 | 2025.04.15 04:05:42.968913 [ 5 ] {489fbace-6386-45b6-a1a9-ffaad9787c86} <Debug> TCPHandler: Processed in 0.001586654 sec. | ||
| 8772 | 2025.04.15 04:05:42.969029 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8773 | 2025.04.15 04:05:42.969132 [ 5 ] {b3d94903-af4c-45f6-840c-4796bbb67163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8774 | 2025.04.15 04:05:42.969175 [ 5 ] {b3d94903-af4c-45f6-840c-4796bbb67163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8775 | 2025.04.15 04:05:42.969723 [ 5 ] {b3d94903-af4c-45f6-840c-4796bbb67163} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8776 | 2025.04.15 04:05:42.969762 [ 5 ] {b3d94903-af4c-45f6-840c-4796bbb67163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8777 | 2025.04.15 04:05:42.970135 [ 5 ] {b3d94903-af4c-45f6-840c-4796bbb67163} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8778 | 2025.04.15 04:05:42.970367 [ 5 ] {b3d94903-af4c-45f6-840c-4796bbb67163} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8779 | 2025.04.15 04:05:42.970555 [ 5 ] {b3d94903-af4c-45f6-840c-4796bbb67163} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001444 sec., 69252.07756232687 rows/sec., 5.41 MiB/sec. | ||
| 8780 | 2025.04.15 04:05:42.970606 [ 5 ] {b3d94903-af4c-45f6-840c-4796bbb67163} <Debug> TCPHandler: Processed in 0.001627905 sec. | ||
| 8781 | 2025.04.15 04:05:42.970725 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8782 | 2025.04.15 04:05:42.970830 [ 5 ] {7f35feee-3589-4774-8a09-9d9512eaeb57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8783 | 2025.04.15 04:05:42.970878 [ 5 ] {7f35feee-3589-4774-8a09-9d9512eaeb57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8784 | 2025.04.15 04:05:42.971373 [ 5 ] {7f35feee-3589-4774-8a09-9d9512eaeb57} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8785 | 2025.04.15 04:05:42.971412 [ 5 ] {7f35feee-3589-4774-8a09-9d9512eaeb57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8786 | 2025.04.15 04:05:42.971784 [ 5 ] {7f35feee-3589-4774-8a09-9d9512eaeb57} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8787 | 2025.04.15 04:05:42.972014 [ 5 ] {7f35feee-3589-4774-8a09-9d9512eaeb57} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8788 | 2025.04.15 04:05:42.972207 [ 5 ] {7f35feee-3589-4774-8a09-9d9512eaeb57} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001399 sec., 115796.99785561115 rows/sec., 8.06 MiB/sec. | ||
| 8789 | 2025.04.15 04:05:42.972256 [ 5 ] {7f35feee-3589-4774-8a09-9d9512eaeb57} <Debug> TCPHandler: Processed in 0.001582223 sec. | ||
| 8790 | 2025.04.15 04:05:42.972372 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8791 | 2025.04.15 04:05:42.972476 [ 5 ] {9b092574-8906-4854-b677-2542714d93e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8792 | 2025.04.15 04:05:42.972540 [ 5 ] {9b092574-8906-4854-b677-2542714d93e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8793 | 2025.04.15 04:05:42.973651 [ 5 ] {9b092574-8906-4854-b677-2542714d93e4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8794 | 2025.04.15 04:05:42.973689 [ 5 ] {9b092574-8906-4854-b677-2542714d93e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8795 | 2025.04.15 04:05:42.974318 [ 5 ] {9b092574-8906-4854-b677-2542714d93e4} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8796 | 2025.04.15 04:05:42.974572 [ 5 ] {9b092574-8906-4854-b677-2542714d93e4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8797 | 2025.04.15 04:05:42.974794 [ 5 ] {9b092574-8906-4854-b677-2542714d93e4} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00234 sec., 13675.213675213674 rows/sec., 24.51 MiB/sec. | ||
| 8798 | 2025.04.15 04:05:42.974884 [ 5 ] {9b092574-8906-4854-b677-2542714d93e4} <Debug> TCPHandler: Processed in 0.002563514 sec. | ||
| 8799 | 2025.04.15 04:05:42.975008 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8800 | 2025.04.15 04:05:42.975113 [ 5 ] {ee68090b-d641-47b7-b3ab-59b4dc037f48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8801 | 2025.04.15 04:05:42.975160 [ 5 ] {ee68090b-d641-47b7-b3ab-59b4dc037f48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8802 | 2025.04.15 04:05:42.975576 [ 5 ] {ee68090b-d641-47b7-b3ab-59b4dc037f48} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8803 | 2025.04.15 04:05:42.975615 [ 5 ] {ee68090b-d641-47b7-b3ab-59b4dc037f48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8804 | 2025.04.15 04:05:42.975980 [ 5 ] {ee68090b-d641-47b7-b3ab-59b4dc037f48} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8805 | 2025.04.15 04:05:42.976216 [ 5 ] {ee68090b-d641-47b7-b3ab-59b4dc037f48} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8806 | 2025.04.15 04:05:42.976424 [ 5 ] {ee68090b-d641-47b7-b3ab-59b4dc037f48} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. | ||
| 8807 | 2025.04.15 04:05:42.976478 [ 5 ] {ee68090b-d641-47b7-b3ab-59b4dc037f48} <Debug> TCPHandler: Processed in 0.001520773 sec. | ||
| 8808 | 2025.04.15 04:05:44.213654 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8809 | 2025.04.15 04:05:44.236502 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8810 | 2025.04.15 04:05:44.236551 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8811 | 2025.04.15 04:05:44.243745 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8812 | 2025.04.15 04:05:44.244501 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8813 | 2025.04.15 04:05:44.244904 [ 44 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8814 | 2025.04.15 04:05:44.245035 [ 44 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8815 | 2025.04.15 04:05:44.245106 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8816 | 2025.04.15 04:05:44.245736 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 8817 | 2025.04.15 04:05:44.261356 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8818 | 2025.04.15 04:05:44.262996 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8819 | 2025.04.15 04:05:44.264430 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 8820 | 2025.04.15 04:05:44.269909 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 8821 | 2025.04.15 04:05:44.275329 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 8822 | 2025.04.15 04:05:44.280957 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 8823 | 2025.04.15 04:05:44.286759 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 8824 | 2025.04.15 04:05:44.290991 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 8825 | 2025.04.15 04:05:44.348756 [ 190 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.103479958 sec., 2986.0854794703337 rows/sec., 15.44 MiB/sec. | ||
| 8826 | 2025.04.15 04:05:44.351538 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8827 | 2025.04.15 04:05:44.354467 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_41_8} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8828 | 2025.04.15 04:05:44.354584 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_41_8} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8829 | 2025.04.15 04:05:44.356939 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8830 | 2025.04.15 04:05:45.503875 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1260 | ||
| 8831 | 2025.04.15 04:05:45.507503 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8832 | 2025.04.15 04:05:45.507565 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8833 | 2025.04.15 04:05:45.509073 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8834 | 2025.04.15 04:05:45.509413 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8835 | 2025.04.15 04:05:45.510866 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1260 | ||
| 8836 | 2025.04.15 04:05:47.968251 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8837 | 2025.04.15 04:05:47.968461 [ 5 ] {7ad10d2f-51d5-4b78-9b6b-b39904025b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8838 | 2025.04.15 04:05:47.968545 [ 5 ] {7ad10d2f-51d5-4b78-9b6b-b39904025b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8839 | 2025.04.15 04:05:47.969385 [ 5 ] {7ad10d2f-51d5-4b78-9b6b-b39904025b67} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8840 | 2025.04.15 04:05:47.969439 [ 5 ] {7ad10d2f-51d5-4b78-9b6b-b39904025b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8841 | 2025.04.15 04:05:47.969874 [ 5 ] {7ad10d2f-51d5-4b78-9b6b-b39904025b67} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8842 | 2025.04.15 04:05:47.970131 [ 5 ] {7ad10d2f-51d5-4b78-9b6b-b39904025b67} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8843 | 2025.04.15 04:05:47.970313 [ 110 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8844 | 2025.04.15 04:05:47.970383 [ 5 ] {7ad10d2f-51d5-4b78-9b6b-b39904025b67} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00198 sec., 107070.70707070707 rows/sec., 6.81 MiB/sec. | ||
| 8845 | 2025.04.15 04:05:47.970399 [ 110 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8846 | 2025.04.15 04:05:47.970471 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8847 | 2025.04.15 04:05:47.970526 [ 5 ] {7ad10d2f-51d5-4b78-9b6b-b39904025b67} <Debug> TCPHandler: Processed in 0.002417431 sec. | ||
| 8848 | 2025.04.15 04:05:47.970648 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 8849 | 2025.04.15 04:05:47.970691 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8850 | 2025.04.15 04:05:47.970763 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8851 | 2025.04.15 04:05:47.970803 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 8852 | 2025.04.15 04:05:47.970821 [ 5 ] {04c9bc30-31f5-4f79-80d2-c6d9f6de8eab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8853 | 2025.04.15 04:05:47.970895 [ 5 ] {04c9bc30-31f5-4f79-80d2-c6d9f6de8eab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8854 | 2025.04.15 04:05:47.970919 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 8855 | 2025.04.15 04:05:47.971254 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 8856 | 2025.04.15 04:05:47.971613 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 8857 | 2025.04.15 04:05:47.972009 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 8858 | 2025.04.15 04:05:47.973435 [ 5 ] {04c9bc30-31f5-4f79-80d2-c6d9f6de8eab} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8859 | 2025.04.15 04:05:47.973473 [ 5 ] {04c9bc30-31f5-4f79-80d2-c6d9f6de8eab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8860 | 2025.04.15 04:05:47.973729 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003150817 sec., 336420.68073137855 rows/sec., 22.68 MiB/sec. | ||
| 8861 | 2025.04.15 04:05:47.974021 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8862 | 2025.04.15 04:05:47.974147 [ 5 ] {04c9bc30-31f5-4f79-80d2-c6d9f6de8eab} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8863 | 2025.04.15 04:05:47.974559 [ 5 ] {04c9bc30-31f5-4f79-80d2-c6d9f6de8eab} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8864 | 2025.04.15 04:05:47.974613 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_29_7} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8865 | 2025.04.15 04:05:47.974851 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_29_7} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8866 | 2025.04.15 04:05:47.975037 [ 5 ] {04c9bc30-31f5-4f79-80d2-c6d9f6de8eab} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.004233 sec., 149539.33380581148 rows/sec., 11.76 MiB/sec. | ||
| 8867 | 2025.04.15 04:05:47.975151 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 8868 | 2025.04.15 04:05:47.975349 [ 5 ] {04c9bc30-31f5-4f79-80d2-c6d9f6de8eab} <Debug> TCPHandler: Processed in 0.00471471 sec. | ||
| 8869 | 2025.04.15 04:05:47.975580 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8870 | 2025.04.15 04:05:47.975698 [ 5 ] {7ab115d0-70e4-443e-9ec6-021c387b0a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8871 | 2025.04.15 04:05:47.975744 [ 5 ] {7ab115d0-70e4-443e-9ec6-021c387b0a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8872 | 2025.04.15 04:05:47.976333 [ 5 ] {7ab115d0-70e4-443e-9ec6-021c387b0a8d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8873 | 2025.04.15 04:05:47.976373 [ 5 ] {7ab115d0-70e4-443e-9ec6-021c387b0a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8874 | 2025.04.15 04:05:47.976724 [ 5 ] {7ab115d0-70e4-443e-9ec6-021c387b0a8d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8875 | 2025.04.15 04:05:47.976978 [ 5 ] {7ab115d0-70e4-443e-9ec6-021c387b0a8d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8876 | 2025.04.15 04:05:47.977123 [ 93 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8877 | 2025.04.15 04:05:47.977150 [ 5 ] {7ab115d0-70e4-443e-9ec6-021c387b0a8d} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001474 sec., 77340.5698778833 rows/sec., 4.63 MiB/sec. | ||
| 8878 | 2025.04.15 04:05:47.977168 [ 93 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8879 | 2025.04.15 04:05:47.977208 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8880 | 2025.04.15 04:05:47.977222 [ 5 ] {7ab115d0-70e4-443e-9ec6-021c387b0a8d} <Debug> TCPHandler: Processed in 0.001727856 sec. | ||
| 8881 | 2025.04.15 04:05:47.977487 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8882 | 2025.04.15 04:05:47.977539 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 8883 | 2025.04.15 04:05:47.977827 [ 5 ] {7248fa1a-7711-4e31-a3a8-d71fba697e5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8884 | 2025.04.15 04:05:47.978036 [ 5 ] {7248fa1a-7711-4e31-a3a8-d71fba697e5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8885 | 2025.04.15 04:05:47.978087 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8886 | 2025.04.15 04:05:47.978229 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 164 rows starting from the beginning of the part | ||
| 8887 | 2025.04.15 04:05:47.978666 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 116 rows starting from the beginning of the part | ||
| 8888 | 2025.04.15 04:05:47.979076 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part | ||
| 8889 | 2025.04.15 04:05:47.979457 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 114 rows starting from the beginning of the part | ||
| 8890 | 2025.04.15 04:05:47.979876 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 36 rows starting from the beginning of the part | ||
| 8891 | 2025.04.15 04:05:47.980231 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 114 rows starting from the beginning of the part | ||
| 8892 | 2025.04.15 04:05:47.981823 [ 5 ] {7248fa1a-7711-4e31-a3a8-d71fba697e5c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8893 | 2025.04.15 04:05:47.981907 [ 5 ] {7248fa1a-7711-4e31-a3a8-d71fba697e5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8894 | 2025.04.15 04:05:47.982914 [ 5 ] {7248fa1a-7711-4e31-a3a8-d71fba697e5c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8895 | 2025.04.15 04:05:47.983319 [ 200 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 576 rows, containing 5 columns (5 merged, 0 gathered) in 0.006006048 sec., 95903.32944392053 rows/sec., 6.36 MiB/sec. | ||
| 8896 | 2025.04.15 04:05:47.983400 [ 5 ] {7248fa1a-7711-4e31-a3a8-d71fba697e5c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8897 | 2025.04.15 04:05:47.983578 [ 200 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8898 | 2025.04.15 04:05:47.983885 [ 5 ] {7248fa1a-7711-4e31-a3a8-d71fba697e5c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.006198 sec., 18231.687641174572 rows/sec., 1.18 MiB/sec. | ||
| 8899 | 2025.04.15 04:05:47.984162 [ 5 ] {7248fa1a-7711-4e31-a3a8-d71fba697e5c} <Debug> TCPHandler: Processed in 0.006782484 sec. | ||
| 8900 | 2025.04.15 04:05:47.984511 [ 200 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_56_11} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8901 | 2025.04.15 04:05:47.984531 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8902 | 2025.04.15 04:05:47.984798 [ 200 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_56_11} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8903 | 2025.04.15 04:05:47.984808 [ 5 ] {84dd6b97-5408-4d81-9fd5-54547060c78e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8904 | 2025.04.15 04:05:47.984899 [ 5 ] {84dd6b97-5408-4d81-9fd5-54547060c78e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8905 | 2025.04.15 04:05:47.984961 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8906 | 2025.04.15 04:05:47.985559 [ 5 ] {84dd6b97-5408-4d81-9fd5-54547060c78e} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8907 | 2025.04.15 04:05:47.985602 [ 5 ] {84dd6b97-5408-4d81-9fd5-54547060c78e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8908 | 2025.04.15 04:05:47.985958 [ 5 ] {84dd6b97-5408-4d81-9fd5-54547060c78e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8909 | 2025.04.15 04:05:47.986248 [ 5 ] {84dd6b97-5408-4d81-9fd5-54547060c78e} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8910 | 2025.04.15 04:05:47.986403 [ 93 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8911 | 2025.04.15 04:05:47.986452 [ 93 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8912 | 2025.04.15 04:05:47.986461 [ 5 ] {84dd6b97-5408-4d81-9fd5-54547060c78e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00171 sec., 65497.07602339182 rows/sec., 3.73 MiB/sec. | ||
| 8913 | 2025.04.15 04:05:47.986477 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8914 | 2025.04.15 04:05:47.986623 [ 5 ] {84dd6b97-5408-4d81-9fd5-54547060c78e} <Debug> TCPHandler: Processed in 0.002229598 sec. | ||
| 8915 | 2025.04.15 04:05:47.986763 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 8916 | 2025.04.15 04:05:47.987016 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8917 | 2025.04.15 04:05:47.987070 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8918 | 2025.04.15 04:05:47.987186 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 8919 | 2025.04.15 04:05:47.987254 [ 5 ] {3674fd89-fbd9-4823-b2dd-318801d03fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8920 | 2025.04.15 04:05:47.987531 [ 5 ] {3674fd89-fbd9-4823-b2dd-318801d03fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8921 | 2025.04.15 04:05:47.987776 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 8922 | 2025.04.15 04:05:47.987960 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 8923 | 2025.04.15 04:05:47.988235 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 8924 | 2025.04.15 04:05:47.988586 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 8925 | 2025.04.15 04:05:47.990216 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003627357 sec., 154382.37813372107 rows/sec., 9.38 MiB/sec. | ||
| 8926 | 2025.04.15 04:05:47.990467 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8927 | 2025.04.15 04:05:47.991020 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_29_7} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8928 | 2025.04.15 04:05:47.991239 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_29_7} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8929 | 2025.04.15 04:05:47.991439 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8930 | 2025.04.15 04:05:47.991560 [ 5 ] {3674fd89-fbd9-4823-b2dd-318801d03fd2} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8931 | 2025.04.15 04:05:47.991606 [ 5 ] {3674fd89-fbd9-4823-b2dd-318801d03fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8932 | 2025.04.15 04:05:47.992039 [ 5 ] {3674fd89-fbd9-4823-b2dd-318801d03fd2} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8933 | 2025.04.15 04:05:47.992291 [ 5 ] {3674fd89-fbd9-4823-b2dd-318801d03fd2} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8934 | 2025.04.15 04:05:47.992507 [ 5 ] {3674fd89-fbd9-4823-b2dd-318801d03fd2} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00531 sec., 73446.32768361582 rows/sec., 5.19 MiB/sec. | ||
| 8935 | 2025.04.15 04:05:47.992613 [ 5 ] {3674fd89-fbd9-4823-b2dd-318801d03fd2} <Debug> TCPHandler: Processed in 0.005688542 sec. | ||
| 8936 | 2025.04.15 04:05:47.992827 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8937 | 2025.04.15 04:05:47.992991 [ 5 ] {e43c3796-a578-4cc5-80b6-ba3c69e9f4ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8938 | 2025.04.15 04:05:47.993041 [ 5 ] {e43c3796-a578-4cc5-80b6-ba3c69e9f4ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8939 | 2025.04.15 04:05:47.993486 [ 5 ] {e43c3796-a578-4cc5-80b6-ba3c69e9f4ae} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8940 | 2025.04.15 04:05:47.993525 [ 5 ] {e43c3796-a578-4cc5-80b6-ba3c69e9f4ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8941 | 2025.04.15 04:05:47.993871 [ 5 ] {e43c3796-a578-4cc5-80b6-ba3c69e9f4ae} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8942 | 2025.04.15 04:05:47.994118 [ 5 ] {e43c3796-a578-4cc5-80b6-ba3c69e9f4ae} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8943 | 2025.04.15 04:05:47.994284 [ 128 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 8944 | 2025.04.15 04:05:47.994338 [ 5 ] {e43c3796-a578-4cc5-80b6-ba3c69e9f4ae} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001371 sec., 4376.367614879649 rows/sec., 228.65 KiB/sec. | ||
| 8945 | 2025.04.15 04:05:47.994351 [ 128 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8946 | 2025.04.15 04:05:47.994415 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8947 | 2025.04.15 04:05:47.994449 [ 5 ] {e43c3796-a578-4cc5-80b6-ba3c69e9f4ae} <Debug> TCPHandler: Processed in 0.001711927 sec. | ||
| 8948 | 2025.04.15 04:05:47.994665 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 8949 | 2025.04.15 04:05:47.994685 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8950 | 2025.04.15 04:05:47.994943 [ 5 ] {816159e7-f4a8-4e90-98d8-0cda8ad58879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8951 | 2025.04.15 04:05:47.994949 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8952 | 2025.04.15 04:05:47.995035 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 144 rows starting from the beginning of the part | ||
| 8953 | 2025.04.15 04:05:47.995046 [ 5 ] {816159e7-f4a8-4e90-98d8-0cda8ad58879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8954 | 2025.04.15 04:05:47.995344 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8955 | 2025.04.15 04:05:47.995800 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8956 | 2025.04.15 04:05:47.996132 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 8957 | 2025.04.15 04:05:47.996484 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 8958 | 2025.04.15 04:05:47.996779 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 8959 | 2025.04.15 04:05:47.997777 [ 5 ] {816159e7-f4a8-4e90-98d8-0cda8ad58879} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8960 | 2025.04.15 04:05:47.997863 [ 5 ] {816159e7-f4a8-4e90-98d8-0cda8ad58879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8961 | 2025.04.15 04:05:47.998993 [ 5 ] {816159e7-f4a8-4e90-98d8-0cda8ad58879} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8962 | 2025.04.15 04:05:47.999402 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004874004 sec., 35699.60139548511 rows/sec., 1.82 MiB/sec. | ||
| 8963 | 2025.04.15 04:05:47.999481 [ 5 ] {816159e7-f4a8-4e90-98d8-0cda8ad58879} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8964 | 2025.04.15 04:05:47.999606 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 8965 | 2025.04.15 04:05:47.999939 [ 5 ] {816159e7-f4a8-4e90-98d8-0cda8ad58879} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005089 sec., 46571.03556690902 rows/sec., 3.12 MiB/sec. | ||
| 8966 | 2025.04.15 04:05:48.000188 [ 5 ] {816159e7-f4a8-4e90-98d8-0cda8ad58879} <Debug> TCPHandler: Processed in 0.005579089 sec. | ||
| 8967 | 2025.04.15 04:05:48.000349 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.85 MiB, peak 231.51 MiB, free memory in arenas 0.00 B, will set to 219.11 MiB (RSS), difference: -3.74 MiB | ||
| 8968 | 2025.04.15 04:05:48.000576 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8969 | 2025.04.15 04:05:48.001020 [ 5 ] {a5a740e5-6f8e-443f-964e-4d4acf5725e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8970 | 2025.04.15 04:05:48.001053 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_29_6} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8971 | 2025.04.15 04:05:48.001206 [ 5 ] {a5a740e5-6f8e-443f-964e-4d4acf5725e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8972 | 2025.04.15 04:05:48.001345 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_29_6} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 8973 | 2025.04.15 04:05:48.001639 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 8974 | 2025.04.15 04:05:48.002248 [ 5 ] {a5a740e5-6f8e-443f-964e-4d4acf5725e4} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8975 | 2025.04.15 04:05:48.002291 [ 5 ] {a5a740e5-6f8e-443f-964e-4d4acf5725e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8976 | 2025.04.15 04:05:48.002632 [ 5 ] {a5a740e5-6f8e-443f-964e-4d4acf5725e4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8977 | 2025.04.15 04:05:48.002857 [ 5 ] {a5a740e5-6f8e-443f-964e-4d4acf5725e4} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8978 | 2025.04.15 04:05:48.003057 [ 5 ] {a5a740e5-6f8e-443f-964e-4d4acf5725e4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002187 sec., 457.2473708276177 rows/sec., 30.81 KiB/sec. | ||
| 8979 | 2025.04.15 04:05:48.003115 [ 5 ] {a5a740e5-6f8e-443f-964e-4d4acf5725e4} <Debug> TCPHandler: Processed in 0.002679937 sec. | ||
| 8980 | 2025.04.15 04:05:48.003234 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8981 | 2025.04.15 04:05:48.003337 [ 5 ] {efc28d36-1859-4257-9933-c6d84a4b1eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8982 | 2025.04.15 04:05:48.003402 [ 5 ] {efc28d36-1859-4257-9933-c6d84a4b1eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8983 | 2025.04.15 04:05:48.004425 [ 5 ] {efc28d36-1859-4257-9933-c6d84a4b1eb0} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8984 | 2025.04.15 04:05:48.004464 [ 5 ] {efc28d36-1859-4257-9933-c6d84a4b1eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8985 | 2025.04.15 04:05:48.005053 [ 5 ] {efc28d36-1859-4257-9933-c6d84a4b1eb0} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8986 | 2025.04.15 04:05:48.005307 [ 5 ] {efc28d36-1859-4257-9933-c6d84a4b1eb0} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8987 | 2025.04.15 04:05:48.005487 [ 128 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8988 | 2025.04.15 04:05:48.005548 [ 5 ] {efc28d36-1859-4257-9933-c6d84a4b1eb0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002226 sec., 3593.8903863432165 rows/sec., 6.44 MiB/sec. | ||
| 8989 | 2025.04.15 04:05:48.005555 [ 128 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8990 | 2025.04.15 04:05:48.005630 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 8991 | 2025.04.15 04:05:48.005858 [ 5 ] {efc28d36-1859-4257-9933-c6d84a4b1eb0} <Debug> TCPHandler: Processed in 0.002669997 sec. | ||
| 8992 | 2025.04.15 04:05:48.005882 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 8993 | 2025.04.15 04:05:48.005984 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8994 | 2025.04.15 04:05:48.006130 [ 5 ] {c68385f9-bd13-4f1b-8ead-16a81980167a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8995 | 2025.04.15 04:05:48.006175 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8996 | 2025.04.15 04:05:48.006188 [ 5 ] {c68385f9-bd13-4f1b-8ead-16a81980167a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8997 | 2025.04.15 04:05:48.006283 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 987 rows starting from the beginning of the part | ||
| 8998 | 2025.04.15 04:05:48.006804 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part | ||
| 8999 | 2025.04.15 04:05:48.007200 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part | ||
| 9000 | 2025.04.15 04:05:48.007642 [ 5 ] {c68385f9-bd13-4f1b-8ead-16a81980167a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9001 | 2025.04.15 04:05:48.007663 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part | ||
| 9002 | 2025.04.15 04:05:48.007690 [ 5 ] {c68385f9-bd13-4f1b-8ead-16a81980167a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9003 | 2025.04.15 04:05:48.008270 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part | ||
| 9004 | 2025.04.15 04:05:48.008849 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 9005 | 2025.04.15 04:05:48.008889 [ 5 ] {c68385f9-bd13-4f1b-8ead-16a81980167a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9006 | 2025.04.15 04:05:48.009481 [ 5 ] {c68385f9-bd13-4f1b-8ead-16a81980167a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9007 | 2025.04.15 04:05:48.009846 [ 5 ] {c68385f9-bd13-4f1b-8ead-16a81980167a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00374 sec., 21925.133689839575 rows/sec., 1.39 MiB/sec. | ||
| 9008 | 2025.04.15 04:05:48.010030 [ 5 ] {c68385f9-bd13-4f1b-8ead-16a81980167a} <Debug> TCPHandler: Processed in 0.004092297 sec. | ||
| 9009 | 2025.04.15 04:05:48.016839 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1075 rows, containing 19 columns (19 merged, 0 gathered) in 0.011086916 sec., 96961.13869718144 rows/sec., 173.75 MiB/sec. | ||
| 9010 | 2025.04.15 04:05:48.018347 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9011 | 2025.04.15 04:05:48.018771 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9012 | 2025.04.15 04:05:48.018862 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9013 | 2025.04.15 04:05:48.019025 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.31 MiB. | ||
| 9014 | 2025.04.15 04:05:49.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 216.22 MiB, peak 231.51 MiB, free memory in arenas 0.00 B, will set to 222.14 MiB (RSS), difference: 5.92 MiB | ||
| 9015 | 2025.04.15 04:05:50.201521 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9016 | 2025.04.15 04:05:50.201584 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9017 | 2025.04.15 04:05:50.411969 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 9018 | 2025.04.15 04:05:50.412725 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9019 | 2025.04.15 04:05:50.412775 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9020 | 2025.04.15 04:05:50.413312 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9021 | 2025.04.15 04:05:50.413578 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9022 | 2025.04.15 04:05:50.413865 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 9023 | 2025.04.15 04:05:51.761518 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 9024 | 2025.04.15 04:05:51.780814 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9025 | 2025.04.15 04:05:51.780873 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9026 | 2025.04.15 04:05:51.788443 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9027 | 2025.04.15 04:05:51.789178 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9028 | 2025.04.15 04:05:51.792660 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 9029 | 2025.04.15 04:05:52.963384 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9030 | 2025.04.15 04:05:52.963589 [ 5 ] {e1c1e1cc-7a61-4d18-bb1a-6d47cd257c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9031 | 2025.04.15 04:05:52.963668 [ 5 ] {e1c1e1cc-7a61-4d18-bb1a-6d47cd257c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9032 | 2025.04.15 04:05:52.964558 [ 5 ] {e1c1e1cc-7a61-4d18-bb1a-6d47cd257c73} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9033 | 2025.04.15 04:05:52.964610 [ 5 ] {e1c1e1cc-7a61-4d18-bb1a-6d47cd257c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9034 | 2025.04.15 04:05:52.965075 [ 5 ] {e1c1e1cc-7a61-4d18-bb1a-6d47cd257c73} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9035 | 2025.04.15 04:05:52.965326 [ 5 ] {e1c1e1cc-7a61-4d18-bb1a-6d47cd257c73} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9036 | 2025.04.15 04:05:52.965522 [ 5 ] {e1c1e1cc-7a61-4d18-bb1a-6d47cd257c73} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001989 sec., 60331.82503770739 rows/sec., 5.13 MiB/sec. | ||
| 9037 | 2025.04.15 04:05:52.965638 [ 5 ] {e1c1e1cc-7a61-4d18-bb1a-6d47cd257c73} <Debug> TCPHandler: Processed in 0.00238209 sec. | ||
| 9038 | 2025.04.15 04:05:52.965877 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9039 | 2025.04.15 04:05:52.966036 [ 5 ] {113f1191-cdbb-4033-a68f-b7f053122c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9040 | 2025.04.15 04:05:52.966081 [ 5 ] {113f1191-cdbb-4033-a68f-b7f053122c2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9041 | 2025.04.15 04:05:52.966661 [ 5 ] {113f1191-cdbb-4033-a68f-b7f053122c2b} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9042 | 2025.04.15 04:05:52.966700 [ 5 ] {113f1191-cdbb-4033-a68f-b7f053122c2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9043 | 2025.04.15 04:05:52.967065 [ 5 ] {113f1191-cdbb-4033-a68f-b7f053122c2b} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9044 | 2025.04.15 04:05:52.967296 [ 5 ] {113f1191-cdbb-4033-a68f-b7f053122c2b} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9045 | 2025.04.15 04:05:52.967494 [ 5 ] {113f1191-cdbb-4033-a68f-b7f053122c2b} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001479 sec., 21636.24070317782 rows/sec., 1.59 MiB/sec. | ||
| 9046 | 2025.04.15 04:05:52.967562 [ 5 ] {113f1191-cdbb-4033-a68f-b7f053122c2b} <Debug> TCPHandler: Processed in 0.001809199 sec. | ||
| 9047 | 2025.04.15 04:05:52.967678 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9048 | 2025.04.15 04:05:52.967785 [ 5 ] {906f05a3-582c-4e06-8d72-b394a1f83bbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9049 | 2025.04.15 04:05:52.967827 [ 5 ] {906f05a3-582c-4e06-8d72-b394a1f83bbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9050 | 2025.04.15 04:05:52.968346 [ 5 ] {906f05a3-582c-4e06-8d72-b394a1f83bbe} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9051 | 2025.04.15 04:05:52.968383 [ 5 ] {906f05a3-582c-4e06-8d72-b394a1f83bbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9052 | 2025.04.15 04:05:52.968721 [ 5 ] {906f05a3-582c-4e06-8d72-b394a1f83bbe} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9053 | 2025.04.15 04:05:52.968944 [ 5 ] {906f05a3-582c-4e06-8d72-b394a1f83bbe} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9054 | 2025.04.15 04:05:52.969140 [ 5 ] {906f05a3-582c-4e06-8d72-b394a1f83bbe} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001376 sec., 69767.44186046511 rows/sec., 5.45 MiB/sec. | ||
| 9055 | 2025.04.15 04:05:52.969193 [ 5 ] {906f05a3-582c-4e06-8d72-b394a1f83bbe} <Debug> TCPHandler: Processed in 0.001572353 sec. | ||
| 9056 | 2025.04.15 04:05:52.969305 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9057 | 2025.04.15 04:05:52.969407 [ 5 ] {60627083-ad86-403d-b416-96b96ab1fc56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9058 | 2025.04.15 04:05:52.969454 [ 5 ] {60627083-ad86-403d-b416-96b96ab1fc56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9059 | 2025.04.15 04:05:52.969952 [ 5 ] {60627083-ad86-403d-b416-96b96ab1fc56} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9060 | 2025.04.15 04:05:52.969990 [ 5 ] {60627083-ad86-403d-b416-96b96ab1fc56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9061 | 2025.04.15 04:05:52.970356 [ 5 ] {60627083-ad86-403d-b416-96b96ab1fc56} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9062 | 2025.04.15 04:05:52.970582 [ 5 ] {60627083-ad86-403d-b416-96b96ab1fc56} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9063 | 2025.04.15 04:05:52.970771 [ 5 ] {60627083-ad86-403d-b416-96b96ab1fc56} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001385 sec., 115523.46570397112 rows/sec., 8.05 MiB/sec. | ||
| 9064 | 2025.04.15 04:05:52.970822 [ 5 ] {60627083-ad86-403d-b416-96b96ab1fc56} <Debug> TCPHandler: Processed in 0.001564233 sec. | ||
| 9065 | 2025.04.15 04:05:52.970932 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9066 | 2025.04.15 04:05:52.971033 [ 5 ] {340f2628-5fef-4f2d-abb4-a1c41f89bb50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9067 | 2025.04.15 04:05:52.971096 [ 5 ] {340f2628-5fef-4f2d-abb4-a1c41f89bb50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9068 | 2025.04.15 04:05:52.972143 [ 5 ] {340f2628-5fef-4f2d-abb4-a1c41f89bb50} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9069 | 2025.04.15 04:05:52.972180 [ 5 ] {340f2628-5fef-4f2d-abb4-a1c41f89bb50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9070 | 2025.04.15 04:05:52.972802 [ 5 ] {340f2628-5fef-4f2d-abb4-a1c41f89bb50} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9071 | 2025.04.15 04:05:52.973050 [ 5 ] {340f2628-5fef-4f2d-abb4-a1c41f89bb50} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9072 | 2025.04.15 04:05:52.973268 [ 5 ] {340f2628-5fef-4f2d-abb4-a1c41f89bb50} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002255 sec., 14190.687361419068 rows/sec., 25.43 MiB/sec. | ||
| 9073 | 2025.04.15 04:05:52.973360 [ 5 ] {340f2628-5fef-4f2d-abb4-a1c41f89bb50} <Debug> TCPHandler: Processed in 0.002475393 sec. | ||
| 9074 | 2025.04.15 04:05:52.973475 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9075 | 2025.04.15 04:05:52.973580 [ 5 ] {0f36a0a7-f568-48d4-8b23-f46ff3aa45ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9076 | 2025.04.15 04:05:52.973625 [ 5 ] {0f36a0a7-f568-48d4-8b23-f46ff3aa45ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9077 | 2025.04.15 04:05:52.974059 [ 5 ] {0f36a0a7-f568-48d4-8b23-f46ff3aa45ec} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9078 | 2025.04.15 04:05:52.974097 [ 5 ] {0f36a0a7-f568-48d4-8b23-f46ff3aa45ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9079 | 2025.04.15 04:05:52.974435 [ 5 ] {0f36a0a7-f568-48d4-8b23-f46ff3aa45ec} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9080 | 2025.04.15 04:05:52.974656 [ 5 ] {0f36a0a7-f568-48d4-8b23-f46ff3aa45ec} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9081 | 2025.04.15 04:05:52.974856 [ 5 ] {0f36a0a7-f568-48d4-8b23-f46ff3aa45ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001297 sec., 46260.601387818046 rows/sec., 3.12 MiB/sec. | ||
| 9082 | 2025.04.15 04:05:52.974903 [ 5 ] {0f36a0a7-f568-48d4-8b23-f46ff3aa45ec} <Debug> TCPHandler: Processed in 0.001476912 sec. | ||
| 9083 | 2025.04.15 04:05:53.463460 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9084 | 2025.04.15 04:05:53.463644 [ 5 ] {ca7c088c-f28d-46f5-a6e2-25ec40e3bd0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9085 | 2025.04.15 04:05:53.463742 [ 5 ] {ca7c088c-f28d-46f5-a6e2-25ec40e3bd0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9086 | 2025.04.15 04:05:53.464561 [ 5 ] {ca7c088c-f28d-46f5-a6e2-25ec40e3bd0b} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9087 | 2025.04.15 04:05:53.464612 [ 5 ] {ca7c088c-f28d-46f5-a6e2-25ec40e3bd0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9088 | 2025.04.15 04:05:53.465030 [ 5 ] {ca7c088c-f28d-46f5-a6e2-25ec40e3bd0b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9089 | 2025.04.15 04:05:53.465287 [ 5 ] {ca7c088c-f28d-46f5-a6e2-25ec40e3bd0b} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9090 | 2025.04.15 04:05:53.465516 [ 5 ] {ca7c088c-f28d-46f5-a6e2-25ec40e3bd0b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001921 sec., 110359.1879229568 rows/sec., 7.02 MiB/sec. | ||
| 9091 | 2025.04.15 04:05:53.465582 [ 5 ] {ca7c088c-f28d-46f5-a6e2-25ec40e3bd0b} <Debug> TCPHandler: Processed in 0.002242548 sec. | ||
| 9092 | 2025.04.15 04:05:53.465706 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9093 | 2025.04.15 04:05:53.465818 [ 5 ] {ad0cb5c3-4690-406c-a72f-4d48467d4abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9094 | 2025.04.15 04:05:53.465868 [ 5 ] {ad0cb5c3-4690-406c-a72f-4d48467d4abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9095 | 2025.04.15 04:05:53.466380 [ 5 ] {ad0cb5c3-4690-406c-a72f-4d48467d4abc} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9096 | 2025.04.15 04:05:53.466419 [ 5 ] {ad0cb5c3-4690-406c-a72f-4d48467d4abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9097 | 2025.04.15 04:05:53.466767 [ 5 ] {ad0cb5c3-4690-406c-a72f-4d48467d4abc} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9098 | 2025.04.15 04:05:53.467000 [ 5 ] {ad0cb5c3-4690-406c-a72f-4d48467d4abc} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9099 | 2025.04.15 04:05:53.467236 [ 5 ] {ad0cb5c3-4690-406c-a72f-4d48467d4abc} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001437 sec., 6958.942240779402 rows/sec., 567.45 KiB/sec. | ||
| 9100 | 2025.04.15 04:05:53.467351 [ 5 ] {ad0cb5c3-4690-406c-a72f-4d48467d4abc} <Debug> TCPHandler: Processed in 0.001696527 sec. | ||
| 9101 | 2025.04.15 04:05:53.467568 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9102 | 2025.04.15 04:05:53.467674 [ 5 ] {341300df-c1de-4b14-809c-a668ab7fa130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9103 | 2025.04.15 04:05:53.467719 [ 5 ] {341300df-c1de-4b14-809c-a668ab7fa130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9104 | 2025.04.15 04:05:53.469119 [ 5 ] {341300df-c1de-4b14-809c-a668ab7fa130} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9105 | 2025.04.15 04:05:53.469159 [ 5 ] {341300df-c1de-4b14-809c-a668ab7fa130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9106 | 2025.04.15 04:05:53.469609 [ 5 ] {341300df-c1de-4b14-809c-a668ab7fa130} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9107 | 2025.04.15 04:05:53.469856 [ 5 ] {341300df-c1de-4b14-809c-a668ab7fa130} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9108 | 2025.04.15 04:05:53.470075 [ 5 ] {341300df-c1de-4b14-809c-a668ab7fa130} <Debug> executeQuery: Read 1778 rows, 147.90 KiB in 0.002426 sec., 732893.6521022258 rows/sec., 59.54 MiB/sec. | ||
| 9109 | 2025.04.15 04:05:53.470130 [ 5 ] {341300df-c1de-4b14-809c-a668ab7fa130} <Debug> TCPHandler: Processed in 0.002631066 sec. | ||
| 9110 | 2025.04.15 04:05:53.470243 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9111 | 2025.04.15 04:05:53.470356 [ 5 ] {a4627b72-cbf4-4cdd-923b-f3e699170efd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9112 | 2025.04.15 04:05:53.470402 [ 5 ] {a4627b72-cbf4-4cdd-923b-f3e699170efd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9113 | 2025.04.15 04:05:53.470984 [ 5 ] {a4627b72-cbf4-4cdd-923b-f3e699170efd} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9114 | 2025.04.15 04:05:53.471024 [ 5 ] {a4627b72-cbf4-4cdd-923b-f3e699170efd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9115 | 2025.04.15 04:05:53.471381 [ 5 ] {a4627b72-cbf4-4cdd-923b-f3e699170efd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9116 | 2025.04.15 04:05:53.471620 [ 5 ] {a4627b72-cbf4-4cdd-923b-f3e699170efd} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9117 | 2025.04.15 04:05:53.471819 [ 5 ] {a4627b72-cbf4-4cdd-923b-f3e699170efd} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.001486 sec., 83445.49125168237 rows/sec., 5.05 MiB/sec. | ||
| 9118 | 2025.04.15 04:05:53.471870 [ 5 ] {a4627b72-cbf4-4cdd-923b-f3e699170efd} <Debug> TCPHandler: Processed in 0.001679026 sec. | ||
| 9119 | 2025.04.15 04:05:53.471989 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9120 | 2025.04.15 04:05:53.472095 [ 5 ] {2c2e42c0-1649-4ab5-a3c7-c7cf9df8f2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9121 | 2025.04.15 04:05:53.472140 [ 5 ] {2c2e42c0-1649-4ab5-a3c7-c7cf9df8f2d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9122 | 2025.04.15 04:05:53.472763 [ 5 ] {2c2e42c0-1649-4ab5-a3c7-c7cf9df8f2d3} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9123 | 2025.04.15 04:05:53.472802 [ 5 ] {2c2e42c0-1649-4ab5-a3c7-c7cf9df8f2d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9124 | 2025.04.15 04:05:53.473157 [ 5 ] {2c2e42c0-1649-4ab5-a3c7-c7cf9df8f2d3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9125 | 2025.04.15 04:05:53.473394 [ 5 ] {2c2e42c0-1649-4ab5-a3c7-c7cf9df8f2d3} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9126 | 2025.04.15 04:05:53.473598 [ 5 ] {2c2e42c0-1649-4ab5-a3c7-c7cf9df8f2d3} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001525 sec., 223606.55737704918 rows/sec., 14.92 MiB/sec. | ||
| 9127 | 2025.04.15 04:05:53.473649 [ 5 ] {2c2e42c0-1649-4ab5-a3c7-c7cf9df8f2d3} <Debug> TCPHandler: Processed in 0.001709547 sec. | ||
| 9128 | 2025.04.15 04:05:53.473759 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9129 | 2025.04.15 04:05:53.473864 [ 5 ] {caf986d8-6fc2-4f36-97f9-a480c47cfd09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9130 | 2025.04.15 04:05:53.473909 [ 5 ] {caf986d8-6fc2-4f36-97f9-a480c47cfd09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9131 | 2025.04.15 04:05:53.474446 [ 5 ] {caf986d8-6fc2-4f36-97f9-a480c47cfd09} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9132 | 2025.04.15 04:05:53.474485 [ 5 ] {caf986d8-6fc2-4f36-97f9-a480c47cfd09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9133 | 2025.04.15 04:05:53.474828 [ 5 ] {caf986d8-6fc2-4f36-97f9-a480c47cfd09} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9134 | 2025.04.15 04:05:53.475073 [ 5 ] {caf986d8-6fc2-4f36-97f9-a480c47cfd09} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9135 | 2025.04.15 04:05:53.475277 [ 5 ] {caf986d8-6fc2-4f36-97f9-a480c47cfd09} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001435 sec., 78048.78048780488 rows/sec., 4.45 MiB/sec. | ||
| 9136 | 2025.04.15 04:05:53.475330 [ 5 ] {caf986d8-6fc2-4f36-97f9-a480c47cfd09} <Debug> TCPHandler: Processed in 0.001620765 sec. | ||
| 9137 | 2025.04.15 04:05:53.475438 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9138 | 2025.04.15 04:05:53.475543 [ 5 ] {029cacfb-139a-429a-9ab7-cc8b79c7b232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9139 | 2025.04.15 04:05:53.475588 [ 5 ] {029cacfb-139a-429a-9ab7-cc8b79c7b232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9140 | 2025.04.15 04:05:53.476392 [ 5 ] {029cacfb-139a-429a-9ab7-cc8b79c7b232} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9141 | 2025.04.15 04:05:53.476432 [ 5 ] {029cacfb-139a-429a-9ab7-cc8b79c7b232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9142 | 2025.04.15 04:05:53.476804 [ 5 ] {029cacfb-139a-429a-9ab7-cc8b79c7b232} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9143 | 2025.04.15 04:05:53.477039 [ 5 ] {029cacfb-139a-429a-9ab7-cc8b79c7b232} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9144 | 2025.04.15 04:05:53.477256 [ 5 ] {029cacfb-139a-429a-9ab7-cc8b79c7b232} <Debug> executeQuery: Read 856 rows, 63.33 KiB in 0.001733 sec., 493941.14252740913 rows/sec., 35.69 MiB/sec. | ||
| 9145 | 2025.04.15 04:05:53.477320 [ 5 ] {029cacfb-139a-429a-9ab7-cc8b79c7b232} <Debug> TCPHandler: Processed in 0.001931362 sec. | ||
| 9146 | 2025.04.15 04:05:53.477439 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9147 | 2025.04.15 04:05:53.477562 [ 5 ] {48ac4738-5ae6-4527-bfad-7e3774f3788c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9148 | 2025.04.15 04:05:53.477609 [ 5 ] {48ac4738-5ae6-4527-bfad-7e3774f3788c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9149 | 2025.04.15 04:05:53.478017 [ 5 ] {48ac4738-5ae6-4527-bfad-7e3774f3788c} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9150 | 2025.04.15 04:05:53.478056 [ 5 ] {48ac4738-5ae6-4527-bfad-7e3774f3788c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9151 | 2025.04.15 04:05:53.478399 [ 5 ] {48ac4738-5ae6-4527-bfad-7e3774f3788c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9152 | 2025.04.15 04:05:53.478627 [ 5 ] {48ac4738-5ae6-4527-bfad-7e3774f3788c} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9153 | 2025.04.15 04:05:53.478880 [ 5 ] {48ac4738-5ae6-4527-bfad-7e3774f3788c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 235.52 KiB/sec. | ||
| 9154 | 2025.04.15 04:05:53.478939 [ 5 ] {48ac4738-5ae6-4527-bfad-7e3774f3788c} <Debug> TCPHandler: Processed in 0.001558613 sec. | ||
| 9155 | 2025.04.15 04:05:53.479182 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9156 | 2025.04.15 04:05:53.479289 [ 5 ] {345137e0-c27f-413e-b75e-794d3c33ea94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9157 | 2025.04.15 04:05:53.479341 [ 5 ] {345137e0-c27f-413e-b75e-794d3c33ea94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9158 | 2025.04.15 04:05:53.480035 [ 5 ] {345137e0-c27f-413e-b75e-794d3c33ea94} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9159 | 2025.04.15 04:05:53.480074 [ 5 ] {345137e0-c27f-413e-b75e-794d3c33ea94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9160 | 2025.04.15 04:05:53.480488 [ 5 ] {345137e0-c27f-413e-b75e-794d3c33ea94} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9161 | 2025.04.15 04:05:53.480731 [ 5 ] {345137e0-c27f-413e-b75e-794d3c33ea94} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9162 | 2025.04.15 04:05:53.480929 [ 5 ] {345137e0-c27f-413e-b75e-794d3c33ea94} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.001662 sec., 577617.3285198556 rows/sec., 38.38 MiB/sec. | ||
| 9163 | 2025.04.15 04:05:53.480979 [ 5 ] {345137e0-c27f-413e-b75e-794d3c33ea94} <Debug> TCPHandler: Processed in 0.001887621 sec. | ||
| 9164 | 2025.04.15 04:05:53.481088 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9165 | 2025.04.15 04:05:53.481193 [ 5 ] {b89307c5-9674-4eaa-9a91-1945afdc06ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9166 | 2025.04.15 04:05:53.481241 [ 5 ] {b89307c5-9674-4eaa-9a91-1945afdc06ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9167 | 2025.04.15 04:05:53.481634 [ 5 ] {b89307c5-9674-4eaa-9a91-1945afdc06ca} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9168 | 2025.04.15 04:05:53.481672 [ 5 ] {b89307c5-9674-4eaa-9a91-1945afdc06ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9169 | 2025.04.15 04:05:53.482007 [ 5 ] {b89307c5-9674-4eaa-9a91-1945afdc06ca} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9170 | 2025.04.15 04:05:53.482242 [ 5 ] {b89307c5-9674-4eaa-9a91-1945afdc06ca} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9171 | 2025.04.15 04:05:53.482452 [ 5 ] {b89307c5-9674-4eaa-9a91-1945afdc06ca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001278 sec., 782.4726134585289 rows/sec., 52.73 KiB/sec. | ||
| 9172 | 2025.04.15 04:05:53.482571 [ 5 ] {b89307c5-9674-4eaa-9a91-1945afdc06ca} <Debug> TCPHandler: Processed in 0.001529972 sec. | ||
| 9173 | 2025.04.15 04:05:53.482705 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9174 | 2025.04.15 04:05:53.482806 [ 5 ] {f079c103-54c4-40d8-9c22-b268b1e6e3a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9175 | 2025.04.15 04:05:53.482871 [ 5 ] {f079c103-54c4-40d8-9c22-b268b1e6e3a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9176 | 2025.04.15 04:05:53.483860 [ 5 ] {f079c103-54c4-40d8-9c22-b268b1e6e3a4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9177 | 2025.04.15 04:05:53.483898 [ 5 ] {f079c103-54c4-40d8-9c22-b268b1e6e3a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9178 | 2025.04.15 04:05:53.484468 [ 5 ] {f079c103-54c4-40d8-9c22-b268b1e6e3a4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9179 | 2025.04.15 04:05:53.484723 [ 5 ] {f079c103-54c4-40d8-9c22-b268b1e6e3a4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9180 | 2025.04.15 04:05:53.484929 [ 5 ] {f079c103-54c4-40d8-9c22-b268b1e6e3a4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00214 sec., 3738.3177570093458 rows/sec., 6.70 MiB/sec. | ||
| 9181 | 2025.04.15 04:05:53.485267 [ 5 ] {f079c103-54c4-40d8-9c22-b268b1e6e3a4} <Debug> TCPHandler: Processed in 0.002608696 sec. | ||
| 9182 | 2025.04.15 04:05:53.485582 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9183 | 2025.04.15 04:05:53.485690 [ 5 ] {c55097af-b8c6-43b4-82a4-7d45f2848b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9184 | 2025.04.15 04:05:53.485739 [ 5 ] {c55097af-b8c6-43b4-82a4-7d45f2848b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9185 | 2025.04.15 04:05:53.486184 [ 5 ] {c55097af-b8c6-43b4-82a4-7d45f2848b6c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9186 | 2025.04.15 04:05:53.486221 [ 5 ] {c55097af-b8c6-43b4-82a4-7d45f2848b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.11 GiB. | ||
| 9187 | 2025.04.15 04:05:53.486553 [ 5 ] {c55097af-b8c6-43b4-82a4-7d45f2848b6c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9188 | 2025.04.15 04:05:53.486775 [ 5 ] {c55097af-b8c6-43b4-82a4-7d45f2848b6c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9189 | 2025.04.15 04:05:53.486929 [ 5 ] {c55097af-b8c6-43b4-82a4-7d45f2848b6c} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001311 sec., 25934.401220442407 rows/sec., 1.51 MiB/sec. | ||
| 9190 | 2025.04.15 04:05:53.486975 [ 5 ] {c55097af-b8c6-43b4-82a4-7d45f2848b6c} <Debug> TCPHandler: Processed in 0.001518622 sec. | ||
| 9191 | 2025.04.15 04:05:55.511238 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1318 | ||
| 9192 | 2025.04.15 04:05:55.514999 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9193 | 2025.04.15 04:05:55.515063 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9194 | 2025.04.15 04:05:55.516553 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9195 | 2025.04.15 04:05:55.516874 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9196 | 2025.04.15 04:05:55.517114 [ 151 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9197 | 2025.04.15 04:05:55.517232 [ 151 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9198 | 2025.04.15 04:05:55.517296 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9199 | 2025.04.15 04:05:55.517942 [ 199 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 9200 | 2025.04.15 04:05:55.519189 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1318 | ||
| 9201 | 2025.04.15 04:05:55.519571 [ 199 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9202 | 2025.04.15 04:05:55.519754 [ 199 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1110 rows starting from the beginning of the part | ||
| 9203 | 2025.04.15 04:05:55.520356 [ 199 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
| 9204 | 2025.04.15 04:05:55.520949 [ 199 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 9205 | 2025.04.15 04:05:55.521537 [ 199 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 9206 | 2025.04.15 04:05:55.522176 [ 199 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 9207 | 2025.04.15 04:05:55.522766 [ 199 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 9208 | 2025.04.15 04:05:55.531011 [ 188 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1318 rows, containing 72 columns (72 merged, 0 gathered) in 0.01355655 sec., 97222.37589947294 rows/sec., 76.41 MiB/sec. | ||
| 9209 | 2025.04.15 04:05:55.532527 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9210 | 2025.04.15 04:05:55.533254 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_31_6} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9211 | 2025.04.15 04:05:55.533348 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_31_6} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9212 | 2025.04.15 04:05:55.533565 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.97 MiB. | ||
| 9213 | 2025.04.15 04:05:57.914179 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 9214 | 2025.04.15 04:05:57.915295 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9215 | 2025.04.15 04:05:57.915342 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9216 | 2025.04.15 04:05:57.915858 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9217 | 2025.04.15 04:05:57.916104 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9218 | 2025.04.15 04:05:57.916338 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 9219 | 2025.04.15 04:05:57.960884 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9220 | 2025.04.15 04:05:57.961166 [ 5 ] {e2c71806-b511-4506-a03b-9136436107f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9221 | 2025.04.15 04:05:57.961235 [ 5 ] {e2c71806-b511-4506-a03b-9136436107f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9222 | 2025.04.15 04:05:57.961952 [ 5 ] {e2c71806-b511-4506-a03b-9136436107f6} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9223 | 2025.04.15 04:05:57.961998 [ 5 ] {e2c71806-b511-4506-a03b-9136436107f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9224 | 2025.04.15 04:05:57.962423 [ 5 ] {e2c71806-b511-4506-a03b-9136436107f6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9225 | 2025.04.15 04:05:57.962670 [ 5 ] {e2c71806-b511-4506-a03b-9136436107f6} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9226 | 2025.04.15 04:05:57.962864 [ 31 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9227 | 2025.04.15 04:05:57.962897 [ 5 ] {e2c71806-b511-4506-a03b-9136436107f6} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00181 sec., 30939.22651933702 rows/sec., 2.38 MiB/sec. | ||
| 9228 | 2025.04.15 04:05:57.962944 [ 31 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9229 | 2025.04.15 04:05:57.963013 [ 5 ] {e2c71806-b511-4506-a03b-9136436107f6} <Debug> TCPHandler: Processed in 0.00230512 sec. | ||
| 9230 | 2025.04.15 04:05:57.963017 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9231 | 2025.04.15 04:05:57.963187 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9232 | 2025.04.15 04:05:57.963202 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 9233 | 2025.04.15 04:05:57.963315 [ 5 ] {07d087c4-cc1c-4981-9611-cc8398933f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9234 | 2025.04.15 04:05:57.963362 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9235 | 2025.04.15 04:05:57.963371 [ 5 ] {07d087c4-cc1c-4981-9611-cc8398933f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9236 | 2025.04.15 04:05:57.963415 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1847 rows starting from the beginning of the part | ||
| 9237 | 2025.04.15 04:05:57.963603 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 122 rows starting from the beginning of the part | ||
| 9238 | 2025.04.15 04:05:57.964024 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 633 rows starting from the beginning of the part | ||
| 9239 | 2025.04.15 04:05:57.964265 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 120 rows starting from the beginning of the part | ||
| 9240 | 2025.04.15 04:05:57.964449 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1778 rows starting from the beginning of the part | ||
| 9241 | 2025.04.15 04:05:57.964627 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 9242 | 2025.04.15 04:05:57.965121 [ 5 ] {07d087c4-cc1c-4981-9611-cc8398933f49} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9243 | 2025.04.15 04:05:57.965169 [ 5 ] {07d087c4-cc1c-4981-9611-cc8398933f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9244 | 2025.04.15 04:05:57.965673 [ 5 ] {07d087c4-cc1c-4981-9611-cc8398933f49} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9245 | 2025.04.15 04:05:57.965983 [ 5 ] {07d087c4-cc1c-4981-9611-cc8398933f49} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9246 | 2025.04.15 04:05:57.966200 [ 31 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9247 | 2025.04.15 04:05:57.966258 [ 5 ] {07d087c4-cc1c-4981-9611-cc8398933f49} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002971 sec., 21541.568495456075 rows/sec., 1.68 MiB/sec. | ||
| 9248 | 2025.04.15 04:05:57.966274 [ 31 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9249 | 2025.04.15 04:05:57.966371 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9250 | 2025.04.15 04:05:57.966430 [ 5 ] {07d087c4-cc1c-4981-9611-cc8398933f49} <Debug> TCPHandler: Processed in 0.003313771 sec. | ||
| 9251 | 2025.04.15 04:05:57.966730 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 9252 | 2025.04.15 04:05:57.966752 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9253 | 2025.04.15 04:05:57.967101 [ 5 ] {28e7978c-225e-427a-ba8d-37134ce4fb88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9254 | 2025.04.15 04:05:57.967350 [ 5 ] {28e7978c-225e-427a-ba8d-37134ce4fb88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9255 | 2025.04.15 04:05:57.967497 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9256 | 2025.04.15 04:05:57.967617 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4556 rows, containing 5 columns (5 merged, 0 gathered) in 0.004464785 sec., 1020429.8751227664 rows/sec., 86.71 MiB/sec. | ||
| 9257 | 2025.04.15 04:05:57.967636 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part | ||
| 9258 | 2025.04.15 04:05:57.968179 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9259 | 2025.04.15 04:05:57.968277 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 100 rows starting from the beginning of the part | ||
| 9260 | 2025.04.15 04:05:57.968960 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 390 rows starting from the beginning of the part | ||
| 9261 | 2025.04.15 04:05:57.969265 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_71_14} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9262 | 2025.04.15 04:05:57.969500 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 96 rows starting from the beginning of the part | ||
| 9263 | 2025.04.15 04:05:57.969636 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_71_14} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9264 | 2025.04.15 04:05:57.970003 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 9265 | 2025.04.15 04:05:57.970107 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 856 rows starting from the beginning of the part | ||
| 9266 | 2025.04.15 04:05:57.970507 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 9267 | 2025.04.15 04:05:57.970815 [ 5 ] {28e7978c-225e-427a-ba8d-37134ce4fb88} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9268 | 2025.04.15 04:05:57.970898 [ 5 ] {28e7978c-225e-427a-ba8d-37134ce4fb88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9269 | 2025.04.15 04:05:57.971727 [ 5 ] {28e7978c-225e-427a-ba8d-37134ce4fb88} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9270 | 2025.04.15 04:05:57.972242 [ 5 ] {28e7978c-225e-427a-ba8d-37134ce4fb88} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2025.04.15 04:05:57.972578 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9272 | 2025.04.15 04:05:57.972699 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9273 | 2025.04.15 04:05:57.972791 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9274 | 2025.04.15 04:05:57.972915 [ 5 ] {28e7978c-225e-427a-ba8d-37134ce4fb88} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005901 sec., 21691.238773089306 rows/sec., 1.51 MiB/sec. | ||
| 9275 | 2025.04.15 04:05:57.973354 [ 5 ] {28e7978c-225e-427a-ba8d-37134ce4fb88} <Debug> TCPHandler: Processed in 0.006695863 sec. | ||
| 9276 | 2025.04.15 04:05:57.973369 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 9277 | 2025.04.15 04:05:57.973546 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9278 | 2025.04.15 04:05:57.973561 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9279 | 2025.04.15 04:05:57.973642 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20128 rows starting from the beginning of the part | ||
| 9280 | 2025.04.15 04:05:57.973865 [ 5 ] {afc54ac6-2747-4e17-b905-a9a24d19a1d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9281 | 2025.04.15 04:05:57.974076 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 162 rows starting from the beginning of the part | ||
| 9282 | 2025.04.15 04:05:57.974096 [ 5 ] {afc54ac6-2747-4e17-b905-a9a24d19a1d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9283 | 2025.04.15 04:05:57.974462 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 9284 | 2025.04.15 04:05:57.974803 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 9285 | 2025.04.15 04:05:57.975274 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 960 rows starting from the beginning of the part | ||
| 9286 | 2025.04.15 04:05:57.975865 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 128 rows starting from the beginning of the part | ||
| 9287 | 2025.04.15 04:05:57.976385 [ 190 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.00983153 sec., 246146.83574174112 rows/sec., 18.85 MiB/sec. | ||
| 9288 | 2025.04.15 04:05:57.976972 [ 190 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9289 | 2025.04.15 04:05:57.977411 [ 5 ] {afc54ac6-2747-4e17-b905-a9a24d19a1d5} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9290 | 2025.04.15 04:05:57.977486 [ 5 ] {afc54ac6-2747-4e17-b905-a9a24d19a1d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9291 | 2025.04.15 04:05:57.977950 [ 190 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_71_14} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9292 | 2025.04.15 04:05:57.978423 [ 190 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_71_14} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9293 | 2025.04.15 04:05:57.978559 [ 5 ] {afc54ac6-2747-4e17-b905-a9a24d19a1d5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9294 | 2025.04.15 04:05:57.978618 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 9295 | 2025.04.15 04:05:57.978959 [ 5 ] {afc54ac6-2747-4e17-b905-a9a24d19a1d5} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9296 | 2025.04.15 04:05:57.979216 [ 31 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9297 | 2025.04.15 04:05:57.979344 [ 31 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9298 | 2025.04.15 04:05:57.979439 [ 5 ] {afc54ac6-2747-4e17-b905-a9a24d19a1d5} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005728 sec., 8379.888268156425 rows/sec., 578.30 KiB/sec. | ||
| 9299 | 2025.04.15 04:05:57.979441 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9300 | 2025.04.15 04:05:57.979807 [ 5 ] {afc54ac6-2747-4e17-b905-a9a24d19a1d5} <Debug> TCPHandler: Processed in 0.006350266 sec. | ||
| 9301 | 2025.04.15 04:05:57.980232 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 9302 | 2025.04.15 04:05:57.980761 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9303 | 2025.04.15 04:05:57.980832 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3904 rows starting from the beginning of the part | ||
| 9304 | 2025.04.15 04:05:57.981088 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 9305 | 2025.04.15 04:05:57.981281 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 9306 | 2025.04.15 04:05:57.981364 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 9307 | 2025.04.15 04:05:57.981502 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 34 rows starting from the beginning of the part | ||
| 9308 | 2025.04.15 04:05:57.981734 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 48 rows starting from the beginning of the part | ||
| 9309 | 2025.04.15 04:05:57.983997 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21775 rows, containing 5 columns (5 merged, 0 gathered) in 0.011051396 sec., 1970339.3127890811 rows/sec., 132.93 MiB/sec. | ||
| 9310 | 2025.04.15 04:05:57.984238 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4188 rows, containing 4 columns (4 merged, 0 gathered) in 0.004428324 sec., 945730.2582195883 rows/sec., 61.55 MiB/sec. | ||
| 9311 | 2025.04.15 04:05:57.984616 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9312 | 2025.04.15 04:05:57.984643 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9313 | 2025.04.15 04:05:57.985269 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_71_14} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9314 | 2025.04.15 04:05:57.985338 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9315 | 2025.04.15 04:05:57.985464 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_71_14} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9316 | 2025.04.15 04:05:57.985511 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9317 | 2025.04.15 04:05:57.985623 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 9318 | 2025.04.15 04:05:57.985734 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 9319 | 2025.04.15 04:05:59.292909 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 9320 | 2025.04.15 04:05:59.312299 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9321 | 2025.04.15 04:05:59.312358 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9322 | 2025.04.15 04:05:59.319521 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9323 | 2025.04.15 04:05:59.320272 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9324 | 2025.04.15 04:05:59.322808 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 9325 | 2025.04.15 04:06:02.963743 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9326 | 2025.04.15 04:06:02.964075 [ 5 ] {af46ae7f-e740-4bb8-97fd-df68ec025850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9327 | 2025.04.15 04:06:02.964190 [ 5 ] {af46ae7f-e740-4bb8-97fd-df68ec025850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9328 | 2025.04.15 04:06:02.965027 [ 5 ] {af46ae7f-e740-4bb8-97fd-df68ec025850} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9329 | 2025.04.15 04:06:02.965075 [ 5 ] {af46ae7f-e740-4bb8-97fd-df68ec025850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9330 | 2025.04.15 04:06:02.965508 [ 5 ] {af46ae7f-e740-4bb8-97fd-df68ec025850} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9331 | 2025.04.15 04:06:02.965759 [ 5 ] {af46ae7f-e740-4bb8-97fd-df68ec025850} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9332 | 2025.04.15 04:06:02.965987 [ 5 ] {af46ae7f-e740-4bb8-97fd-df68ec025850} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001994 sec., 60180.54162487462 rows/sec., 5.11 MiB/sec. | ||
| 9333 | 2025.04.15 04:06:02.966052 [ 5 ] {af46ae7f-e740-4bb8-97fd-df68ec025850} <Debug> TCPHandler: Processed in 0.002495413 sec. | ||
| 9334 | 2025.04.15 04:06:02.966176 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9335 | 2025.04.15 04:06:02.966281 [ 5 ] {a43a19d0-79af-4722-9626-df65e9b995ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9336 | 2025.04.15 04:06:02.966326 [ 5 ] {a43a19d0-79af-4722-9626-df65e9b995ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9337 | 2025.04.15 04:06:02.966836 [ 5 ] {a43a19d0-79af-4722-9626-df65e9b995ac} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9338 | 2025.04.15 04:06:02.966876 [ 5 ] {a43a19d0-79af-4722-9626-df65e9b995ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9339 | 2025.04.15 04:06:02.967214 [ 5 ] {a43a19d0-79af-4722-9626-df65e9b995ac} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9340 | 2025.04.15 04:06:02.967444 [ 5 ] {a43a19d0-79af-4722-9626-df65e9b995ac} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9341 | 2025.04.15 04:06:02.967641 [ 5 ] {a43a19d0-79af-4722-9626-df65e9b995ac} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001395 sec., 22939.068100358425 rows/sec., 1.68 MiB/sec. | ||
| 9342 | 2025.04.15 04:06:02.967689 [ 5 ] {a43a19d0-79af-4722-9626-df65e9b995ac} <Debug> TCPHandler: Processed in 0.001580623 sec. | ||
| 9343 | 2025.04.15 04:06:02.967795 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9344 | 2025.04.15 04:06:02.967892 [ 5 ] {aee6ad43-e8fc-4247-bce5-0d71f1455afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9345 | 2025.04.15 04:06:02.967935 [ 5 ] {aee6ad43-e8fc-4247-bce5-0d71f1455afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9346 | 2025.04.15 04:06:02.968491 [ 5 ] {aee6ad43-e8fc-4247-bce5-0d71f1455afc} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9347 | 2025.04.15 04:06:02.968530 [ 5 ] {aee6ad43-e8fc-4247-bce5-0d71f1455afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9348 | 2025.04.15 04:06:02.968879 [ 5 ] {aee6ad43-e8fc-4247-bce5-0d71f1455afc} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9349 | 2025.04.15 04:06:02.969123 [ 5 ] {aee6ad43-e8fc-4247-bce5-0d71f1455afc} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9350 | 2025.04.15 04:06:02.969285 [ 5 ] {aee6ad43-e8fc-4247-bce5-0d71f1455afc} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001383 sec., 69414.31670281997 rows/sec., 5.42 MiB/sec. | ||
| 9351 | 2025.04.15 04:06:02.969332 [ 5 ] {aee6ad43-e8fc-4247-bce5-0d71f1455afc} <Debug> TCPHandler: Processed in 0.001561263 sec. | ||
| 9352 | 2025.04.15 04:06:02.969447 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9353 | 2025.04.15 04:06:02.969551 [ 5 ] {20bf07a1-e7f2-443f-aaa6-db6c28704382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9354 | 2025.04.15 04:06:02.969599 [ 5 ] {20bf07a1-e7f2-443f-aaa6-db6c28704382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9355 | 2025.04.15 04:06:02.970098 [ 5 ] {20bf07a1-e7f2-443f-aaa6-db6c28704382} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9356 | 2025.04.15 04:06:02.970135 [ 5 ] {20bf07a1-e7f2-443f-aaa6-db6c28704382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9357 | 2025.04.15 04:06:02.970512 [ 5 ] {20bf07a1-e7f2-443f-aaa6-db6c28704382} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9358 | 2025.04.15 04:06:02.970747 [ 5 ] {20bf07a1-e7f2-443f-aaa6-db6c28704382} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9359 | 2025.04.15 04:06:02.970908 [ 5 ] {20bf07a1-e7f2-443f-aaa6-db6c28704382} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00138 sec., 115942.02898550725 rows/sec., 8.08 MiB/sec. | ||
| 9360 | 2025.04.15 04:06:02.970955 [ 5 ] {20bf07a1-e7f2-443f-aaa6-db6c28704382} <Debug> TCPHandler: Processed in 0.001558823 sec. | ||
| 9361 | 2025.04.15 04:06:02.971069 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9362 | 2025.04.15 04:06:02.971173 [ 5 ] {c8a57af6-8e8f-45f8-b062-28ebb298ab66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9363 | 2025.04.15 04:06:02.971237 [ 5 ] {c8a57af6-8e8f-45f8-b062-28ebb298ab66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9364 | 2025.04.15 04:06:02.972272 [ 5 ] {c8a57af6-8e8f-45f8-b062-28ebb298ab66} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9365 | 2025.04.15 04:06:02.972309 [ 5 ] {c8a57af6-8e8f-45f8-b062-28ebb298ab66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9366 | 2025.04.15 04:06:02.972920 [ 5 ] {c8a57af6-8e8f-45f8-b062-28ebb298ab66} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9367 | 2025.04.15 04:06:02.973169 [ 5 ] {c8a57af6-8e8f-45f8-b062-28ebb298ab66} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9368 | 2025.04.15 04:06:02.973383 [ 5 ] {c8a57af6-8e8f-45f8-b062-28ebb298ab66} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002226 sec., 14375.561545372866 rows/sec., 25.76 MiB/sec. | ||
| 9369 | 2025.04.15 04:06:02.973611 [ 5 ] {c8a57af6-8e8f-45f8-b062-28ebb298ab66} <Debug> TCPHandler: Processed in 0.002587905 sec. | ||
| 9370 | 2025.04.15 04:06:02.973908 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9371 | 2025.04.15 04:06:02.974014 [ 5 ] {f2f38fab-302f-471f-a8d4-1a0b03968052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9372 | 2025.04.15 04:06:02.974064 [ 5 ] {f2f38fab-302f-471f-a8d4-1a0b03968052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9373 | 2025.04.15 04:06:02.974506 [ 5 ] {f2f38fab-302f-471f-a8d4-1a0b03968052} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9374 | 2025.04.15 04:06:02.974544 [ 5 ] {f2f38fab-302f-471f-a8d4-1a0b03968052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9375 | 2025.04.15 04:06:02.974888 [ 5 ] {f2f38fab-302f-471f-a8d4-1a0b03968052} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9376 | 2025.04.15 04:06:02.975120 [ 5 ] {f2f38fab-302f-471f-a8d4-1a0b03968052} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9377 | 2025.04.15 04:06:02.975280 [ 5 ] {f2f38fab-302f-471f-a8d4-1a0b03968052} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00129 sec., 46511.62790697675 rows/sec., 3.13 MiB/sec. | ||
| 9378 | 2025.04.15 04:06:02.975325 [ 5 ] {f2f38fab-302f-471f-a8d4-1a0b03968052} <Debug> TCPHandler: Processed in 0.001498672 sec. | ||
| 9379 | 2025.04.15 04:06:05.201679 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9380 | 2025.04.15 04:06:05.201767 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9381 | 2025.04.15 04:06:05.416609 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 9382 | 2025.04.15 04:06:05.417356 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9383 | 2025.04.15 04:06:05.417408 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9384 | 2025.04.15 04:06:05.417936 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9385 | 2025.04.15 04:06:05.418189 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9386 | 2025.04.15 04:06:05.418426 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9387 | 2025.04.15 04:06:05.519693 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1338 | ||
| 9388 | 2025.04.15 04:06:05.522450 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9389 | 2025.04.15 04:06:05.522504 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9390 | 2025.04.15 04:06:05.523935 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9391 | 2025.04.15 04:06:05.524243 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9392 | 2025.04.15 04:06:05.524910 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1338 | ||
| 9393 | 2025.04.15 04:06:05.800455 [ 141 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 9394 | 2025.04.15 04:06:05.800521 [ 141 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9395 | 2025.04.15 04:06:05.800547 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9396 | 2025.04.15 04:06:05.800783 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 9397 | 2025.04.15 04:06:05.800965 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9398 | 2025.04.15 04:06:05.801003 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part | ||
| 9399 | 2025.04.15 04:06:05.801085 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 9400 | 2025.04.15 04:06:05.801358 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 9401 | 2025.04.15 04:06:05.801559 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
| 9402 | 2025.04.15 04:06:05.801734 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part | ||
| 9403 | 2025.04.15 04:06:05.802930 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002295829 sec., 15680.610359046776 rows/sec., 1.31 MiB/sec. | ||
| 9404 | 2025.04.15 04:06:05.803136 [ 189 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 9405 | 2025.04.15 04:06:05.803522 [ 189 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_17_4} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9406 | 2025.04.15 04:06:05.803623 [ 189 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_17_4} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 9407 | 2025.04.15 04:06:05.803732 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9408 | 2025.04.15 04:06:06.823016 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 9409 | 2025.04.15 04:06:06.844243 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9410 | 2025.04.15 04:06:06.844299 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9411 | 2025.04.15 04:06:06.851549 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9412 | 2025.04.15 04:06:06.852313 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9413 | 2025.04.15 04:06:06.854930 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9414 | 2025.04.15 04:06:07.968375 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9415 | 2025.04.15 04:06:07.968669 [ 5 ] {101f2ab0-fe5c-4440-82d4-7272c5c898c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9416 | 2025.04.15 04:06:07.968754 [ 5 ] {101f2ab0-fe5c-4440-82d4-7272c5c898c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9417 | 2025.04.15 04:06:07.969541 [ 5 ] {101f2ab0-fe5c-4440-82d4-7272c5c898c0} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9418 | 2025.04.15 04:06:07.969591 [ 5 ] {101f2ab0-fe5c-4440-82d4-7272c5c898c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9419 | 2025.04.15 04:06:07.970018 [ 5 ] {101f2ab0-fe5c-4440-82d4-7272c5c898c0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9420 | 2025.04.15 04:06:07.970267 [ 5 ] {101f2ab0-fe5c-4440-82d4-7272c5c898c0} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9421 | 2025.04.15 04:06:07.970499 [ 5 ] {101f2ab0-fe5c-4440-82d4-7272c5c898c0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001902 sec., 111461.61934805468 rows/sec., 7.09 MiB/sec. | ||
| 9422 | 2025.04.15 04:06:07.970606 [ 5 ] {101f2ab0-fe5c-4440-82d4-7272c5c898c0} <Debug> TCPHandler: Processed in 0.002414942 sec. | ||
| 9423 | 2025.04.15 04:06:07.970808 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9424 | 2025.04.15 04:06:07.970995 [ 5 ] {9a065452-ac88-478c-9a62-dddba34d79b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9425 | 2025.04.15 04:06:07.971044 [ 5 ] {9a065452-ac88-478c-9a62-dddba34d79b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9426 | 2025.04.15 04:06:07.971774 [ 5 ] {9a065452-ac88-478c-9a62-dddba34d79b9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9427 | 2025.04.15 04:06:07.971813 [ 5 ] {9a065452-ac88-478c-9a62-dddba34d79b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9428 | 2025.04.15 04:06:07.972191 [ 5 ] {9a065452-ac88-478c-9a62-dddba34d79b9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9429 | 2025.04.15 04:06:07.972431 [ 5 ] {9a065452-ac88-478c-9a62-dddba34d79b9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9430 | 2025.04.15 04:06:07.972613 [ 5 ] {9a065452-ac88-478c-9a62-dddba34d79b9} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001652 sec., 383171.91283292975 rows/sec., 30.13 MiB/sec. | ||
| 9431 | 2025.04.15 04:06:07.972716 [ 5 ] {9a065452-ac88-478c-9a62-dddba34d79b9} <Debug> TCPHandler: Processed in 0.002006743 sec. | ||
| 9432 | 2025.04.15 04:06:07.972866 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9433 | 2025.04.15 04:06:07.973138 [ 5 ] {75a6e3f5-f351-48c3-bf06-5b5b208d28cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9434 | 2025.04.15 04:06:07.973259 [ 5 ] {75a6e3f5-f351-48c3-bf06-5b5b208d28cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9435 | 2025.04.15 04:06:07.973841 [ 5 ] {75a6e3f5-f351-48c3-bf06-5b5b208d28cc} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9436 | 2025.04.15 04:06:07.973880 [ 5 ] {75a6e3f5-f351-48c3-bf06-5b5b208d28cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9437 | 2025.04.15 04:06:07.974221 [ 5 ] {75a6e3f5-f351-48c3-bf06-5b5b208d28cc} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9438 | 2025.04.15 04:06:07.974456 [ 5 ] {75a6e3f5-f351-48c3-bf06-5b5b208d28cc} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9439 | 2025.04.15 04:06:07.974663 [ 5 ] {75a6e3f5-f351-48c3-bf06-5b5b208d28cc} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001622 sec., 70283.60049321825 rows/sec., 4.21 MiB/sec. | ||
| 9440 | 2025.04.15 04:06:07.974712 [ 5 ] {75a6e3f5-f351-48c3-bf06-5b5b208d28cc} <Debug> TCPHandler: Processed in 0.001911581 sec. | ||
| 9441 | 2025.04.15 04:06:07.974822 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9442 | 2025.04.15 04:06:07.974927 [ 5 ] {4c31097d-2a9c-41ae-b088-9edaca9bcc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9443 | 2025.04.15 04:06:07.974971 [ 5 ] {4c31097d-2a9c-41ae-b088-9edaca9bcc5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9444 | 2025.04.15 04:06:07.975492 [ 5 ] {4c31097d-2a9c-41ae-b088-9edaca9bcc5c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9445 | 2025.04.15 04:06:07.975532 [ 5 ] {4c31097d-2a9c-41ae-b088-9edaca9bcc5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9446 | 2025.04.15 04:06:07.975890 [ 5 ] {4c31097d-2a9c-41ae-b088-9edaca9bcc5c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9447 | 2025.04.15 04:06:07.976121 [ 5 ] {4c31097d-2a9c-41ae-b088-9edaca9bcc5c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9448 | 2025.04.15 04:06:07.976351 [ 5 ] {4c31097d-2a9c-41ae-b088-9edaca9bcc5c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001437 sec., 78636.04732080724 rows/sec., 5.09 MiB/sec. | ||
| 9449 | 2025.04.15 04:06:07.976435 [ 5 ] {4c31097d-2a9c-41ae-b088-9edaca9bcc5c} <Debug> TCPHandler: Processed in 0.001659456 sec. | ||
| 9450 | 2025.04.15 04:06:07.976668 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9451 | 2025.04.15 04:06:07.976773 [ 5 ] {92ad2a79-0bae-40c9-b00f-d7a665a6ca7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9452 | 2025.04.15 04:06:07.976819 [ 5 ] {92ad2a79-0bae-40c9-b00f-d7a665a6ca7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9453 | 2025.04.15 04:06:07.977345 [ 5 ] {92ad2a79-0bae-40c9-b00f-d7a665a6ca7f} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9454 | 2025.04.15 04:06:07.977383 [ 5 ] {92ad2a79-0bae-40c9-b00f-d7a665a6ca7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9455 | 2025.04.15 04:06:07.977728 [ 5 ] {92ad2a79-0bae-40c9-b00f-d7a665a6ca7f} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9456 | 2025.04.15 04:06:07.977958 [ 5 ] {92ad2a79-0bae-40c9-b00f-d7a665a6ca7f} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9457 | 2025.04.15 04:06:07.978184 [ 5 ] {92ad2a79-0bae-40c9-b00f-d7a665a6ca7f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00142 sec., 78873.23943661971 rows/sec., 4.49 MiB/sec. | ||
| 9458 | 2025.04.15 04:06:07.978319 [ 5 ] {92ad2a79-0bae-40c9-b00f-d7a665a6ca7f} <Debug> TCPHandler: Processed in 0.001728127 sec. | ||
| 9459 | 2025.04.15 04:06:07.978529 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9460 | 2025.04.15 04:06:07.978633 [ 5 ] {f44396d2-3453-4248-a911-04d6582e1911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9461 | 2025.04.15 04:06:07.978680 [ 5 ] {f44396d2-3453-4248-a911-04d6582e1911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9462 | 2025.04.15 04:06:07.979306 [ 5 ] {f44396d2-3453-4248-a911-04d6582e1911} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9463 | 2025.04.15 04:06:07.979345 [ 5 ] {f44396d2-3453-4248-a911-04d6582e1911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9464 | 2025.04.15 04:06:07.979710 [ 5 ] {f44396d2-3453-4248-a911-04d6582e1911} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9465 | 2025.04.15 04:06:07.979948 [ 5 ] {f44396d2-3453-4248-a911-04d6582e1911} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9466 | 2025.04.15 04:06:07.980140 [ 5 ] {f44396d2-3453-4248-a911-04d6582e1911} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001529 sec., 255068.67233485938 rows/sec., 18.03 MiB/sec. | ||
| 9467 | 2025.04.15 04:06:07.980190 [ 5 ] {f44396d2-3453-4248-a911-04d6582e1911} <Debug> TCPHandler: Processed in 0.001729297 sec. | ||
| 9468 | 2025.04.15 04:06:07.980299 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9469 | 2025.04.15 04:06:07.980404 [ 5 ] {60a53847-4131-4cab-b4ed-f44e8cd23c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9470 | 2025.04.15 04:06:07.980450 [ 5 ] {60a53847-4131-4cab-b4ed-f44e8cd23c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9471 | 2025.04.15 04:06:07.980863 [ 5 ] {60a53847-4131-4cab-b4ed-f44e8cd23c3c} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9472 | 2025.04.15 04:06:07.980903 [ 5 ] {60a53847-4131-4cab-b4ed-f44e8cd23c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9473 | 2025.04.15 04:06:07.981316 [ 5 ] {60a53847-4131-4cab-b4ed-f44e8cd23c3c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9474 | 2025.04.15 04:06:07.981551 [ 5 ] {60a53847-4131-4cab-b4ed-f44e8cd23c3c} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9475 | 2025.04.15 04:06:07.981800 [ 5 ] {60a53847-4131-4cab-b4ed-f44e8cd23c3c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001403 sec., 4276.550249465431 rows/sec., 223.43 KiB/sec. | ||
| 9476 | 2025.04.15 04:06:07.981989 [ 5 ] {60a53847-4131-4cab-b4ed-f44e8cd23c3c} <Debug> TCPHandler: Processed in 0.001734437 sec. | ||
| 9477 | 2025.04.15 04:06:07.982214 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9478 | 2025.04.15 04:06:07.982320 [ 5 ] {eaeeb9a7-d760-4b01-bbbe-b5de6c8ba2b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9479 | 2025.04.15 04:06:07.982371 [ 5 ] {eaeeb9a7-d760-4b01-bbbe-b5de6c8ba2b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9480 | 2025.04.15 04:06:07.982895 [ 5 ] {eaeeb9a7-d760-4b01-bbbe-b5de6c8ba2b2} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9481 | 2025.04.15 04:06:07.982933 [ 5 ] {eaeeb9a7-d760-4b01-bbbe-b5de6c8ba2b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9482 | 2025.04.15 04:06:07.983300 [ 5 ] {eaeeb9a7-d760-4b01-bbbe-b5de6c8ba2b2} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9483 | 2025.04.15 04:06:07.983529 [ 5 ] {eaeeb9a7-d760-4b01-bbbe-b5de6c8ba2b2} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9484 | 2025.04.15 04:06:07.983726 [ 5 ] {eaeeb9a7-d760-4b01-bbbe-b5de6c8ba2b2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001429 sec., 165850.24492652205 rows/sec., 11.12 MiB/sec. | ||
| 9485 | 2025.04.15 04:06:07.983775 [ 5 ] {eaeeb9a7-d760-4b01-bbbe-b5de6c8ba2b2} <Debug> TCPHandler: Processed in 0.001631315 sec. | ||
| 9486 | 2025.04.15 04:06:07.983891 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9487 | 2025.04.15 04:06:07.983996 [ 5 ] {d07c6200-4a3a-456a-8219-ad1066d27e85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9488 | 2025.04.15 04:06:07.984043 [ 5 ] {d07c6200-4a3a-456a-8219-ad1066d27e85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9489 | 2025.04.15 04:06:07.984443 [ 5 ] {d07c6200-4a3a-456a-8219-ad1066d27e85} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9490 | 2025.04.15 04:06:07.984481 [ 5 ] {d07c6200-4a3a-456a-8219-ad1066d27e85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9491 | 2025.04.15 04:06:07.984821 [ 5 ] {d07c6200-4a3a-456a-8219-ad1066d27e85} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9492 | 2025.04.15 04:06:07.985051 [ 5 ] {d07c6200-4a3a-456a-8219-ad1066d27e85} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9493 | 2025.04.15 04:06:07.985295 [ 5 ] {d07c6200-4a3a-456a-8219-ad1066d27e85} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001312 sec., 762.1951219512194 rows/sec., 51.36 KiB/sec. | ||
| 9494 | 2025.04.15 04:06:07.985473 [ 5 ] {d07c6200-4a3a-456a-8219-ad1066d27e85} <Debug> TCPHandler: Processed in 0.001629484 sec. | ||
| 9495 | 2025.04.15 04:06:07.985697 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9496 | 2025.04.15 04:06:07.985824 [ 5 ] {c3c7cb97-ca8a-4b74-b40b-d638c2da360c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9497 | 2025.04.15 04:06:07.985899 [ 5 ] {c3c7cb97-ca8a-4b74-b40b-d638c2da360c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9498 | 2025.04.15 04:06:07.986900 [ 5 ] {c3c7cb97-ca8a-4b74-b40b-d638c2da360c} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9499 | 2025.04.15 04:06:07.986941 [ 5 ] {c3c7cb97-ca8a-4b74-b40b-d638c2da360c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9500 | 2025.04.15 04:06:07.987544 [ 5 ] {c3c7cb97-ca8a-4b74-b40b-d638c2da360c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9501 | 2025.04.15 04:06:07.987814 [ 5 ] {c3c7cb97-ca8a-4b74-b40b-d638c2da360c} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9502 | 2025.04.15 04:06:07.988051 [ 5 ] {c3c7cb97-ca8a-4b74-b40b-d638c2da360c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00227 sec., 3524.229074889868 rows/sec., 6.32 MiB/sec. | ||
| 9503 | 2025.04.15 04:06:07.988145 [ 5 ] {c3c7cb97-ca8a-4b74-b40b-d638c2da360c} <Debug> TCPHandler: Processed in 0.002532424 sec. | ||
| 9504 | 2025.04.15 04:06:07.988266 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9505 | 2025.04.15 04:06:07.988371 [ 5 ] {27c2add0-73ea-404f-b778-6835b24a4f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9506 | 2025.04.15 04:06:07.988417 [ 5 ] {27c2add0-73ea-404f-b778-6835b24a4f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9507 | 2025.04.15 04:06:07.988836 [ 5 ] {27c2add0-73ea-404f-b778-6835b24a4f86} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9508 | 2025.04.15 04:06:07.988875 [ 5 ] {27c2add0-73ea-404f-b778-6835b24a4f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9509 | 2025.04.15 04:06:07.989229 [ 5 ] {27c2add0-73ea-404f-b778-6835b24a4f86} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9510 | 2025.04.15 04:06:07.989470 [ 5 ] {27c2add0-73ea-404f-b778-6835b24a4f86} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9511 | 2025.04.15 04:06:07.989720 [ 5 ] {27c2add0-73ea-404f-b778-6835b24a4f86} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001365 sec., 60073.26007326008 rows/sec., 3.82 MiB/sec. | ||
| 9512 | 2025.04.15 04:06:07.989808 [ 5 ] {27c2add0-73ea-404f-b778-6835b24a4f86} <Debug> TCPHandler: Processed in 0.001593764 sec. | ||
| 9513 | 2025.04.15 04:06:12.919135 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 9514 | 2025.04.15 04:06:12.920156 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9515 | 2025.04.15 04:06:12.920225 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9516 | 2025.04.15 04:06:12.920799 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9517 | 2025.04.15 04:06:12.921043 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9518 | 2025.04.15 04:06:12.921300 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 9519 | 2025.04.15 04:06:12.964197 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9520 | 2025.04.15 04:06:12.964407 [ 5 ] {6fb179ae-26e1-43d7-89f6-59929a89ae48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9521 | 2025.04.15 04:06:12.964480 [ 5 ] {6fb179ae-26e1-43d7-89f6-59929a89ae48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9522 | 2025.04.15 04:06:12.965244 [ 5 ] {6fb179ae-26e1-43d7-89f6-59929a89ae48} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9523 | 2025.04.15 04:06:12.965295 [ 5 ] {6fb179ae-26e1-43d7-89f6-59929a89ae48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9524 | 2025.04.15 04:06:12.965706 [ 5 ] {6fb179ae-26e1-43d7-89f6-59929a89ae48} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 9525 | 2025.04.15 04:06:12.965951 [ 5 ] {6fb179ae-26e1-43d7-89f6-59929a89ae48} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9526 | 2025.04.15 04:06:12.966200 [ 5 ] {6fb179ae-26e1-43d7-89f6-59929a89ae48} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001837 sec., 1088.7316276537833 rows/sec., 88.78 KiB/sec. | ||
| 9527 | 2025.04.15 04:06:12.966333 [ 5 ] {6fb179ae-26e1-43d7-89f6-59929a89ae48} <Debug> TCPHandler: Processed in 0.002271538 sec. | ||
| 9528 | 2025.04.15 04:06:12.966519 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9529 | 2025.04.15 04:06:12.966623 [ 5 ] {a396d02d-b78d-4d21-912f-279adfedeb40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9530 | 2025.04.15 04:06:12.966669 [ 5 ] {a396d02d-b78d-4d21-912f-279adfedeb40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9531 | 2025.04.15 04:06:12.967282 [ 5 ] {a396d02d-b78d-4d21-912f-279adfedeb40} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9532 | 2025.04.15 04:06:12.967321 [ 5 ] {a396d02d-b78d-4d21-912f-279adfedeb40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9533 | 2025.04.15 04:06:12.967671 [ 5 ] {a396d02d-b78d-4d21-912f-279adfedeb40} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9534 | 2025.04.15 04:06:12.967915 [ 5 ] {a396d02d-b78d-4d21-912f-279adfedeb40} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9535 | 2025.04.15 04:06:12.968112 [ 5 ] {a396d02d-b78d-4d21-912f-279adfedeb40} <Debug> executeQuery: Read 121 rows, 10.51 KiB in 0.001512 sec., 80026.45502645502 rows/sec., 6.79 MiB/sec. | ||
| 9536 | 2025.04.15 04:06:12.968162 [ 5 ] {a396d02d-b78d-4d21-912f-279adfedeb40} <Debug> TCPHandler: Processed in 0.001705476 sec. | ||
| 9537 | 2025.04.15 04:06:12.968281 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9538 | 2025.04.15 04:06:12.968386 [ 5 ] {611a023d-0c19-44cf-b967-8fc45cd98ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9539 | 2025.04.15 04:06:12.968431 [ 5 ] {611a023d-0c19-44cf-b967-8fc45cd98ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9540 | 2025.04.15 04:06:12.968985 [ 5 ] {611a023d-0c19-44cf-b967-8fc45cd98ea8} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9541 | 2025.04.15 04:06:12.969024 [ 5 ] {611a023d-0c19-44cf-b967-8fc45cd98ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9542 | 2025.04.15 04:06:12.969338 [ 5 ] {611a023d-0c19-44cf-b967-8fc45cd98ea8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9543 | 2025.04.15 04:06:12.969549 [ 5 ] {611a023d-0c19-44cf-b967-8fc45cd98ea8} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9544 | 2025.04.15 04:06:12.969700 [ 134 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9545 | 2025.04.15 04:06:12.969749 [ 5 ] {611a023d-0c19-44cf-b967-8fc45cd98ea8} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.001422 sec., 23909.98593530239 rows/sec., 1.75 MiB/sec. | ||
| 9546 | 2025.04.15 04:06:12.969775 [ 134 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9547 | 2025.04.15 04:06:12.969834 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9548 | 2025.04.15 04:06:12.969860 [ 5 ] {611a023d-0c19-44cf-b967-8fc45cd98ea8} <Debug> TCPHandler: Processed in 0.001681496 sec. | ||
| 9549 | 2025.04.15 04:06:12.970181 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9550 | 2025.04.15 04:06:12.970262 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 9551 | 2025.04.15 04:06:12.970546 [ 5 ] {d8412091-b772-44d9-b2cf-cb479c54ce1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9552 | 2025.04.15 04:06:12.970705 [ 5 ] {d8412091-b772-44d9-b2cf-cb479c54ce1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9553 | 2025.04.15 04:06:12.971066 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9554 | 2025.04.15 04:06:12.971247 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 164 rows starting from the beginning of the part | ||
| 9555 | 2025.04.15 04:06:12.971843 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part | ||
| 9556 | 2025.04.15 04:06:12.972222 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 124 rows starting from the beginning of the part | ||
| 9557 | 2025.04.15 04:06:12.972580 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part | ||
| 9558 | 2025.04.15 04:06:12.972904 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 114 rows starting from the beginning of the part | ||
| 9559 | 2025.04.15 04:06:12.973239 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 34 rows starting from the beginning of the part | ||
| 9560 | 2025.04.15 04:06:12.973989 [ 5 ] {d8412091-b772-44d9-b2cf-cb479c54ce1e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9561 | 2025.04.15 04:06:12.974054 [ 5 ] {d8412091-b772-44d9-b2cf-cb479c54ce1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9562 | 2025.04.15 04:06:12.974981 [ 5 ] {d8412091-b772-44d9-b2cf-cb479c54ce1e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9563 | 2025.04.15 04:06:12.975521 [ 5 ] {d8412091-b772-44d9-b2cf-cb479c54ce1e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9564 | 2025.04.15 04:06:12.976137 [ 5 ] {d8412091-b772-44d9-b2cf-cb479c54ce1e} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.005741 sec., 17070.19682982059 rows/sec., 1.33 MiB/sec. | ||
| 9565 | 2025.04.15 04:06:12.976143 [ 189 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 5 columns (5 merged, 0 gathered) in 0.006147742 sec., 81330.67392873675 rows/sec., 5.50 MiB/sec. | ||
| 9566 | 2025.04.15 04:06:12.976483 [ 5 ] {d8412091-b772-44d9-b2cf-cb479c54ce1e} <Debug> TCPHandler: Processed in 0.006438997 sec. | ||
| 9567 | 2025.04.15 04:06:12.976581 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9568 | 2025.04.15 04:06:12.976834 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9569 | 2025.04.15 04:06:12.977291 [ 5 ] {d8669819-b79d-41a5-b0ad-67599a6d999b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9570 | 2025.04.15 04:06:12.977496 [ 5 ] {d8669819-b79d-41a5-b0ad-67599a6d999b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9571 | 2025.04.15 04:06:12.977719 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_61_12} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9572 | 2025.04.15 04:06:12.977869 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_61_12} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9573 | 2025.04.15 04:06:12.977984 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 9574 | 2025.04.15 04:06:12.978370 [ 5 ] {d8669819-b79d-41a5-b0ad-67599a6d999b} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9575 | 2025.04.15 04:06:12.978408 [ 5 ] {d8669819-b79d-41a5-b0ad-67599a6d999b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9576 | 2025.04.15 04:06:12.978787 [ 5 ] {d8669819-b79d-41a5-b0ad-67599a6d999b} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9577 | 2025.04.15 04:06:12.979028 [ 5 ] {d8669819-b79d-41a5-b0ad-67599a6d999b} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9578 | 2025.04.15 04:06:12.979226 [ 5 ] {d8669819-b79d-41a5-b0ad-67599a6d999b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002077 sec., 77515.64756860858 rows/sec., 5.40 MiB/sec. | ||
| 9579 | 2025.04.15 04:06:12.979278 [ 5 ] {d8669819-b79d-41a5-b0ad-67599a6d999b} <Debug> TCPHandler: Processed in 0.002522673 sec. | ||
| 9580 | 2025.04.15 04:06:12.979394 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9581 | 2025.04.15 04:06:12.979499 [ 5 ] {11e4ae1f-797a-44f4-89bd-c5040beaad5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9582 | 2025.04.15 04:06:12.979564 [ 5 ] {11e4ae1f-797a-44f4-89bd-c5040beaad5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9583 | 2025.04.15 04:06:12.980689 [ 5 ] {11e4ae1f-797a-44f4-89bd-c5040beaad5e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9584 | 2025.04.15 04:06:12.980729 [ 5 ] {11e4ae1f-797a-44f4-89bd-c5040beaad5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9585 | 2025.04.15 04:06:12.981350 [ 5 ] {11e4ae1f-797a-44f4-89bd-c5040beaad5e} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9586 | 2025.04.15 04:06:12.981599 [ 5 ] {11e4ae1f-797a-44f4-89bd-c5040beaad5e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9587 | 2025.04.15 04:06:12.981777 [ 134 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9588 | 2025.04.15 04:06:12.981842 [ 134 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9589 | 2025.04.15 04:06:12.981878 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9590 | 2025.04.15 04:06:12.981884 [ 5 ] {11e4ae1f-797a-44f4-89bd-c5040beaad5e} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002391 sec., 13383.521539104977 rows/sec., 23.98 MiB/sec. | ||
| 9591 | 2025.04.15 04:06:12.982218 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 9592 | 2025.04.15 04:06:12.982248 [ 5 ] {11e4ae1f-797a-44f4-89bd-c5040beaad5e} <Debug> TCPHandler: Processed in 0.002914842 sec. | ||
| 9593 | 2025.04.15 04:06:12.982449 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9594 | 2025.04.15 04:06:12.982684 [ 5 ] {5e8c52cf-d885-4ae0-aa92-6b839f6cb2f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9595 | 2025.04.15 04:06:12.982819 [ 5 ] {5e8c52cf-d885-4ae0-aa92-6b839f6cb2f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9596 | 2025.04.15 04:06:12.982850 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9597 | 2025.04.15 04:06:12.983140 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1075 rows starting from the beginning of the part | ||
| 9598 | 2025.04.15 04:06:12.983958 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part | ||
| 9599 | 2025.04.15 04:06:12.984797 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 9600 | 2025.04.15 04:06:12.985004 [ 5 ] {5e8c52cf-d885-4ae0-aa92-6b839f6cb2f2} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9601 | 2025.04.15 04:06:12.985149 [ 5 ] {5e8c52cf-d885-4ae0-aa92-6b839f6cb2f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9602 | 2025.04.15 04:06:12.985490 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part | ||
| 9603 | 2025.04.15 04:06:12.986092 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 9604 | 2025.04.15 04:06:12.986807 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part | ||
| 9605 | 2025.04.15 04:06:12.986881 [ 5 ] {5e8c52cf-d885-4ae0-aa92-6b839f6cb2f2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9606 | 2025.04.15 04:06:12.987597 [ 5 ] {5e8c52cf-d885-4ae0-aa92-6b839f6cb2f2} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9607 | 2025.04.15 04:06:12.988125 [ 5 ] {5e8c52cf-d885-4ae0-aa92-6b839f6cb2f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005483 sec., 10942.914462885281 rows/sec., 755.18 KiB/sec. | ||
| 9608 | 2025.04.15 04:06:12.988254 [ 5 ] {5e8c52cf-d885-4ae0-aa92-6b839f6cb2f2} <Debug> TCPHandler: Processed in 0.005864755 sec. | ||
| 9609 | 2025.04.15 04:06:12.994449 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1187 rows, containing 19 columns (19 merged, 0 gathered) in 0.012476256 sec., 95140.7217036906 rows/sec., 170.49 MiB/sec. | ||
| 9610 | 2025.04.15 04:06:12.995642 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9611 | 2025.04.15 04:06:12.996072 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9612 | 2025.04.15 04:06:12.996148 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9613 | 2025.04.15 04:06:12.996290 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.61 MiB. | ||
| 9614 | 2025.04.15 04:06:13.000324 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.06 MiB, peak 234.64 MiB, free memory in arenas 0.00 B, will set to 225.14 MiB (RSS), difference: 2.07 MiB | ||
| 9615 | 2025.04.15 04:06:14.355748 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9616 | 2025.04.15 04:06:14.376725 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9617 | 2025.04.15 04:06:14.376778 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9618 | 2025.04.15 04:06:14.384022 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9619 | 2025.04.15 04:06:14.384769 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9620 | 2025.04.15 04:06:14.388503 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9621 | 2025.04.15 04:06:15.525945 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1374 | ||
| 9622 | 2025.04.15 04:06:15.529367 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9623 | 2025.04.15 04:06:15.529423 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9624 | 2025.04.15 04:06:15.530875 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9625 | 2025.04.15 04:06:15.531175 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9626 | 2025.04.15 04:06:15.532607 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1374 | ||
| 9627 | 2025.04.15 04:06:17.969813 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9628 | 2025.04.15 04:06:17.969995 [ 5 ] {de988ecb-da36-41ba-a8f8-311c4bbe0995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9629 | 2025.04.15 04:06:17.970063 [ 5 ] {de988ecb-da36-41ba-a8f8-311c4bbe0995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9630 | 2025.04.15 04:06:17.970945 [ 5 ] {de988ecb-da36-41ba-a8f8-311c4bbe0995} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9631 | 2025.04.15 04:06:17.970987 [ 5 ] {de988ecb-da36-41ba-a8f8-311c4bbe0995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9632 | 2025.04.15 04:06:17.971409 [ 5 ] {de988ecb-da36-41ba-a8f8-311c4bbe0995} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9633 | 2025.04.15 04:06:17.971634 [ 5 ] {de988ecb-da36-41ba-a8f8-311c4bbe0995} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9634 | 2025.04.15 04:06:17.971813 [ 5 ] {de988ecb-da36-41ba-a8f8-311c4bbe0995} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001893 sec., 111991.54780771263 rows/sec., 7.12 MiB/sec. | ||
| 9635 | 2025.04.15 04:06:17.971916 [ 5 ] {de988ecb-da36-41ba-a8f8-311c4bbe0995} <Debug> TCPHandler: Processed in 0.002257159 sec. | ||
| 9636 | 2025.04.15 04:06:17.972179 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9637 | 2025.04.15 04:06:17.972285 [ 5 ] {79243244-ff2d-45b7-8b24-db38e26e1760} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9638 | 2025.04.15 04:06:17.972331 [ 5 ] {79243244-ff2d-45b7-8b24-db38e26e1760} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9639 | 2025.04.15 04:06:17.973318 [ 5 ] {79243244-ff2d-45b7-8b24-db38e26e1760} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9640 | 2025.04.15 04:06:17.973358 [ 5 ] {79243244-ff2d-45b7-8b24-db38e26e1760} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9641 | 2025.04.15 04:06:17.973760 [ 5 ] {79243244-ff2d-45b7-8b24-db38e26e1760} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9642 | 2025.04.15 04:06:17.973993 [ 5 ] {79243244-ff2d-45b7-8b24-db38e26e1760} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9643 | 2025.04.15 04:06:17.974184 [ 5 ] {79243244-ff2d-45b7-8b24-db38e26e1760} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001863 sec., 339774.5571658615 rows/sec., 26.72 MiB/sec. | ||
| 9644 | 2025.04.15 04:06:17.974240 [ 5 ] {79243244-ff2d-45b7-8b24-db38e26e1760} <Debug> TCPHandler: Processed in 0.002101054 sec. | ||
| 9645 | 2025.04.15 04:06:17.974391 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9646 | 2025.04.15 04:06:17.974521 [ 5 ] {3ee55b04-be1e-4b9d-96ab-72489717c443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9647 | 2025.04.15 04:06:17.974574 [ 5 ] {3ee55b04-be1e-4b9d-96ab-72489717c443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9648 | 2025.04.15 04:06:17.975237 [ 5 ] {3ee55b04-be1e-4b9d-96ab-72489717c443} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9649 | 2025.04.15 04:06:17.975276 [ 5 ] {3ee55b04-be1e-4b9d-96ab-72489717c443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9650 | 2025.04.15 04:06:17.975626 [ 5 ] {3ee55b04-be1e-4b9d-96ab-72489717c443} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9651 | 2025.04.15 04:06:17.975868 [ 5 ] {3ee55b04-be1e-4b9d-96ab-72489717c443} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9652 | 2025.04.15 04:06:17.976058 [ 5 ] {3ee55b04-be1e-4b9d-96ab-72489717c443} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001565 sec., 72843.45047923323 rows/sec., 4.36 MiB/sec. | ||
| 9653 | 2025.04.15 04:06:17.976110 [ 5 ] {3ee55b04-be1e-4b9d-96ab-72489717c443} <Debug> TCPHandler: Processed in 0.001787569 sec. | ||
| 9654 | 2025.04.15 04:06:17.976235 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9655 | 2025.04.15 04:06:17.976338 [ 5 ] {3f212adc-5c67-49a5-888f-c6bc708e4453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9656 | 2025.04.15 04:06:17.976382 [ 5 ] {3f212adc-5c67-49a5-888f-c6bc708e4453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9657 | 2025.04.15 04:06:17.976943 [ 5 ] {3f212adc-5c67-49a5-888f-c6bc708e4453} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9658 | 2025.04.15 04:06:17.976982 [ 5 ] {3f212adc-5c67-49a5-888f-c6bc708e4453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9659 | 2025.04.15 04:06:17.977324 [ 5 ] {3f212adc-5c67-49a5-888f-c6bc708e4453} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9660 | 2025.04.15 04:06:17.977555 [ 5 ] {3f212adc-5c67-49a5-888f-c6bc708e4453} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9661 | 2025.04.15 04:06:17.977734 [ 131 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
| 9662 | 2025.04.15 04:06:17.977753 [ 5 ] {3f212adc-5c67-49a5-888f-c6bc708e4453} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001437 sec., 78636.04732080724 rows/sec., 5.09 MiB/sec. | ||
| 9663 | 2025.04.15 04:06:17.977813 [ 131 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9664 | 2025.04.15 04:06:17.977878 [ 5 ] {3f212adc-5c67-49a5-888f-c6bc708e4453} <Debug> TCPHandler: Processed in 0.001686496 sec. | ||
| 9665 | 2025.04.15 04:06:17.977882 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9666 | 2025.04.15 04:06:17.978051 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9667 | 2025.04.15 04:06:17.978076 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 9668 | 2025.04.15 04:06:17.978193 [ 5 ] {29924b8e-c96a-4bfa-910e-3a8eb168e3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9669 | 2025.04.15 04:06:17.978214 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9670 | 2025.04.15 04:06:17.978252 [ 5 ] {29924b8e-c96a-4bfa-910e-3a8eb168e3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9671 | 2025.04.15 04:06:17.978253 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_28_6, total 342 rows starting from the beginning of the part | ||
| 9672 | 2025.04.15 04:06:17.978449 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 113 rows starting from the beginning of the part | ||
| 9673 | 2025.04.15 04:06:17.978824 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 113 rows starting from the beginning of the part | ||
| 9674 | 2025.04.15 04:06:17.979063 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 341 rows starting from the beginning of the part | ||
| 9675 | 2025.04.15 04:06:17.979282 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 113 rows starting from the beginning of the part | ||
| 9676 | 2025.04.15 04:06:17.979491 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 113 rows starting from the beginning of the part | ||
| 9677 | 2025.04.15 04:06:17.980208 [ 5 ] {29924b8e-c96a-4bfa-910e-3a8eb168e3d6} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9678 | 2025.04.15 04:06:17.980254 [ 5 ] {29924b8e-c96a-4bfa-910e-3a8eb168e3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9679 | 2025.04.15 04:06:17.980798 [ 5 ] {29924b8e-c96a-4bfa-910e-3a8eb168e3d6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9680 | 2025.04.15 04:06:17.981106 [ 5 ] {29924b8e-c96a-4bfa-910e-3a8eb168e3d6} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9681 | 2025.04.15 04:06:17.981321 [ 199 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.00331518 sec., 342364.5171604558 rows/sec., 23.88 MiB/sec. | ||
| 9682 | 2025.04.15 04:06:17.981562 [ 5 ] {29924b8e-c96a-4bfa-910e-3a8eb168e3d6} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003374 sec., 33195.02074688797 rows/sec., 1.89 MiB/sec. | ||
| 9683 | 2025.04.15 04:06:17.981700 [ 199 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9684 | 2025.04.15 04:06:17.981959 [ 5 ] {29924b8e-c96a-4bfa-910e-3a8eb168e3d6} <Debug> TCPHandler: Processed in 0.003966975 sec. | ||
| 9685 | 2025.04.15 04:06:17.982195 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9686 | 2025.04.15 04:06:17.982332 [ 5 ] {70824f95-a78f-4a48-a5d9-482b5e60cc84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9687 | 2025.04.15 04:06:17.982418 [ 199 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_33_7} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9688 | 2025.04.15 04:06:17.982431 [ 5 ] {70824f95-a78f-4a48-a5d9-482b5e60cc84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9689 | 2025.04.15 04:06:17.982629 [ 199 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_33_7} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
| 9690 | 2025.04.15 04:06:17.982810 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 9691 | 2025.04.15 04:06:17.983481 [ 5 ] {70824f95-a78f-4a48-a5d9-482b5e60cc84} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9692 | 2025.04.15 04:06:17.983526 [ 5 ] {70824f95-a78f-4a48-a5d9-482b5e60cc84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9693 | 2025.04.15 04:06:17.983901 [ 5 ] {70824f95-a78f-4a48-a5d9-482b5e60cc84} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9694 | 2025.04.15 04:06:17.984150 [ 5 ] {70824f95-a78f-4a48-a5d9-482b5e60cc84} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9695 | 2025.04.15 04:06:17.984356 [ 5 ] {70824f95-a78f-4a48-a5d9-482b5e60cc84} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.002062 sec., 189136.7604267701 rows/sec., 13.37 MiB/sec. | ||
| 9696 | 2025.04.15 04:06:17.984406 [ 5 ] {70824f95-a78f-4a48-a5d9-482b5e60cc84} <Debug> TCPHandler: Processed in 0.002276159 sec. | ||
| 9697 | 2025.04.15 04:06:17.984534 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9698 | 2025.04.15 04:06:17.984636 [ 5 ] {b4242b27-ee84-4a40-a73a-ad82439d576c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9699 | 2025.04.15 04:06:17.984682 [ 5 ] {b4242b27-ee84-4a40-a73a-ad82439d576c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9700 | 2025.04.15 04:06:17.985100 [ 5 ] {b4242b27-ee84-4a40-a73a-ad82439d576c} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9701 | 2025.04.15 04:06:17.985138 [ 5 ] {b4242b27-ee84-4a40-a73a-ad82439d576c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9702 | 2025.04.15 04:06:17.985481 [ 5 ] {b4242b27-ee84-4a40-a73a-ad82439d576c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9703 | 2025.04.15 04:06:17.985706 [ 5 ] {b4242b27-ee84-4a40-a73a-ad82439d576c} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9704 | 2025.04.15 04:06:17.985920 [ 5 ] {b4242b27-ee84-4a40-a73a-ad82439d576c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 242.44 KiB/sec. | ||
| 9705 | 2025.04.15 04:06:17.985983 [ 5 ] {b4242b27-ee84-4a40-a73a-ad82439d576c} <Debug> TCPHandler: Processed in 0.001498132 sec. | ||
| 9706 | 2025.04.15 04:06:17.986229 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9707 | 2025.04.15 04:06:17.986334 [ 5 ] {14e263e7-e82f-44e5-9275-1a68429588cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9708 | 2025.04.15 04:06:17.986383 [ 5 ] {14e263e7-e82f-44e5-9275-1a68429588cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9709 | 2025.04.15 04:06:17.986909 [ 5 ] {14e263e7-e82f-44e5-9275-1a68429588cf} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9710 | 2025.04.15 04:06:17.986947 [ 5 ] {14e263e7-e82f-44e5-9275-1a68429588cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9711 | 2025.04.15 04:06:17.987326 [ 5 ] {14e263e7-e82f-44e5-9275-1a68429588cf} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9712 | 2025.04.15 04:06:17.987570 [ 5 ] {14e263e7-e82f-44e5-9275-1a68429588cf} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9713 | 2025.04.15 04:06:17.987793 [ 5 ] {14e263e7-e82f-44e5-9275-1a68429588cf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00148 sec., 160135.13513513515 rows/sec., 10.73 MiB/sec. | ||
| 9714 | 2025.04.15 04:06:17.987878 [ 5 ] {14e263e7-e82f-44e5-9275-1a68429588cf} <Debug> TCPHandler: Processed in 0.001737817 sec. | ||
| 9715 | 2025.04.15 04:06:17.988098 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9716 | 2025.04.15 04:06:17.988257 [ 5 ] {30092ef2-1038-4abe-8ef6-df2910f23a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9717 | 2025.04.15 04:06:17.988306 [ 5 ] {30092ef2-1038-4abe-8ef6-df2910f23a0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9718 | 2025.04.15 04:06:17.988725 [ 5 ] {30092ef2-1038-4abe-8ef6-df2910f23a0c} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9719 | 2025.04.15 04:06:17.988762 [ 5 ] {30092ef2-1038-4abe-8ef6-df2910f23a0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9720 | 2025.04.15 04:06:17.989096 [ 5 ] {30092ef2-1038-4abe-8ef6-df2910f23a0c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9721 | 2025.04.15 04:06:17.989333 [ 5 ] {30092ef2-1038-4abe-8ef6-df2910f23a0c} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9722 | 2025.04.15 04:06:17.989522 [ 131 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 6 parts from all_1_28_6 to all_33_33_0 | ||
| 9723 | 2025.04.15 04:06:17.989564 [ 5 ] {30092ef2-1038-4abe-8ef6-df2910f23a0c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001324 sec., 755.2870090634441 rows/sec., 50.89 KiB/sec. | ||
| 9724 | 2025.04.15 04:06:17.989592 [ 131 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9725 | 2025.04.15 04:06:17.989670 [ 5 ] {30092ef2-1038-4abe-8ef6-df2910f23a0c} <Debug> TCPHandler: Processed in 0.001669296 sec. | ||
| 9726 | 2025.04.15 04:06:17.989676 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9727 | 2025.04.15 04:06:17.989851 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9728 | 2025.04.15 04:06:17.990066 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 9729 | 2025.04.15 04:06:17.990222 [ 5 ] {699dd1d8-69bb-4820-b82b-2ffdbc0e2fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9730 | 2025.04.15 04:06:17.990633 [ 5 ] {699dd1d8-69bb-4820-b82b-2ffdbc0e2fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9731 | 2025.04.15 04:06:17.990657 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9732 | 2025.04.15 04:06:17.990791 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 9733 | 2025.04.15 04:06:17.991141 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 9734 | 2025.04.15 04:06:17.991508 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 9735 | 2025.04.15 04:06:17.991887 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 9736 | 2025.04.15 04:06:17.992195 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 9737 | 2025.04.15 04:06:17.992566 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 9738 | 2025.04.15 04:06:17.996313 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.006491158 sec., 5083.838661761121 rows/sec., 341.96 KiB/sec. | ||
| 9739 | 2025.04.15 04:06:17.996364 [ 5 ] {699dd1d8-69bb-4820-b82b-2ffdbc0e2fda} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9740 | 2025.04.15 04:06:17.996420 [ 5 ] {699dd1d8-69bb-4820-b82b-2ffdbc0e2fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9741 | 2025.04.15 04:06:17.996495 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 9742 | 2025.04.15 04:06:17.997142 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_33_7} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9743 | 2025.04.15 04:06:17.997309 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_33_7} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 6 parts: [all_1_28_6, all_33_33_0] -> all_1_33_7 | ||
| 9744 | 2025.04.15 04:06:17.997509 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9745 | 2025.04.15 04:06:17.997700 [ 5 ] {699dd1d8-69bb-4820-b82b-2ffdbc0e2fda} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9746 | 2025.04.15 04:06:17.997966 [ 5 ] {699dd1d8-69bb-4820-b82b-2ffdbc0e2fda} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9747 | 2025.04.15 04:06:17.998246 [ 5 ] {699dd1d8-69bb-4820-b82b-2ffdbc0e2fda} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008154 sec., 981.1135638950209 rows/sec., 1.76 MiB/sec. | ||
| 9748 | 2025.04.15 04:06:17.998696 [ 5 ] {699dd1d8-69bb-4820-b82b-2ffdbc0e2fda} <Debug> TCPHandler: Processed in 0.00892741 sec. | ||
| 9749 | 2025.04.15 04:06:17.998996 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9750 | 2025.04.15 04:06:17.999099 [ 5 ] {4443f420-fd44-497c-bb2a-6abe1c168a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9751 | 2025.04.15 04:06:17.999147 [ 5 ] {4443f420-fd44-497c-bb2a-6abe1c168a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9752 | 2025.04.15 04:06:17.999622 [ 5 ] {4443f420-fd44-497c-bb2a-6abe1c168a66} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9753 | 2025.04.15 04:06:17.999660 [ 5 ] {4443f420-fd44-497c-bb2a-6abe1c168a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9754 | 2025.04.15 04:06:18.000018 [ 5 ] {4443f420-fd44-497c-bb2a-6abe1c168a66} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9755 | 2025.04.15 04:06:18.000594 [ 5 ] {4443f420-fd44-497c-bb2a-6abe1c168a66} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9756 | 2025.04.15 04:06:18.000896 [ 5 ] {4443f420-fd44-497c-bb2a-6abe1c168a66} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001819 sec., 45079.71412864211 rows/sec., 2.86 MiB/sec. | ||
| 9757 | 2025.04.15 04:06:18.000945 [ 5 ] {4443f420-fd44-497c-bb2a-6abe1c168a66} <Debug> TCPHandler: Processed in 0.002028953 sec. | ||
| 9758 | 2025.04.15 04:06:20.202015 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9759 | 2025.04.15 04:06:20.202073 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9760 | 2025.04.15 04:06:20.421824 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 9761 | 2025.04.15 04:06:20.422540 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9762 | 2025.04.15 04:06:20.422597 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9763 | 2025.04.15 04:06:20.423168 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9764 | 2025.04.15 04:06:20.423458 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9765 | 2025.04.15 04:06:20.423671 [ 25 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9766 | 2025.04.15 04:06:20.423710 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9767 | 2025.04.15 04:06:20.423761 [ 25 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9768 | 2025.04.15 04:06:20.423801 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9769 | 2025.04.15 04:06:20.423957 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 9770 | 2025.04.15 04:06:20.424150 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9771 | 2025.04.15 04:06:20.424193 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 9772 | 2025.04.15 04:06:20.424267 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 9773 | 2025.04.15 04:06:20.424497 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 9774 | 2025.04.15 04:06:20.424679 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 9775 | 2025.04.15 04:06:20.424855 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 9776 | 2025.04.15 04:06:20.425060 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 9777 | 2025.04.15 04:06:20.428217 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004301621 sec., 4906522.448165471 rows/sec., 70.19 MiB/sec. | ||
| 9778 | 2025.04.15 04:06:20.428697 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9779 | 2025.04.15 04:06:20.429065 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_46_9} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9780 | 2025.04.15 04:06:20.429171 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_46_9} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9781 | 2025.04.15 04:06:20.429289 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 9782 | 2025.04.15 04:06:21.888802 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9783 | 2025.04.15 04:06:21.910241 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9784 | 2025.04.15 04:06:21.910289 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9785 | 2025.04.15 04:06:21.917599 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9786 | 2025.04.15 04:06:21.918382 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9787 | 2025.04.15 04:06:21.918804 [ 122 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9788 | 2025.04.15 04:06:21.918950 [ 122 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9789 | 2025.04.15 04:06:21.919038 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9790 | 2025.04.15 04:06:21.919582 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 9791 | 2025.04.15 04:06:21.934347 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9792 | 2025.04.15 04:06:21.936080 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9793 | 2025.04.15 04:06:21.937730 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 9794 | 2025.04.15 04:06:21.943513 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 9795 | 2025.04.15 04:06:21.949356 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 9796 | 2025.04.15 04:06:21.955065 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 9797 | 2025.04.15 04:06:21.961051 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 9798 | 2025.04.15 04:06:21.965629 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 9799 | 2025.04.15 04:06:22.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.66 MiB, peak 235.66 MiB, free memory in arenas 0.00 B, will set to 225.63 MiB (RSS), difference: -10.03 MiB | ||
| 9800 | 2025.04.15 04:06:22.024589 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.105381968 sec., 3292.78344849282 rows/sec., 17.03 MiB/sec. | ||
| 9801 | 2025.04.15 04:06:22.027877 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9802 | 2025.04.15 04:06:22.030866 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_46_9} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9803 | 2025.04.15 04:06:22.030993 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_46_9} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9804 | 2025.04.15 04:06:22.033603 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9805 | 2025.04.15 04:06:22.965376 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9806 | 2025.04.15 04:06:22.965559 [ 5 ] {fc5774ff-7ec3-40e9-8e3a-cfded4f6c8c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9807 | 2025.04.15 04:06:22.965629 [ 5 ] {fc5774ff-7ec3-40e9-8e3a-cfded4f6c8c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9808 | 2025.04.15 04:06:22.966509 [ 5 ] {fc5774ff-7ec3-40e9-8e3a-cfded4f6c8c0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9809 | 2025.04.15 04:06:22.966552 [ 5 ] {fc5774ff-7ec3-40e9-8e3a-cfded4f6c8c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9810 | 2025.04.15 04:06:22.966998 [ 5 ] {fc5774ff-7ec3-40e9-8e3a-cfded4f6c8c0} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9811 | 2025.04.15 04:06:22.967243 [ 5 ] {fc5774ff-7ec3-40e9-8e3a-cfded4f6c8c0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9812 | 2025.04.15 04:06:22.967397 [ 121 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9813 | 2025.04.15 04:06:22.967432 [ 5 ] {fc5774ff-7ec3-40e9-8e3a-cfded4f6c8c0} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001924 sec., 62370.06237006237 rows/sec., 5.30 MiB/sec. | ||
| 9814 | 2025.04.15 04:06:22.967448 [ 121 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9815 | 2025.04.15 04:06:22.967488 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9816 | 2025.04.15 04:06:22.967502 [ 5 ] {fc5774ff-7ec3-40e9-8e3a-cfded4f6c8c0} <Debug> TCPHandler: Processed in 0.002245438 sec. | ||
| 9817 | 2025.04.15 04:06:22.967705 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9818 | 2025.04.15 04:06:22.967762 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 9819 | 2025.04.15 04:06:22.967837 [ 5 ] {24632fbc-23ff-4eac-ba8a-e02e94be830a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9820 | 2025.04.15 04:06:22.967923 [ 5 ] {24632fbc-23ff-4eac-ba8a-e02e94be830a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9821 | 2025.04.15 04:06:22.968225 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9822 | 2025.04.15 04:06:22.968304 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1847 rows starting from the beginning of the part | ||
| 9823 | 2025.04.15 04:06:22.968679 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 120 rows starting from the beginning of the part | ||
| 9824 | 2025.04.15 04:06:22.969094 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 633 rows starting from the beginning of the part | ||
| 9825 | 2025.04.15 04:06:22.969452 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 121 rows starting from the beginning of the part | ||
| 9826 | 2025.04.15 04:06:22.969708 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 633 rows starting from the beginning of the part | ||
| 9827 | 2025.04.15 04:06:22.969930 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 120 rows starting from the beginning of the part | ||
| 9828 | 2025.04.15 04:06:22.970785 [ 5 ] {24632fbc-23ff-4eac-ba8a-e02e94be830a} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9829 | 2025.04.15 04:06:22.970846 [ 5 ] {24632fbc-23ff-4eac-ba8a-e02e94be830a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9830 | 2025.04.15 04:06:22.971709 [ 5 ] {24632fbc-23ff-4eac-ba8a-e02e94be830a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9831 | 2025.04.15 04:06:22.972234 [ 5 ] {24632fbc-23ff-4eac-ba8a-e02e94be830a} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9832 | 2025.04.15 04:06:22.972649 [ 5 ] {24632fbc-23ff-4eac-ba8a-e02e94be830a} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004844 sec., 6606.110652353426 rows/sec., 496.75 KiB/sec. | ||
| 9833 | 2025.04.15 04:06:22.972729 [ 5 ] {24632fbc-23ff-4eac-ba8a-e02e94be830a} <Debug> TCPHandler: Processed in 0.00511543 sec. | ||
| 9834 | 2025.04.15 04:06:22.972916 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9835 | 2025.04.15 04:06:22.973029 [ 5 ] {f73534f6-3354-402d-90c4-6632e9f82e13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9836 | 2025.04.15 04:06:22.973122 [ 5 ] {f73534f6-3354-402d-90c4-6632e9f82e13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9837 | 2025.04.15 04:06:22.973626 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3474 rows, containing 5 columns (5 merged, 0 gathered) in 0.006018678 sec., 577203.166542553 rows/sec., 48.88 MiB/sec. | ||
| 9838 | 2025.04.15 04:06:22.974018 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9839 | 2025.04.15 04:06:22.974458 [ 5 ] {f73534f6-3354-402d-90c4-6632e9f82e13} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9840 | 2025.04.15 04:06:22.974522 [ 5 ] {f73534f6-3354-402d-90c4-6632e9f82e13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9841 | 2025.04.15 04:06:22.974679 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_76_15} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9842 | 2025.04.15 04:06:22.974868 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_76_15} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9843 | 2025.04.15 04:06:22.975041 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 9844 | 2025.04.15 04:06:22.975176 [ 5 ] {f73534f6-3354-402d-90c4-6632e9f82e13} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9845 | 2025.04.15 04:06:22.975408 [ 5 ] {f73534f6-3354-402d-90c4-6632e9f82e13} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9846 | 2025.04.15 04:06:22.975569 [ 121 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9847 | 2025.04.15 04:06:22.975573 [ 5 ] {f73534f6-3354-402d-90c4-6632e9f82e13} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00257 sec., 37354.08560311284 rows/sec., 2.92 MiB/sec. | ||
| 9848 | 2025.04.15 04:06:22.975610 [ 121 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9849 | 2025.04.15 04:06:22.975662 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9850 | 2025.04.15 04:06:22.975667 [ 5 ] {f73534f6-3354-402d-90c4-6632e9f82e13} <Debug> TCPHandler: Processed in 0.00281337 sec. | ||
| 9851 | 2025.04.15 04:06:22.975798 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 9852 | 2025.04.15 04:06:22.975819 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9853 | 2025.04.15 04:06:22.975929 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9854 | 2025.04.15 04:06:22.975950 [ 5 ] {0d32e78c-790b-40e1-ae01-fc5e862fde18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9855 | 2025.04.15 04:06:22.975963 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 914 rows starting from the beginning of the part | ||
| 9856 | 2025.04.15 04:06:22.976009 [ 5 ] {0d32e78c-790b-40e1-ae01-fc5e862fde18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9857 | 2025.04.15 04:06:22.976130 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 96 rows starting from the beginning of the part | ||
| 9858 | 2025.04.15 04:06:22.976357 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 390 rows starting from the beginning of the part | ||
| 9859 | 2025.04.15 04:06:22.976826 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 98 rows starting from the beginning of the part | ||
| 9860 | 2025.04.15 04:06:22.977026 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 390 rows starting from the beginning of the part | ||
| 9861 | 2025.04.15 04:06:22.977226 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 96 rows starting from the beginning of the part | ||
| 9862 | 2025.04.15 04:06:22.977877 [ 5 ] {0d32e78c-790b-40e1-ae01-fc5e862fde18} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9863 | 2025.04.15 04:06:22.977915 [ 5 ] {0d32e78c-790b-40e1-ae01-fc5e862fde18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9864 | 2025.04.15 04:06:22.978482 [ 5 ] {0d32e78c-790b-40e1-ae01-fc5e862fde18} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9865 | 2025.04.15 04:06:22.978745 [ 5 ] {0d32e78c-790b-40e1-ae01-fc5e862fde18} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9866 | 2025.04.15 04:06:22.978909 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9867 | 2025.04.15 04:06:22.978980 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9868 | 2025.04.15 04:06:22.979035 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9869 | 2025.04.15 04:06:22.979139 [ 5 ] {0d32e78c-790b-40e1-ae01-fc5e862fde18} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003176 sec., 50377.83375314862 rows/sec., 3.51 MiB/sec. | ||
| 9870 | 2025.04.15 04:06:22.979326 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1984 rows, containing 5 columns (5 merged, 0 gathered) in 0.003586617 sec., 553167.5113344971 rows/sec., 42.31 MiB/sec. | ||
| 9871 | 2025.04.15 04:06:22.979533 [ 5 ] {0d32e78c-790b-40e1-ae01-fc5e862fde18} <Debug> TCPHandler: Processed in 0.003758461 sec. | ||
| 9872 | 2025.04.15 04:06:22.979597 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 9873 | 2025.04.15 04:06:22.979692 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9874 | 2025.04.15 04:06:22.979755 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9875 | 2025.04.15 04:06:22.980053 [ 5 ] {e09a68f7-5ccb-4fa4-8a82-60b49e974388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9876 | 2025.04.15 04:06:22.980274 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9877 | 2025.04.15 04:06:22.980368 [ 5 ] {e09a68f7-5ccb-4fa4-8a82-60b49e974388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9878 | 2025.04.15 04:06:22.980456 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 21775 rows starting from the beginning of the part | ||
| 9879 | 2025.04.15 04:06:22.980491 [ 187 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_76_15} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9880 | 2025.04.15 04:06:22.981014 [ 187 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_76_15} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9881 | 2025.04.15 04:06:22.981040 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 9882 | 2025.04.15 04:06:22.981406 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9883 | 2025.04.15 04:06:22.981541 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 9884 | 2025.04.15 04:06:22.981869 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 161 rows starting from the beginning of the part | ||
| 9885 | 2025.04.15 04:06:22.982305 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 9886 | 2025.04.15 04:06:22.982696 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 9887 | 2025.04.15 04:06:22.985332 [ 5 ] {e09a68f7-5ccb-4fa4-8a82-60b49e974388} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9888 | 2025.04.15 04:06:22.985375 [ 5 ] {e09a68f7-5ccb-4fa4-8a82-60b49e974388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9889 | 2025.04.15 04:06:22.987115 [ 5 ] {e09a68f7-5ccb-4fa4-8a82-60b49e974388} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9890 | 2025.04.15 04:06:22.987574 [ 5 ] {e09a68f7-5ccb-4fa4-8a82-60b49e974388} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9891 | 2025.04.15 04:06:22.988350 [ 5 ] {e09a68f7-5ccb-4fa4-8a82-60b49e974388} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008418 sec., 3801.377999524828 rows/sec., 6.81 MiB/sec. | ||
| 9892 | 2025.04.15 04:06:22.988778 [ 5 ] {e09a68f7-5ccb-4fa4-8a82-60b49e974388} <Debug> TCPHandler: Processed in 0.009120915 sec. | ||
| 9893 | 2025.04.15 04:06:22.989071 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9894 | 2025.04.15 04:06:22.989178 [ 5 ] {a1afa325-8df8-478e-b41e-865796ad059e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9895 | 2025.04.15 04:06:22.989227 [ 5 ] {a1afa325-8df8-478e-b41e-865796ad059e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9896 | 2025.04.15 04:06:22.989721 [ 5 ] {a1afa325-8df8-478e-b41e-865796ad059e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9897 | 2025.04.15 04:06:22.989759 [ 5 ] {a1afa325-8df8-478e-b41e-865796ad059e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9898 | 2025.04.15 04:06:22.990144 [ 5 ] {a1afa325-8df8-478e-b41e-865796ad059e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9899 | 2025.04.15 04:06:22.992921 [ 5 ] {a1afa325-8df8-478e-b41e-865796ad059e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9900 | 2025.04.15 04:06:22.993069 [ 121 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9901 | 2025.04.15 04:06:22.993109 [ 121 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9902 | 2025.04.15 04:06:22.993109 [ 5 ] {a1afa325-8df8-478e-b41e-865796ad059e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003954 sec., 15174.506828528072 rows/sec., 1.02 MiB/sec. | ||
| 9903 | 2025.04.15 04:06:22.993133 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9904 | 2025.04.15 04:06:22.993222 [ 5 ] {a1afa325-8df8-478e-b41e-865796ad059e} <Debug> TCPHandler: Processed in 0.00421694 sec. | ||
| 9905 | 2025.04.15 04:06:22.993361 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 9906 | 2025.04.15 04:06:22.993484 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9907 | 2025.04.15 04:06:22.993518 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4188 rows starting from the beginning of the part | ||
| 9908 | 2025.04.15 04:06:22.993613 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 9909 | 2025.04.15 04:06:22.993821 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 9910 | 2025.04.15 04:06:22.993929 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 9911 | 2025.04.15 04:06:22.994034 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 9912 | 2025.04.15 04:06:22.994130 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 9913 | 2025.04.15 04:06:22.999517 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4532 rows, containing 4 columns (4 merged, 0 gathered) in 0.006290234 sec., 720481.9407354322 rows/sec., 46.91 MiB/sec. | ||
| 9914 | 2025.04.15 04:06:23.000028 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9915 | 2025.04.15 04:06:23.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.55 MiB, peak 235.66 MiB, free memory in arenas 0.00 B, will set to 229.46 MiB (RSS), difference: 3.92 MiB | ||
| 9916 | 2025.04.15 04:06:23.000546 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_76_15} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9917 | 2025.04.15 04:06:23.000799 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_76_15} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9918 | 2025.04.15 04:06:23.000868 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22730 rows, containing 5 columns (5 merged, 0 gathered) in 0.021657952 sec., 1049499.0477400632 rows/sec., 70.85 MiB/sec. | ||
| 9919 | 2025.04.15 04:06:23.000950 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 9920 | 2025.04.15 04:06:23.001255 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9921 | 2025.04.15 04:06:23.001527 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9922 | 2025.04.15 04:06:23.001602 [ 191 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9923 | 2025.04.15 04:06:23.001684 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 9924 | 2025.04.15 04:06:23.465896 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9925 | 2025.04.15 04:06:23.466112 [ 5 ] {14ae3a45-383b-413d-b219-b95aabcfbf82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9926 | 2025.04.15 04:06:23.466193 [ 5 ] {14ae3a45-383b-413d-b219-b95aabcfbf82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9927 | 2025.04.15 04:06:23.467177 [ 5 ] {14ae3a45-383b-413d-b219-b95aabcfbf82} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9928 | 2025.04.15 04:06:23.467239 [ 5 ] {14ae3a45-383b-413d-b219-b95aabcfbf82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9929 | 2025.04.15 04:06:23.467822 [ 5 ] {14ae3a45-383b-413d-b219-b95aabcfbf82} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9930 | 2025.04.15 04:06:23.468082 [ 5 ] {14ae3a45-383b-413d-b219-b95aabcfbf82} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9931 | 2025.04.15 04:06:23.468285 [ 119 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9932 | 2025.04.15 04:06:23.468308 [ 5 ] {14ae3a45-383b-413d-b219-b95aabcfbf82} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002248 sec., 94306.04982206406 rows/sec., 6.00 MiB/sec. | ||
| 9933 | 2025.04.15 04:06:23.468398 [ 119 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9934 | 2025.04.15 04:06:23.468467 [ 5 ] {14ae3a45-383b-413d-b219-b95aabcfbf82} <Debug> TCPHandler: Processed in 0.002702847 sec. | ||
| 9935 | 2025.04.15 04:06:23.468478 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9936 | 2025.04.15 04:06:23.468686 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9937 | 2025.04.15 04:06:23.468881 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 9938 | 2025.04.15 04:06:23.469030 [ 5 ] {9e01004c-7bd7-414e-ae1c-9a899aaa7490} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9939 | 2025.04.15 04:06:23.469195 [ 5 ] {9e01004c-7bd7-414e-ae1c-9a899aaa7490} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9940 | 2025.04.15 04:06:23.469719 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9941 | 2025.04.15 04:06:23.469800 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 9942 | 2025.04.15 04:06:23.470195 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 9943 | 2025.04.15 04:06:23.470649 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 9944 | 2025.04.15 04:06:23.470886 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 9945 | 2025.04.15 04:06:23.471296 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 9946 | 2025.04.15 04:06:23.471949 [ 5 ] {9e01004c-7bd7-414e-ae1c-9a899aaa7490} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9947 | 2025.04.15 04:06:23.472018 [ 5 ] {9e01004c-7bd7-414e-ae1c-9a899aaa7490} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 9948 | 2025.04.15 04:06:23.472894 [ 5 ] {9e01004c-7bd7-414e-ae1c-9a899aaa7490} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9949 | 2025.04.15 04:06:23.473385 [ 5 ] {9e01004c-7bd7-414e-ae1c-9a899aaa7490} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9950 | 2025.04.15 04:06:23.473906 [ 5 ] {9e01004c-7bd7-414e-ae1c-9a899aaa7490} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004975 sec., 402.01005025125625 rows/sec., 32.78 KiB/sec. | ||
| 9951 | 2025.04.15 04:06:23.474373 [ 5 ] {9e01004c-7bd7-414e-ae1c-9a899aaa7490} <Debug> TCPHandler: Processed in 0.005796273 sec. | ||
| 9952 | 2025.04.15 04:06:23.474414 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005790673 sec., 183052.98883221348 rows/sec., 12.34 MiB/sec. | ||
| 9953 | 2025.04.15 04:06:23.474516 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9954 | 2025.04.15 04:06:23.474584 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9955 | 2025.04.15 04:06:23.474645 [ 5 ] {6422c378-da4e-4248-b96d-5c4ad1f0b48d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9956 | 2025.04.15 04:06:23.474695 [ 5 ] {6422c378-da4e-4248-b96d-5c4ad1f0b48d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9957 | 2025.04.15 04:06:23.474984 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_33_8} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9958 | 2025.04.15 04:06:23.475104 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_33_8} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9959 | 2025.04.15 04:06:23.475190 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 9960 | 2025.04.15 04:06:23.476127 [ 5 ] {6422c378-da4e-4248-b96d-5c4ad1f0b48d} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9961 | 2025.04.15 04:06:23.476166 [ 5 ] {6422c378-da4e-4248-b96d-5c4ad1f0b48d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9962 | 2025.04.15 04:06:23.476663 [ 5 ] {6422c378-da4e-4248-b96d-5c4ad1f0b48d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9963 | 2025.04.15 04:06:23.476903 [ 5 ] {6422c378-da4e-4248-b96d-5c4ad1f0b48d} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9964 | 2025.04.15 04:06:23.477105 [ 5 ] {6422c378-da4e-4248-b96d-5c4ad1f0b48d} <Debug> executeQuery: Read 1774 rows, 147.61 KiB in 0.0025 sec., 709600 rows/sec., 57.66 MiB/sec. | ||
| 9965 | 2025.04.15 04:06:23.477160 [ 5 ] {6422c378-da4e-4248-b96d-5c4ad1f0b48d} <Debug> TCPHandler: Processed in 0.002698328 sec. | ||
| 9966 | 2025.04.15 04:06:23.477279 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9967 | 2025.04.15 04:06:23.477386 [ 5 ] {0deb0b3d-6e15-428b-8308-8e7ef87b412e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9968 | 2025.04.15 04:06:23.477431 [ 5 ] {0deb0b3d-6e15-428b-8308-8e7ef87b412e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9969 | 2025.04.15 04:06:23.477986 [ 5 ] {0deb0b3d-6e15-428b-8308-8e7ef87b412e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9970 | 2025.04.15 04:06:23.478026 [ 5 ] {0deb0b3d-6e15-428b-8308-8e7ef87b412e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9971 | 2025.04.15 04:06:23.478371 [ 5 ] {0deb0b3d-6e15-428b-8308-8e7ef87b412e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9972 | 2025.04.15 04:06:23.478610 [ 5 ] {0deb0b3d-6e15-428b-8308-8e7ef87b412e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9973 | 2025.04.15 04:06:23.478845 [ 5 ] {0deb0b3d-6e15-428b-8308-8e7ef87b412e} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001472 sec., 78804.34782608696 rows/sec., 4.73 MiB/sec. | ||
| 9974 | 2025.04.15 04:06:23.478907 [ 5 ] {0deb0b3d-6e15-428b-8308-8e7ef87b412e} <Debug> TCPHandler: Processed in 0.001677036 sec. | ||
| 9975 | 2025.04.15 04:06:23.479159 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9976 | 2025.04.15 04:06:23.479303 [ 5 ] {a33f1896-337e-4abf-86b1-ce3759f27c3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9977 | 2025.04.15 04:06:23.479350 [ 5 ] {a33f1896-337e-4abf-86b1-ce3759f27c3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9978 | 2025.04.15 04:06:23.479959 [ 5 ] {a33f1896-337e-4abf-86b1-ce3759f27c3c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9979 | 2025.04.15 04:06:23.479998 [ 5 ] {a33f1896-337e-4abf-86b1-ce3759f27c3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9980 | 2025.04.15 04:06:23.480355 [ 5 ] {a33f1896-337e-4abf-86b1-ce3759f27c3c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9981 | 2025.04.15 04:06:23.480600 [ 5 ] {a33f1896-337e-4abf-86b1-ce3759f27c3c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9982 | 2025.04.15 04:06:23.480792 [ 5 ] {a33f1896-337e-4abf-86b1-ce3759f27c3c} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001511 sec., 225678.3587028458 rows/sec., 15.06 MiB/sec. | ||
| 9983 | 2025.04.15 04:06:23.480841 [ 5 ] {a33f1896-337e-4abf-86b1-ce3759f27c3c} <Debug> TCPHandler: Processed in 0.001787578 sec. | ||
| 9984 | 2025.04.15 04:06:23.480946 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9985 | 2025.04.15 04:06:23.481050 [ 5 ] {c8ea9893-b7cc-49ac-9e52-c84613a6a998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9986 | 2025.04.15 04:06:23.481095 [ 5 ] {c8ea9893-b7cc-49ac-9e52-c84613a6a998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9987 | 2025.04.15 04:06:23.481612 [ 5 ] {c8ea9893-b7cc-49ac-9e52-c84613a6a998} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9988 | 2025.04.15 04:06:23.481651 [ 5 ] {c8ea9893-b7cc-49ac-9e52-c84613a6a998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9989 | 2025.04.15 04:06:23.482004 [ 5 ] {c8ea9893-b7cc-49ac-9e52-c84613a6a998} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9990 | 2025.04.15 04:06:23.482239 [ 5 ] {c8ea9893-b7cc-49ac-9e52-c84613a6a998} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9991 | 2025.04.15 04:06:23.482395 [ 119 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9992 | 2025.04.15 04:06:23.482469 [ 119 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9993 | 2025.04.15 04:06:23.482469 [ 5 ] {c8ea9893-b7cc-49ac-9e52-c84613a6a998} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001427 sec., 78486.33496846531 rows/sec., 4.47 MiB/sec. | ||
| 9994 | 2025.04.15 04:06:23.482507 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 9995 | 2025.04.15 04:06:23.482635 [ 5 ] {c8ea9893-b7cc-49ac-9e52-c84613a6a998} <Debug> TCPHandler: Processed in 0.001730326 sec. | ||
| 9996 | 2025.04.15 04:06:23.482703 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 9997 | 2025.04.15 04:06:23.482758 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9998 | 2025.04.15 04:06:23.482818 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9999 | 2025.04.15 04:06:23.482866 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 10000 | 2025.04.15 04:06:23.482879 [ 5 ] {032a70f4-a5f5-41f0-964e-89f8e6f85191} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10001 | 2025.04.15 04:06:23.482957 [ 5 ] {032a70f4-a5f5-41f0-964e-89f8e6f85191} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10002 | 2025.04.15 04:06:23.483117 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 10003 | 2025.04.15 04:06:23.483463 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 10004 | 2025.04.15 04:06:23.483642 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 10005 | 2025.04.15 04:06:23.483860 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 10006 | 2025.04.15 04:06:23.485016 [ 5 ] {032a70f4-a5f5-41f0-964e-89f8e6f85191} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10007 | 2025.04.15 04:06:23.485056 [ 5 ] {032a70f4-a5f5-41f0-964e-89f8e6f85191} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10008 | 2025.04.15 04:06:23.485281 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.002641666 sec., 211987.4352018764 rows/sec., 12.88 MiB/sec. | ||
| 10009 | 2025.04.15 04:06:23.485413 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 10010 | 2025.04.15 04:06:23.485647 [ 5 ] {032a70f4-a5f5-41f0-964e-89f8e6f85191} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10011 | 2025.04.15 04:06:23.485808 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_33_8} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10012 | 2025.04.15 04:06:23.485910 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_33_8} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 10013 | 2025.04.15 04:06:23.486007 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10014 | 2025.04.15 04:06:23.486007 [ 5 ] {032a70f4-a5f5-41f0-964e-89f8e6f85191} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10015 | 2025.04.15 04:06:23.486241 [ 5 ] {032a70f4-a5f5-41f0-964e-89f8e6f85191} <Debug> executeQuery: Read 848 rows, 62.68 KiB in 0.00339 sec., 250147.49262536876 rows/sec., 18.06 MiB/sec. | ||
| 10016 | 2025.04.15 04:06:23.486315 [ 5 ] {032a70f4-a5f5-41f0-964e-89f8e6f85191} <Debug> TCPHandler: Processed in 0.003609487 sec. | ||
| 10017 | 2025.04.15 04:06:23.486474 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10018 | 2025.04.15 04:06:23.486598 [ 5 ] {5838fc6b-063a-4882-bd5c-6fe9d2629e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10019 | 2025.04.15 04:06:23.486644 [ 5 ] {5838fc6b-063a-4882-bd5c-6fe9d2629e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10020 | 2025.04.15 04:06:23.487055 [ 5 ] {5838fc6b-063a-4882-bd5c-6fe9d2629e45} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10021 | 2025.04.15 04:06:23.487094 [ 5 ] {5838fc6b-063a-4882-bd5c-6fe9d2629e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 10022 | 2025.04.15 04:06:23.487439 [ 5 ] {5838fc6b-063a-4882-bd5c-6fe9d2629e45} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10023 | 2025.04.15 04:06:23.487670 [ 5 ] {5838fc6b-063a-4882-bd5c-6fe9d2629e45} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10024 | 2025.04.15 04:06:23.487863 [ 5 ] {5838fc6b-063a-4882-bd5c-6fe9d2629e45} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 243.38 KiB/sec. | ||
| 10025 | 2025.04.15 04:06:23.487913 [ 5 ] {5838fc6b-063a-4882-bd5c-6fe9d2629e45} <Debug> TCPHandler: Processed in 0.001505162 sec. | ||
| 10026 | 2025.04.15 04:06:23.488024 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10027 | 2025.04.15 04:06:23.488129 [ 5 ] {f00df78e-7745-4057-a1f1-30ef85f48da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10028 | 2025.04.15 04:06:23.488177 [ 5 ] {f00df78e-7745-4057-a1f1-30ef85f48da5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10029 | 2025.04.15 04:06:23.488847 [ 5 ] {f00df78e-7745-4057-a1f1-30ef85f48da5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10030 | 2025.04.15 04:06:23.488886 [ 5 ] {f00df78e-7745-4057-a1f1-30ef85f48da5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 10031 | 2025.04.15 04:06:23.489313 [ 5 ] {f00df78e-7745-4057-a1f1-30ef85f48da5} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10032 | 2025.04.15 04:06:23.489545 [ 5 ] {f00df78e-7745-4057-a1f1-30ef85f48da5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10033 | 2025.04.15 04:06:23.489745 [ 5 ] {f00df78e-7745-4057-a1f1-30ef85f48da5} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001638 sec., 583638.5836385837 rows/sec., 38.78 MiB/sec. | ||
| 10034 | 2025.04.15 04:06:23.489796 [ 5 ] {f00df78e-7745-4057-a1f1-30ef85f48da5} <Debug> TCPHandler: Processed in 0.00182355 sec. | ||
| 10035 | 2025.04.15 04:06:23.489906 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10036 | 2025.04.15 04:06:23.490011 [ 5 ] {6bf0cc43-3728-4f04-97e3-1b4279996f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10037 | 2025.04.15 04:06:23.490057 [ 5 ] {6bf0cc43-3728-4f04-97e3-1b4279996f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10038 | 2025.04.15 04:06:23.490447 [ 5 ] {6bf0cc43-3728-4f04-97e3-1b4279996f14} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10039 | 2025.04.15 04:06:23.490486 [ 5 ] {6bf0cc43-3728-4f04-97e3-1b4279996f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 10040 | 2025.04.15 04:06:23.490825 [ 5 ] {6bf0cc43-3728-4f04-97e3-1b4279996f14} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10041 | 2025.04.15 04:06:23.491059 [ 5 ] {6bf0cc43-3728-4f04-97e3-1b4279996f14} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10042 | 2025.04.15 04:06:23.491251 [ 5 ] {6bf0cc43-3728-4f04-97e3-1b4279996f14} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001261 sec., 793.0214115781126 rows/sec., 53.44 KiB/sec. | ||
| 10043 | 2025.04.15 04:06:23.491298 [ 5 ] {6bf0cc43-3728-4f04-97e3-1b4279996f14} <Debug> TCPHandler: Processed in 0.001442861 sec. | ||
| 10044 | 2025.04.15 04:06:23.491413 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10045 | 2025.04.15 04:06:23.491525 [ 5 ] {1378eaeb-9f07-4630-b579-dbff50176a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10046 | 2025.04.15 04:06:23.491591 [ 5 ] {1378eaeb-9f07-4630-b579-dbff50176a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10047 | 2025.04.15 04:06:23.492584 [ 5 ] {1378eaeb-9f07-4630-b579-dbff50176a33} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10048 | 2025.04.15 04:06:23.492624 [ 5 ] {1378eaeb-9f07-4630-b579-dbff50176a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 10049 | 2025.04.15 04:06:23.493200 [ 5 ] {1378eaeb-9f07-4630-b579-dbff50176a33} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10050 | 2025.04.15 04:06:23.493446 [ 5 ] {1378eaeb-9f07-4630-b579-dbff50176a33} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10051 | 2025.04.15 04:06:23.493683 [ 5 ] {1378eaeb-9f07-4630-b579-dbff50176a33} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002181 sec., 3668.0421824850982 rows/sec., 6.57 MiB/sec. | ||
| 10052 | 2025.04.15 04:06:23.493776 [ 5 ] {1378eaeb-9f07-4630-b579-dbff50176a33} <Debug> TCPHandler: Processed in 0.002416702 sec. | ||
| 10053 | 2025.04.15 04:06:23.493886 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10054 | 2025.04.15 04:06:23.493987 [ 5 ] {738c4662-e1d4-451d-b594-f24250764523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10055 | 2025.04.15 04:06:23.494032 [ 5 ] {738c4662-e1d4-451d-b594-f24250764523} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10056 | 2025.04.15 04:06:23.494427 [ 5 ] {738c4662-e1d4-451d-b594-f24250764523} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10057 | 2025.04.15 04:06:23.494466 [ 5 ] {738c4662-e1d4-451d-b594-f24250764523} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.10 GiB. | ||
| 10058 | 2025.04.15 04:06:23.494808 [ 5 ] {738c4662-e1d4-451d-b594-f24250764523} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10059 | 2025.04.15 04:06:23.495040 [ 5 ] {738c4662-e1d4-451d-b594-f24250764523} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10060 | 2025.04.15 04:06:23.495271 [ 5 ] {738c4662-e1d4-451d-b594-f24250764523} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001296 sec., 26234.567901234568 rows/sec., 1.52 MiB/sec. | ||
| 10061 | 2025.04.15 04:06:23.495324 [ 5 ] {738c4662-e1d4-451d-b594-f24250764523} <Debug> TCPHandler: Processed in 0.001489232 sec. | ||
| 10062 | 2025.04.15 04:06:24.000234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 221.63 MiB, peak 235.66 MiB, free memory in arenas 0.00 B, will set to 229.49 MiB (RSS), difference: 7.86 MiB | ||
| 10063 | 2025.04.15 04:06:25.533012 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1432 | ||
| 10064 | 2025.04.15 04:06:25.536750 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10065 | 2025.04.15 04:06:25.536801 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10066 | 2025.04.15 04:06:25.538279 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10067 | 2025.04.15 04:06:25.538614 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10068 | 2025.04.15 04:06:25.539935 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1432 | ||
| 10069 | 2025.04.15 04:06:26.000239 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.49 MiB, peak 235.66 MiB, free memory in arenas 0.00 B, will set to 229.49 MiB (RSS), difference: 4.00 MiB | ||
| 10070 | 2025.04.15 04:06:27.923983 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 10071 | 2025.04.15 04:06:27.924890 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10072 | 2025.04.15 04:06:27.924926 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10073 | 2025.04.15 04:06:27.925433 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10074 | 2025.04.15 04:06:27.925679 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10075 | 2025.04.15 04:06:27.925856 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 10076 | 2025.04.15 04:06:27.961913 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10077 | 2025.04.15 04:06:27.962128 [ 5 ] {6f309002-55c6-473c-969b-b098e614ee41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10078 | 2025.04.15 04:06:27.962209 [ 5 ] {6f309002-55c6-473c-969b-b098e614ee41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10079 | 2025.04.15 04:06:27.963003 [ 5 ] {6f309002-55c6-473c-969b-b098e614ee41} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10080 | 2025.04.15 04:06:27.963057 [ 5 ] {6f309002-55c6-473c-969b-b098e614ee41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10081 | 2025.04.15 04:06:27.963486 [ 5 ] {6f309002-55c6-473c-969b-b098e614ee41} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10082 | 2025.04.15 04:06:27.963767 [ 5 ] {6f309002-55c6-473c-969b-b098e614ee41} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10083 | 2025.04.15 04:06:27.964008 [ 5 ] {6f309002-55c6-473c-969b-b098e614ee41} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001939 sec., 28880.86642599278 rows/sec., 2.22 MiB/sec. | ||
| 10084 | 2025.04.15 04:06:27.964075 [ 5 ] {6f309002-55c6-473c-969b-b098e614ee41} <Debug> TCPHandler: Processed in 0.002299389 sec. | ||
| 10085 | 2025.04.15 04:06:27.964211 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10086 | 2025.04.15 04:06:27.964325 [ 5 ] {925562d9-c202-424b-83b4-069ef9557081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10087 | 2025.04.15 04:06:27.964374 [ 5 ] {925562d9-c202-424b-83b4-069ef9557081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10088 | 2025.04.15 04:06:27.964929 [ 5 ] {925562d9-c202-424b-83b4-069ef9557081} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10089 | 2025.04.15 04:06:27.964970 [ 5 ] {925562d9-c202-424b-83b4-069ef9557081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10090 | 2025.04.15 04:06:27.965616 [ 5 ] {925562d9-c202-424b-83b4-069ef9557081} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10091 | 2025.04.15 04:06:27.965855 [ 5 ] {925562d9-c202-424b-83b4-069ef9557081} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10092 | 2025.04.15 04:06:27.966056 [ 5 ] {925562d9-c202-424b-83b4-069ef9557081} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001758 sec., 36405.00568828214 rows/sec., 2.84 MiB/sec. | ||
| 10093 | 2025.04.15 04:06:27.966110 [ 5 ] {925562d9-c202-424b-83b4-069ef9557081} <Debug> TCPHandler: Processed in 0.001951612 sec. | ||
| 10094 | 2025.04.15 04:06:27.966232 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10095 | 2025.04.15 04:06:27.966343 [ 5 ] {de9fff68-30da-4701-b283-c874a67b0802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10096 | 2025.04.15 04:06:27.966393 [ 5 ] {de9fff68-30da-4701-b283-c874a67b0802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10097 | 2025.04.15 04:06:27.967078 [ 5 ] {de9fff68-30da-4701-b283-c874a67b0802} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10098 | 2025.04.15 04:06:27.967132 [ 5 ] {de9fff68-30da-4701-b283-c874a67b0802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10099 | 2025.04.15 04:06:27.967576 [ 5 ] {de9fff68-30da-4701-b283-c874a67b0802} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10100 | 2025.04.15 04:06:27.967839 [ 5 ] {de9fff68-30da-4701-b283-c874a67b0802} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10101 | 2025.04.15 04:06:27.968066 [ 5 ] {de9fff68-30da-4701-b283-c874a67b0802} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001744 sec., 73394.49541284403 rows/sec., 5.11 MiB/sec. | ||
| 10102 | 2025.04.15 04:06:27.968173 [ 5 ] {de9fff68-30da-4701-b283-c874a67b0802} <Debug> TCPHandler: Processed in 0.001991283 sec. | ||
| 10103 | 2025.04.15 04:06:27.968361 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10104 | 2025.04.15 04:06:27.968519 [ 5 ] {da27f380-2f92-453f-82b2-a6fa4a459407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10105 | 2025.04.15 04:06:27.968570 [ 5 ] {da27f380-2f92-453f-82b2-a6fa4a459407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10106 | 2025.04.15 04:06:27.969008 [ 5 ] {da27f380-2f92-453f-82b2-a6fa4a459407} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10107 | 2025.04.15 04:06:27.969046 [ 5 ] {da27f380-2f92-453f-82b2-a6fa4a459407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10108 | 2025.04.15 04:06:27.969405 [ 5 ] {da27f380-2f92-453f-82b2-a6fa4a459407} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10109 | 2025.04.15 04:06:27.969645 [ 5 ] {da27f380-2f92-453f-82b2-a6fa4a459407} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10110 | 2025.04.15 04:06:27.969840 [ 5 ] {da27f380-2f92-453f-82b2-a6fa4a459407} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001348 sec., 35608.30860534125 rows/sec., 2.40 MiB/sec. | ||
| 10111 | 2025.04.15 04:06:27.969888 [ 5 ] {da27f380-2f92-453f-82b2-a6fa4a459407} <Debug> TCPHandler: Processed in 0.001634894 sec. | ||
| 10112 | 2025.04.15 04:06:29.434542 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 10113 | 2025.04.15 04:06:29.452996 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10114 | 2025.04.15 04:06:29.453054 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10115 | 2025.04.15 04:06:29.460185 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10116 | 2025.04.15 04:06:29.460939 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10117 | 2025.04.15 04:06:29.463824 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 10118 | 2025.04.15 04:06:32.965324 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10119 | 2025.04.15 04:06:32.965548 [ 5 ] {a821cccb-a06e-4d72-adff-5454a2e4681e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10120 | 2025.04.15 04:06:32.965622 [ 5 ] {a821cccb-a06e-4d72-adff-5454a2e4681e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10121 | 2025.04.15 04:06:32.966462 [ 5 ] {a821cccb-a06e-4d72-adff-5454a2e4681e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10122 | 2025.04.15 04:06:32.966501 [ 5 ] {a821cccb-a06e-4d72-adff-5454a2e4681e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10123 | 2025.04.15 04:06:32.966942 [ 5 ] {a821cccb-a06e-4d72-adff-5454a2e4681e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10124 | 2025.04.15 04:06:32.967184 [ 5 ] {a821cccb-a06e-4d72-adff-5454a2e4681e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10125 | 2025.04.15 04:06:32.967360 [ 5 ] {a821cccb-a06e-4d72-adff-5454a2e4681e} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001867 sec., 64274.236743438676 rows/sec., 5.46 MiB/sec. | ||
| 10126 | 2025.04.15 04:06:32.967411 [ 5 ] {a821cccb-a06e-4d72-adff-5454a2e4681e} <Debug> TCPHandler: Processed in 0.002216628 sec. | ||
| 10127 | 2025.04.15 04:06:32.967562 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10128 | 2025.04.15 04:06:32.967664 [ 5 ] {d120cc0e-908c-4cb9-9bdf-4f1b0643eade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10129 | 2025.04.15 04:06:32.967709 [ 5 ] {d120cc0e-908c-4cb9-9bdf-4f1b0643eade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10130 | 2025.04.15 04:06:32.968275 [ 5 ] {d120cc0e-908c-4cb9-9bdf-4f1b0643eade} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10131 | 2025.04.15 04:06:32.968313 [ 5 ] {d120cc0e-908c-4cb9-9bdf-4f1b0643eade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10132 | 2025.04.15 04:06:32.968638 [ 5 ] {d120cc0e-908c-4cb9-9bdf-4f1b0643eade} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10133 | 2025.04.15 04:06:32.968868 [ 5 ] {d120cc0e-908c-4cb9-9bdf-4f1b0643eade} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10134 | 2025.04.15 04:06:32.969031 [ 5 ] {d120cc0e-908c-4cb9-9bdf-4f1b0643eade} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001389 sec., 23038.156947444204 rows/sec., 1.69 MiB/sec. | ||
| 10135 | 2025.04.15 04:06:32.969079 [ 5 ] {d120cc0e-908c-4cb9-9bdf-4f1b0643eade} <Debug> TCPHandler: Processed in 0.001567293 sec. | ||
| 10136 | 2025.04.15 04:06:32.969190 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10137 | 2025.04.15 04:06:32.969290 [ 5 ] {a50c17cb-96a6-4f94-88f5-f7929e8a4827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10138 | 2025.04.15 04:06:32.969333 [ 5 ] {a50c17cb-96a6-4f94-88f5-f7929e8a4827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10139 | 2025.04.15 04:06:32.969875 [ 5 ] {a50c17cb-96a6-4f94-88f5-f7929e8a4827} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10140 | 2025.04.15 04:06:32.969911 [ 5 ] {a50c17cb-96a6-4f94-88f5-f7929e8a4827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10141 | 2025.04.15 04:06:32.970247 [ 5 ] {a50c17cb-96a6-4f94-88f5-f7929e8a4827} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10142 | 2025.04.15 04:06:32.970485 [ 5 ] {a50c17cb-96a6-4f94-88f5-f7929e8a4827} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10143 | 2025.04.15 04:06:32.970674 [ 5 ] {a50c17cb-96a6-4f94-88f5-f7929e8a4827} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.0014 sec., 68571.42857142857 rows/sec., 5.36 MiB/sec. | ||
| 10144 | 2025.04.15 04:06:32.970776 [ 5 ] {a50c17cb-96a6-4f94-88f5-f7929e8a4827} <Debug> TCPHandler: Processed in 0.001632445 sec. | ||
| 10145 | 2025.04.15 04:06:32.970937 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10146 | 2025.04.15 04:06:32.971165 [ 5 ] {076e03ac-6950-4251-a3d6-020bf9662794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10147 | 2025.04.15 04:06:32.971219 [ 5 ] {076e03ac-6950-4251-a3d6-020bf9662794} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10148 | 2025.04.15 04:06:32.971743 [ 5 ] {076e03ac-6950-4251-a3d6-020bf9662794} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10149 | 2025.04.15 04:06:32.971778 [ 5 ] {076e03ac-6950-4251-a3d6-020bf9662794} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10150 | 2025.04.15 04:06:32.972137 [ 5 ] {076e03ac-6950-4251-a3d6-020bf9662794} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10151 | 2025.04.15 04:06:32.972358 [ 5 ] {076e03ac-6950-4251-a3d6-020bf9662794} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10152 | 2025.04.15 04:06:32.972513 [ 5 ] {076e03ac-6950-4251-a3d6-020bf9662794} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001416 sec., 112994.35028248587 rows/sec., 7.87 MiB/sec. | ||
| 10153 | 2025.04.15 04:06:32.972559 [ 5 ] {076e03ac-6950-4251-a3d6-020bf9662794} <Debug> TCPHandler: Processed in 0.001712536 sec. | ||
| 10154 | 2025.04.15 04:06:32.972665 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10155 | 2025.04.15 04:06:32.972767 [ 5 ] {28f8f872-1af1-404e-9093-6b456bcb90eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10156 | 2025.04.15 04:06:32.972830 [ 5 ] {28f8f872-1af1-404e-9093-6b456bcb90eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10157 | 2025.04.15 04:06:32.973897 [ 5 ] {28f8f872-1af1-404e-9093-6b456bcb90eb} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10158 | 2025.04.15 04:06:32.973933 [ 5 ] {28f8f872-1af1-404e-9093-6b456bcb90eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10159 | 2025.04.15 04:06:32.974545 [ 5 ] {28f8f872-1af1-404e-9093-6b456bcb90eb} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10160 | 2025.04.15 04:06:32.974791 [ 5 ] {28f8f872-1af1-404e-9093-6b456bcb90eb} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10161 | 2025.04.15 04:06:32.974978 [ 5 ] {28f8f872-1af1-404e-9093-6b456bcb90eb} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002232 sec., 14336.917562724015 rows/sec., 25.69 MiB/sec. | ||
| 10162 | 2025.04.15 04:06:32.975064 [ 5 ] {28f8f872-1af1-404e-9093-6b456bcb90eb} <Debug> TCPHandler: Processed in 0.002446303 sec. | ||
| 10163 | 2025.04.15 04:06:32.975166 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10164 | 2025.04.15 04:06:32.975266 [ 5 ] {284735e3-8bad-427e-aeb3-47bcbcda78ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10165 | 2025.04.15 04:06:32.975310 [ 5 ] {284735e3-8bad-427e-aeb3-47bcbcda78ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10166 | 2025.04.15 04:06:32.975710 [ 5 ] {284735e3-8bad-427e-aeb3-47bcbcda78ea} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10167 | 2025.04.15 04:06:32.975746 [ 5 ] {284735e3-8bad-427e-aeb3-47bcbcda78ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10168 | 2025.04.15 04:06:32.976078 [ 5 ] {284735e3-8bad-427e-aeb3-47bcbcda78ea} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10169 | 2025.04.15 04:06:32.976306 [ 5 ] {284735e3-8bad-427e-aeb3-47bcbcda78ea} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10170 | 2025.04.15 04:06:32.976471 [ 5 ] {284735e3-8bad-427e-aeb3-47bcbcda78ea} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001227 sec., 48899.75550122249 rows/sec., 3.30 MiB/sec. | ||
| 10171 | 2025.04.15 04:06:32.976516 [ 5 ] {284735e3-8bad-427e-aeb3-47bcbcda78ea} <Debug> TCPHandler: Processed in 0.00139727 sec. | ||
| 10172 | 2025.04.15 04:06:34.155904 [ 107 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 5 parts from all_1_29_6 to all_33_33_0 | ||
| 10173 | 2025.04.15 04:06:34.155977 [ 107 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10174 | 2025.04.15 04:06:34.156003 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10175 | 2025.04.15 04:06:34.156222 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_33_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_6 to all_33_33_0 into Compact with storage Full | ||
| 10176 | 2025.04.15 04:06:34.156520 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_33_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10177 | 2025.04.15 04:06:34.156559 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 174 rows starting from the beginning of the part | ||
| 10178 | 2025.04.15 04:06:34.156637 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 10179 | 2025.04.15 04:06:34.156836 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 10180 | 2025.04.15 04:06:34.157057 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10181 | 2025.04.15 04:06:34.157269 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_33_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10182 | 2025.04.15 04:06:34.158542 [ 189 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_33_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002454482 sec., 80668.75210329512 rows/sec., 4.12 MiB/sec. | ||
| 10183 | 2025.04.15 04:06:34.158703 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_33_7} <Trace> MergedBlockOutputStream: filled checksums all_1_33_7 (state Temporary) | ||
| 10184 | 2025.04.15 04:06:34.158979 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_33_7} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_33_7 to all_1_33_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10185 | 2025.04.15 04:06:34.159053 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_33_7} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 5 parts: [all_1_29_6, all_33_33_0] -> all_1_33_7 | ||
| 10186 | 2025.04.15 04:06:34.159125 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10187 | 2025.04.15 04:06:35.202124 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10188 | 2025.04.15 04:06:35.202182 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10189 | 2025.04.15 04:06:35.426094 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 10190 | 2025.04.15 04:06:35.426831 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10191 | 2025.04.15 04:06:35.426881 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10192 | 2025.04.15 04:06:35.427402 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10193 | 2025.04.15 04:06:35.427664 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10194 | 2025.04.15 04:06:35.427922 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 10195 | 2025.04.15 04:06:35.540389 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1452 | ||
| 10196 | 2025.04.15 04:06:35.543664 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10197 | 2025.04.15 04:06:35.543715 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10198 | 2025.04.15 04:06:35.545127 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10199 | 2025.04.15 04:06:35.545426 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10200 | 2025.04.15 04:06:35.545893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1452 | ||
| 10201 | 2025.04.15 04:06:36.001552 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001007702 sec. | ||
| 10202 | 2025.04.15 04:06:36.963998 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 10203 | 2025.04.15 04:06:36.983860 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10204 | 2025.04.15 04:06:36.983924 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10205 | 2025.04.15 04:06:36.991121 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10206 | 2025.04.15 04:06:36.991874 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10207 | 2025.04.15 04:06:36.995458 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 10208 | 2025.04.15 04:06:37.969628 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10209 | 2025.04.15 04:06:37.969815 [ 5 ] {f86f3317-2454-4fa2-a8cf-74d6c2968a08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10210 | 2025.04.15 04:06:37.969887 [ 5 ] {f86f3317-2454-4fa2-a8cf-74d6c2968a08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10211 | 2025.04.15 04:06:37.970684 [ 5 ] {f86f3317-2454-4fa2-a8cf-74d6c2968a08} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10212 | 2025.04.15 04:06:37.970738 [ 5 ] {f86f3317-2454-4fa2-a8cf-74d6c2968a08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10213 | 2025.04.15 04:06:37.971186 [ 5 ] {f86f3317-2454-4fa2-a8cf-74d6c2968a08} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10214 | 2025.04.15 04:06:37.971439 [ 5 ] {f86f3317-2454-4fa2-a8cf-74d6c2968a08} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10215 | 2025.04.15 04:06:37.971679 [ 5 ] {f86f3317-2454-4fa2-a8cf-74d6c2968a08} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001908 sec., 111111.11111111111 rows/sec., 7.07 MiB/sec. | ||
| 10216 | 2025.04.15 04:06:37.971795 [ 5 ] {f86f3317-2454-4fa2-a8cf-74d6c2968a08} <Debug> TCPHandler: Processed in 0.002287379 sec. | ||
| 10217 | 2025.04.15 04:06:37.972031 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10218 | 2025.04.15 04:06:37.972151 [ 5 ] {9b7cd814-190d-4040-8d93-f1c4cf9fc0a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10219 | 2025.04.15 04:06:37.972204 [ 5 ] {9b7cd814-190d-4040-8d93-f1c4cf9fc0a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10220 | 2025.04.15 04:06:37.972957 [ 5 ] {9b7cd814-190d-4040-8d93-f1c4cf9fc0a5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10221 | 2025.04.15 04:06:37.973000 [ 5 ] {9b7cd814-190d-4040-8d93-f1c4cf9fc0a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10222 | 2025.04.15 04:06:37.973400 [ 5 ] {9b7cd814-190d-4040-8d93-f1c4cf9fc0a5} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10223 | 2025.04.15 04:06:37.973639 [ 5 ] {9b7cd814-190d-4040-8d93-f1c4cf9fc0a5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10224 | 2025.04.15 04:06:37.973876 [ 5 ] {9b7cd814-190d-4040-8d93-f1c4cf9fc0a5} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001747 sec., 362335.4321694333 rows/sec., 28.50 MiB/sec. | ||
| 10225 | 2025.04.15 04:06:37.973990 [ 5 ] {9b7cd814-190d-4040-8d93-f1c4cf9fc0a5} <Debug> TCPHandler: Processed in 0.002038313 sec. | ||
| 10226 | 2025.04.15 04:06:37.974160 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10227 | 2025.04.15 04:06:37.974462 [ 5 ] {f6ea143b-206a-4fed-a070-7f64f9d4207d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10228 | 2025.04.15 04:06:37.974524 [ 5 ] {f6ea143b-206a-4fed-a070-7f64f9d4207d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10229 | 2025.04.15 04:06:37.975069 [ 5 ] {f6ea143b-206a-4fed-a070-7f64f9d4207d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10230 | 2025.04.15 04:06:37.975110 [ 5 ] {f6ea143b-206a-4fed-a070-7f64f9d4207d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10231 | 2025.04.15 04:06:37.975457 [ 5 ] {f6ea143b-206a-4fed-a070-7f64f9d4207d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10232 | 2025.04.15 04:06:37.975697 [ 5 ] {f6ea143b-206a-4fed-a070-7f64f9d4207d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10233 | 2025.04.15 04:06:37.975872 [ 104 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10234 | 2025.04.15 04:06:37.975921 [ 5 ] {f6ea143b-206a-4fed-a070-7f64f9d4207d} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001562 sec., 72983.35467349552 rows/sec., 4.37 MiB/sec. | ||
| 10235 | 2025.04.15 04:06:37.975951 [ 104 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10236 | 2025.04.15 04:06:37.976020 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10237 | 2025.04.15 04:06:37.976032 [ 5 ] {f6ea143b-206a-4fed-a070-7f64f9d4207d} <Debug> TCPHandler: Processed in 0.001970862 sec. | ||
| 10238 | 2025.04.15 04:06:37.976302 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10239 | 2025.04.15 04:06:37.976476 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 10240 | 2025.04.15 04:06:37.976726 [ 5 ] {e896807b-6679-40dd-9d4a-0e69fe8f3632} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10241 | 2025.04.15 04:06:37.976968 [ 5 ] {e896807b-6679-40dd-9d4a-0e69fe8f3632} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10242 | 2025.04.15 04:06:37.976991 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10243 | 2025.04.15 04:06:37.977125 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 164 rows starting from the beginning of the part | ||
| 10244 | 2025.04.15 04:06:37.977761 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 114 rows starting from the beginning of the part | ||
| 10245 | 2025.04.15 04:06:37.978096 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part | ||
| 10246 | 2025.04.15 04:06:37.978450 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 116 rows starting from the beginning of the part | ||
| 10247 | 2025.04.15 04:06:37.978797 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 32 rows starting from the beginning of the part | ||
| 10248 | 2025.04.15 04:06:37.979146 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 114 rows starting from the beginning of the part | ||
| 10249 | 2025.04.15 04:06:37.980075 [ 5 ] {e896807b-6679-40dd-9d4a-0e69fe8f3632} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10250 | 2025.04.15 04:06:37.980144 [ 5 ] {e896807b-6679-40dd-9d4a-0e69fe8f3632} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10251 | 2025.04.15 04:06:37.981073 [ 5 ] {e896807b-6679-40dd-9d4a-0e69fe8f3632} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10252 | 2025.04.15 04:06:37.981614 [ 5 ] {e896807b-6679-40dd-9d4a-0e69fe8f3632} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10253 | 2025.04.15 04:06:37.981801 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 5 columns (5 merged, 0 gathered) in 0.005652491 sec., 101194.32299847978 rows/sec., 6.70 MiB/sec. | ||
| 10254 | 2025.04.15 04:06:37.982105 [ 5 ] {e896807b-6679-40dd-9d4a-0e69fe8f3632} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005556 sec., 20338.372930165588 rows/sec., 1.32 MiB/sec. | ||
| 10255 | 2025.04.15 04:06:37.982207 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10256 | 2025.04.15 04:06:37.982572 [ 5 ] {e896807b-6679-40dd-9d4a-0e69fe8f3632} <Debug> TCPHandler: Processed in 0.006372696 sec. | ||
| 10257 | 2025.04.15 04:06:37.982873 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10258 | 2025.04.15 04:06:37.983012 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_66_13} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10259 | 2025.04.15 04:06:37.983046 [ 5 ] {245e85f5-a492-44b1-9fdb-fcff1019aecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10260 | 2025.04.15 04:06:37.983150 [ 5 ] {245e85f5-a492-44b1-9fdb-fcff1019aecc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10261 | 2025.04.15 04:06:37.983214 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_66_13} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10262 | 2025.04.15 04:06:37.983389 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 10263 | 2025.04.15 04:06:37.983902 [ 5 ] {245e85f5-a492-44b1-9fdb-fcff1019aecc} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10264 | 2025.04.15 04:06:37.983946 [ 5 ] {245e85f5-a492-44b1-9fdb-fcff1019aecc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10265 | 2025.04.15 04:06:37.984335 [ 5 ] {245e85f5-a492-44b1-9fdb-fcff1019aecc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10266 | 2025.04.15 04:06:37.987168 [ 5 ] {245e85f5-a492-44b1-9fdb-fcff1019aecc} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10267 | 2025.04.15 04:06:37.987390 [ 5 ] {245e85f5-a492-44b1-9fdb-fcff1019aecc} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004395 sec., 25483.5039817975 rows/sec., 1.45 MiB/sec. | ||
| 10268 | 2025.04.15 04:06:37.987458 [ 5 ] {245e85f5-a492-44b1-9fdb-fcff1019aecc} <Debug> TCPHandler: Processed in 0.004658459 sec. | ||
| 10269 | 2025.04.15 04:06:37.987585 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10270 | 2025.04.15 04:06:37.987692 [ 5 ] {4d215382-9fc0-4cea-9c51-fe0fca864a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10271 | 2025.04.15 04:06:37.987738 [ 5 ] {4d215382-9fc0-4cea-9c51-fe0fca864a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10272 | 2025.04.15 04:06:37.988388 [ 5 ] {4d215382-9fc0-4cea-9c51-fe0fca864a34} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10273 | 2025.04.15 04:06:37.988429 [ 5 ] {4d215382-9fc0-4cea-9c51-fe0fca864a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10274 | 2025.04.15 04:06:37.988818 [ 5 ] {4d215382-9fc0-4cea-9c51-fe0fca864a34} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10275 | 2025.04.15 04:06:37.989060 [ 5 ] {4d215382-9fc0-4cea-9c51-fe0fca864a34} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10276 | 2025.04.15 04:06:37.989268 [ 5 ] {4d215382-9fc0-4cea-9c51-fe0fca864a34} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001599 sec., 243902.43902439025 rows/sec., 17.24 MiB/sec. | ||
| 10277 | 2025.04.15 04:06:37.989320 [ 5 ] {4d215382-9fc0-4cea-9c51-fe0fca864a34} <Debug> TCPHandler: Processed in 0.001786289 sec. | ||
| 10278 | 2025.04.15 04:06:37.989436 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10279 | 2025.04.15 04:06:37.989540 [ 5 ] {e81401ae-dd13-4f02-b538-2ffe3564b2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10280 | 2025.04.15 04:06:37.989589 [ 5 ] {e81401ae-dd13-4f02-b538-2ffe3564b2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10281 | 2025.04.15 04:06:37.990023 [ 5 ] {e81401ae-dd13-4f02-b538-2ffe3564b2cc} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10282 | 2025.04.15 04:06:37.990063 [ 5 ] {e81401ae-dd13-4f02-b538-2ffe3564b2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10283 | 2025.04.15 04:06:37.990419 [ 5 ] {e81401ae-dd13-4f02-b538-2ffe3564b2cc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10284 | 2025.04.15 04:06:37.990662 [ 5 ] {e81401ae-dd13-4f02-b538-2ffe3564b2cc} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10285 | 2025.04.15 04:06:37.990856 [ 5 ] {e81401ae-dd13-4f02-b538-2ffe3564b2cc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 234.29 KiB/sec. | ||
| 10286 | 2025.04.15 04:06:37.990906 [ 5 ] {e81401ae-dd13-4f02-b538-2ffe3564b2cc} <Debug> TCPHandler: Processed in 0.001520602 sec. | ||
| 10287 | 2025.04.15 04:06:37.991023 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10288 | 2025.04.15 04:06:37.991128 [ 5 ] {5428a443-403d-4922-ace8-1958808458b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10289 | 2025.04.15 04:06:37.991177 [ 5 ] {5428a443-403d-4922-ace8-1958808458b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10290 | 2025.04.15 04:06:37.991680 [ 5 ] {5428a443-403d-4922-ace8-1958808458b0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10291 | 2025.04.15 04:06:37.991720 [ 5 ] {5428a443-403d-4922-ace8-1958808458b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10292 | 2025.04.15 04:06:37.992110 [ 5 ] {5428a443-403d-4922-ace8-1958808458b0} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10293 | 2025.04.15 04:06:37.992355 [ 5 ] {5428a443-403d-4922-ace8-1958808458b0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10294 | 2025.04.15 04:06:37.992578 [ 5 ] {5428a443-403d-4922-ace8-1958808458b0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001464 sec., 161885.24590163934 rows/sec., 10.85 MiB/sec. | ||
| 10295 | 2025.04.15 04:06:37.992670 [ 5 ] {5428a443-403d-4922-ace8-1958808458b0} <Debug> TCPHandler: Processed in 0.001696836 sec. | ||
| 10296 | 2025.04.15 04:06:37.992834 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10297 | 2025.04.15 04:06:37.993028 [ 5 ] {a3b2c776-b7ae-46ce-9058-a768e944a852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10298 | 2025.04.15 04:06:37.993077 [ 5 ] {a3b2c776-b7ae-46ce-9058-a768e944a852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10299 | 2025.04.15 04:06:37.993487 [ 5 ] {a3b2c776-b7ae-46ce-9058-a768e944a852} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10300 | 2025.04.15 04:06:37.993531 [ 5 ] {a3b2c776-b7ae-46ce-9058-a768e944a852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10301 | 2025.04.15 04:06:37.993899 [ 5 ] {a3b2c776-b7ae-46ce-9058-a768e944a852} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10302 | 2025.04.15 04:06:37.994142 [ 5 ] {a3b2c776-b7ae-46ce-9058-a768e944a852} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10303 | 2025.04.15 04:06:37.994402 [ 5 ] {a3b2c776-b7ae-46ce-9058-a768e944a852} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001399 sec., 714.7962830593281 rows/sec., 48.16 KiB/sec. | ||
| 10304 | 2025.04.15 04:06:37.994475 [ 5 ] {a3b2c776-b7ae-46ce-9058-a768e944a852} <Debug> TCPHandler: Processed in 0.001725367 sec. | ||
| 10305 | 2025.04.15 04:06:37.994728 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10306 | 2025.04.15 04:06:37.994836 [ 5 ] {8bcbc2dd-5b6e-4e51-af5f-7df18aa95fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10307 | 2025.04.15 04:06:37.994908 [ 5 ] {8bcbc2dd-5b6e-4e51-af5f-7df18aa95fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10308 | 2025.04.15 04:06:37.995939 [ 5 ] {8bcbc2dd-5b6e-4e51-af5f-7df18aa95fe1} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10309 | 2025.04.15 04:06:37.995979 [ 5 ] {8bcbc2dd-5b6e-4e51-af5f-7df18aa95fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10310 | 2025.04.15 04:06:37.996577 [ 5 ] {8bcbc2dd-5b6e-4e51-af5f-7df18aa95fe1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10311 | 2025.04.15 04:06:37.996841 [ 5 ] {8bcbc2dd-5b6e-4e51-af5f-7df18aa95fe1} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10312 | 2025.04.15 04:06:37.997028 [ 104 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10313 | 2025.04.15 04:06:37.997092 [ 5 ] {8bcbc2dd-5b6e-4e51-af5f-7df18aa95fe1} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002273 sec., 3519.5776506819184 rows/sec., 6.31 MiB/sec. | ||
| 10314 | 2025.04.15 04:06:37.997100 [ 104 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10315 | 2025.04.15 04:06:37.997178 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10316 | 2025.04.15 04:06:37.997453 [ 5 ] {8bcbc2dd-5b6e-4e51-af5f-7df18aa95fe1} <Debug> TCPHandler: Processed in 0.00279665 sec. | ||
| 10317 | 2025.04.15 04:06:37.997505 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 10318 | 2025.04.15 04:06:37.997638 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10319 | 2025.04.15 04:06:37.997880 [ 5 ] {27133264-2bf5-495b-83f2-8848f2266d80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10320 | 2025.04.15 04:06:37.997991 [ 5 ] {27133264-2bf5-495b-83f2-8848f2266d80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10321 | 2025.04.15 04:06:37.998303 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10322 | 2025.04.15 04:06:37.998556 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1187 rows starting from the beginning of the part | ||
| 10323 | 2025.04.15 04:06:37.999250 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 10324 | 2025.04.15 04:06:38.000021 [ 5 ] {27133264-2bf5-495b-83f2-8848f2266d80} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10325 | 2025.04.15 04:06:38.000024 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part | ||
| 10326 | 2025.04.15 04:06:38.000217 [ 5 ] {27133264-2bf5-495b-83f2-8848f2266d80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10327 | 2025.04.15 04:06:38.000587 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 10328 | 2025.04.15 04:06:38.001548 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 32 rows starting from the beginning of the part | ||
| 10329 | 2025.04.15 04:06:38.002059 [ 5 ] {27133264-2bf5-495b-83f2-8848f2266d80} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10330 | 2025.04.15 04:06:38.002533 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 10331 | 2025.04.15 04:06:38.002731 [ 5 ] {27133264-2bf5-495b-83f2-8848f2266d80} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10332 | 2025.04.15 04:06:38.003502 [ 5 ] {27133264-2bf5-495b-83f2-8848f2266d80} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005687 sec., 14418.850008791982 rows/sec., 937.75 KiB/sec. | ||
| 10333 | 2025.04.15 04:06:38.003785 [ 5 ] {27133264-2bf5-495b-83f2-8848f2266d80} <Debug> TCPHandler: Processed in 0.006216703 sec. | ||
| 10334 | 2025.04.15 04:06:38.010093 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1275 rows, containing 19 columns (19 merged, 0 gathered) in 0.012768923 sec., 99851.80425945086 rows/sec., 178.93 MiB/sec. | ||
| 10335 | 2025.04.15 04:06:38.011248 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10336 | 2025.04.15 04:06:38.011655 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10337 | 2025.04.15 04:06:38.011739 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10338 | 2025.04.15 04:06:38.011862 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. | ||
| 10339 | 2025.04.15 04:06:39.000248 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 229.84 MiB, peak 241.39 MiB, free memory in arenas 0.00 B, will set to 231.82 MiB (RSS), difference: 1.98 MiB | ||
| 10340 | 2025.04.15 04:06:42.928118 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 10341 | 2025.04.15 04:06:42.928746 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10342 | 2025.04.15 04:06:42.928790 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10343 | 2025.04.15 04:06:42.929291 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10344 | 2025.04.15 04:06:42.929544 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10345 | 2025.04.15 04:06:42.929748 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 10346 | 2025.04.15 04:06:42.965341 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10347 | 2025.04.15 04:06:42.965654 [ 5 ] {1398530e-44f5-4fec-8fa8-870bf2fca764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10348 | 2025.04.15 04:06:42.965769 [ 5 ] {1398530e-44f5-4fec-8fa8-870bf2fca764} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10349 | 2025.04.15 04:06:42.966627 [ 5 ] {1398530e-44f5-4fec-8fa8-870bf2fca764} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10350 | 2025.04.15 04:06:42.966673 [ 5 ] {1398530e-44f5-4fec-8fa8-870bf2fca764} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10351 | 2025.04.15 04:06:42.967126 [ 5 ] {1398530e-44f5-4fec-8fa8-870bf2fca764} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 10352 | 2025.04.15 04:06:42.967375 [ 5 ] {1398530e-44f5-4fec-8fa8-870bf2fca764} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10353 | 2025.04.15 04:06:42.967608 [ 5 ] {1398530e-44f5-4fec-8fa8-870bf2fca764} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002036 sec., 1964.6365422396857 rows/sec., 160.20 KiB/sec. | ||
| 10354 | 2025.04.15 04:06:42.967713 [ 5 ] {1398530e-44f5-4fec-8fa8-870bf2fca764} <Debug> TCPHandler: Processed in 0.002552094 sec. | ||
| 10355 | 2025.04.15 04:06:42.967862 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10356 | 2025.04.15 04:06:42.967972 [ 5 ] {42d5feac-c671-45d6-a276-85eaeb8759a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10357 | 2025.04.15 04:06:42.968019 [ 5 ] {42d5feac-c671-45d6-a276-85eaeb8759a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10358 | 2025.04.15 04:06:42.968586 [ 5 ] {42d5feac-c671-45d6-a276-85eaeb8759a7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10359 | 2025.04.15 04:06:42.968625 [ 5 ] {42d5feac-c671-45d6-a276-85eaeb8759a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10360 | 2025.04.15 04:06:42.968980 [ 5 ] {42d5feac-c671-45d6-a276-85eaeb8759a7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10361 | 2025.04.15 04:06:42.969210 [ 5 ] {42d5feac-c671-45d6-a276-85eaeb8759a7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10362 | 2025.04.15 04:06:42.969387 [ 98 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10363 | 2025.04.15 04:06:42.969428 [ 5 ] {42d5feac-c671-45d6-a276-85eaeb8759a7} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001482 sec., 82321.18758434548 rows/sec., 6.98 MiB/sec. | ||
| 10364 | 2025.04.15 04:06:42.969478 [ 98 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10365 | 2025.04.15 04:06:42.969545 [ 5 ] {42d5feac-c671-45d6-a276-85eaeb8759a7} <Debug> TCPHandler: Processed in 0.001735357 sec. | ||
| 10366 | 2025.04.15 04:06:42.969550 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10367 | 2025.04.15 04:06:42.969733 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10368 | 2025.04.15 04:06:42.969761 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 10369 | 2025.04.15 04:06:42.969910 [ 5 ] {4fee1c8a-a77b-42c5-bc4b-5d541e73f94c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10370 | 2025.04.15 04:06:42.970017 [ 5 ] {4fee1c8a-a77b-42c5-bc4b-5d541e73f94c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10371 | 2025.04.15 04:06:42.970028 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10372 | 2025.04.15 04:06:42.970125 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1847 rows starting from the beginning of the part | ||
| 10373 | 2025.04.15 04:06:42.970402 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1774 rows starting from the beginning of the part | ||
| 10374 | 2025.04.15 04:06:42.970792 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 10375 | 2025.04.15 04:06:42.971060 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 120 rows starting from the beginning of the part | ||
| 10376 | 2025.04.15 04:06:42.971494 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 633 rows starting from the beginning of the part | ||
| 10377 | 2025.04.15 04:06:42.971842 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 122 rows starting from the beginning of the part | ||
| 10378 | 2025.04.15 04:06:42.972758 [ 5 ] {4fee1c8a-a77b-42c5-bc4b-5d541e73f94c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10379 | 2025.04.15 04:06:42.972835 [ 5 ] {4fee1c8a-a77b-42c5-bc4b-5d541e73f94c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10380 | 2025.04.15 04:06:42.973665 [ 5 ] {4fee1c8a-a77b-42c5-bc4b-5d541e73f94c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10381 | 2025.04.15 04:06:42.974194 [ 5 ] {4fee1c8a-a77b-42c5-bc4b-5d541e73f94c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10382 | 2025.04.15 04:06:42.974454 [ 5 ] {4fee1c8a-a77b-42c5-bc4b-5d541e73f94c} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.004593 sec., 7838.014369693012 rows/sec., 584.70 KiB/sec. | ||
| 10383 | 2025.04.15 04:06:42.974517 [ 5 ] {4fee1c8a-a77b-42c5-bc4b-5d541e73f94c} <Debug> TCPHandler: Processed in 0.004868864 sec. | ||
| 10384 | 2025.04.15 04:06:42.974644 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10385 | 2025.04.15 04:06:42.974799 [ 5 ] {c7356230-8f12-4fdf-a25d-46520ac832f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10386 | 2025.04.15 04:06:42.974844 [ 5 ] {c7356230-8f12-4fdf-a25d-46520ac832f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10387 | 2025.04.15 04:06:42.975466 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4552 rows, containing 5 columns (5 merged, 0 gathered) in 0.005780454 sec., 787481.3985199087 rows/sec., 66.92 MiB/sec. | ||
| 10388 | 2025.04.15 04:06:42.975745 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10389 | 2025.04.15 04:06:42.976229 [ 5 ] {c7356230-8f12-4fdf-a25d-46520ac832f1} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10390 | 2025.04.15 04:06:42.976298 [ 5 ] {c7356230-8f12-4fdf-a25d-46520ac832f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10391 | 2025.04.15 04:06:42.976316 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_81_16} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10392 | 2025.04.15 04:06:42.976517 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_81_16} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10393 | 2025.04.15 04:06:42.976672 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 10394 | 2025.04.15 04:06:42.976903 [ 5 ] {c7356230-8f12-4fdf-a25d-46520ac832f1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10395 | 2025.04.15 04:06:42.977154 [ 5 ] {c7356230-8f12-4fdf-a25d-46520ac832f1} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10396 | 2025.04.15 04:06:42.977318 [ 98 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10397 | 2025.04.15 04:06:42.977382 [ 98 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10398 | 2025.04.15 04:06:42.977388 [ 5 ] {c7356230-8f12-4fdf-a25d-46520ac832f1} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.002606 sec., 38372.98541826555 rows/sec., 3.00 MiB/sec. | ||
| 10399 | 2025.04.15 04:06:42.977412 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10400 | 2025.04.15 04:06:42.977564 [ 5 ] {c7356230-8f12-4fdf-a25d-46520ac832f1} <Debug> TCPHandler: Processed in 0.002968064 sec. | ||
| 10401 | 2025.04.15 04:06:42.977720 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 10402 | 2025.04.15 04:06:42.977769 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10403 | 2025.04.15 04:06:42.978003 [ 5 ] {138038af-572f-4a26-81cf-1e8281ac5b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10404 | 2025.04.15 04:06:42.978025 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10405 | 2025.04.15 04:06:42.978107 [ 5 ] {138038af-572f-4a26-81cf-1e8281ac5b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10406 | 2025.04.15 04:06:42.978113 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part | ||
| 10407 | 2025.04.15 04:06:42.978534 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 848 rows starting from the beginning of the part | ||
| 10408 | 2025.04.15 04:06:42.978860 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 10409 | 2025.04.15 04:06:42.979289 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 96 rows starting from the beginning of the part | ||
| 10410 | 2025.04.15 04:06:42.979655 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 390 rows starting from the beginning of the part | ||
| 10411 | 2025.04.15 04:06:42.979818 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 100 rows starting from the beginning of the part | ||
| 10412 | 2025.04.15 04:06:42.980737 [ 5 ] {138038af-572f-4a26-81cf-1e8281ac5b0f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10413 | 2025.04.15 04:06:42.980799 [ 5 ] {138038af-572f-4a26-81cf-1e8281ac5b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10414 | 2025.04.15 04:06:42.981730 [ 5 ] {138038af-572f-4a26-81cf-1e8281ac5b0f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10415 | 2025.04.15 04:06:42.982284 [ 5 ] {138038af-572f-4a26-81cf-1e8281ac5b0f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10416 | 2025.04.15 04:06:42.982506 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10417 | 2025.04.15 04:06:42.982589 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10418 | 2025.04.15 04:06:42.982680 [ 5 ] {138038af-572f-4a26-81cf-1e8281ac5b0f} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004751 sec., 34098.084613765524 rows/sec., 2.37 MiB/sec. | ||
| 10419 | 2025.04.15 04:06:42.982696 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10420 | 2025.04.15 04:06:42.982915 [ 5 ] {138038af-572f-4a26-81cf-1e8281ac5b0f} <Debug> TCPHandler: Processed in 0.005205322 sec. | ||
| 10421 | 2025.04.15 04:06:42.983301 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10422 | 2025.04.15 04:06:42.983335 [ 190 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 10423 | 2025.04.15 04:06:42.983594 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.006020539 sec., 400628.58159377426 rows/sec., 30.68 MiB/sec. | ||
| 10424 | 2025.04.15 04:06:42.983640 [ 5 ] {14bd26d9-80e1-4714-b2cc-39992a428dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10425 | 2025.04.15 04:06:42.983944 [ 5 ] {14bd26d9-80e1-4714-b2cc-39992a428dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10426 | 2025.04.15 04:06:42.983991 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10427 | 2025.04.15 04:06:42.983992 [ 190 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10428 | 2025.04.15 04:06:42.984256 [ 190 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 22730 rows starting from the beginning of the part | ||
| 10429 | 2025.04.15 04:06:42.985103 [ 190 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 956 rows starting from the beginning of the part | ||
| 10430 | 2025.04.15 04:06:42.985225 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_81_16} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10431 | 2025.04.15 04:06:42.985767 [ 199 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_81_16} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10432 | 2025.04.15 04:06:42.985852 [ 190 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 128 rows starting from the beginning of the part | ||
| 10433 | 2025.04.15 04:06:42.986303 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10434 | 2025.04.15 04:06:42.986497 [ 190 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 10435 | 2025.04.15 04:06:42.987016 [ 190 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 10436 | 2025.04.15 04:06:42.987341 [ 190 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 162 rows starting from the beginning of the part | ||
| 10437 | 2025.04.15 04:06:42.989198 [ 5 ] {14bd26d9-80e1-4714-b2cc-39992a428dd2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10438 | 2025.04.15 04:06:42.989248 [ 5 ] {14bd26d9-80e1-4714-b2cc-39992a428dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10439 | 2025.04.15 04:06:42.991026 [ 5 ] {14bd26d9-80e1-4714-b2cc-39992a428dd2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10440 | 2025.04.15 04:06:42.991385 [ 5 ] {14bd26d9-80e1-4714-b2cc-39992a428dd2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10441 | 2025.04.15 04:06:42.991623 [ 5 ] {14bd26d9-80e1-4714-b2cc-39992a428dd2} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.008085 sec., 3957.9468150896723 rows/sec., 7.09 MiB/sec. | ||
| 10442 | 2025.04.15 04:06:42.991917 [ 5 ] {14bd26d9-80e1-4714-b2cc-39992a428dd2} <Debug> TCPHandler: Processed in 0.008734247 sec. | ||
| 10443 | 2025.04.15 04:06:42.992055 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10444 | 2025.04.15 04:06:42.992163 [ 5 ] {5d7319a2-d66b-4be4-9264-10c849937c54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10445 | 2025.04.15 04:06:42.992235 [ 5 ] {5d7319a2-d66b-4be4-9264-10c849937c54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10446 | 2025.04.15 04:06:42.992897 [ 5 ] {5d7319a2-d66b-4be4-9264-10c849937c54} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10447 | 2025.04.15 04:06:42.992936 [ 5 ] {5d7319a2-d66b-4be4-9264-10c849937c54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10448 | 2025.04.15 04:06:42.993383 [ 5 ] {5d7319a2-d66b-4be4-9264-10c849937c54} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10449 | 2025.04.15 04:06:42.993651 [ 5 ] {5d7319a2-d66b-4be4-9264-10c849937c54} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10450 | 2025.04.15 04:06:42.993860 [ 98 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10451 | 2025.04.15 04:06:42.993962 [ 98 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10452 | 2025.04.15 04:06:42.994039 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10453 | 2025.04.15 04:06:42.994113 [ 5 ] {5d7319a2-d66b-4be4-9264-10c849937c54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00194 sec., 30927.83505154639 rows/sec., 2.08 MiB/sec. | ||
| 10454 | 2025.04.15 04:06:42.994297 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 10455 | 2025.04.15 04:06:42.994309 [ 5 ] {5d7319a2-d66b-4be4-9264-10c849937c54} <Debug> TCPHandler: Processed in 0.002300629 sec. | ||
| 10456 | 2025.04.15 04:06:42.994522 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10457 | 2025.04.15 04:06:42.994567 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4532 rows starting from the beginning of the part | ||
| 10458 | 2025.04.15 04:06:42.994665 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 34 rows starting from the beginning of the part | ||
| 10459 | 2025.04.15 04:06:42.994908 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 48 rows starting from the beginning of the part | ||
| 10460 | 2025.04.15 04:06:42.994985 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 10461 | 2025.04.15 04:06:42.995429 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 10462 | 2025.04.15 04:06:42.995690 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 10463 | 2025.04.15 04:06:42.996004 [ 190 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24373 rows, containing 5 columns (5 merged, 0 gathered) in 0.0131263 sec., 1856806.5639212877 rows/sec., 125.33 MiB/sec. | ||
| 10464 | 2025.04.15 04:06:42.996495 [ 190 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10465 | 2025.04.15 04:06:42.996857 [ 190 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10466 | 2025.04.15 04:06:42.996973 [ 190 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10467 | 2025.04.15 04:06:42.997075 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 10468 | 2025.04.15 04:06:42.997727 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4816 rows, containing 4 columns (4 merged, 0 gathered) in 0.003593057 sec., 1340362.8163984038 rows/sec., 87.28 MiB/sec. | ||
| 10469 | 2025.04.15 04:06:42.998015 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10470 | 2025.04.15 04:06:42.998302 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_81_16} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10471 | 2025.04.15 04:06:42.998375 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_81_16} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10472 | 2025.04.15 04:06:42.998443 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
| 10473 | 2025.04.15 04:06:44.495545 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10474 | 2025.04.15 04:06:44.516049 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10475 | 2025.04.15 04:06:44.516109 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10476 | 2025.04.15 04:06:44.523483 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10477 | 2025.04.15 04:06:44.524235 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10478 | 2025.04.15 04:06:44.528589 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10479 | 2025.04.15 04:06:45.546156 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1488 | ||
| 10480 | 2025.04.15 04:06:45.549514 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10481 | 2025.04.15 04:06:45.549576 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10482 | 2025.04.15 04:06:45.551042 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10483 | 2025.04.15 04:06:45.551357 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10484 | 2025.04.15 04:06:45.551622 [ 95 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10485 | 2025.04.15 04:06:45.551747 [ 95 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10486 | 2025.04.15 04:06:45.551819 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10487 | 2025.04.15 04:06:45.552455 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 10488 | 2025.04.15 04:06:45.553659 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1488 | ||
| 10489 | 2025.04.15 04:06:45.554067 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10490 | 2025.04.15 04:06:45.554233 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1318 rows starting from the beginning of the part | ||
| 10491 | 2025.04.15 04:06:45.554911 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 10492 | 2025.04.15 04:06:45.555516 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 10493 | 2025.04.15 04:06:45.556111 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 58 rows starting from the beginning of the part | ||
| 10494 | 2025.04.15 04:06:45.556756 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 10495 | 2025.04.15 04:06:45.557349 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 10496 | 2025.04.15 04:06:45.565441 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1488 rows, containing 72 columns (72 merged, 0 gathered) in 0.013456707 sec., 110576.82982916995 rows/sec., 85.91 MiB/sec. | ||
| 10497 | 2025.04.15 04:06:45.566978 [ 187 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10498 | 2025.04.15 04:06:45.567694 [ 187 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_36_7} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10499 | 2025.04.15 04:06:45.567778 [ 187 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_36_7} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10500 | 2025.04.15 04:06:45.567976 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 10501 | 2025.04.15 04:06:47.969837 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10502 | 2025.04.15 04:06:47.970023 [ 5 ] {f4b6b3d8-c47c-4dad-8e01-7363c3520d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10503 | 2025.04.15 04:06:47.970093 [ 5 ] {f4b6b3d8-c47c-4dad-8e01-7363c3520d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10504 | 2025.04.15 04:06:47.970933 [ 5 ] {f4b6b3d8-c47c-4dad-8e01-7363c3520d9b} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10505 | 2025.04.15 04:06:47.970982 [ 5 ] {f4b6b3d8-c47c-4dad-8e01-7363c3520d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10506 | 2025.04.15 04:06:47.971406 [ 5 ] {f4b6b3d8-c47c-4dad-8e01-7363c3520d9b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10507 | 2025.04.15 04:06:47.971651 [ 5 ] {f4b6b3d8-c47c-4dad-8e01-7363c3520d9b} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10508 | 2025.04.15 04:06:47.971872 [ 5 ] {f4b6b3d8-c47c-4dad-8e01-7363c3520d9b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001901 sec., 111520.2524986849 rows/sec., 7.09 MiB/sec. | ||
| 10509 | 2025.04.15 04:06:47.971930 [ 5 ] {f4b6b3d8-c47c-4dad-8e01-7363c3520d9b} <Debug> TCPHandler: Processed in 0.002218907 sec. | ||
| 10510 | 2025.04.15 04:06:47.972072 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10511 | 2025.04.15 04:06:47.972175 [ 5 ] {e18665b9-93c5-4338-ae27-70f2d89b1d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10512 | 2025.04.15 04:06:47.972221 [ 5 ] {e18665b9-93c5-4338-ae27-70f2d89b1d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10513 | 2025.04.15 04:06:47.972986 [ 5 ] {e18665b9-93c5-4338-ae27-70f2d89b1d50} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10514 | 2025.04.15 04:06:47.973025 [ 5 ] {e18665b9-93c5-4338-ae27-70f2d89b1d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10515 | 2025.04.15 04:06:47.973405 [ 5 ] {e18665b9-93c5-4338-ae27-70f2d89b1d50} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10516 | 2025.04.15 04:06:47.973635 [ 5 ] {e18665b9-93c5-4338-ae27-70f2d89b1d50} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10517 | 2025.04.15 04:06:47.973846 [ 5 ] {e18665b9-93c5-4338-ae27-70f2d89b1d50} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001691 sec., 374334.71318746306 rows/sec., 29.44 MiB/sec. | ||
| 10518 | 2025.04.15 04:06:47.973905 [ 5 ] {e18665b9-93c5-4338-ae27-70f2d89b1d50} <Debug> TCPHandler: Processed in 0.00188042 sec. | ||
| 10519 | 2025.04.15 04:06:47.974047 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10520 | 2025.04.15 04:06:47.974161 [ 5 ] {964aeb52-bdd5-4a86-a828-1cbd5d33cfb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10521 | 2025.04.15 04:06:47.974207 [ 5 ] {964aeb52-bdd5-4a86-a828-1cbd5d33cfb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10522 | 2025.04.15 04:06:47.974755 [ 5 ] {964aeb52-bdd5-4a86-a828-1cbd5d33cfb5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10523 | 2025.04.15 04:06:47.974794 [ 5 ] {964aeb52-bdd5-4a86-a828-1cbd5d33cfb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10524 | 2025.04.15 04:06:47.975129 [ 5 ] {964aeb52-bdd5-4a86-a828-1cbd5d33cfb5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10525 | 2025.04.15 04:06:47.975370 [ 5 ] {964aeb52-bdd5-4a86-a828-1cbd5d33cfb5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10526 | 2025.04.15 04:06:47.975563 [ 5 ] {964aeb52-bdd5-4a86-a828-1cbd5d33cfb5} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001424 sec., 80056.1797752809 rows/sec., 4.79 MiB/sec. | ||
| 10527 | 2025.04.15 04:06:47.975618 [ 5 ] {964aeb52-bdd5-4a86-a828-1cbd5d33cfb5} <Debug> TCPHandler: Processed in 0.001619465 sec. | ||
| 10528 | 2025.04.15 04:06:47.975738 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10529 | 2025.04.15 04:06:47.975840 [ 5 ] {5d69e3fe-6271-4179-8469-aad6f6d0bd02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10530 | 2025.04.15 04:06:47.975884 [ 5 ] {5d69e3fe-6271-4179-8469-aad6f6d0bd02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10531 | 2025.04.15 04:06:47.976410 [ 5 ] {5d69e3fe-6271-4179-8469-aad6f6d0bd02} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10532 | 2025.04.15 04:06:47.976448 [ 5 ] {5d69e3fe-6271-4179-8469-aad6f6d0bd02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10533 | 2025.04.15 04:06:47.976781 [ 5 ] {5d69e3fe-6271-4179-8469-aad6f6d0bd02} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10534 | 2025.04.15 04:06:47.977007 [ 5 ] {5d69e3fe-6271-4179-8469-aad6f6d0bd02} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10535 | 2025.04.15 04:06:47.977221 [ 5 ] {5d69e3fe-6271-4179-8469-aad6f6d0bd02} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001393 sec., 81119.88513998565 rows/sec., 5.25 MiB/sec. | ||
| 10536 | 2025.04.15 04:06:47.977293 [ 5 ] {5d69e3fe-6271-4179-8469-aad6f6d0bd02} <Debug> TCPHandler: Processed in 0.001603185 sec. | ||
| 10537 | 2025.04.15 04:06:47.977541 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10538 | 2025.04.15 04:06:47.977653 [ 5 ] {c3c3b687-2993-40db-9486-dc3bb1d6322c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10539 | 2025.04.15 04:06:47.977697 [ 5 ] {c3c3b687-2993-40db-9486-dc3bb1d6322c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10540 | 2025.04.15 04:06:47.978227 [ 5 ] {c3c3b687-2993-40db-9486-dc3bb1d6322c} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10541 | 2025.04.15 04:06:47.978265 [ 5 ] {c3c3b687-2993-40db-9486-dc3bb1d6322c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10542 | 2025.04.15 04:06:47.978599 [ 5 ] {c3c3b687-2993-40db-9486-dc3bb1d6322c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10543 | 2025.04.15 04:06:47.978823 [ 5 ] {c3c3b687-2993-40db-9486-dc3bb1d6322c} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10544 | 2025.04.15 04:06:47.979050 [ 5 ] {c3c3b687-2993-40db-9486-dc3bb1d6322c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001413 sec., 79263.97735314933 rows/sec., 4.52 MiB/sec. | ||
| 10545 | 2025.04.15 04:06:47.979128 [ 5 ] {c3c3b687-2993-40db-9486-dc3bb1d6322c} <Debug> TCPHandler: Processed in 0.001673096 sec. | ||
| 10546 | 2025.04.15 04:06:47.979340 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10547 | 2025.04.15 04:06:47.979445 [ 5 ] {ab6fe416-1a4f-4f28-b579-012a9a36d40e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10548 | 2025.04.15 04:06:47.979490 [ 5 ] {ab6fe416-1a4f-4f28-b579-012a9a36d40e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10549 | 2025.04.15 04:06:47.980111 [ 5 ] {ab6fe416-1a4f-4f28-b579-012a9a36d40e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10550 | 2025.04.15 04:06:47.980149 [ 5 ] {ab6fe416-1a4f-4f28-b579-012a9a36d40e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10551 | 2025.04.15 04:06:47.980501 [ 5 ] {ab6fe416-1a4f-4f28-b579-012a9a36d40e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10552 | 2025.04.15 04:06:47.980727 [ 5 ] {ab6fe416-1a4f-4f28-b579-012a9a36d40e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10553 | 2025.04.15 04:06:47.980940 [ 5 ] {ab6fe416-1a4f-4f28-b579-012a9a36d40e} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001507 sec., 258792.302587923 rows/sec., 18.29 MiB/sec. | ||
| 10554 | 2025.04.15 04:06:47.981046 [ 5 ] {ab6fe416-1a4f-4f28-b579-012a9a36d40e} <Debug> TCPHandler: Processed in 0.001781328 sec. | ||
| 10555 | 2025.04.15 04:06:47.981208 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10556 | 2025.04.15 04:06:47.981371 [ 5 ] {318f27cb-e494-407b-be3f-d63366058d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10557 | 2025.04.15 04:06:47.981418 [ 5 ] {318f27cb-e494-407b-be3f-d63366058d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10558 | 2025.04.15 04:06:47.981845 [ 5 ] {318f27cb-e494-407b-be3f-d63366058d64} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10559 | 2025.04.15 04:06:47.981883 [ 5 ] {318f27cb-e494-407b-be3f-d63366058d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10560 | 2025.04.15 04:06:47.982224 [ 5 ] {318f27cb-e494-407b-be3f-d63366058d64} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10561 | 2025.04.15 04:06:47.982446 [ 5 ] {318f27cb-e494-407b-be3f-d63366058d64} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10562 | 2025.04.15 04:06:47.982631 [ 5 ] {318f27cb-e494-407b-be3f-d63366058d64} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00128 sec., 4687.5 rows/sec., 244.90 KiB/sec. | ||
| 10563 | 2025.04.15 04:06:47.982697 [ 5 ] {318f27cb-e494-407b-be3f-d63366058d64} <Debug> TCPHandler: Processed in 0.001581994 sec. | ||
| 10564 | 2025.04.15 04:06:47.982820 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10565 | 2025.04.15 04:06:47.982933 [ 5 ] {59dfae79-d12a-4383-b595-101c033bdb74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10566 | 2025.04.15 04:06:47.982979 [ 5 ] {59dfae79-d12a-4383-b595-101c033bdb74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10567 | 2025.04.15 04:06:47.983485 [ 5 ] {59dfae79-d12a-4383-b595-101c033bdb74} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10568 | 2025.04.15 04:06:47.983522 [ 5 ] {59dfae79-d12a-4383-b595-101c033bdb74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10569 | 2025.04.15 04:06:47.983878 [ 5 ] {59dfae79-d12a-4383-b595-101c033bdb74} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10570 | 2025.04.15 04:06:47.984108 [ 5 ] {59dfae79-d12a-4383-b595-101c033bdb74} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10571 | 2025.04.15 04:06:47.984321 [ 5 ] {59dfae79-d12a-4383-b595-101c033bdb74} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001409 sec., 168204.40028388926 rows/sec., 11.27 MiB/sec. | ||
| 10572 | 2025.04.15 04:06:47.984400 [ 5 ] {59dfae79-d12a-4383-b595-101c033bdb74} <Debug> TCPHandler: Processed in 0.001633815 sec. | ||
| 10573 | 2025.04.15 04:06:47.984545 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10574 | 2025.04.15 04:06:47.984845 [ 5 ] {c766d3ca-9d03-4b59-9fd6-9dcd0423283d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10575 | 2025.04.15 04:06:47.984997 [ 5 ] {c766d3ca-9d03-4b59-9fd6-9dcd0423283d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10576 | 2025.04.15 04:06:47.985534 [ 5 ] {c766d3ca-9d03-4b59-9fd6-9dcd0423283d} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10577 | 2025.04.15 04:06:47.985573 [ 5 ] {c766d3ca-9d03-4b59-9fd6-9dcd0423283d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10578 | 2025.04.15 04:06:47.985912 [ 5 ] {c766d3ca-9d03-4b59-9fd6-9dcd0423283d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10579 | 2025.04.15 04:06:47.986144 [ 5 ] {c766d3ca-9d03-4b59-9fd6-9dcd0423283d} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10580 | 2025.04.15 04:06:47.986343 [ 5 ] {c766d3ca-9d03-4b59-9fd6-9dcd0423283d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001607 sec., 622.2775357809584 rows/sec., 41.93 KiB/sec. | ||
| 10581 | 2025.04.15 04:06:47.986396 [ 5 ] {c766d3ca-9d03-4b59-9fd6-9dcd0423283d} <Debug> TCPHandler: Processed in 0.001913481 sec. | ||
| 10582 | 2025.04.15 04:06:47.986542 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10583 | 2025.04.15 04:06:47.986641 [ 5 ] {a6f317be-f368-437c-9767-5843c7cf5fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10584 | 2025.04.15 04:06:47.986705 [ 5 ] {a6f317be-f368-437c-9767-5843c7cf5fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10585 | 2025.04.15 04:06:47.987741 [ 5 ] {a6f317be-f368-437c-9767-5843c7cf5fb0} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10586 | 2025.04.15 04:06:47.987778 [ 5 ] {a6f317be-f368-437c-9767-5843c7cf5fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10587 | 2025.04.15 04:06:47.988367 [ 5 ] {a6f317be-f368-437c-9767-5843c7cf5fb0} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10588 | 2025.04.15 04:06:47.988623 [ 5 ] {a6f317be-f368-437c-9767-5843c7cf5fb0} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10589 | 2025.04.15 04:06:47.988876 [ 5 ] {a6f317be-f368-437c-9767-5843c7cf5fb0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002254 sec., 3549.24578527063 rows/sec., 6.36 MiB/sec. | ||
| 10590 | 2025.04.15 04:06:47.989115 [ 5 ] {a6f317be-f368-437c-9767-5843c7cf5fb0} <Debug> TCPHandler: Processed in 0.002626746 sec. | ||
| 10591 | 2025.04.15 04:06:47.989427 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10592 | 2025.04.15 04:06:47.989545 [ 5 ] {7fc25317-cd21-40d4-9a23-7a77b425018a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10593 | 2025.04.15 04:06:47.989599 [ 5 ] {7fc25317-cd21-40d4-9a23-7a77b425018a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10594 | 2025.04.15 04:06:47.990057 [ 5 ] {7fc25317-cd21-40d4-9a23-7a77b425018a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10595 | 2025.04.15 04:06:47.990095 [ 5 ] {7fc25317-cd21-40d4-9a23-7a77b425018a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.09 GiB. | ||
| 10596 | 2025.04.15 04:06:47.990446 [ 5 ] {7fc25317-cd21-40d4-9a23-7a77b425018a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10597 | 2025.04.15 04:06:47.990678 [ 5 ] {7fc25317-cd21-40d4-9a23-7a77b425018a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10598 | 2025.04.15 04:06:47.990881 [ 5 ] {7fc25317-cd21-40d4-9a23-7a77b425018a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001358 sec., 60382.916053019144 rows/sec., 3.84 MiB/sec. | ||
| 10599 | 2025.04.15 04:06:47.990939 [ 5 ] {7fc25317-cd21-40d4-9a23-7a77b425018a} <Debug> TCPHandler: Processed in 0.001599154 sec. | ||
| 10600 | 2025.04.15 04:06:50.202438 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10601 | 2025.04.15 04:06:50.202520 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10602 | 2025.04.15 04:06:50.429934 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 10603 | 2025.04.15 04:06:50.430635 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10604 | 2025.04.15 04:06:50.430687 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10605 | 2025.04.15 04:06:50.431204 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10606 | 2025.04.15 04:06:50.431459 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10607 | 2025.04.15 04:06:50.431706 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10608 | 2025.04.15 04:06:52.028726 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10609 | 2025.04.15 04:06:52.049909 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10610 | 2025.04.15 04:06:52.049954 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10611 | 2025.04.15 04:06:52.057542 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10612 | 2025.04.15 04:06:52.058285 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10613 | 2025.04.15 04:06:52.060935 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10614 | 2025.04.15 04:06:52.965239 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10615 | 2025.04.15 04:06:52.965563 [ 5 ] {5231791d-77cc-4b9a-b0a8-d1f8fa7e2183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10616 | 2025.04.15 04:06:52.965639 [ 5 ] {5231791d-77cc-4b9a-b0a8-d1f8fa7e2183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10617 | 2025.04.15 04:06:52.966432 [ 5 ] {5231791d-77cc-4b9a-b0a8-d1f8fa7e2183} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10618 | 2025.04.15 04:06:52.966482 [ 5 ] {5231791d-77cc-4b9a-b0a8-d1f8fa7e2183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10619 | 2025.04.15 04:06:52.966929 [ 5 ] {5231791d-77cc-4b9a-b0a8-d1f8fa7e2183} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10620 | 2025.04.15 04:06:52.967184 [ 5 ] {5231791d-77cc-4b9a-b0a8-d1f8fa7e2183} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10621 | 2025.04.15 04:06:52.967435 [ 5 ] {5231791d-77cc-4b9a-b0a8-d1f8fa7e2183} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001954 sec., 61412.487205731835 rows/sec., 5.22 MiB/sec. | ||
| 10622 | 2025.04.15 04:06:52.967524 [ 5 ] {5231791d-77cc-4b9a-b0a8-d1f8fa7e2183} <Debug> TCPHandler: Processed in 0.002465362 sec. | ||
| 10623 | 2025.04.15 04:06:52.967729 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10624 | 2025.04.15 04:06:52.967900 [ 5 ] {ca9ab4c4-70b4-49d5-805a-4ad038997eca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10625 | 2025.04.15 04:06:52.967948 [ 5 ] {ca9ab4c4-70b4-49d5-805a-4ad038997eca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10626 | 2025.04.15 04:06:52.968519 [ 5 ] {ca9ab4c4-70b4-49d5-805a-4ad038997eca} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10627 | 2025.04.15 04:06:52.968560 [ 5 ] {ca9ab4c4-70b4-49d5-805a-4ad038997eca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10628 | 2025.04.15 04:06:52.968903 [ 5 ] {ca9ab4c4-70b4-49d5-805a-4ad038997eca} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10629 | 2025.04.15 04:06:52.969150 [ 5 ] {ca9ab4c4-70b4-49d5-805a-4ad038997eca} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10630 | 2025.04.15 04:06:52.969351 [ 5 ] {ca9ab4c4-70b4-49d5-805a-4ad038997eca} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001474 sec., 21709.633649932155 rows/sec., 1.59 MiB/sec. | ||
| 10631 | 2025.04.15 04:06:52.969402 [ 5 ] {ca9ab4c4-70b4-49d5-805a-4ad038997eca} <Debug> TCPHandler: Processed in 0.001777168 sec. | ||
| 10632 | 2025.04.15 04:06:52.969532 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10633 | 2025.04.15 04:06:52.969636 [ 5 ] {4fb713ec-d8a7-48cf-8c31-b00446efbe6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10634 | 2025.04.15 04:06:52.969681 [ 5 ] {4fb713ec-d8a7-48cf-8c31-b00446efbe6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10635 | 2025.04.15 04:06:52.970262 [ 5 ] {4fb713ec-d8a7-48cf-8c31-b00446efbe6c} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10636 | 2025.04.15 04:06:52.970301 [ 5 ] {4fb713ec-d8a7-48cf-8c31-b00446efbe6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10637 | 2025.04.15 04:06:52.970651 [ 5 ] {4fb713ec-d8a7-48cf-8c31-b00446efbe6c} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10638 | 2025.04.15 04:06:52.970885 [ 5 ] {4fb713ec-d8a7-48cf-8c31-b00446efbe6c} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10639 | 2025.04.15 04:06:52.971079 [ 5 ] {4fb713ec-d8a7-48cf-8c31-b00446efbe6c} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001464 sec., 65573.77049180328 rows/sec., 5.12 MiB/sec. | ||
| 10640 | 2025.04.15 04:06:52.971128 [ 5 ] {4fb713ec-d8a7-48cf-8c31-b00446efbe6c} <Debug> TCPHandler: Processed in 0.001645606 sec. | ||
| 10641 | 2025.04.15 04:06:52.971246 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10642 | 2025.04.15 04:06:52.971349 [ 5 ] {2abb722c-0572-4451-a147-bbafca7a5b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10643 | 2025.04.15 04:06:52.971397 [ 5 ] {2abb722c-0572-4451-a147-bbafca7a5b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10644 | 2025.04.15 04:06:52.971985 [ 5 ] {2abb722c-0572-4451-a147-bbafca7a5b58} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10645 | 2025.04.15 04:06:52.972024 [ 5 ] {2abb722c-0572-4451-a147-bbafca7a5b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10646 | 2025.04.15 04:06:52.972394 [ 5 ] {2abb722c-0572-4451-a147-bbafca7a5b58} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10647 | 2025.04.15 04:06:52.972627 [ 5 ] {2abb722c-0572-4451-a147-bbafca7a5b58} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10648 | 2025.04.15 04:06:52.972833 [ 5 ] {2abb722c-0572-4451-a147-bbafca7a5b58} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001503 sec., 106453.75914836992 rows/sec., 7.41 MiB/sec. | ||
| 10649 | 2025.04.15 04:06:52.972897 [ 5 ] {2abb722c-0572-4451-a147-bbafca7a5b58} <Debug> TCPHandler: Processed in 0.001699576 sec. | ||
| 10650 | 2025.04.15 04:06:52.973035 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10651 | 2025.04.15 04:06:52.973154 [ 5 ] {a05334d6-55c6-4b99-af80-90a67f373b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10652 | 2025.04.15 04:06:52.973220 [ 5 ] {a05334d6-55c6-4b99-af80-90a67f373b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10653 | 2025.04.15 04:06:52.974341 [ 5 ] {a05334d6-55c6-4b99-af80-90a67f373b6d} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10654 | 2025.04.15 04:06:52.974380 [ 5 ] {a05334d6-55c6-4b99-af80-90a67f373b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10655 | 2025.04.15 04:06:52.975001 [ 5 ] {a05334d6-55c6-4b99-af80-90a67f373b6d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10656 | 2025.04.15 04:06:52.975263 [ 5 ] {a05334d6-55c6-4b99-af80-90a67f373b6d} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10657 | 2025.04.15 04:06:52.975498 [ 5 ] {a05334d6-55c6-4b99-af80-90a67f373b6d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002364 sec., 13536.37901861252 rows/sec., 24.26 MiB/sec. | ||
| 10658 | 2025.04.15 04:06:52.975587 [ 5 ] {a05334d6-55c6-4b99-af80-90a67f373b6d} <Debug> TCPHandler: Processed in 0.002617156 sec. | ||
| 10659 | 2025.04.15 04:06:52.975710 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10660 | 2025.04.15 04:06:52.975814 [ 5 ] {21fa9be8-00c3-407f-b8fd-eaaacd660ce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10661 | 2025.04.15 04:06:52.975860 [ 5 ] {21fa9be8-00c3-407f-b8fd-eaaacd660ce6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10662 | 2025.04.15 04:06:52.976285 [ 5 ] {21fa9be8-00c3-407f-b8fd-eaaacd660ce6} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10663 | 2025.04.15 04:06:52.976325 [ 5 ] {21fa9be8-00c3-407f-b8fd-eaaacd660ce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10664 | 2025.04.15 04:06:52.976669 [ 5 ] {21fa9be8-00c3-407f-b8fd-eaaacd660ce6} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10665 | 2025.04.15 04:06:52.976901 [ 5 ] {21fa9be8-00c3-407f-b8fd-eaaacd660ce6} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10666 | 2025.04.15 04:06:52.977097 [ 5 ] {21fa9be8-00c3-407f-b8fd-eaaacd660ce6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001304 sec., 46012.26993865031 rows/sec., 3.10 MiB/sec. | ||
| 10667 | 2025.04.15 04:06:52.977145 [ 5 ] {21fa9be8-00c3-407f-b8fd-eaaacd660ce6} <Debug> TCPHandler: Processed in 0.001485352 sec. | ||
| 10668 | 2025.04.15 04:06:53.465403 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10669 | 2025.04.15 04:06:53.465585 [ 5 ] {ad49b7ee-fb84-48d8-98da-d7890a1fc6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10670 | 2025.04.15 04:06:53.465655 [ 5 ] {ad49b7ee-fb84-48d8-98da-d7890a1fc6c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10671 | 2025.04.15 04:06:53.466536 [ 5 ] {ad49b7ee-fb84-48d8-98da-d7890a1fc6c5} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10672 | 2025.04.15 04:06:53.466582 [ 5 ] {ad49b7ee-fb84-48d8-98da-d7890a1fc6c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10673 | 2025.04.15 04:06:53.467002 [ 5 ] {ad49b7ee-fb84-48d8-98da-d7890a1fc6c5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10674 | 2025.04.15 04:06:53.467249 [ 5 ] {ad49b7ee-fb84-48d8-98da-d7890a1fc6c5} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10675 | 2025.04.15 04:06:53.467481 [ 5 ] {ad49b7ee-fb84-48d8-98da-d7890a1fc6c5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001946 sec., 108941.41829393628 rows/sec., 6.93 MiB/sec. | ||
| 10676 | 2025.04.15 04:06:53.467537 [ 5 ] {ad49b7ee-fb84-48d8-98da-d7890a1fc6c5} <Debug> TCPHandler: Processed in 0.002255198 sec. | ||
| 10677 | 2025.04.15 04:06:53.467660 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10678 | 2025.04.15 04:06:53.467765 [ 5 ] {599d71b9-9cc4-4cb5-a63c-0318438f2a6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10679 | 2025.04.15 04:06:53.467811 [ 5 ] {599d71b9-9cc4-4cb5-a63c-0318438f2a6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10680 | 2025.04.15 04:06:53.468310 [ 5 ] {599d71b9-9cc4-4cb5-a63c-0318438f2a6d} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10681 | 2025.04.15 04:06:53.468350 [ 5 ] {599d71b9-9cc4-4cb5-a63c-0318438f2a6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10682 | 2025.04.15 04:06:53.468683 [ 5 ] {599d71b9-9cc4-4cb5-a63c-0318438f2a6d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 10683 | 2025.04.15 04:06:53.468934 [ 5 ] {599d71b9-9cc4-4cb5-a63c-0318438f2a6d} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10684 | 2025.04.15 04:06:53.469193 [ 5 ] {599d71b9-9cc4-4cb5-a63c-0318438f2a6d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001443 sec., 6930.00693000693 rows/sec., 565.09 KiB/sec. | ||
| 10685 | 2025.04.15 04:06:53.469420 [ 5 ] {599d71b9-9cc4-4cb5-a63c-0318438f2a6d} <Debug> TCPHandler: Processed in 0.001804799 sec. | ||
| 10686 | 2025.04.15 04:06:53.469576 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10687 | 2025.04.15 04:06:53.469679 [ 5 ] {bf6ce71e-476d-4a50-b97f-f79fa3a60aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10688 | 2025.04.15 04:06:53.469723 [ 5 ] {bf6ce71e-476d-4a50-b97f-f79fa3a60aa2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10689 | 2025.04.15 04:06:53.471136 [ 5 ] {bf6ce71e-476d-4a50-b97f-f79fa3a60aa2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10690 | 2025.04.15 04:06:53.471176 [ 5 ] {bf6ce71e-476d-4a50-b97f-f79fa3a60aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10691 | 2025.04.15 04:06:53.471622 [ 5 ] {bf6ce71e-476d-4a50-b97f-f79fa3a60aa2} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10692 | 2025.04.15 04:06:53.471859 [ 5 ] {bf6ce71e-476d-4a50-b97f-f79fa3a60aa2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10693 | 2025.04.15 04:06:53.472083 [ 5 ] {bf6ce71e-476d-4a50-b97f-f79fa3a60aa2} <Debug> executeQuery: Read 1778 rows, 147.90 KiB in 0.002426 sec., 732893.6521022258 rows/sec., 59.54 MiB/sec. | ||
| 10694 | 2025.04.15 04:06:53.472135 [ 5 ] {bf6ce71e-476d-4a50-b97f-f79fa3a60aa2} <Debug> TCPHandler: Processed in 0.002607816 sec. | ||
| 10695 | 2025.04.15 04:06:53.472249 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10696 | 2025.04.15 04:06:53.472351 [ 5 ] {e3882c04-ca8e-4070-864d-412216166898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10697 | 2025.04.15 04:06:53.472397 [ 5 ] {e3882c04-ca8e-4070-864d-412216166898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10698 | 2025.04.15 04:06:53.472944 [ 5 ] {e3882c04-ca8e-4070-864d-412216166898} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10699 | 2025.04.15 04:06:53.472983 [ 5 ] {e3882c04-ca8e-4070-864d-412216166898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10700 | 2025.04.15 04:06:53.473317 [ 5 ] {e3882c04-ca8e-4070-864d-412216166898} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10701 | 2025.04.15 04:06:53.473553 [ 5 ] {e3882c04-ca8e-4070-864d-412216166898} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10702 | 2025.04.15 04:06:53.473786 [ 5 ] {e3882c04-ca8e-4070-864d-412216166898} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.001453 sec., 85340.67446662078 rows/sec., 5.17 MiB/sec. | ||
| 10703 | 2025.04.15 04:06:53.473852 [ 5 ] {e3882c04-ca8e-4070-864d-412216166898} <Debug> TCPHandler: Processed in 0.001652355 sec. | ||
| 10704 | 2025.04.15 04:06:53.473985 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10705 | 2025.04.15 04:06:53.474117 [ 5 ] {c0bd0e39-9ed8-462d-8dbc-7ae38e047522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10706 | 2025.04.15 04:06:53.474162 [ 5 ] {c0bd0e39-9ed8-462d-8dbc-7ae38e047522} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10707 | 2025.04.15 04:06:53.474780 [ 5 ] {c0bd0e39-9ed8-462d-8dbc-7ae38e047522} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10708 | 2025.04.15 04:06:53.474819 [ 5 ] {c0bd0e39-9ed8-462d-8dbc-7ae38e047522} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10709 | 2025.04.15 04:06:53.475178 [ 5 ] {c0bd0e39-9ed8-462d-8dbc-7ae38e047522} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10710 | 2025.04.15 04:06:53.475404 [ 5 ] {c0bd0e39-9ed8-462d-8dbc-7ae38e047522} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10711 | 2025.04.15 04:06:53.475631 [ 5 ] {c0bd0e39-9ed8-462d-8dbc-7ae38e047522} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001538 sec., 221716.51495448634 rows/sec., 14.79 MiB/sec. | ||
| 10712 | 2025.04.15 04:06:53.475681 [ 5 ] {c0bd0e39-9ed8-462d-8dbc-7ae38e047522} <Debug> TCPHandler: Processed in 0.001761598 sec. | ||
| 10713 | 2025.04.15 04:06:53.475793 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10714 | 2025.04.15 04:06:53.475896 [ 5 ] {cc19c969-0627-42c4-bae2-64299f4ef40b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10715 | 2025.04.15 04:06:53.475940 [ 5 ] {cc19c969-0627-42c4-bae2-64299f4ef40b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10716 | 2025.04.15 04:06:53.476472 [ 5 ] {cc19c969-0627-42c4-bae2-64299f4ef40b} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10717 | 2025.04.15 04:06:53.476511 [ 5 ] {cc19c969-0627-42c4-bae2-64299f4ef40b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10718 | 2025.04.15 04:06:53.476860 [ 5 ] {cc19c969-0627-42c4-bae2-64299f4ef40b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10719 | 2025.04.15 04:06:53.477101 [ 5 ] {cc19c969-0627-42c4-bae2-64299f4ef40b} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10720 | 2025.04.15 04:06:53.477288 [ 5 ] {cc19c969-0627-42c4-bae2-64299f4ef40b} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001414 sec., 79207.92079207921 rows/sec., 4.51 MiB/sec. | ||
| 10721 | 2025.04.15 04:06:53.477338 [ 5 ] {cc19c969-0627-42c4-bae2-64299f4ef40b} <Debug> TCPHandler: Processed in 0.001594254 sec. | ||
| 10722 | 2025.04.15 04:06:53.477453 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10723 | 2025.04.15 04:06:53.477555 [ 5 ] {40bb09c9-a3f3-4ea4-8fb1-98187a3ddeab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10724 | 2025.04.15 04:06:53.477599 [ 5 ] {40bb09c9-a3f3-4ea4-8fb1-98187a3ddeab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10725 | 2025.04.15 04:06:53.478416 [ 5 ] {40bb09c9-a3f3-4ea4-8fb1-98187a3ddeab} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10726 | 2025.04.15 04:06:53.478455 [ 5 ] {40bb09c9-a3f3-4ea4-8fb1-98187a3ddeab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10727 | 2025.04.15 04:06:53.478838 [ 5 ] {40bb09c9-a3f3-4ea4-8fb1-98187a3ddeab} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10728 | 2025.04.15 04:06:53.479075 [ 5 ] {40bb09c9-a3f3-4ea4-8fb1-98187a3ddeab} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10729 | 2025.04.15 04:06:53.479268 [ 5 ] {40bb09c9-a3f3-4ea4-8fb1-98187a3ddeab} <Debug> executeQuery: Read 856 rows, 63.33 KiB in 0.001733 sec., 493941.14252740913 rows/sec., 35.69 MiB/sec. | ||
| 10730 | 2025.04.15 04:06:53.479318 [ 5 ] {40bb09c9-a3f3-4ea4-8fb1-98187a3ddeab} <Debug> TCPHandler: Processed in 0.001915151 sec. | ||
| 10731 | 2025.04.15 04:06:53.479430 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10732 | 2025.04.15 04:06:53.479534 [ 5 ] {4acac55d-2fc4-4dcf-913f-e6ab6d922381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10733 | 2025.04.15 04:06:53.479582 [ 5 ] {4acac55d-2fc4-4dcf-913f-e6ab6d922381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10734 | 2025.04.15 04:06:53.479995 [ 5 ] {4acac55d-2fc4-4dcf-913f-e6ab6d922381} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10735 | 2025.04.15 04:06:53.480034 [ 5 ] {4acac55d-2fc4-4dcf-913f-e6ab6d922381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10736 | 2025.04.15 04:06:53.480379 [ 5 ] {4acac55d-2fc4-4dcf-913f-e6ab6d922381} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10737 | 2025.04.15 04:06:53.480611 [ 5 ] {4acac55d-2fc4-4dcf-913f-e6ab6d922381} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10738 | 2025.04.15 04:06:53.480862 [ 5 ] {4acac55d-2fc4-4dcf-913f-e6ab6d922381} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001346 sec., 4457.652303120357 rows/sec., 232.89 KiB/sec. | ||
| 10739 | 2025.04.15 04:06:53.481056 [ 5 ] {4acac55d-2fc4-4dcf-913f-e6ab6d922381} <Debug> TCPHandler: Processed in 0.001672326 sec. | ||
| 10740 | 2025.04.15 04:06:53.481270 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10741 | 2025.04.15 04:06:53.481375 [ 5 ] {3b085b8e-ad97-439c-9be6-8ccc5139d62c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10742 | 2025.04.15 04:06:53.481423 [ 5 ] {3b085b8e-ad97-439c-9be6-8ccc5139d62c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10743 | 2025.04.15 04:06:53.482141 [ 5 ] {3b085b8e-ad97-439c-9be6-8ccc5139d62c} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10744 | 2025.04.15 04:06:53.482180 [ 5 ] {3b085b8e-ad97-439c-9be6-8ccc5139d62c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10745 | 2025.04.15 04:06:53.482603 [ 5 ] {3b085b8e-ad97-439c-9be6-8ccc5139d62c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10746 | 2025.04.15 04:06:53.482841 [ 5 ] {3b085b8e-ad97-439c-9be6-8ccc5139d62c} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10747 | 2025.04.15 04:06:53.483050 [ 5 ] {3b085b8e-ad97-439c-9be6-8ccc5139d62c} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.001698 sec., 565371.0247349823 rows/sec., 37.57 MiB/sec. | ||
| 10748 | 2025.04.15 04:06:53.483101 [ 5 ] {3b085b8e-ad97-439c-9be6-8ccc5139d62c} <Debug> TCPHandler: Processed in 0.00189784 sec. | ||
| 10749 | 2025.04.15 04:06:53.483214 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10750 | 2025.04.15 04:06:53.483318 [ 5 ] {9fb8e96a-ff38-409b-98ba-d943d0d9331f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10751 | 2025.04.15 04:06:53.483364 [ 5 ] {9fb8e96a-ff38-409b-98ba-d943d0d9331f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10752 | 2025.04.15 04:06:53.483756 [ 5 ] {9fb8e96a-ff38-409b-98ba-d943d0d9331f} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10753 | 2025.04.15 04:06:53.483795 [ 5 ] {9fb8e96a-ff38-409b-98ba-d943d0d9331f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10754 | 2025.04.15 04:06:53.484133 [ 5 ] {9fb8e96a-ff38-409b-98ba-d943d0d9331f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10755 | 2025.04.15 04:06:53.484370 [ 5 ] {9fb8e96a-ff38-409b-98ba-d943d0d9331f} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10756 | 2025.04.15 04:06:53.484570 [ 5 ] {9fb8e96a-ff38-409b-98ba-d943d0d9331f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001273 sec., 785.5459544383347 rows/sec., 52.93 KiB/sec. | ||
| 10757 | 2025.04.15 04:06:53.484619 [ 5 ] {9fb8e96a-ff38-409b-98ba-d943d0d9331f} <Debug> TCPHandler: Processed in 0.001454221 sec. | ||
| 10758 | 2025.04.15 04:06:53.484736 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10759 | 2025.04.15 04:06:53.484838 [ 5 ] {1b10e3e7-7571-48fc-97ee-b10da2f80d18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10760 | 2025.04.15 04:06:53.484903 [ 5 ] {1b10e3e7-7571-48fc-97ee-b10da2f80d18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10761 | 2025.04.15 04:06:53.485901 [ 5 ] {1b10e3e7-7571-48fc-97ee-b10da2f80d18} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10762 | 2025.04.15 04:06:53.485941 [ 5 ] {1b10e3e7-7571-48fc-97ee-b10da2f80d18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10763 | 2025.04.15 04:06:53.486516 [ 5 ] {1b10e3e7-7571-48fc-97ee-b10da2f80d18} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10764 | 2025.04.15 04:06:53.486769 [ 5 ] {1b10e3e7-7571-48fc-97ee-b10da2f80d18} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10765 | 2025.04.15 04:06:53.486946 [ 5 ] {1b10e3e7-7571-48fc-97ee-b10da2f80d18} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002129 sec., 3757.6326914044157 rows/sec., 6.73 MiB/sec. | ||
| 10766 | 2025.04.15 04:06:53.487034 [ 5 ] {1b10e3e7-7571-48fc-97ee-b10da2f80d18} <Debug> TCPHandler: Processed in 0.00234725 sec. | ||
| 10767 | 2025.04.15 04:06:53.487153 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10768 | 2025.04.15 04:06:53.487263 [ 5 ] {e90d017a-13d1-47f3-8d74-4549ed76520a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10769 | 2025.04.15 04:06:53.487309 [ 5 ] {e90d017a-13d1-47f3-8d74-4549ed76520a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10770 | 2025.04.15 04:06:53.487715 [ 5 ] {e90d017a-13d1-47f3-8d74-4549ed76520a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10771 | 2025.04.15 04:06:53.487751 [ 5 ] {e90d017a-13d1-47f3-8d74-4549ed76520a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10772 | 2025.04.15 04:06:53.488094 [ 5 ] {e90d017a-13d1-47f3-8d74-4549ed76520a} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10773 | 2025.04.15 04:06:53.488323 [ 5 ] {e90d017a-13d1-47f3-8d74-4549ed76520a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10774 | 2025.04.15 04:06:53.488491 [ 5 ] {e90d017a-13d1-47f3-8d74-4549ed76520a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001248 sec., 27243.589743589742 rows/sec., 1.58 MiB/sec. | ||
| 10775 | 2025.04.15 04:06:53.488550 [ 5 ] {e90d017a-13d1-47f3-8d74-4549ed76520a} <Debug> TCPHandler: Processed in 0.001445211 sec. | ||
| 10776 | 2025.04.15 04:06:55.553944 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1546 | ||
| 10777 | 2025.04.15 04:06:55.558547 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10778 | 2025.04.15 04:06:55.558609 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10779 | 2025.04.15 04:06:55.560103 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10780 | 2025.04.15 04:06:55.560412 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10781 | 2025.04.15 04:06:55.561803 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1546 | ||
| 10782 | 2025.04.15 04:06:57.931841 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 10783 | 2025.04.15 04:06:57.932548 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10784 | 2025.04.15 04:06:57.932596 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10785 | 2025.04.15 04:06:57.933111 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10786 | 2025.04.15 04:06:57.933364 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10787 | 2025.04.15 04:06:57.933604 [ 81 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10788 | 2025.04.15 04:06:57.933622 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 10789 | 2025.04.15 04:06:57.933706 [ 81 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10790 | 2025.04.15 04:06:57.933735 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10791 | 2025.04.15 04:06:57.933930 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 10792 | 2025.04.15 04:06:57.934165 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10793 | 2025.04.15 04:06:57.934236 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 10794 | 2025.04.15 04:06:57.934415 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 10795 | 2025.04.15 04:06:57.934606 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 10796 | 2025.04.15 04:06:57.934793 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 10797 | 2025.04.15 04:06:57.934990 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 10798 | 2025.04.15 04:06:57.935115 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 10799 | 2025.04.15 04:06:57.937563 [ 198 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.003744659 sec., 6239019.360641383 rows/sec., 89.25 MiB/sec. | ||
| 10800 | 2025.04.15 04:06:57.938010 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10801 | 2025.04.15 04:06:57.938377 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_51_10} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10802 | 2025.04.15 04:06:57.938477 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_51_10} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10803 | 2025.04.15 04:06:57.938599 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10804 | 2025.04.15 04:06:57.962284 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10805 | 2025.04.15 04:06:57.962560 [ 5 ] {9e78f9eb-ea57-4b68-8c2f-b3b80ef4c368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10806 | 2025.04.15 04:06:57.962663 [ 5 ] {9e78f9eb-ea57-4b68-8c2f-b3b80ef4c368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10807 | 2025.04.15 04:06:57.963497 [ 5 ] {9e78f9eb-ea57-4b68-8c2f-b3b80ef4c368} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10808 | 2025.04.15 04:06:57.963537 [ 5 ] {9e78f9eb-ea57-4b68-8c2f-b3b80ef4c368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10809 | 2025.04.15 04:06:57.963958 [ 5 ] {9e78f9eb-ea57-4b68-8c2f-b3b80ef4c368} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10810 | 2025.04.15 04:06:57.964205 [ 5 ] {9e78f9eb-ea57-4b68-8c2f-b3b80ef4c368} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10811 | 2025.04.15 04:06:57.964399 [ 5 ] {9e78f9eb-ea57-4b68-8c2f-b3b80ef4c368} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001922 sec., 29136.3163371488 rows/sec., 2.24 MiB/sec. | ||
| 10812 | 2025.04.15 04:06:57.964459 [ 5 ] {9e78f9eb-ea57-4b68-8c2f-b3b80ef4c368} <Debug> TCPHandler: Processed in 0.002347151 sec. | ||
| 10813 | 2025.04.15 04:06:57.964601 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10814 | 2025.04.15 04:06:57.964710 [ 5 ] {4a037133-d8be-417d-9804-ec9f2b916fb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10815 | 2025.04.15 04:06:57.964758 [ 5 ] {4a037133-d8be-417d-9804-ec9f2b916fb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10816 | 2025.04.15 04:06:57.965308 [ 5 ] {4a037133-d8be-417d-9804-ec9f2b916fb9} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10817 | 2025.04.15 04:06:57.965344 [ 5 ] {4a037133-d8be-417d-9804-ec9f2b916fb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10818 | 2025.04.15 04:06:57.965682 [ 5 ] {4a037133-d8be-417d-9804-ec9f2b916fb9} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10819 | 2025.04.15 04:06:57.965931 [ 5 ] {4a037133-d8be-417d-9804-ec9f2b916fb9} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10820 | 2025.04.15 04:06:57.966096 [ 5 ] {4a037133-d8be-417d-9804-ec9f2b916fb9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001413 sec., 45293.70134465676 rows/sec., 3.54 MiB/sec. | ||
| 10821 | 2025.04.15 04:06:57.966145 [ 5 ] {4a037133-d8be-417d-9804-ec9f2b916fb9} <Debug> TCPHandler: Processed in 0.001596384 sec. | ||
| 10822 | 2025.04.15 04:06:57.966278 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10823 | 2025.04.15 04:06:57.966381 [ 5 ] {b5b6794e-77ca-4d11-a75b-6d2778829ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10824 | 2025.04.15 04:06:57.966429 [ 5 ] {b5b6794e-77ca-4d11-a75b-6d2778829ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10825 | 2025.04.15 04:06:57.966913 [ 5 ] {b5b6794e-77ca-4d11-a75b-6d2778829ff8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10826 | 2025.04.15 04:06:57.966950 [ 5 ] {b5b6794e-77ca-4d11-a75b-6d2778829ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10827 | 2025.04.15 04:06:57.967320 [ 5 ] {b5b6794e-77ca-4d11-a75b-6d2778829ff8} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10828 | 2025.04.15 04:06:57.967545 [ 5 ] {b5b6794e-77ca-4d11-a75b-6d2778829ff8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10829 | 2025.04.15 04:06:57.967743 [ 5 ] {b5b6794e-77ca-4d11-a75b-6d2778829ff8} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001384 sec., 92485.54913294797 rows/sec., 6.44 MiB/sec. | ||
| 10830 | 2025.04.15 04:06:57.967792 [ 5 ] {b5b6794e-77ca-4d11-a75b-6d2778829ff8} <Debug> TCPHandler: Processed in 0.001562384 sec. | ||
| 10831 | 2025.04.15 04:06:57.967906 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10832 | 2025.04.15 04:06:57.968008 [ 5 ] {03c84157-3291-4b9e-953f-df210a2a1660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10833 | 2025.04.15 04:06:57.968059 [ 5 ] {03c84157-3291-4b9e-953f-df210a2a1660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10834 | 2025.04.15 04:06:57.968518 [ 5 ] {03c84157-3291-4b9e-953f-df210a2a1660} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10835 | 2025.04.15 04:06:57.968557 [ 5 ] {03c84157-3291-4b9e-953f-df210a2a1660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10836 | 2025.04.15 04:06:57.968906 [ 5 ] {03c84157-3291-4b9e-953f-df210a2a1660} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10837 | 2025.04.15 04:06:57.969136 [ 5 ] {03c84157-3291-4b9e-953f-df210a2a1660} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10838 | 2025.04.15 04:06:57.969364 [ 5 ] {03c84157-3291-4b9e-953f-df210a2a1660} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001371 sec., 35010.940919037195 rows/sec., 2.36 MiB/sec. | ||
| 10839 | 2025.04.15 04:06:57.969462 [ 5 ] {03c84157-3291-4b9e-953f-df210a2a1660} <Debug> TCPHandler: Processed in 0.001602274 sec. | ||
| 10840 | 2025.04.15 04:06:59.560984 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10841 | 2025.04.15 04:06:59.583419 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10842 | 2025.04.15 04:06:59.583476 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10843 | 2025.04.15 04:06:59.590905 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10844 | 2025.04.15 04:06:59.591664 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10845 | 2025.04.15 04:06:59.591979 [ 79 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10846 | 2025.04.15 04:06:59.592042 [ 79 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10847 | 2025.04.15 04:06:59.592077 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10848 | 2025.04.15 04:06:59.592498 [ 200 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 10849 | 2025.04.15 04:06:59.607348 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10850 | 2025.04.15 04:06:59.609005 [ 200 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10851 | 2025.04.15 04:06:59.610386 [ 200 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 10852 | 2025.04.15 04:06:59.617064 [ 200 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 10853 | 2025.04.15 04:06:59.622640 [ 200 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 10854 | 2025.04.15 04:06:59.627952 [ 200 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 10855 | 2025.04.15 04:06:59.633739 [ 200 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 10856 | 2025.04.15 04:06:59.638042 [ 200 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 10857 | 2025.04.15 04:06:59.698482 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.106280348 sec., 3622.494724989045 rows/sec., 18.73 MiB/sec. | ||
| 10858 | 2025.04.15 04:06:59.701913 [ 189 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10859 | 2025.04.15 04:06:59.704777 [ 189 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_51_10} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10860 | 2025.04.15 04:06:59.704918 [ 189 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_51_10} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10861 | 2025.04.15 04:06:59.707273 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10862 | 2025.04.15 04:07:02.965456 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10863 | 2025.04.15 04:07:02.965660 [ 5 ] {9ecc7b40-c197-4b25-83d9-39ed4a73d3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10864 | 2025.04.15 04:07:02.965731 [ 5 ] {9ecc7b40-c197-4b25-83d9-39ed4a73d3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10865 | 2025.04.15 04:07:02.966572 [ 5 ] {9ecc7b40-c197-4b25-83d9-39ed4a73d3c3} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10866 | 2025.04.15 04:07:02.966626 [ 5 ] {9ecc7b40-c197-4b25-83d9-39ed4a73d3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10867 | 2025.04.15 04:07:02.967079 [ 5 ] {9ecc7b40-c197-4b25-83d9-39ed4a73d3c3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10868 | 2025.04.15 04:07:02.967336 [ 5 ] {9ecc7b40-c197-4b25-83d9-39ed4a73d3c3} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10869 | 2025.04.15 04:07:02.967554 [ 76 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10870 | 2025.04.15 04:07:02.967557 [ 5 ] {9ecc7b40-c197-4b25-83d9-39ed4a73d3c3} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001945 sec., 61696.65809768638 rows/sec., 5.24 MiB/sec. | ||
| 10871 | 2025.04.15 04:07:02.967638 [ 76 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10872 | 2025.04.15 04:07:02.967715 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10873 | 2025.04.15 04:07:02.967735 [ 5 ] {9ecc7b40-c197-4b25-83d9-39ed4a73d3c3} <Debug> TCPHandler: Processed in 0.002399331 sec. | ||
| 10874 | 2025.04.15 04:07:02.967931 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10875 | 2025.04.15 04:07:02.967942 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 10876 | 2025.04.15 04:07:02.968108 [ 5 ] {b34bedc9-302e-4b55-85fe-c6ab774920df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10877 | 2025.04.15 04:07:02.968230 [ 5 ] {b34bedc9-302e-4b55-85fe-c6ab774920df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10878 | 2025.04.15 04:07:02.968266 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10879 | 2025.04.15 04:07:02.968380 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1847 rows starting from the beginning of the part | ||
| 10880 | 2025.04.15 04:07:02.968713 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 633 rows starting from the beginning of the part | ||
| 10881 | 2025.04.15 04:07:02.969187 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 120 rows starting from the beginning of the part | ||
| 10882 | 2025.04.15 04:07:02.969495 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1778 rows starting from the beginning of the part | ||
| 10883 | 2025.04.15 04:07:02.969840 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 10884 | 2025.04.15 04:07:02.970243 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 120 rows starting from the beginning of the part | ||
| 10885 | 2025.04.15 04:07:02.970942 [ 5 ] {b34bedc9-302e-4b55-85fe-c6ab774920df} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10886 | 2025.04.15 04:07:02.971006 [ 5 ] {b34bedc9-302e-4b55-85fe-c6ab774920df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10887 | 2025.04.15 04:07:02.971847 [ 5 ] {b34bedc9-302e-4b55-85fe-c6ab774920df} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10888 | 2025.04.15 04:07:02.972385 [ 5 ] {b34bedc9-302e-4b55-85fe-c6ab774920df} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10889 | 2025.04.15 04:07:02.972737 [ 76 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10890 | 2025.04.15 04:07:02.972851 [ 76 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10891 | 2025.04.15 04:07:02.972940 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10892 | 2025.04.15 04:07:02.973001 [ 5 ] {b34bedc9-302e-4b55-85fe-c6ab774920df} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004908 sec., 6519.967400162999 rows/sec., 490.27 KiB/sec. | ||
| 10893 | 2025.04.15 04:07:02.973366 [ 5 ] {b34bedc9-302e-4b55-85fe-c6ab774920df} <Debug> TCPHandler: Processed in 0.005511917 sec. | ||
| 10894 | 2025.04.15 04:07:02.973379 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 10895 | 2025.04.15 04:07:02.973550 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10896 | 2025.04.15 04:07:02.973617 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10897 | 2025.04.15 04:07:02.973706 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 164 rows starting from the beginning of the part | ||
| 10898 | 2025.04.15 04:07:02.973862 [ 5 ] {88cdb007-2d04-4b46-965a-40986a3c683f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10899 | 2025.04.15 04:07:02.974105 [ 5 ] {88cdb007-2d04-4b46-965a-40986a3c683f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10900 | 2025.04.15 04:07:02.974102 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part | ||
| 10901 | 2025.04.15 04:07:02.974728 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 114 rows starting from the beginning of the part | ||
| 10902 | 2025.04.15 04:07:02.975320 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part | ||
| 10903 | 2025.04.15 04:07:02.975436 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4554 rows, containing 5 columns (5 merged, 0 gathered) in 0.007597162 sec., 599434.3677283701 rows/sec., 50.94 MiB/sec. | ||
| 10904 | 2025.04.15 04:07:02.975739 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 124 rows starting from the beginning of the part | ||
| 10905 | 2025.04.15 04:07:02.975974 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10906 | 2025.04.15 04:07:02.976263 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part | ||
| 10907 | 2025.04.15 04:07:02.977407 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_86_17} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10908 | 2025.04.15 04:07:02.977665 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_86_17} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10909 | 2025.04.15 04:07:02.977913 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 10910 | 2025.04.15 04:07:02.978739 [ 5 ] {88cdb007-2d04-4b46-965a-40986a3c683f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10911 | 2025.04.15 04:07:02.978811 [ 5 ] {88cdb007-2d04-4b46-965a-40986a3c683f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10912 | 2025.04.15 04:07:02.979874 [ 5 ] {88cdb007-2d04-4b46-965a-40986a3c683f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10913 | 2025.04.15 04:07:02.980023 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 502 rows, containing 5 columns (5 merged, 0 gathered) in 0.006921327 sec., 72529.4441369408 rows/sec., 4.91 MiB/sec. | ||
| 10914 | 2025.04.15 04:07:02.980189 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10915 | 2025.04.15 04:07:02.980295 [ 5 ] {88cdb007-2d04-4b46-965a-40986a3c683f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10916 | 2025.04.15 04:07:02.980522 [ 76 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10917 | 2025.04.15 04:07:02.980608 [ 76 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10918 | 2025.04.15 04:07:02.980660 [ 5 ] {88cdb007-2d04-4b46-965a-40986a3c683f} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.006908 sec., 13896.931094383324 rows/sec., 1.09 MiB/sec. | ||
| 10919 | 2025.04.15 04:07:02.980679 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10920 | 2025.04.15 04:07:02.980710 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_71_14} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10921 | 2025.04.15 04:07:02.981033 [ 5 ] {88cdb007-2d04-4b46-965a-40986a3c683f} <Debug> TCPHandler: Processed in 0.007560041 sec. | ||
| 10922 | 2025.04.15 04:07:02.981069 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 10923 | 2025.04.15 04:07:02.981086 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_71_14} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10924 | 2025.04.15 04:07:02.981446 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10925 | 2025.04.15 04:07:02.981462 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 10926 | 2025.04.15 04:07:02.981578 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10927 | 2025.04.15 04:07:02.981677 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 914 rows starting from the beginning of the part | ||
| 10928 | 2025.04.15 04:07:02.981742 [ 5 ] {6f6a2e4b-246c-4680-9469-5800bcd7c58c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10929 | 2025.04.15 04:07:02.981950 [ 5 ] {6f6a2e4b-246c-4680-9469-5800bcd7c58c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10930 | 2025.04.15 04:07:02.982066 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 390 rows starting from the beginning of the part | ||
| 10931 | 2025.04.15 04:07:02.982549 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 96 rows starting from the beginning of the part | ||
| 10932 | 2025.04.15 04:07:02.982775 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 856 rows starting from the beginning of the part | ||
| 10933 | 2025.04.15 04:07:02.982980 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 10934 | 2025.04.15 04:07:02.983199 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 96 rows starting from the beginning of the part | ||
| 10935 | 2025.04.15 04:07:02.983746 [ 5 ] {6f6a2e4b-246c-4680-9469-5800bcd7c58c} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10936 | 2025.04.15 04:07:02.983790 [ 5 ] {6f6a2e4b-246c-4680-9469-5800bcd7c58c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10937 | 2025.04.15 04:07:02.984323 [ 5 ] {6f6a2e4b-246c-4680-9469-5800bcd7c58c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10938 | 2025.04.15 04:07:02.984600 [ 5 ] {6f6a2e4b-246c-4680-9469-5800bcd7c58c} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10939 | 2025.04.15 04:07:02.984802 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10940 | 2025.04.15 04:07:02.984941 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10941 | 2025.04.15 04:07:02.985032 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10942 | 2025.04.15 04:07:02.985078 [ 5 ] {6f6a2e4b-246c-4680-9469-5800bcd7c58c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003407 sec., 46962.136777223364 rows/sec., 3.27 MiB/sec. | ||
| 10943 | 2025.04.15 04:07:02.985579 [ 5 ] {6f6a2e4b-246c-4680-9469-5800bcd7c58c} <Debug> TCPHandler: Processed in 0.004283932 sec. | ||
| 10944 | 2025.04.15 04:07:02.985600 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 10945 | 2025.04.15 04:07:02.985942 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10946 | 2025.04.15 04:07:02.986195 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10947 | 2025.04.15 04:07:02.986292 [ 5 ] {220d1283-29c3-40bc-8583-53e56332ae16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10948 | 2025.04.15 04:07:02.986302 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 24373 rows starting from the beginning of the part | ||
| 10949 | 2025.04.15 04:07:02.986964 [ 5 ] {220d1283-29c3-40bc-8583-53e56332ae16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10950 | 2025.04.15 04:07:02.986966 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 10951 | 2025.04.15 04:07:02.987347 [ 194 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.006520569 sec., 370519.811998002 rows/sec., 28.37 MiB/sec. | ||
| 10952 | 2025.04.15 04:07:02.987445 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 10953 | 2025.04.15 04:07:02.987926 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 960 rows starting from the beginning of the part | ||
| 10954 | 2025.04.15 04:07:02.987959 [ 194 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10955 | 2025.04.15 04:07:02.988434 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 128 rows starting from the beginning of the part | ||
| 10956 | 2025.04.15 04:07:02.988946 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 10957 | 2025.04.15 04:07:02.989272 [ 194 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_86_17} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10958 | 2025.04.15 04:07:02.989876 [ 194 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_86_17} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10959 | 2025.04.15 04:07:02.990235 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10960 | 2025.04.15 04:07:02.991701 [ 5 ] {220d1283-29c3-40bc-8583-53e56332ae16} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10961 | 2025.04.15 04:07:02.991751 [ 5 ] {220d1283-29c3-40bc-8583-53e56332ae16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10962 | 2025.04.15 04:07:02.992791 [ 5 ] {220d1283-29c3-40bc-8583-53e56332ae16} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10963 | 2025.04.15 04:07:02.993433 [ 5 ] {220d1283-29c3-40bc-8583-53e56332ae16} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10964 | 2025.04.15 04:07:02.993592 [ 73 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10965 | 2025.04.15 04:07:02.993636 [ 73 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10966 | 2025.04.15 04:07:02.993654 [ 5 ] {220d1283-29c3-40bc-8583-53e56332ae16} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.007474 sec., 4281.509232004281 rows/sec., 7.67 MiB/sec. | ||
| 10967 | 2025.04.15 04:07:02.993665 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10968 | 2025.04.15 04:07:02.994010 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 10969 | 2025.04.15 04:07:02.994032 [ 5 ] {220d1283-29c3-40bc-8583-53e56332ae16} <Debug> TCPHandler: Processed in 0.008230765 sec. | ||
| 10970 | 2025.04.15 04:07:02.994477 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10971 | 2025.04.15 04:07:02.994768 [ 5 ] {d20deb2d-7945-4483-9338-d88332eabfe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10972 | 2025.04.15 04:07:02.994962 [ 5 ] {d20deb2d-7945-4483-9338-d88332eabfe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10973 | 2025.04.15 04:07:02.995118 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10974 | 2025.04.15 04:07:02.995413 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1275 rows starting from the beginning of the part | ||
| 10975 | 2025.04.15 04:07:02.996622 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part | ||
| 10976 | 2025.04.15 04:07:02.997599 [ 5 ] {d20deb2d-7945-4483-9338-d88332eabfe3} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10977 | 2025.04.15 04:07:02.997627 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 10978 | 2025.04.15 04:07:02.997670 [ 5 ] {d20deb2d-7945-4483-9338-d88332eabfe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10979 | 2025.04.15 04:07:02.998993 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26018 rows, containing 5 columns (5 merged, 0 gathered) in 0.013801815 sec., 1885114.3853181629 rows/sec., 127.23 MiB/sec. | ||
| 10980 | 2025.04.15 04:07:02.999178 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part | ||
| 10981 | 2025.04.15 04:07:02.999505 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 10982 | 2025.04.15 04:07:02.999622 [ 5 ] {d20deb2d-7945-4483-9338-d88332eabfe3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 10983 | 2025.04.15 04:07:03.000141 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 10984 | 2025.04.15 04:07:03.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.79 MiB, peak 247.09 MiB, free memory in arenas 0.00 B, will set to 234.96 MiB (RSS), difference: -3.83 MiB | ||
| 10985 | 2025.04.15 04:07:03.000632 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10986 | 2025.04.15 04:07:03.000632 [ 5 ] {d20deb2d-7945-4483-9338-d88332eabfe3} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10987 | 2025.04.15 04:07:03.000953 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 10988 | 2025.04.15 04:07:03.001201 [ 73 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 10989 | 2025.04.15 04:07:03.001408 [ 73 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10990 | 2025.04.15 04:07:03.001437 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. | ||
| 10991 | 2025.04.15 04:07:03.001538 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 10992 | 2025.04.15 04:07:03.001758 [ 5 ] {d20deb2d-7945-4483-9338-d88332eabfe3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007016 sec., 8551.88141391106 rows/sec., 590.17 KiB/sec. | ||
| 10993 | 2025.04.15 04:07:03.002156 [ 5 ] {d20deb2d-7945-4483-9338-d88332eabfe3} <Debug> TCPHandler: Processed in 0.007759386 sec. | ||
| 10994 | 2025.04.15 04:07:03.002303 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 10995 | 2025.04.15 04:07:03.002991 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10996 | 2025.04.15 04:07:03.003149 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4816 rows starting from the beginning of the part | ||
| 10997 | 2025.04.15 04:07:03.003644 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 10998 | 2025.04.15 04:07:03.003821 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part | ||
| 10999 | 2025.04.15 04:07:03.004084 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 11000 | 2025.04.15 04:07:03.004461 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 34 rows starting from the beginning of the part | ||
| 11001 | 2025.04.15 04:07:03.004672 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 48 rows starting from the beginning of the part | ||
| 11002 | 2025.04.15 04:07:03.005039 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 11003 | 2025.04.15 04:07:03.008399 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5100 rows, containing 4 columns (4 merged, 0 gathered) in 0.006636222 sec., 768509.5525737385 rows/sec., 50.04 MiB/sec. | ||
| 11004 | 2025.04.15 04:07:03.008779 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11005 | 2025.04.15 04:07:03.009150 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_86_17} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11006 | 2025.04.15 04:07:03.009264 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_86_17} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11007 | 2025.04.15 04:07:03.009395 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 11008 | 2025.04.15 04:07:03.013814 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1387 rows, containing 19 columns (19 merged, 0 gathered) in 0.020048708 sec., 69181.51533754694 rows/sec., 123.97 MiB/sec. | ||
| 11009 | 2025.04.15 04:07:03.015298 [ 191 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11010 | 2025.04.15 04:07:03.015725 [ 191 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11011 | 2025.04.15 04:07:03.015814 [ 191 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11012 | 2025.04.15 04:07:03.015974 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB. | ||
| 11013 | 2025.04.15 04:07:04.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 231.38 MiB, peak 247.09 MiB, free memory in arenas 0.00 B, will set to 237.37 MiB (RSS), difference: 5.99 MiB | ||
| 11014 | 2025.04.15 04:07:04.779727 [ 76 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 11015 | 2025.04.15 04:07:04.779791 [ 76 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11016 | 2025.04.15 04:07:04.779813 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11017 | 2025.04.15 04:07:04.779958 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 11018 | 2025.04.15 04:07:04.780160 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11019 | 2025.04.15 04:07:04.780203 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 18 rows starting from the beginning of the part | ||
| 11020 | 2025.04.15 04:07:04.780294 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 11021 | 2025.04.15 04:07:04.780539 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 11022 | 2025.04.15 04:07:04.780697 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 11023 | 2025.04.15 04:07:04.780938 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part | ||
| 11024 | 2025.04.15 04:07:04.782033 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002153577 sec., 16716.374664105348 rows/sec., 1.39 MiB/sec. | ||
| 11025 | 2025.04.15 04:07:04.782224 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 11026 | 2025.04.15 04:07:04.782550 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_21_5} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11027 | 2025.04.15 04:07:04.782645 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_21_5} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 11028 | 2025.04.15 04:07:04.782754 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11029 | 2025.04.15 04:07:04.807865 [ 76 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 | ||
| 11030 | 2025.04.15 04:07:04.807905 [ 76 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11031 | 2025.04.15 04:07:04.807925 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11032 | 2025.04.15 04:07:04.808128 [ 198 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 11033 | 2025.04.15 04:07:04.808557 [ 198 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11034 | 2025.04.15 04:07:04.808632 [ 198 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 342 rows starting from the beginning of the part | ||
| 11035 | 2025.04.15 04:07:04.808742 [ 198 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 341 rows starting from the beginning of the part | ||
| 11036 | 2025.04.15 04:07:04.808838 [ 198 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 113 rows starting from the beginning of the part | ||
| 11037 | 2025.04.15 04:07:04.809088 [ 198 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 113 rows starting from the beginning of the part | ||
| 11038 | 2025.04.15 04:07:04.809249 [ 198 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_37_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 341 rows starting from the beginning of the part | ||
| 11039 | 2025.04.15 04:07:04.810354 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.002362131 sec., 529183.1824737916 rows/sec., 37.14 MiB/sec. | ||
| 11040 | 2025.04.15 04:07:04.810564 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
| 11041 | 2025.04.15 04:07:04.810930 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_37_8} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11042 | 2025.04.15 04:07:04.811031 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_37_8} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 | ||
| 11043 | 2025.04.15 04:07:04.811141 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 11044 | 2025.04.15 04:07:05.202581 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11045 | 2025.04.15 04:07:05.202623 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11046 | 2025.04.15 04:07:05.433832 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 11047 | 2025.04.15 04:07:05.434714 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11048 | 2025.04.15 04:07:05.434755 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11049 | 2025.04.15 04:07:05.435283 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11050 | 2025.04.15 04:07:05.435529 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11051 | 2025.04.15 04:07:05.435748 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 11052 | 2025.04.15 04:07:05.510839 [ 76 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 5 parts from all_1_33_7 to all_37_37_0 | ||
| 11053 | 2025.04.15 04:07:05.510883 [ 76 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11054 | 2025.04.15 04:07:05.510910 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11055 | 2025.04.15 04:07:05.511135 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 11056 | 2025.04.15 04:07:05.511463 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_37_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11057 | 2025.04.15 04:07:05.511511 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 11058 | 2025.04.15 04:07:05.511625 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 11059 | 2025.04.15 04:07:05.511733 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 11060 | 2025.04.15 04:07:05.511955 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 11061 | 2025.04.15 04:07:05.512097 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 11062 | 2025.04.15 04:07:05.513190 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_37_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 4 columns (4 merged, 0 gathered) in 0.002195927 sec., 16849.376140463686 rows/sec., 1.11 MiB/sec. | ||
| 11063 | 2025.04.15 04:07:05.513398 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_37_8} <Trace> MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) | ||
| 11064 | 2025.04.15 04:07:05.513817 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_37_8} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11065 | 2025.04.15 04:07:05.513927 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_37_8} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 5 parts: [all_1_33_7, all_37_37_0] -> all_1_37_8 | ||
| 11066 | 2025.04.15 04:07:05.514031 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11067 | 2025.04.15 04:07:05.562117 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1566 | ||
| 11068 | 2025.04.15 04:07:05.565300 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11069 | 2025.04.15 04:07:05.565347 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11070 | 2025.04.15 04:07:05.566774 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11071 | 2025.04.15 04:07:05.567093 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11072 | 2025.04.15 04:07:05.567727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1566 | ||
| 11073 | 2025.04.15 04:07:07.107415 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 11074 | 2025.04.15 04:07:07.126713 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11075 | 2025.04.15 04:07:07.126780 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11076 | 2025.04.15 04:07:07.133684 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11077 | 2025.04.15 04:07:07.134446 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11078 | 2025.04.15 04:07:07.137675 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 11079 | 2025.04.15 04:07:07.972126 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11080 | 2025.04.15 04:07:07.972318 [ 5 ] {bac79b18-75b1-43a8-bfda-1ef9bc5215f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11081 | 2025.04.15 04:07:07.972392 [ 5 ] {bac79b18-75b1-43a8-bfda-1ef9bc5215f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11082 | 2025.04.15 04:07:07.973381 [ 5 ] {bac79b18-75b1-43a8-bfda-1ef9bc5215f1} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11083 | 2025.04.15 04:07:07.973433 [ 5 ] {bac79b18-75b1-43a8-bfda-1ef9bc5215f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11084 | 2025.04.15 04:07:07.973904 [ 5 ] {bac79b18-75b1-43a8-bfda-1ef9bc5215f1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11085 | 2025.04.15 04:07:07.974208 [ 5 ] {bac79b18-75b1-43a8-bfda-1ef9bc5215f1} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11086 | 2025.04.15 04:07:07.974426 [ 71 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11087 | 2025.04.15 04:07:07.974452 [ 5 ] {bac79b18-75b1-43a8-bfda-1ef9bc5215f1} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002185 sec., 97025.17162471397 rows/sec., 6.17 MiB/sec. | ||
| 11088 | 2025.04.15 04:07:07.974517 [ 71 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11089 | 2025.04.15 04:07:07.974599 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11090 | 2025.04.15 04:07:07.974607 [ 5 ] {bac79b18-75b1-43a8-bfda-1ef9bc5215f1} <Debug> TCPHandler: Processed in 0.002618726 sec. | ||
| 11091 | 2025.04.15 04:07:07.974812 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11092 | 2025.04.15 04:07:07.974823 [ 194 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 11093 | 2025.04.15 04:07:07.974996 [ 5 ] {463be72d-2d51-4670-8f9f-da59de3da922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11094 | 2025.04.15 04:07:07.975112 [ 5 ] {463be72d-2d51-4670-8f9f-da59de3da922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11095 | 2025.04.15 04:07:07.975131 [ 194 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11096 | 2025.04.15 04:07:07.975249 [ 194 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 11097 | 2025.04.15 04:07:07.975570 [ 194 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 11098 | 2025.04.15 04:07:07.975915 [ 194 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 11099 | 2025.04.15 04:07:07.976332 [ 194 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 11100 | 2025.04.15 04:07:07.976715 [ 194 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 11101 | 2025.04.15 04:07:07.978395 [ 5 ] {463be72d-2d51-4670-8f9f-da59de3da922} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11102 | 2025.04.15 04:07:07.978469 [ 5 ] {463be72d-2d51-4670-8f9f-da59de3da922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11103 | 2025.04.15 04:07:07.979492 [ 5 ] {463be72d-2d51-4670-8f9f-da59de3da922} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11104 | 2025.04.15 04:07:07.979774 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005045708 sec., 210079.53690542534 rows/sec., 14.16 MiB/sec. | ||
| 11105 | 2025.04.15 04:07:07.979991 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11106 | 2025.04.15 04:07:07.980020 [ 5 ] {463be72d-2d51-4670-8f9f-da59de3da922} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11107 | 2025.04.15 04:07:07.980377 [ 5 ] {463be72d-2d51-4670-8f9f-da59de3da922} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.005435 sec., 116467.34130634775 rows/sec., 9.16 MiB/sec. | ||
| 11108 | 2025.04.15 04:07:07.980545 [ 5 ] {463be72d-2d51-4670-8f9f-da59de3da922} <Debug> TCPHandler: Processed in 0.005807753 sec. | ||
| 11109 | 2025.04.15 04:07:07.980628 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_37_9} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11110 | 2025.04.15 04:07:07.980980 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11111 | 2025.04.15 04:07:07.980996 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_37_9} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11112 | 2025.04.15 04:07:07.981358 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 11113 | 2025.04.15 04:07:07.981466 [ 5 ] {7fe820c1-9138-48f5-8cc2-2a9ccbb2c0ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11114 | 2025.04.15 04:07:07.981577 [ 5 ] {7fe820c1-9138-48f5-8cc2-2a9ccbb2c0ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11115 | 2025.04.15 04:07:07.982245 [ 5 ] {7fe820c1-9138-48f5-8cc2-2a9ccbb2c0ad} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11116 | 2025.04.15 04:07:07.982304 [ 5 ] {7fe820c1-9138-48f5-8cc2-2a9ccbb2c0ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11117 | 2025.04.15 04:07:07.982788 [ 5 ] {7fe820c1-9138-48f5-8cc2-2a9ccbb2c0ad} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11118 | 2025.04.15 04:07:07.983118 [ 5 ] {7fe820c1-9138-48f5-8cc2-2a9ccbb2c0ad} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11119 | 2025.04.15 04:07:07.983331 [ 5 ] {7fe820c1-9138-48f5-8cc2-2a9ccbb2c0ad} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.002039 sec., 55909.75968612065 rows/sec., 3.35 MiB/sec. | ||
| 11120 | 2025.04.15 04:07:07.983398 [ 5 ] {7fe820c1-9138-48f5-8cc2-2a9ccbb2c0ad} <Debug> TCPHandler: Processed in 0.002567985 sec. | ||
| 11121 | 2025.04.15 04:07:07.983544 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11122 | 2025.04.15 04:07:07.983652 [ 5 ] {414c06c0-2d36-4f08-b44e-2e27d177ba9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11123 | 2025.04.15 04:07:07.983744 [ 5 ] {414c06c0-2d36-4f08-b44e-2e27d177ba9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11124 | 2025.04.15 04:07:07.984415 [ 5 ] {414c06c0-2d36-4f08-b44e-2e27d177ba9b} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11125 | 2025.04.15 04:07:07.984468 [ 5 ] {414c06c0-2d36-4f08-b44e-2e27d177ba9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11126 | 2025.04.15 04:07:07.984918 [ 5 ] {414c06c0-2d36-4f08-b44e-2e27d177ba9b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11127 | 2025.04.15 04:07:07.985202 [ 5 ] {414c06c0-2d36-4f08-b44e-2e27d177ba9b} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11128 | 2025.04.15 04:07:07.985421 [ 5 ] {414c06c0-2d36-4f08-b44e-2e27d177ba9b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001788 sec., 63199.105145413865 rows/sec., 4.09 MiB/sec. | ||
| 11129 | 2025.04.15 04:07:07.985502 [ 5 ] {414c06c0-2d36-4f08-b44e-2e27d177ba9b} <Debug> TCPHandler: Processed in 0.002010373 sec. | ||
| 11130 | 2025.04.15 04:07:07.985663 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11131 | 2025.04.15 04:07:07.985797 [ 5 ] {35a06801-afbc-4fe9-b971-fe6f244f92a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11132 | 2025.04.15 04:07:07.985843 [ 5 ] {35a06801-afbc-4fe9-b971-fe6f244f92a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11133 | 2025.04.15 04:07:07.986422 [ 5 ] {35a06801-afbc-4fe9-b971-fe6f244f92a3} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11134 | 2025.04.15 04:07:07.986462 [ 5 ] {35a06801-afbc-4fe9-b971-fe6f244f92a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11135 | 2025.04.15 04:07:07.986823 [ 5 ] {35a06801-afbc-4fe9-b971-fe6f244f92a3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11136 | 2025.04.15 04:07:07.987069 [ 5 ] {35a06801-afbc-4fe9-b971-fe6f244f92a3} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11137 | 2025.04.15 04:07:07.987248 [ 71 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 11138 | 2025.04.15 04:07:07.987299 [ 5 ] {35a06801-afbc-4fe9-b971-fe6f244f92a3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001514 sec., 73976.2219286658 rows/sec., 4.21 MiB/sec. | ||
| 11139 | 2025.04.15 04:07:07.987323 [ 71 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11140 | 2025.04.15 04:07:07.987391 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11141 | 2025.04.15 04:07:07.987418 [ 5 ] {35a06801-afbc-4fe9-b971-fe6f244f92a3} <Debug> TCPHandler: Processed in 0.001812308 sec. | ||
| 11142 | 2025.04.15 04:07:07.987703 [ 188 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 11143 | 2025.04.15 04:07:07.987733 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11144 | 2025.04.15 04:07:07.988135 [ 5 ] {7c976e71-8214-41c5-a4b1-a1b06fdfa607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11145 | 2025.04.15 04:07:07.988147 [ 188 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11146 | 2025.04.15 04:07:07.988226 [ 5 ] {7c976e71-8214-41c5-a4b1-a1b06fdfa607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11147 | 2025.04.15 04:07:07.988233 [ 188 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 11148 | 2025.04.15 04:07:07.988583 [ 188 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 11149 | 2025.04.15 04:07:07.989018 [ 188 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 11150 | 2025.04.15 04:07:07.989440 [ 188 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 11151 | 2025.04.15 04:07:07.989853 [ 188 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 11152 | 2025.04.15 04:07:07.991769 [ 5 ] {7c976e71-8214-41c5-a4b1-a1b06fdfa607} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11153 | 2025.04.15 04:07:07.991854 [ 5 ] {7c976e71-8214-41c5-a4b1-a1b06fdfa607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11154 | 2025.04.15 04:07:07.992496 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004974796 sec., 112567.42990064315 rows/sec., 6.84 MiB/sec. | ||
| 11155 | 2025.04.15 04:07:07.992684 [ 193 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 11156 | 2025.04.15 04:07:07.992757 [ 5 ] {7c976e71-8214-41c5-a4b1-a1b06fdfa607} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11157 | 2025.04.15 04:07:07.993116 [ 193 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_37_9} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11158 | 2025.04.15 04:07:07.993125 [ 5 ] {7c976e71-8214-41c5-a4b1-a1b06fdfa607} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11159 | 2025.04.15 04:07:07.993216 [ 193 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_37_9} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 11160 | 2025.04.15 04:07:07.993401 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 11161 | 2025.04.15 04:07:07.993446 [ 5 ] {7c976e71-8214-41c5-a4b1-a1b06fdfa607} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.005451 sec., 71546.50522839846 rows/sec., 5.06 MiB/sec. | ||
| 11162 | 2025.04.15 04:07:07.993517 [ 5 ] {7c976e71-8214-41c5-a4b1-a1b06fdfa607} <Debug> TCPHandler: Processed in 0.005911036 sec. | ||
| 11163 | 2025.04.15 04:07:07.993671 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11164 | 2025.04.15 04:07:07.993783 [ 5 ] {c66830d8-0c7c-4a57-a7a6-0ca7ecd02e6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11165 | 2025.04.15 04:07:07.993833 [ 5 ] {c66830d8-0c7c-4a57-a7a6-0ca7ecd02e6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11166 | 2025.04.15 04:07:07.994287 [ 5 ] {c66830d8-0c7c-4a57-a7a6-0ca7ecd02e6f} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11167 | 2025.04.15 04:07:07.994328 [ 5 ] {c66830d8-0c7c-4a57-a7a6-0ca7ecd02e6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11168 | 2025.04.15 04:07:07.994687 [ 5 ] {c66830d8-0c7c-4a57-a7a6-0ca7ecd02e6f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11169 | 2025.04.15 04:07:07.994926 [ 5 ] {c66830d8-0c7c-4a57-a7a6-0ca7ecd02e6f} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11170 | 2025.04.15 04:07:07.995136 [ 5 ] {c66830d8-0c7c-4a57-a7a6-0ca7ecd02e6f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001378 sec., 4354.136429608127 rows/sec., 227.49 KiB/sec. | ||
| 11171 | 2025.04.15 04:07:07.995196 [ 5 ] {c66830d8-0c7c-4a57-a7a6-0ca7ecd02e6f} <Debug> TCPHandler: Processed in 0.001584464 sec. | ||
| 11172 | 2025.04.15 04:07:07.995347 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11173 | 2025.04.15 04:07:07.995486 [ 5 ] {0ef335c5-79c4-4068-ab32-1b6636e5769a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11174 | 2025.04.15 04:07:07.995558 [ 5 ] {0ef335c5-79c4-4068-ab32-1b6636e5769a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11175 | 2025.04.15 04:07:07.996243 [ 5 ] {0ef335c5-79c4-4068-ab32-1b6636e5769a} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11176 | 2025.04.15 04:07:07.996297 [ 5 ] {0ef335c5-79c4-4068-ab32-1b6636e5769a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11177 | 2025.04.15 04:07:07.996728 [ 5 ] {0ef335c5-79c4-4068-ab32-1b6636e5769a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11178 | 2025.04.15 04:07:07.996994 [ 5 ] {0ef335c5-79c4-4068-ab32-1b6636e5769a} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11179 | 2025.04.15 04:07:07.997216 [ 5 ] {0ef335c5-79c4-4068-ab32-1b6636e5769a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001761 sec., 134582.62350936967 rows/sec., 9.02 MiB/sec. | ||
| 11180 | 2025.04.15 04:07:07.997270 [ 5 ] {0ef335c5-79c4-4068-ab32-1b6636e5769a} <Debug> TCPHandler: Processed in 0.001987342 sec. | ||
| 11181 | 2025.04.15 04:07:07.997411 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11182 | 2025.04.15 04:07:07.997543 [ 5 ] {f6debe44-e5f8-4c87-a34a-0a7fb26c0856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11183 | 2025.04.15 04:07:07.997609 [ 5 ] {f6debe44-e5f8-4c87-a34a-0a7fb26c0856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11184 | 2025.04.15 04:07:07.998049 [ 5 ] {f6debe44-e5f8-4c87-a34a-0a7fb26c0856} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11185 | 2025.04.15 04:07:07.998089 [ 5 ] {f6debe44-e5f8-4c87-a34a-0a7fb26c0856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11186 | 2025.04.15 04:07:07.998437 [ 5 ] {f6debe44-e5f8-4c87-a34a-0a7fb26c0856} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11187 | 2025.04.15 04:07:07.998688 [ 5 ] {f6debe44-e5f8-4c87-a34a-0a7fb26c0856} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11188 | 2025.04.15 04:07:07.998895 [ 5 ] {f6debe44-e5f8-4c87-a34a-0a7fb26c0856} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001385 sec., 722.0216606498195 rows/sec., 48.65 KiB/sec. | ||
| 11189 | 2025.04.15 04:07:07.998952 [ 5 ] {f6debe44-e5f8-4c87-a34a-0a7fb26c0856} <Debug> TCPHandler: Processed in 0.001595144 sec. | ||
| 11190 | 2025.04.15 04:07:07.999085 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11191 | 2025.04.15 04:07:07.999191 [ 5 ] {48eb4d08-3194-4283-ab53-a8fae893539b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11192 | 2025.04.15 04:07:07.999263 [ 5 ] {48eb4d08-3194-4283-ab53-a8fae893539b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11193 | 2025.04.15 04:07:08.000179 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.58 MiB, peak 247.09 MiB, free memory in arenas 0.00 B, will set to 237.37 MiB (RSS), difference: -1.21 MiB | ||
| 11194 | 2025.04.15 04:07:08.000663 [ 5 ] {48eb4d08-3194-4283-ab53-a8fae893539b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11195 | 2025.04.15 04:07:08.000734 [ 5 ] {48eb4d08-3194-4283-ab53-a8fae893539b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11196 | 2025.04.15 04:07:08.001416 [ 5 ] {48eb4d08-3194-4283-ab53-a8fae893539b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11197 | 2025.04.15 04:07:08.001680 [ 5 ] {48eb4d08-3194-4283-ab53-a8fae893539b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11198 | 2025.04.15 04:07:08.001913 [ 5 ] {48eb4d08-3194-4283-ab53-a8fae893539b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002743 sec., 2916.514764855997 rows/sec., 5.23 MiB/sec. | ||
| 11199 | 2025.04.15 04:07:08.002016 [ 5 ] {48eb4d08-3194-4283-ab53-a8fae893539b} <Debug> TCPHandler: Processed in 0.002982354 sec. | ||
| 11200 | 2025.04.15 04:07:08.002144 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11201 | 2025.04.15 04:07:08.002251 [ 5 ] {068ef3e2-1951-436a-a069-2ca4cdb32786} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11202 | 2025.04.15 04:07:08.002299 [ 5 ] {068ef3e2-1951-436a-a069-2ca4cdb32786} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11203 | 2025.04.15 04:07:08.002743 [ 5 ] {068ef3e2-1951-436a-a069-2ca4cdb32786} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11204 | 2025.04.15 04:07:08.002785 [ 5 ] {068ef3e2-1951-436a-a069-2ca4cdb32786} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.08 GiB. | ||
| 11205 | 2025.04.15 04:07:08.003142 [ 5 ] {068ef3e2-1951-436a-a069-2ca4cdb32786} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11206 | 2025.04.15 04:07:08.003376 [ 5 ] {068ef3e2-1951-436a-a069-2ca4cdb32786} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11207 | 2025.04.15 04:07:08.003579 [ 5 ] {068ef3e2-1951-436a-a069-2ca4cdb32786} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00135 sec., 60740.74074074074 rows/sec., 3.86 MiB/sec. | ||
| 11208 | 2025.04.15 04:07:08.003628 [ 5 ] {068ef3e2-1951-436a-a069-2ca4cdb32786} <Debug> TCPHandler: Processed in 0.001535393 sec. | ||
| 11209 | 2025.04.15 04:07:12.935876 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 11210 | 2025.04.15 04:07:12.936588 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11211 | 2025.04.15 04:07:12.936630 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11212 | 2025.04.15 04:07:12.937191 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11213 | 2025.04.15 04:07:12.937441 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11214 | 2025.04.15 04:07:12.937614 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 11215 | 2025.04.15 04:07:12.965040 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11216 | 2025.04.15 04:07:12.965224 [ 5 ] {166c34d0-cdeb-448e-afb1-4a5dae8496a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11217 | 2025.04.15 04:07:12.965295 [ 5 ] {166c34d0-cdeb-448e-afb1-4a5dae8496a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11218 | 2025.04.15 04:07:12.966003 [ 5 ] {166c34d0-cdeb-448e-afb1-4a5dae8496a1} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11219 | 2025.04.15 04:07:12.966059 [ 5 ] {166c34d0-cdeb-448e-afb1-4a5dae8496a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11220 | 2025.04.15 04:07:12.966469 [ 5 ] {166c34d0-cdeb-448e-afb1-4a5dae8496a1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11221 | 2025.04.15 04:07:12.966712 [ 5 ] {166c34d0-cdeb-448e-afb1-4a5dae8496a1} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11222 | 2025.04.15 04:07:12.966925 [ 5 ] {166c34d0-cdeb-448e-afb1-4a5dae8496a1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001752 sec., 1141.552511415525 rows/sec., 93.09 KiB/sec. | ||
| 11223 | 2025.04.15 04:07:12.966990 [ 5 ] {166c34d0-cdeb-448e-afb1-4a5dae8496a1} <Debug> TCPHandler: Processed in 0.002074384 sec. | ||
| 11224 | 2025.04.15 04:07:12.967111 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11225 | 2025.04.15 04:07:12.967222 [ 5 ] {6b530797-090f-4cf6-8ede-600985838282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11226 | 2025.04.15 04:07:12.967269 [ 5 ] {6b530797-090f-4cf6-8ede-600985838282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11227 | 2025.04.15 04:07:12.967829 [ 5 ] {6b530797-090f-4cf6-8ede-600985838282} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11228 | 2025.04.15 04:07:12.967870 [ 5 ] {6b530797-090f-4cf6-8ede-600985838282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11229 | 2025.04.15 04:07:12.968225 [ 5 ] {6b530797-090f-4cf6-8ede-600985838282} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11230 | 2025.04.15 04:07:12.968450 [ 5 ] {6b530797-090f-4cf6-8ede-600985838282} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11231 | 2025.04.15 04:07:12.968627 [ 5 ] {6b530797-090f-4cf6-8ede-600985838282} <Debug> executeQuery: Read 121 rows, 10.51 KiB in 0.001432 sec., 84497.20670391062 rows/sec., 7.17 MiB/sec. | ||
| 11232 | 2025.04.15 04:07:12.968684 [ 5 ] {6b530797-090f-4cf6-8ede-600985838282} <Debug> TCPHandler: Processed in 0.001622985 sec. | ||
| 11233 | 2025.04.15 04:07:12.968813 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11234 | 2025.04.15 04:07:12.968917 [ 5 ] {4ff87258-d81f-4e53-a835-377c338986fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11235 | 2025.04.15 04:07:12.968961 [ 5 ] {4ff87258-d81f-4e53-a835-377c338986fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11236 | 2025.04.15 04:07:12.969473 [ 5 ] {4ff87258-d81f-4e53-a835-377c338986fe} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11237 | 2025.04.15 04:07:12.969512 [ 5 ] {4ff87258-d81f-4e53-a835-377c338986fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11238 | 2025.04.15 04:07:12.969840 [ 5 ] {4ff87258-d81f-4e53-a835-377c338986fe} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11239 | 2025.04.15 04:07:12.970061 [ 5 ] {4ff87258-d81f-4e53-a835-377c338986fe} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11240 | 2025.04.15 04:07:12.970258 [ 5 ] {4ff87258-d81f-4e53-a835-377c338986fe} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.001358 sec., 25036.81885125184 rows/sec., 1.83 MiB/sec. | ||
| 11241 | 2025.04.15 04:07:12.970333 [ 5 ] {4ff87258-d81f-4e53-a835-377c338986fe} <Debug> TCPHandler: Processed in 0.001567133 sec. | ||
| 11242 | 2025.04.15 04:07:12.970483 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11243 | 2025.04.15 04:07:12.970777 [ 5 ] {3c36a7fa-42d2-4608-a74b-58f257e65371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11244 | 2025.04.15 04:07:12.970886 [ 5 ] {3c36a7fa-42d2-4608-a74b-58f257e65371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11245 | 2025.04.15 04:07:12.971427 [ 5 ] {3c36a7fa-42d2-4608-a74b-58f257e65371} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11246 | 2025.04.15 04:07:12.971466 [ 5 ] {3c36a7fa-42d2-4608-a74b-58f257e65371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11247 | 2025.04.15 04:07:12.971811 [ 5 ] {3c36a7fa-42d2-4608-a74b-58f257e65371} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11248 | 2025.04.15 04:07:12.972038 [ 5 ] {3c36a7fa-42d2-4608-a74b-58f257e65371} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11249 | 2025.04.15 04:07:12.972233 [ 5 ] {3c36a7fa-42d2-4608-a74b-58f257e65371} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001567 sec., 62539.885130823226 rows/sec., 4.89 MiB/sec. | ||
| 11250 | 2025.04.15 04:07:12.972302 [ 5 ] {3c36a7fa-42d2-4608-a74b-58f257e65371} <Debug> TCPHandler: Processed in 0.0018889 sec. | ||
| 11251 | 2025.04.15 04:07:12.972438 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11252 | 2025.04.15 04:07:12.972728 [ 5 ] {00a78795-d287-4625-982a-6b7d0df24d8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11253 | 2025.04.15 04:07:12.972850 [ 5 ] {00a78795-d287-4625-982a-6b7d0df24d8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11254 | 2025.04.15 04:07:12.973370 [ 5 ] {00a78795-d287-4625-982a-6b7d0df24d8b} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11255 | 2025.04.15 04:07:12.973408 [ 5 ] {00a78795-d287-4625-982a-6b7d0df24d8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11256 | 2025.04.15 04:07:12.973772 [ 5 ] {00a78795-d287-4625-982a-6b7d0df24d8b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11257 | 2025.04.15 04:07:12.973997 [ 5 ] {00a78795-d287-4625-982a-6b7d0df24d8b} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11258 | 2025.04.15 04:07:12.974197 [ 5 ] {00a78795-d287-4625-982a-6b7d0df24d8b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001579 sec., 101963.2678910703 rows/sec., 7.10 MiB/sec. | ||
| 11259 | 2025.04.15 04:07:12.974246 [ 5 ] {00a78795-d287-4625-982a-6b7d0df24d8b} <Debug> TCPHandler: Processed in 0.00187698 sec. | ||
| 11260 | 2025.04.15 04:07:12.974356 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11261 | 2025.04.15 04:07:12.974457 [ 5 ] {4dbd864a-3638-4efd-9611-cf2b3878276e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11262 | 2025.04.15 04:07:12.974522 [ 5 ] {4dbd864a-3638-4efd-9611-cf2b3878276e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11263 | 2025.04.15 04:07:12.975559 [ 5 ] {4dbd864a-3638-4efd-9611-cf2b3878276e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11264 | 2025.04.15 04:07:12.975597 [ 5 ] {4dbd864a-3638-4efd-9611-cf2b3878276e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11265 | 2025.04.15 04:07:12.976260 [ 5 ] {4dbd864a-3638-4efd-9611-cf2b3878276e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11266 | 2025.04.15 04:07:12.976520 [ 5 ] {4dbd864a-3638-4efd-9611-cf2b3878276e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11267 | 2025.04.15 04:07:12.976746 [ 5 ] {4dbd864a-3638-4efd-9611-cf2b3878276e} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00231 sec., 13852.813852813853 rows/sec., 24.82 MiB/sec. | ||
| 11268 | 2025.04.15 04:07:12.976848 [ 5 ] {4dbd864a-3638-4efd-9611-cf2b3878276e} <Debug> TCPHandler: Processed in 0.002540144 sec. | ||
| 11269 | 2025.04.15 04:07:12.976954 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11270 | 2025.04.15 04:07:12.977052 [ 5 ] {d4d09dfd-47e0-4382-9350-c1bfd8dbee32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11271 | 2025.04.15 04:07:12.977097 [ 5 ] {d4d09dfd-47e0-4382-9350-c1bfd8dbee32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11272 | 2025.04.15 04:07:12.977508 [ 5 ] {d4d09dfd-47e0-4382-9350-c1bfd8dbee32} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11273 | 2025.04.15 04:07:12.977546 [ 5 ] {d4d09dfd-47e0-4382-9350-c1bfd8dbee32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11274 | 2025.04.15 04:07:12.977888 [ 5 ] {d4d09dfd-47e0-4382-9350-c1bfd8dbee32} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11275 | 2025.04.15 04:07:12.978130 [ 5 ] {d4d09dfd-47e0-4382-9350-c1bfd8dbee32} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11276 | 2025.04.15 04:07:12.978359 [ 5 ] {d4d09dfd-47e0-4382-9350-c1bfd8dbee32} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001322 sec., 45385.7791225416 rows/sec., 3.06 MiB/sec. | ||
| 11277 | 2025.04.15 04:07:12.978440 [ 5 ] {d4d09dfd-47e0-4382-9350-c1bfd8dbee32} <Debug> TCPHandler: Processed in 0.001531582 sec. | ||
| 11278 | 2025.04.15 04:07:14.637751 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 11279 | 2025.04.15 04:07:14.657459 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11280 | 2025.04.15 04:07:14.657509 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11281 | 2025.04.15 04:07:14.664663 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11282 | 2025.04.15 04:07:14.665391 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11283 | 2025.04.15 04:07:14.667877 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 11284 | 2025.04.15 04:07:15.567926 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1602 | ||
| 11285 | 2025.04.15 04:07:15.571087 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11286 | 2025.04.15 04:07:15.571127 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11287 | 2025.04.15 04:07:15.572544 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11288 | 2025.04.15 04:07:15.572847 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11289 | 2025.04.15 04:07:15.573321 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1602 | ||
| 11290 | 2025.04.15 04:07:17.970559 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11291 | 2025.04.15 04:07:17.970770 [ 5 ] {a474c477-70f1-4522-8d8d-537716926eae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11292 | 2025.04.15 04:07:17.970862 [ 5 ] {a474c477-70f1-4522-8d8d-537716926eae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11293 | 2025.04.15 04:07:17.971734 [ 5 ] {a474c477-70f1-4522-8d8d-537716926eae} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11294 | 2025.04.15 04:07:17.971789 [ 5 ] {a474c477-70f1-4522-8d8d-537716926eae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11295 | 2025.04.15 04:07:17.972228 [ 5 ] {a474c477-70f1-4522-8d8d-537716926eae} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11296 | 2025.04.15 04:07:17.972485 [ 5 ] {a474c477-70f1-4522-8d8d-537716926eae} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11297 | 2025.04.15 04:07:17.972687 [ 5 ] {a474c477-70f1-4522-8d8d-537716926eae} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001976 sec., 107287.44939271256 rows/sec., 6.82 MiB/sec. | ||
| 11298 | 2025.04.15 04:07:17.972751 [ 5 ] {a474c477-70f1-4522-8d8d-537716926eae} <Debug> TCPHandler: Processed in 0.00233039 sec. | ||
| 11299 | 2025.04.15 04:07:17.972876 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11300 | 2025.04.15 04:07:17.972987 [ 5 ] {431141c3-546e-4233-b6ba-db5e509c2f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11301 | 2025.04.15 04:07:17.973038 [ 5 ] {431141c3-546e-4233-b6ba-db5e509c2f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11302 | 2025.04.15 04:07:17.973785 [ 5 ] {431141c3-546e-4233-b6ba-db5e509c2f65} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11303 | 2025.04.15 04:07:17.973826 [ 5 ] {431141c3-546e-4233-b6ba-db5e509c2f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11304 | 2025.04.15 04:07:17.974210 [ 5 ] {431141c3-546e-4233-b6ba-db5e509c2f65} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11305 | 2025.04.15 04:07:17.974444 [ 5 ] {431141c3-546e-4233-b6ba-db5e509c2f65} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11306 | 2025.04.15 04:07:17.974651 [ 5 ] {431141c3-546e-4233-b6ba-db5e509c2f65} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001691 sec., 374334.71318746306 rows/sec., 29.44 MiB/sec. | ||
| 11307 | 2025.04.15 04:07:17.974700 [ 5 ] {431141c3-546e-4233-b6ba-db5e509c2f65} <Debug> TCPHandler: Processed in 0.00187655 sec. | ||
| 11308 | 2025.04.15 04:07:17.974814 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11309 | 2025.04.15 04:07:17.974918 [ 5 ] {b6a79633-fe32-48f4-8b78-ce35024d234c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11310 | 2025.04.15 04:07:17.974964 [ 5 ] {b6a79633-fe32-48f4-8b78-ce35024d234c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11311 | 2025.04.15 04:07:17.975493 [ 5 ] {b6a79633-fe32-48f4-8b78-ce35024d234c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11312 | 2025.04.15 04:07:17.975532 [ 5 ] {b6a79633-fe32-48f4-8b78-ce35024d234c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11313 | 2025.04.15 04:07:17.975871 [ 5 ] {b6a79633-fe32-48f4-8b78-ce35024d234c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11314 | 2025.04.15 04:07:17.976095 [ 5 ] {b6a79633-fe32-48f4-8b78-ce35024d234c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11315 | 2025.04.15 04:07:17.976275 [ 5 ] {b6a79633-fe32-48f4-8b78-ce35024d234c} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001399 sec., 81486.7762687634 rows/sec., 4.88 MiB/sec. | ||
| 11316 | 2025.04.15 04:07:17.976322 [ 5 ] {b6a79633-fe32-48f4-8b78-ce35024d234c} <Debug> TCPHandler: Processed in 0.001580504 sec. | ||
| 11317 | 2025.04.15 04:07:17.976427 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11318 | 2025.04.15 04:07:17.976524 [ 5 ] {177c5f99-a032-4d98-93a3-ec3e42222b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11319 | 2025.04.15 04:07:17.976565 [ 5 ] {177c5f99-a032-4d98-93a3-ec3e42222b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11320 | 2025.04.15 04:07:17.977118 [ 5 ] {177c5f99-a032-4d98-93a3-ec3e42222b40} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11321 | 2025.04.15 04:07:17.977156 [ 5 ] {177c5f99-a032-4d98-93a3-ec3e42222b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11322 | 2025.04.15 04:07:17.977495 [ 5 ] {177c5f99-a032-4d98-93a3-ec3e42222b40} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11323 | 2025.04.15 04:07:17.977719 [ 5 ] {177c5f99-a032-4d98-93a3-ec3e42222b40} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11324 | 2025.04.15 04:07:17.977905 [ 5 ] {177c5f99-a032-4d98-93a3-ec3e42222b40} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001365 sec., 82783.88278388279 rows/sec., 5.36 MiB/sec. | ||
| 11325 | 2025.04.15 04:07:17.977953 [ 5 ] {177c5f99-a032-4d98-93a3-ec3e42222b40} <Debug> TCPHandler: Processed in 0.001542943 sec. | ||
| 11326 | 2025.04.15 04:07:17.978131 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11327 | 2025.04.15 04:07:17.978233 [ 5 ] {14cfb052-a3bf-447c-b95c-06742944de23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11328 | 2025.04.15 04:07:17.978278 [ 5 ] {14cfb052-a3bf-447c-b95c-06742944de23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11329 | 2025.04.15 04:07:17.978800 [ 5 ] {14cfb052-a3bf-447c-b95c-06742944de23} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11330 | 2025.04.15 04:07:17.978839 [ 5 ] {14cfb052-a3bf-447c-b95c-06742944de23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11331 | 2025.04.15 04:07:17.979184 [ 5 ] {14cfb052-a3bf-447c-b95c-06742944de23} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11332 | 2025.04.15 04:07:17.979411 [ 5 ] {14cfb052-a3bf-447c-b95c-06742944de23} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11333 | 2025.04.15 04:07:17.979594 [ 5 ] {14cfb052-a3bf-447c-b95c-06742944de23} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001382 sec., 81041.96816208394 rows/sec., 4.62 MiB/sec. | ||
| 11334 | 2025.04.15 04:07:17.979644 [ 5 ] {14cfb052-a3bf-447c-b95c-06742944de23} <Debug> TCPHandler: Processed in 0.001561353 sec. | ||
| 11335 | 2025.04.15 04:07:17.979755 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11336 | 2025.04.15 04:07:17.979856 [ 5 ] {8e68afc2-5e5f-4436-9666-22cf3b166a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11337 | 2025.04.15 04:07:17.979900 [ 5 ] {8e68afc2-5e5f-4436-9666-22cf3b166a23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11338 | 2025.04.15 04:07:17.980515 [ 5 ] {8e68afc2-5e5f-4436-9666-22cf3b166a23} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11339 | 2025.04.15 04:07:17.980554 [ 5 ] {8e68afc2-5e5f-4436-9666-22cf3b166a23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11340 | 2025.04.15 04:07:17.980912 [ 5 ] {8e68afc2-5e5f-4436-9666-22cf3b166a23} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11341 | 2025.04.15 04:07:17.981140 [ 5 ] {8e68afc2-5e5f-4436-9666-22cf3b166a23} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11342 | 2025.04.15 04:07:17.981323 [ 5 ] {8e68afc2-5e5f-4436-9666-22cf3b166a23} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001488 sec., 262096.7741935484 rows/sec., 18.52 MiB/sec. | ||
| 11343 | 2025.04.15 04:07:17.981371 [ 5 ] {8e68afc2-5e5f-4436-9666-22cf3b166a23} <Debug> TCPHandler: Processed in 0.001663945 sec. | ||
| 11344 | 2025.04.15 04:07:17.981480 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11345 | 2025.04.15 04:07:17.981582 [ 5 ] {d07430d2-2759-4480-9f5c-9ae72bfa397d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11346 | 2025.04.15 04:07:17.981626 [ 5 ] {d07430d2-2759-4480-9f5c-9ae72bfa397d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11347 | 2025.04.15 04:07:17.982026 [ 5 ] {d07430d2-2759-4480-9f5c-9ae72bfa397d} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11348 | 2025.04.15 04:07:17.982065 [ 5 ] {d07430d2-2759-4480-9f5c-9ae72bfa397d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11349 | 2025.04.15 04:07:17.982404 [ 5 ] {d07430d2-2759-4480-9f5c-9ae72bfa397d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11350 | 2025.04.15 04:07:17.982637 [ 5 ] {d07430d2-2759-4480-9f5c-9ae72bfa397d} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11351 | 2025.04.15 04:07:17.982790 [ 56 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 6 parts from all_1_33_7 to all_38_38_0 | ||
| 11352 | 2025.04.15 04:07:17.982849 [ 5 ] {d07430d2-2759-4480-9f5c-9ae72bfa397d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001285 sec., 4669.260700389105 rows/sec., 243.95 KiB/sec. | ||
| 11353 | 2025.04.15 04:07:17.982868 [ 56 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11354 | 2025.04.15 04:07:17.982930 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11355 | 2025.04.15 04:07:17.982954 [ 5 ] {d07430d2-2759-4480-9f5c-9ae72bfa397d} <Debug> TCPHandler: Processed in 0.001521023 sec. | ||
| 11356 | 2025.04.15 04:07:17.983206 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11357 | 2025.04.15 04:07:17.983307 [ 199 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_38_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_33_7 to all_38_38_0 into Compact with storage Full | ||
| 11358 | 2025.04.15 04:07:17.983547 [ 5 ] {c1ec555f-950c-4e9d-84d3-2fe601c663e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11359 | 2025.04.15 04:07:17.983739 [ 5 ] {c1ec555f-950c-4e9d-84d3-2fe601c663e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11360 | 2025.04.15 04:07:17.984028 [ 199 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_38_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11361 | 2025.04.15 04:07:17.984196 [ 199 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_7, total 198 rows starting from the beginning of the part | ||
| 11362 | 2025.04.15 04:07:17.984752 [ 199 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 11363 | 2025.04.15 04:07:17.985130 [ 199 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 11364 | 2025.04.15 04:07:17.985244 [ 199 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 11365 | 2025.04.15 04:07:17.985651 [ 199 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 11366 | 2025.04.15 04:07:17.985987 [ 199 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_38_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 11367 | 2025.04.15 04:07:17.986617 [ 5 ] {c1ec555f-950c-4e9d-84d3-2fe601c663e4} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11368 | 2025.04.15 04:07:17.986664 [ 5 ] {c1ec555f-950c-4e9d-84d3-2fe601c663e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11369 | 2025.04.15 04:07:17.987866 [ 5 ] {c1ec555f-950c-4e9d-84d3-2fe601c663e4} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11370 | 2025.04.15 04:07:17.988518 [ 5 ] {c1ec555f-950c-4e9d-84d3-2fe601c663e4} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11371 | 2025.04.15 04:07:17.988718 [ 193 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_38_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 228 rows, containing 4 columns (4 merged, 0 gathered) in 0.005643391 sec., 40401.24102689323 rows/sec., 2.06 MiB/sec. | ||
| 11372 | 2025.04.15 04:07:17.988959 [ 5 ] {c1ec555f-950c-4e9d-84d3-2fe601c663e4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00556 sec., 42625.89928057554 rows/sec., 2.86 MiB/sec. | ||
| 11373 | 2025.04.15 04:07:17.989031 [ 193 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_38_8} <Trace> MergedBlockOutputStream: filled checksums all_1_38_8 (state Temporary) | ||
| 11374 | 2025.04.15 04:07:17.989099 [ 5 ] {c1ec555f-950c-4e9d-84d3-2fe601c663e4} <Debug> TCPHandler: Processed in 0.006003098 sec. | ||
| 11375 | 2025.04.15 04:07:17.989455 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11376 | 2025.04.15 04:07:17.989807 [ 5 ] {a3bf7a79-9ee6-4c58-b01c-7ac64d9c926e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11377 | 2025.04.15 04:07:17.989988 [ 193 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_38_8} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_38_8 to all_1_38_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11378 | 2025.04.15 04:07:17.990008 [ 5 ] {a3bf7a79-9ee6-4c58-b01c-7ac64d9c926e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11379 | 2025.04.15 04:07:17.990336 [ 193 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_38_8} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 6 parts: [all_1_33_7, all_38_38_0] -> all_1_38_8 | ||
| 11380 | 2025.04.15 04:07:17.990641 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11381 | 2025.04.15 04:07:17.991144 [ 5 ] {a3bf7a79-9ee6-4c58-b01c-7ac64d9c926e} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11382 | 2025.04.15 04:07:17.991183 [ 5 ] {a3bf7a79-9ee6-4c58-b01c-7ac64d9c926e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11383 | 2025.04.15 04:07:17.991533 [ 5 ] {a3bf7a79-9ee6-4c58-b01c-7ac64d9c926e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11384 | 2025.04.15 04:07:17.991765 [ 5 ] {a3bf7a79-9ee6-4c58-b01c-7ac64d9c926e} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11385 | 2025.04.15 04:07:17.991986 [ 5 ] {a3bf7a79-9ee6-4c58-b01c-7ac64d9c926e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002296 sec., 435.5400696864112 rows/sec., 29.35 KiB/sec. | ||
| 11386 | 2025.04.15 04:07:17.992068 [ 5 ] {a3bf7a79-9ee6-4c58-b01c-7ac64d9c926e} <Debug> TCPHandler: Processed in 0.002734508 sec. | ||
| 11387 | 2025.04.15 04:07:17.992292 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11388 | 2025.04.15 04:07:17.992410 [ 5 ] {f6a7fa38-12a4-408f-934e-18a9f24a16b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11389 | 2025.04.15 04:07:17.992482 [ 5 ] {f6a7fa38-12a4-408f-934e-18a9f24a16b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11390 | 2025.04.15 04:07:17.993478 [ 5 ] {f6a7fa38-12a4-408f-934e-18a9f24a16b3} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11391 | 2025.04.15 04:07:17.993517 [ 5 ] {f6a7fa38-12a4-408f-934e-18a9f24a16b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11392 | 2025.04.15 04:07:17.994108 [ 5 ] {f6a7fa38-12a4-408f-934e-18a9f24a16b3} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 11393 | 2025.04.15 04:07:17.994360 [ 5 ] {f6a7fa38-12a4-408f-934e-18a9f24a16b3} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11394 | 2025.04.15 04:07:17.994590 [ 5 ] {f6a7fa38-12a4-408f-934e-18a9f24a16b3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002202 sec., 3633.0608537693006 rows/sec., 6.51 MiB/sec. | ||
| 11395 | 2025.04.15 04:07:17.994726 [ 5 ] {f6a7fa38-12a4-408f-934e-18a9f24a16b3} <Debug> TCPHandler: Processed in 0.002512524 sec. | ||
| 11396 | 2025.04.15 04:07:17.994927 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11397 | 2025.04.15 04:07:17.995028 [ 5 ] {e3e215e3-7ce4-4892-8675-605f80e2750f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11398 | 2025.04.15 04:07:17.995073 [ 5 ] {e3e215e3-7ce4-4892-8675-605f80e2750f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11399 | 2025.04.15 04:07:17.995477 [ 5 ] {e3e215e3-7ce4-4892-8675-605f80e2750f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11400 | 2025.04.15 04:07:17.995515 [ 5 ] {e3e215e3-7ce4-4892-8675-605f80e2750f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11401 | 2025.04.15 04:07:17.995873 [ 5 ] {e3e215e3-7ce4-4892-8675-605f80e2750f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11402 | 2025.04.15 04:07:17.996122 [ 5 ] {e3e215e3-7ce4-4892-8675-605f80e2750f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11403 | 2025.04.15 04:07:17.996308 [ 5 ] {e3e215e3-7ce4-4892-8675-605f80e2750f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001319 sec., 62168.309325246395 rows/sec., 3.95 MiB/sec. | ||
| 11404 | 2025.04.15 04:07:17.996354 [ 5 ] {e3e215e3-7ce4-4892-8675-605f80e2750f} <Debug> TCPHandler: Processed in 0.001513582 sec. | ||
| 11405 | 2025.04.15 04:07:20.202675 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11406 | 2025.04.15 04:07:20.202736 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11407 | 2025.04.15 04:07:20.437916 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 11408 | 2025.04.15 04:07:20.438566 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11409 | 2025.04.15 04:07:20.438613 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11410 | 2025.04.15 04:07:20.439127 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11411 | 2025.04.15 04:07:20.439381 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11412 | 2025.04.15 04:07:20.439634 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 11413 | 2025.04.15 04:07:22.168172 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 11414 | 2025.04.15 04:07:22.188801 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11415 | 2025.04.15 04:07:22.188859 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11416 | 2025.04.15 04:07:22.196110 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11417 | 2025.04.15 04:07:22.196885 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11418 | 2025.04.15 04:07:22.200584 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 11419 | 2025.04.15 04:07:22.965263 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11420 | 2025.04.15 04:07:22.965467 [ 5 ] {04874d47-066b-47da-9b7d-d971d7ceb78c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11421 | 2025.04.15 04:07:22.965543 [ 5 ] {04874d47-066b-47da-9b7d-d971d7ceb78c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11422 | 2025.04.15 04:07:22.966358 [ 5 ] {04874d47-066b-47da-9b7d-d971d7ceb78c} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11423 | 2025.04.15 04:07:22.966407 [ 5 ] {04874d47-066b-47da-9b7d-d971d7ceb78c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11424 | 2025.04.15 04:07:22.966837 [ 5 ] {04874d47-066b-47da-9b7d-d971d7ceb78c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11425 | 2025.04.15 04:07:22.967086 [ 5 ] {04874d47-066b-47da-9b7d-d971d7ceb78c} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11426 | 2025.04.15 04:07:22.967320 [ 5 ] {04874d47-066b-47da-9b7d-d971d7ceb78c} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001908 sec., 62893.08176100629 rows/sec., 5.34 MiB/sec. | ||
| 11427 | 2025.04.15 04:07:22.967395 [ 5 ] {04874d47-066b-47da-9b7d-d971d7ceb78c} <Debug> TCPHandler: Processed in 0.002273508 sec. | ||
| 11428 | 2025.04.15 04:07:22.967524 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11429 | 2025.04.15 04:07:22.967807 [ 5 ] {97b3bc6c-3936-4294-9eec-7469f364fecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11430 | 2025.04.15 04:07:22.967938 [ 5 ] {97b3bc6c-3936-4294-9eec-7469f364fecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11431 | 2025.04.15 04:07:22.968766 [ 5 ] {97b3bc6c-3936-4294-9eec-7469f364fecf} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11432 | 2025.04.15 04:07:22.968805 [ 5 ] {97b3bc6c-3936-4294-9eec-7469f364fecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11433 | 2025.04.15 04:07:22.969153 [ 5 ] {97b3bc6c-3936-4294-9eec-7469f364fecf} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11434 | 2025.04.15 04:07:22.969377 [ 5 ] {97b3bc6c-3936-4294-9eec-7469f364fecf} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11435 | 2025.04.15 04:07:22.969584 [ 5 ] {97b3bc6c-3936-4294-9eec-7469f364fecf} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001885 sec., 16976.127320954907 rows/sec., 1.25 MiB/sec. | ||
| 11436 | 2025.04.15 04:07:22.969655 [ 5 ] {97b3bc6c-3936-4294-9eec-7469f364fecf} <Debug> TCPHandler: Processed in 0.002185526 sec. | ||
| 11437 | 2025.04.15 04:07:22.969874 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11438 | 2025.04.15 04:07:22.970011 [ 5 ] {c61ac491-f07a-4c66-b152-6cd1ee65f72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11439 | 2025.04.15 04:07:22.970055 [ 5 ] {c61ac491-f07a-4c66-b152-6cd1ee65f72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11440 | 2025.04.15 04:07:22.970604 [ 5 ] {c61ac491-f07a-4c66-b152-6cd1ee65f72a} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11441 | 2025.04.15 04:07:22.970642 [ 5 ] {c61ac491-f07a-4c66-b152-6cd1ee65f72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11442 | 2025.04.15 04:07:22.970990 [ 5 ] {c61ac491-f07a-4c66-b152-6cd1ee65f72a} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11443 | 2025.04.15 04:07:22.971221 [ 5 ] {c61ac491-f07a-4c66-b152-6cd1ee65f72a} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11444 | 2025.04.15 04:07:22.971417 [ 5 ] {c61ac491-f07a-4c66-b152-6cd1ee65f72a} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001427 sec., 67274.0014015417 rows/sec., 5.25 MiB/sec. | ||
| 11445 | 2025.04.15 04:07:22.971467 [ 5 ] {c61ac491-f07a-4c66-b152-6cd1ee65f72a} <Debug> TCPHandler: Processed in 0.001693786 sec. | ||
| 11446 | 2025.04.15 04:07:22.971639 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11447 | 2025.04.15 04:07:22.971752 [ 5 ] {d2d6072c-5374-48d4-a0eb-697fa6983ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11448 | 2025.04.15 04:07:22.971799 [ 5 ] {d2d6072c-5374-48d4-a0eb-697fa6983ca5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11449 | 2025.04.15 04:07:22.972314 [ 5 ] {d2d6072c-5374-48d4-a0eb-697fa6983ca5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11450 | 2025.04.15 04:07:22.972351 [ 5 ] {d2d6072c-5374-48d4-a0eb-697fa6983ca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11451 | 2025.04.15 04:07:22.972723 [ 5 ] {d2d6072c-5374-48d4-a0eb-697fa6983ca5} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11452 | 2025.04.15 04:07:22.972946 [ 5 ] {d2d6072c-5374-48d4-a0eb-697fa6983ca5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11453 | 2025.04.15 04:07:22.973154 [ 5 ] {d2d6072c-5374-48d4-a0eb-697fa6983ca5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001419 sec., 112755.46159267091 rows/sec., 7.85 MiB/sec. | ||
| 11454 | 2025.04.15 04:07:22.973240 [ 5 ] {d2d6072c-5374-48d4-a0eb-697fa6983ca5} <Debug> TCPHandler: Processed in 0.001646165 sec. | ||
| 11455 | 2025.04.15 04:07:22.973429 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11456 | 2025.04.15 04:07:22.973687 [ 5 ] {cfb4cd8c-5f65-4327-92d0-4013f6a1d134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11457 | 2025.04.15 04:07:22.973756 [ 5 ] {cfb4cd8c-5f65-4327-92d0-4013f6a1d134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11458 | 2025.04.15 04:07:22.974867 [ 5 ] {cfb4cd8c-5f65-4327-92d0-4013f6a1d134} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11459 | 2025.04.15 04:07:22.974905 [ 5 ] {cfb4cd8c-5f65-4327-92d0-4013f6a1d134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11460 | 2025.04.15 04:07:22.975535 [ 5 ] {cfb4cd8c-5f65-4327-92d0-4013f6a1d134} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11461 | 2025.04.15 04:07:22.975798 [ 5 ] {cfb4cd8c-5f65-4327-92d0-4013f6a1d134} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11462 | 2025.04.15 04:07:22.976070 [ 5 ] {cfb4cd8c-5f65-4327-92d0-4013f6a1d134} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002449 sec., 13066.557778685179 rows/sec., 23.41 MiB/sec. | ||
| 11463 | 2025.04.15 04:07:22.976265 [ 5 ] {cfb4cd8c-5f65-4327-92d0-4013f6a1d134} <Debug> TCPHandler: Processed in 0.002940142 sec. | ||
| 11464 | 2025.04.15 04:07:22.976570 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11465 | 2025.04.15 04:07:22.976698 [ 5 ] {444f29c1-d8a3-4c78-a700-8fa7399a248f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11466 | 2025.04.15 04:07:22.976747 [ 5 ] {444f29c1-d8a3-4c78-a700-8fa7399a248f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11467 | 2025.04.15 04:07:22.977184 [ 5 ] {444f29c1-d8a3-4c78-a700-8fa7399a248f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11468 | 2025.04.15 04:07:22.977221 [ 5 ] {444f29c1-d8a3-4c78-a700-8fa7399a248f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11469 | 2025.04.15 04:07:22.977573 [ 5 ] {444f29c1-d8a3-4c78-a700-8fa7399a248f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11470 | 2025.04.15 04:07:22.977805 [ 5 ] {444f29c1-d8a3-4c78-a700-8fa7399a248f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11471 | 2025.04.15 04:07:22.978010 [ 5 ] {444f29c1-d8a3-4c78-a700-8fa7399a248f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001329 sec., 45146.72686230248 rows/sec., 3.04 MiB/sec. | ||
| 11472 | 2025.04.15 04:07:22.978094 [ 5 ] {444f29c1-d8a3-4c78-a700-8fa7399a248f} <Debug> TCPHandler: Processed in 0.001619245 sec. | ||
| 11473 | 2025.04.15 04:07:23.461946 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11474 | 2025.04.15 04:07:23.462158 [ 5 ] {d09fe0d6-b82e-44a7-922e-dfecbc5ccacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11475 | 2025.04.15 04:07:23.462239 [ 5 ] {d09fe0d6-b82e-44a7-922e-dfecbc5ccacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11476 | 2025.04.15 04:07:23.463138 [ 5 ] {d09fe0d6-b82e-44a7-922e-dfecbc5ccacb} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11477 | 2025.04.15 04:07:23.463193 [ 5 ] {d09fe0d6-b82e-44a7-922e-dfecbc5ccacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11478 | 2025.04.15 04:07:23.463638 [ 5 ] {d09fe0d6-b82e-44a7-922e-dfecbc5ccacb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11479 | 2025.04.15 04:07:23.463891 [ 5 ] {d09fe0d6-b82e-44a7-922e-dfecbc5ccacb} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11480 | 2025.04.15 04:07:23.464119 [ 5 ] {d09fe0d6-b82e-44a7-922e-dfecbc5ccacb} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002019 sec., 105002.47647350174 rows/sec., 6.68 MiB/sec. | ||
| 11481 | 2025.04.15 04:07:23.464183 [ 5 ] {d09fe0d6-b82e-44a7-922e-dfecbc5ccacb} <Debug> TCPHandler: Processed in 0.002374361 sec. | ||
| 11482 | 2025.04.15 04:07:23.464319 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11483 | 2025.04.15 04:07:23.464430 [ 5 ] {bda98417-410a-4fd7-9014-eaf2e2b5aade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11484 | 2025.04.15 04:07:23.464479 [ 5 ] {bda98417-410a-4fd7-9014-eaf2e2b5aade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11485 | 2025.04.15 04:07:23.464999 [ 5 ] {bda98417-410a-4fd7-9014-eaf2e2b5aade} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11486 | 2025.04.15 04:07:23.465040 [ 5 ] {bda98417-410a-4fd7-9014-eaf2e2b5aade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11487 | 2025.04.15 04:07:23.465385 [ 5 ] {bda98417-410a-4fd7-9014-eaf2e2b5aade} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 11488 | 2025.04.15 04:07:23.465628 [ 5 ] {bda98417-410a-4fd7-9014-eaf2e2b5aade} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11489 | 2025.04.15 04:07:23.465827 [ 5 ] {bda98417-410a-4fd7-9014-eaf2e2b5aade} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001423 sec., 1405.4813773717499 rows/sec., 114.61 KiB/sec. | ||
| 11490 | 2025.04.15 04:07:23.465878 [ 5 ] {bda98417-410a-4fd7-9014-eaf2e2b5aade} <Debug> TCPHandler: Processed in 0.001611064 sec. | ||
| 11491 | 2025.04.15 04:07:23.465994 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11492 | 2025.04.15 04:07:23.466098 [ 5 ] {77501f13-bfa4-4fb9-9463-ed96e4a323f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11493 | 2025.04.15 04:07:23.466143 [ 5 ] {77501f13-bfa4-4fb9-9463-ed96e4a323f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11494 | 2025.04.15 04:07:23.467580 [ 5 ] {77501f13-bfa4-4fb9-9463-ed96e4a323f2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11495 | 2025.04.15 04:07:23.467619 [ 5 ] {77501f13-bfa4-4fb9-9463-ed96e4a323f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11496 | 2025.04.15 04:07:23.468069 [ 5 ] {77501f13-bfa4-4fb9-9463-ed96e4a323f2} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11497 | 2025.04.15 04:07:23.468310 [ 5 ] {77501f13-bfa4-4fb9-9463-ed96e4a323f2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11498 | 2025.04.15 04:07:23.468487 [ 50 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11499 | 2025.04.15 04:07:23.468528 [ 5 ] {77501f13-bfa4-4fb9-9463-ed96e4a323f2} <Debug> executeQuery: Read 1774 rows, 147.61 KiB in 0.00245 sec., 724081.6326530613 rows/sec., 58.84 MiB/sec. | ||
| 11500 | 2025.04.15 04:07:23.468580 [ 50 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11501 | 2025.04.15 04:07:23.468648 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11502 | 2025.04.15 04:07:23.468652 [ 5 ] {77501f13-bfa4-4fb9-9463-ed96e4a323f2} <Debug> TCPHandler: Processed in 0.002703378 sec. | ||
| 11503 | 2025.04.15 04:07:23.468852 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11504 | 2025.04.15 04:07:23.468877 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 11505 | 2025.04.15 04:07:23.469024 [ 5 ] {c6cae751-2312-42a3-b171-504f52ce57ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11506 | 2025.04.15 04:07:23.469129 [ 5 ] {c6cae751-2312-42a3-b171-504f52ce57ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11507 | 2025.04.15 04:07:23.469310 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11508 | 2025.04.15 04:07:23.469398 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1847 rows starting from the beginning of the part | ||
| 11509 | 2025.04.15 04:07:23.469771 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 633 rows starting from the beginning of the part | ||
| 11510 | 2025.04.15 04:07:23.470236 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 121 rows starting from the beginning of the part | ||
| 11511 | 2025.04.15 04:07:23.470633 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 633 rows starting from the beginning of the part | ||
| 11512 | 2025.04.15 04:07:23.470857 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 120 rows starting from the beginning of the part | ||
| 11513 | 2025.04.15 04:07:23.471260 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1774 rows starting from the beginning of the part | ||
| 11514 | 2025.04.15 04:07:23.471971 [ 5 ] {c6cae751-2312-42a3-b171-504f52ce57ca} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11515 | 2025.04.15 04:07:23.472026 [ 5 ] {c6cae751-2312-42a3-b171-504f52ce57ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11516 | 2025.04.15 04:07:23.472813 [ 5 ] {c6cae751-2312-42a3-b171-504f52ce57ca} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11517 | 2025.04.15 04:07:23.473325 [ 5 ] {c6cae751-2312-42a3-b171-504f52ce57ca} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11518 | 2025.04.15 04:07:23.473673 [ 50 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11519 | 2025.04.15 04:07:23.473913 [ 50 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11520 | 2025.04.15 04:07:23.473979 [ 5 ] {c6cae751-2312-42a3-b171-504f52ce57ca} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.00498 sec., 23293.17269076305 rows/sec., 1.40 MiB/sec. | ||
| 11521 | 2025.04.15 04:07:23.474005 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11522 | 2025.04.15 04:07:23.474354 [ 5 ] {c6cae751-2312-42a3-b171-504f52ce57ca} <Debug> TCPHandler: Processed in 0.005569888 sec. | ||
| 11523 | 2025.04.15 04:07:23.474517 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 11524 | 2025.04.15 04:07:23.474606 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11525 | 2025.04.15 04:07:23.474833 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11526 | 2025.04.15 04:07:23.474866 [ 5 ] {261f9338-c5d9-436c-bdbb-d9f2b816f78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11527 | 2025.04.15 04:07:23.474888 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 164 rows starting from the beginning of the part | ||
| 11528 | 2025.04.15 04:07:23.474989 [ 5 ] {261f9338-c5d9-436c-bdbb-d9f2b816f78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11529 | 2025.04.15 04:07:23.475114 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 114 rows starting from the beginning of the part | ||
| 11530 | 2025.04.15 04:07:23.475704 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 34 rows starting from the beginning of the part | ||
| 11531 | 2025.04.15 04:07:23.476342 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 114 rows starting from the beginning of the part | ||
| 11532 | 2025.04.15 04:07:23.476916 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 32 rows starting from the beginning of the part | ||
| 11533 | 2025.04.15 04:07:23.477479 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5128 rows, containing 5 columns (5 merged, 0 gathered) in 0.008723977 sec., 587805.3094362811 rows/sec., 49.80 MiB/sec. | ||
| 11534 | 2025.04.15 04:07:23.477706 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 116 rows starting from the beginning of the part | ||
| 11535 | 2025.04.15 04:07:23.477875 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11536 | 2025.04.15 04:07:23.478888 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_91_18} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11537 | 2025.04.15 04:07:23.479221 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_91_18} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11538 | 2025.04.15 04:07:23.479495 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 11539 | 2025.04.15 04:07:23.479552 [ 5 ] {261f9338-c5d9-436c-bdbb-d9f2b816f78b} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11540 | 2025.04.15 04:07:23.479635 [ 5 ] {261f9338-c5d9-436c-bdbb-d9f2b816f78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11541 | 2025.04.15 04:07:23.480804 [ 5 ] {261f9338-c5d9-436c-bdbb-d9f2b816f78b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11542 | 2025.04.15 04:07:23.481359 [ 5 ] {261f9338-c5d9-436c-bdbb-d9f2b816f78b} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11543 | 2025.04.15 04:07:23.481396 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 574 rows, containing 5 columns (5 merged, 0 gathered) in 0.007220324 sec., 79497.81754946176 rows/sec., 5.27 MiB/sec. | ||
| 11544 | 2025.04.15 04:07:23.481684 [ 5 ] {261f9338-c5d9-436c-bdbb-d9f2b816f78b} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.006902 sec., 49405.969284265426 rows/sec., 3.30 MiB/sec. | ||
| 11545 | 2025.04.15 04:07:23.481697 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11546 | 2025.04.15 04:07:23.481884 [ 5 ] {261f9338-c5d9-436c-bdbb-d9f2b816f78b} <Debug> TCPHandler: Processed in 0.007356597 sec. | ||
| 11547 | 2025.04.15 04:07:23.482040 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11548 | 2025.04.15 04:07:23.482207 [ 5 ] {2b39ce3f-d56e-437f-9951-794ad1313f51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11549 | 2025.04.15 04:07:23.482289 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_76_15} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11550 | 2025.04.15 04:07:23.482307 [ 5 ] {2b39ce3f-d56e-437f-9951-794ad1313f51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11551 | 2025.04.15 04:07:23.482514 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_76_15} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11552 | 2025.04.15 04:07:23.482695 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 11553 | 2025.04.15 04:07:23.483201 [ 5 ] {2b39ce3f-d56e-437f-9951-794ad1313f51} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11554 | 2025.04.15 04:07:23.483245 [ 5 ] {2b39ce3f-d56e-437f-9951-794ad1313f51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11555 | 2025.04.15 04:07:23.483603 [ 5 ] {2b39ce3f-d56e-437f-9951-794ad1313f51} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11556 | 2025.04.15 04:07:23.483848 [ 5 ] {2b39ce3f-d56e-437f-9951-794ad1313f51} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11557 | 2025.04.15 04:07:23.484047 [ 5 ] {2b39ce3f-d56e-437f-9951-794ad1313f51} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001883 sec., 59479.553903345724 rows/sec., 3.39 MiB/sec. | ||
| 11558 | 2025.04.15 04:07:23.484100 [ 5 ] {2b39ce3f-d56e-437f-9951-794ad1313f51} <Debug> TCPHandler: Processed in 0.002125516 sec. | ||
| 11559 | 2025.04.15 04:07:23.484219 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11560 | 2025.04.15 04:07:23.484323 [ 5 ] {0a5cdb64-0510-4ec9-9cc8-16b3f19536ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11561 | 2025.04.15 04:07:23.484368 [ 5 ] {0a5cdb64-0510-4ec9-9cc8-16b3f19536ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11562 | 2025.04.15 04:07:23.485252 [ 5 ] {0a5cdb64-0510-4ec9-9cc8-16b3f19536ec} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11563 | 2025.04.15 04:07:23.485290 [ 5 ] {0a5cdb64-0510-4ec9-9cc8-16b3f19536ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11564 | 2025.04.15 04:07:23.485676 [ 5 ] {0a5cdb64-0510-4ec9-9cc8-16b3f19536ec} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11565 | 2025.04.15 04:07:23.485906 [ 5 ] {0a5cdb64-0510-4ec9-9cc8-16b3f19536ec} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11566 | 2025.04.15 04:07:23.486072 [ 50 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11567 | 2025.04.15 04:07:23.486131 [ 50 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11568 | 2025.04.15 04:07:23.486131 [ 5 ] {0a5cdb64-0510-4ec9-9cc8-16b3f19536ec} <Debug> executeQuery: Read 848 rows, 62.68 KiB in 0.001818 sec., 466446.64466446644 rows/sec., 33.67 MiB/sec. | ||
| 11569 | 2025.04.15 04:07:23.486182 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11570 | 2025.04.15 04:07:23.486308 [ 5 ] {0a5cdb64-0510-4ec9-9cc8-16b3f19536ec} <Debug> TCPHandler: Processed in 0.002133286 sec. | ||
| 11571 | 2025.04.15 04:07:23.486460 [ 187 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 11572 | 2025.04.15 04:07:23.486525 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11573 | 2025.04.15 04:07:23.486715 [ 187 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11574 | 2025.04.15 04:07:23.486747 [ 5 ] {fcdc6fb3-3c49-4611-85b4-e3a844d9d5dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11575 | 2025.04.15 04:07:23.486768 [ 187 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 914 rows starting from the beginning of the part | ||
| 11576 | 2025.04.15 04:07:23.486871 [ 5 ] {fcdc6fb3-3c49-4611-85b4-e3a844d9d5dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11577 | 2025.04.15 04:07:23.487148 [ 187 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 390 rows starting from the beginning of the part | ||
| 11578 | 2025.04.15 04:07:23.487508 [ 187 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 98 rows starting from the beginning of the part | ||
| 11579 | 2025.04.15 04:07:23.487898 [ 187 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 390 rows starting from the beginning of the part | ||
| 11580 | 2025.04.15 04:07:23.488242 [ 187 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 96 rows starting from the beginning of the part | ||
| 11581 | 2025.04.15 04:07:23.488459 [ 187 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 848 rows starting from the beginning of the part | ||
| 11582 | 2025.04.15 04:07:23.489184 [ 5 ] {fcdc6fb3-3c49-4611-85b4-e3a844d9d5dd} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11583 | 2025.04.15 04:07:23.489249 [ 5 ] {fcdc6fb3-3c49-4611-85b4-e3a844d9d5dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11584 | 2025.04.15 04:07:23.490178 [ 5 ] {fcdc6fb3-3c49-4611-85b4-e3a844d9d5dd} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 11585 | 2025.04.15 04:07:23.490711 [ 5 ] {fcdc6fb3-3c49-4611-85b4-e3a844d9d5dd} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11586 | 2025.04.15 04:07:23.491048 [ 5 ] {fcdc6fb3-3c49-4611-85b4-e3a844d9d5dd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004359 sec., 1376.4624913971095 rows/sec., 71.91 KiB/sec. | ||
| 11587 | 2025.04.15 04:07:23.491127 [ 5 ] {fcdc6fb3-3c49-4611-85b4-e3a844d9d5dd} <Debug> TCPHandler: Processed in 0.00468137 sec. | ||
| 11588 | 2025.04.15 04:07:23.491262 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11589 | 2025.04.15 04:07:23.491598 [ 5 ] {1ea06c10-a589-44ad-ad71-476dd8d410fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11590 | 2025.04.15 04:07:23.491689 [ 187 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2736 rows, containing 5 columns (5 merged, 0 gathered) in 0.005378414 sec., 508700.14840806235 rows/sec., 38.73 MiB/sec. | ||
| 11591 | 2025.04.15 04:07:23.491701 [ 5 ] {1ea06c10-a589-44ad-ad71-476dd8d410fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11592 | 2025.04.15 04:07:23.491970 [ 190 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11593 | 2025.04.15 04:07:23.492433 [ 190 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_91_18} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11594 | 2025.04.15 04:07:23.492611 [ 190 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_91_18} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11595 | 2025.04.15 04:07:23.492790 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 11596 | 2025.04.15 04:07:23.493034 [ 5 ] {1ea06c10-a589-44ad-ad71-476dd8d410fe} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11597 | 2025.04.15 04:07:23.493078 [ 5 ] {1ea06c10-a589-44ad-ad71-476dd8d410fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11598 | 2025.04.15 04:07:23.493516 [ 5 ] {1ea06c10-a589-44ad-ad71-476dd8d410fe} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11599 | 2025.04.15 04:07:23.493759 [ 5 ] {1ea06c10-a589-44ad-ad71-476dd8d410fe} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11600 | 2025.04.15 04:07:23.493943 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11601 | 2025.04.15 04:07:23.493967 [ 5 ] {1ea06c10-a589-44ad-ad71-476dd8d410fe} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002503 sec., 381941.6699960048 rows/sec., 25.38 MiB/sec. | ||
| 11602 | 2025.04.15 04:07:23.493997 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11603 | 2025.04.15 04:07:23.494071 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11604 | 2025.04.15 04:07:23.494107 [ 5 ] {1ea06c10-a589-44ad-ad71-476dd8d410fe} <Debug> TCPHandler: Processed in 0.002887531 sec. | ||
| 11605 | 2025.04.15 04:07:23.494299 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 11606 | 2025.04.15 04:07:23.494346 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11607 | 2025.04.15 04:07:23.494460 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11608 | 2025.04.15 04:07:23.494545 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 26018 rows starting from the beginning of the part | ||
| 11609 | 2025.04.15 04:07:23.494552 [ 5 ] {65ef8d44-c0ca-4c8c-b7c3-7e1fcb8b21af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11610 | 2025.04.15 04:07:23.494706 [ 5 ] {65ef8d44-c0ca-4c8c-b7c3-7e1fcb8b21af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11611 | 2025.04.15 04:07:23.494890 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 11612 | 2025.04.15 04:07:23.495296 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 161 rows starting from the beginning of the part | ||
| 11613 | 2025.04.15 04:07:23.495663 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 11614 | 2025.04.15 04:07:23.496011 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 11615 | 2025.04.15 04:07:23.496373 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 956 rows starting from the beginning of the part | ||
| 11616 | 2025.04.15 04:07:23.497114 [ 5 ] {65ef8d44-c0ca-4c8c-b7c3-7e1fcb8b21af} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11617 | 2025.04.15 04:07:23.497179 [ 5 ] {65ef8d44-c0ca-4c8c-b7c3-7e1fcb8b21af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11618 | 2025.04.15 04:07:23.498032 [ 5 ] {65ef8d44-c0ca-4c8c-b7c3-7e1fcb8b21af} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11619 | 2025.04.15 04:07:23.498330 [ 5 ] {65ef8d44-c0ca-4c8c-b7c3-7e1fcb8b21af} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11620 | 2025.04.15 04:07:23.498698 [ 5 ] {65ef8d44-c0ca-4c8c-b7c3-7e1fcb8b21af} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004186 sec., 238.89154323936935 rows/sec., 16.10 KiB/sec. | ||
| 11621 | 2025.04.15 04:07:23.499049 [ 5 ] {65ef8d44-c0ca-4c8c-b7c3-7e1fcb8b21af} <Debug> TCPHandler: Processed in 0.004761791 sec. | ||
| 11622 | 2025.04.15 04:07:23.499434 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11623 | 2025.04.15 04:07:23.499793 [ 5 ] {75e72b89-ec1e-47f2-8fe5-079657bc4405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11624 | 2025.04.15 04:07:23.500010 [ 5 ] {75e72b89-ec1e-47f2-8fe5-079657bc4405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11625 | 2025.04.15 04:07:23.501949 [ 5 ] {75e72b89-ec1e-47f2-8fe5-079657bc4405} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11626 | 2025.04.15 04:07:23.501995 [ 5 ] {75e72b89-ec1e-47f2-8fe5-079657bc4405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11627 | 2025.04.15 04:07:23.502930 [ 5 ] {75e72b89-ec1e-47f2-8fe5-079657bc4405} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11628 | 2025.04.15 04:07:23.503246 [ 5 ] {75e72b89-ec1e-47f2-8fe5-079657bc4405} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11629 | 2025.04.15 04:07:23.503438 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11630 | 2025.04.15 04:07:23.503535 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11631 | 2025.04.15 04:07:23.503581 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11632 | 2025.04.15 04:07:23.503643 [ 5 ] {75e72b89-ec1e-47f2-8fe5-079657bc4405} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003936 sec., 2032.5203252032518 rows/sec., 3.64 MiB/sec. | ||
| 11633 | 2025.04.15 04:07:23.504139 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 11634 | 2025.04.15 04:07:23.504191 [ 5 ] {75e72b89-ec1e-47f2-8fe5-079657bc4405} <Debug> TCPHandler: Processed in 0.004871634 sec. | ||
| 11635 | 2025.04.15 04:07:23.504528 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11636 | 2025.04.15 04:07:23.504831 [ 5 ] {cd48d5c1-08d8-46cf-a9ed-de57067b0645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11637 | 2025.04.15 04:07:23.504908 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11638 | 2025.04.15 04:07:23.504931 [ 5 ] {cd48d5c1-08d8-46cf-a9ed-de57067b0645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11639 | 2025.04.15 04:07:23.505301 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1387 rows starting from the beginning of the part | ||
| 11640 | 2025.04.15 04:07:23.506481 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part | ||
| 11641 | 2025.04.15 04:07:23.507716 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27769 rows, containing 5 columns (5 merged, 0 gathered) in 0.013558319 sec., 2048115.2567659754 rows/sec., 138.19 MiB/sec. | ||
| 11642 | 2025.04.15 04:07:23.508001 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 32 rows starting from the beginning of the part | ||
| 11643 | 2025.04.15 04:07:23.508237 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11644 | 2025.04.15 04:07:23.508309 [ 5 ] {cd48d5c1-08d8-46cf-a9ed-de57067b0645} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11645 | 2025.04.15 04:07:23.508458 [ 5 ] {cd48d5c1-08d8-46cf-a9ed-de57067b0645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11646 | 2025.04.15 04:07:23.509231 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part | ||
| 11647 | 2025.04.15 04:07:23.509386 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11648 | 2025.04.15 04:07:23.509769 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11649 | 2025.04.15 04:07:23.510199 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 11650 | 2025.04.15 04:07:23.510404 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 32 rows starting from the beginning of the part | ||
| 11651 | 2025.04.15 04:07:23.510602 [ 5 ] {cd48d5c1-08d8-46cf-a9ed-de57067b0645} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11652 | 2025.04.15 04:07:23.510988 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part | ||
| 11653 | 2025.04.15 04:07:23.511599 [ 5 ] {cd48d5c1-08d8-46cf-a9ed-de57067b0645} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11654 | 2025.04.15 04:07:23.511998 [ 51 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11655 | 2025.04.15 04:07:23.512175 [ 51 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11656 | 2025.04.15 04:07:23.512292 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11657 | 2025.04.15 04:07:23.512305 [ 5 ] {cd48d5c1-08d8-46cf-a9ed-de57067b0645} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.007525 sec., 4518.27242524917 rows/sec., 268.51 KiB/sec. | ||
| 11658 | 2025.04.15 04:07:23.512642 [ 5 ] {cd48d5c1-08d8-46cf-a9ed-de57067b0645} <Debug> TCPHandler: Processed in 0.008217856 sec. | ||
| 11659 | 2025.04.15 04:07:23.512810 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 11660 | 2025.04.15 04:07:23.513213 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11661 | 2025.04.15 04:07:23.513323 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5100 rows starting from the beginning of the part | ||
| 11662 | 2025.04.15 04:07:23.513660 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 11663 | 2025.04.15 04:07:23.513900 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 11664 | 2025.04.15 04:07:23.514148 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 11665 | 2025.04.15 04:07:23.514296 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 11666 | 2025.04.15 04:07:23.514476 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 34 rows starting from the beginning of the part | ||
| 11667 | 2025.04.15 04:07:23.518392 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5418 rows, containing 4 columns (4 merged, 0 gathered) in 0.005948487 sec., 910819.843768676 rows/sec., 59.27 MiB/sec. | ||
| 11668 | 2025.04.15 04:07:23.519390 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11669 | 2025.04.15 04:07:23.519746 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_91_18} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11670 | 2025.04.15 04:07:23.519839 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_91_18} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11671 | 2025.04.15 04:07:23.519933 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 11672 | 2025.04.15 04:07:23.522983 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1475 rows, containing 19 columns (19 merged, 0 gathered) in 0.019264031 sec., 76567.56781589481 rows/sec., 137.21 MiB/sec. | ||
| 11673 | 2025.04.15 04:07:23.524500 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11674 | 2025.04.15 04:07:23.524941 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11675 | 2025.04.15 04:07:23.525031 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11676 | 2025.04.15 04:07:23.525203 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. | ||
| 11677 | 2025.04.15 04:07:24.000226 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.44 MiB, peak 249.97 MiB, free memory in arenas 0.00 B, will set to 240.83 MiB (RSS), difference: 2.39 MiB | ||
| 11678 | 2025.04.15 04:07:25.573769 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1660 | ||
| 11679 | 2025.04.15 04:07:25.577951 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11680 | 2025.04.15 04:07:25.578015 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11681 | 2025.04.15 04:07:25.579548 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11682 | 2025.04.15 04:07:25.579858 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11683 | 2025.04.15 04:07:25.580529 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1660 | ||
| 11684 | 2025.04.15 04:07:27.939850 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 11685 | 2025.04.15 04:07:27.940464 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11686 | 2025.04.15 04:07:27.940511 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11687 | 2025.04.15 04:07:27.941023 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11688 | 2025.04.15 04:07:27.941275 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11689 | 2025.04.15 04:07:27.941567 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 11690 | 2025.04.15 04:07:27.962880 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11691 | 2025.04.15 04:07:27.963181 [ 5 ] {e514dfbc-f9d4-4199-afe2-12ad28760672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11692 | 2025.04.15 04:07:27.963296 [ 5 ] {e514dfbc-f9d4-4199-afe2-12ad28760672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11693 | 2025.04.15 04:07:27.964342 [ 5 ] {e514dfbc-f9d4-4199-afe2-12ad28760672} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11694 | 2025.04.15 04:07:27.964391 [ 5 ] {e514dfbc-f9d4-4199-afe2-12ad28760672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11695 | 2025.04.15 04:07:27.964836 [ 5 ] {e514dfbc-f9d4-4199-afe2-12ad28760672} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11696 | 2025.04.15 04:07:27.965089 [ 5 ] {e514dfbc-f9d4-4199-afe2-12ad28760672} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11697 | 2025.04.15 04:07:27.965338 [ 5 ] {e514dfbc-f9d4-4199-afe2-12ad28760672} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002243 sec., 24966.562639322336 rows/sec., 1.92 MiB/sec. | ||
| 11698 | 2025.04.15 04:07:27.965405 [ 5 ] {e514dfbc-f9d4-4199-afe2-12ad28760672} <Debug> TCPHandler: Processed in 0.002677247 sec. | ||
| 11699 | 2025.04.15 04:07:27.965572 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11700 | 2025.04.15 04:07:27.965687 [ 5 ] {3060ec8a-c521-4bfb-be77-c3a34eacbdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11701 | 2025.04.15 04:07:27.965737 [ 5 ] {3060ec8a-c521-4bfb-be77-c3a34eacbdea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11702 | 2025.04.15 04:07:27.966316 [ 5 ] {3060ec8a-c521-4bfb-be77-c3a34eacbdea} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11703 | 2025.04.15 04:07:27.966357 [ 5 ] {3060ec8a-c521-4bfb-be77-c3a34eacbdea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11704 | 2025.04.15 04:07:27.966712 [ 5 ] {3060ec8a-c521-4bfb-be77-c3a34eacbdea} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11705 | 2025.04.15 04:07:27.966944 [ 5 ] {3060ec8a-c521-4bfb-be77-c3a34eacbdea} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11706 | 2025.04.15 04:07:27.967119 [ 5 ] {3060ec8a-c521-4bfb-be77-c3a34eacbdea} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00146 sec., 43835.61643835617 rows/sec., 3.42 MiB/sec. | ||
| 11707 | 2025.04.15 04:07:27.967173 [ 5 ] {3060ec8a-c521-4bfb-be77-c3a34eacbdea} <Debug> TCPHandler: Processed in 0.001662715 sec. | ||
| 11708 | 2025.04.15 04:07:27.967311 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11709 | 2025.04.15 04:07:27.967419 [ 5 ] {31415670-4df7-423a-a986-586cac4ab1bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11710 | 2025.04.15 04:07:27.967469 [ 5 ] {31415670-4df7-423a-a986-586cac4ab1bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11711 | 2025.04.15 04:07:27.967983 [ 5 ] {31415670-4df7-423a-a986-586cac4ab1bc} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11712 | 2025.04.15 04:07:27.968023 [ 5 ] {31415670-4df7-423a-a986-586cac4ab1bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11713 | 2025.04.15 04:07:27.968406 [ 5 ] {31415670-4df7-423a-a986-586cac4ab1bc} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11714 | 2025.04.15 04:07:27.968639 [ 5 ] {31415670-4df7-423a-a986-586cac4ab1bc} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11715 | 2025.04.15 04:07:27.968836 [ 5 ] {31415670-4df7-423a-a986-586cac4ab1bc} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001438 sec., 89012.5173852573 rows/sec., 6.20 MiB/sec. | ||
| 11716 | 2025.04.15 04:07:27.968907 [ 5 ] {31415670-4df7-423a-a986-586cac4ab1bc} <Debug> TCPHandler: Processed in 0.001655206 sec. | ||
| 11717 | 2025.04.15 04:07:27.969062 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11718 | 2025.04.15 04:07:27.969231 [ 5 ] {0cd0dac0-7bb7-41e0-a509-3cf682f24379} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11719 | 2025.04.15 04:07:27.969295 [ 5 ] {0cd0dac0-7bb7-41e0-a509-3cf682f24379} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11720 | 2025.04.15 04:07:27.969733 [ 5 ] {0cd0dac0-7bb7-41e0-a509-3cf682f24379} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11721 | 2025.04.15 04:07:27.969772 [ 5 ] {0cd0dac0-7bb7-41e0-a509-3cf682f24379} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11722 | 2025.04.15 04:07:27.970123 [ 5 ] {0cd0dac0-7bb7-41e0-a509-3cf682f24379} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 11723 | 2025.04.15 04:07:27.970365 [ 5 ] {0cd0dac0-7bb7-41e0-a509-3cf682f24379} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11724 | 2025.04.15 04:07:27.970554 [ 5 ] {0cd0dac0-7bb7-41e0-a509-3cf682f24379} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00137 sec., 35036.49635036496 rows/sec., 2.36 MiB/sec. | ||
| 11725 | 2025.04.15 04:07:27.970601 [ 5 ] {0cd0dac0-7bb7-41e0-a509-3cf682f24379} <Debug> TCPHandler: Processed in 0.001600465 sec. | ||
| 11726 | 2025.04.15 04:07:29.700728 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 11727 | 2025.04.15 04:07:29.722723 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11728 | 2025.04.15 04:07:29.722786 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11729 | 2025.04.15 04:07:29.730167 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11730 | 2025.04.15 04:07:29.730946 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11731 | 2025.04.15 04:07:29.735069 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 11732 | 2025.04.15 04:07:32.965589 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11733 | 2025.04.15 04:07:32.965816 [ 5 ] {e25df747-b89a-42a5-9b69-1403325c325e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11734 | 2025.04.15 04:07:32.965894 [ 5 ] {e25df747-b89a-42a5-9b69-1403325c325e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11735 | 2025.04.15 04:07:32.966675 [ 5 ] {e25df747-b89a-42a5-9b69-1403325c325e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11736 | 2025.04.15 04:07:32.966725 [ 5 ] {e25df747-b89a-42a5-9b69-1403325c325e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11737 | 2025.04.15 04:07:32.967164 [ 5 ] {e25df747-b89a-42a5-9b69-1403325c325e} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11738 | 2025.04.15 04:07:32.967419 [ 5 ] {e25df747-b89a-42a5-9b69-1403325c325e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11739 | 2025.04.15 04:07:32.967665 [ 5 ] {e25df747-b89a-42a5-9b69-1403325c325e} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001906 sec., 62959.07660020987 rows/sec., 5.35 MiB/sec. | ||
| 11740 | 2025.04.15 04:07:32.967737 [ 5 ] {e25df747-b89a-42a5-9b69-1403325c325e} <Debug> TCPHandler: Processed in 0.002282548 sec. | ||
| 11741 | 2025.04.15 04:07:32.967887 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11742 | 2025.04.15 04:07:32.968016 [ 5 ] {96dbe5e8-9a7e-4f16-a2dc-030b6c50a356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11743 | 2025.04.15 04:07:32.968065 [ 5 ] {96dbe5e8-9a7e-4f16-a2dc-030b6c50a356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11744 | 2025.04.15 04:07:32.968615 [ 5 ] {96dbe5e8-9a7e-4f16-a2dc-030b6c50a356} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11745 | 2025.04.15 04:07:32.968655 [ 5 ] {96dbe5e8-9a7e-4f16-a2dc-030b6c50a356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11746 | 2025.04.15 04:07:32.969003 [ 5 ] {96dbe5e8-9a7e-4f16-a2dc-030b6c50a356} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11747 | 2025.04.15 04:07:32.969237 [ 5 ] {96dbe5e8-9a7e-4f16-a2dc-030b6c50a356} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11748 | 2025.04.15 04:07:32.969448 [ 5 ] {96dbe5e8-9a7e-4f16-a2dc-030b6c50a356} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001459 sec., 21932.830705962988 rows/sec., 1.61 MiB/sec. | ||
| 11749 | 2025.04.15 04:07:32.969500 [ 5 ] {96dbe5e8-9a7e-4f16-a2dc-030b6c50a356} <Debug> TCPHandler: Processed in 0.001679206 sec. | ||
| 11750 | 2025.04.15 04:07:32.969611 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11751 | 2025.04.15 04:07:32.969717 [ 5 ] {6ac0a39d-6253-439a-b528-04b983fc706c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11752 | 2025.04.15 04:07:32.969761 [ 5 ] {6ac0a39d-6253-439a-b528-04b983fc706c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11753 | 2025.04.15 04:07:32.970311 [ 5 ] {6ac0a39d-6253-439a-b528-04b983fc706c} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11754 | 2025.04.15 04:07:32.970350 [ 5 ] {6ac0a39d-6253-439a-b528-04b983fc706c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11755 | 2025.04.15 04:07:32.970701 [ 5 ] {6ac0a39d-6253-439a-b528-04b983fc706c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11756 | 2025.04.15 04:07:32.970947 [ 5 ] {6ac0a39d-6253-439a-b528-04b983fc706c} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11757 | 2025.04.15 04:07:32.971146 [ 5 ] {6ac0a39d-6253-439a-b528-04b983fc706c} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001452 sec., 66115.70247933884 rows/sec., 5.16 MiB/sec. | ||
| 11758 | 2025.04.15 04:07:32.971196 [ 5 ] {6ac0a39d-6253-439a-b528-04b983fc706c} <Debug> TCPHandler: Processed in 0.001636715 sec. | ||
| 11759 | 2025.04.15 04:07:32.971310 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11760 | 2025.04.15 04:07:32.971414 [ 5 ] {99474176-a0f9-4e4e-bb04-ea72ba12e75f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11761 | 2025.04.15 04:07:32.971464 [ 5 ] {99474176-a0f9-4e4e-bb04-ea72ba12e75f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11762 | 2025.04.15 04:07:32.971968 [ 5 ] {99474176-a0f9-4e4e-bb04-ea72ba12e75f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11763 | 2025.04.15 04:07:32.972007 [ 5 ] {99474176-a0f9-4e4e-bb04-ea72ba12e75f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11764 | 2025.04.15 04:07:32.972380 [ 5 ] {99474176-a0f9-4e4e-bb04-ea72ba12e75f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11765 | 2025.04.15 04:07:32.972612 [ 5 ] {99474176-a0f9-4e4e-bb04-ea72ba12e75f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11766 | 2025.04.15 04:07:32.972812 [ 5 ] {99474176-a0f9-4e4e-bb04-ea72ba12e75f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00142 sec., 112676.05633802817 rows/sec., 7.85 MiB/sec. | ||
| 11767 | 2025.04.15 04:07:32.972862 [ 5 ] {99474176-a0f9-4e4e-bb04-ea72ba12e75f} <Debug> TCPHandler: Processed in 0.001602045 sec. | ||
| 11768 | 2025.04.15 04:07:32.972971 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11769 | 2025.04.15 04:07:32.973076 [ 5 ] {08c234f1-44a9-4beb-acb1-eb8748e35d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11770 | 2025.04.15 04:07:32.973143 [ 5 ] {08c234f1-44a9-4beb-acb1-eb8748e35d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11771 | 2025.04.15 04:07:32.974200 [ 5 ] {08c234f1-44a9-4beb-acb1-eb8748e35d26} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11772 | 2025.04.15 04:07:32.974240 [ 5 ] {08c234f1-44a9-4beb-acb1-eb8748e35d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11773 | 2025.04.15 04:07:32.974863 [ 5 ] {08c234f1-44a9-4beb-acb1-eb8748e35d26} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11774 | 2025.04.15 04:07:32.975116 [ 5 ] {08c234f1-44a9-4beb-acb1-eb8748e35d26} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11775 | 2025.04.15 04:07:32.975379 [ 5 ] {08c234f1-44a9-4beb-acb1-eb8748e35d26} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002328 sec., 13745.704467353951 rows/sec., 24.63 MiB/sec. | ||
| 11776 | 2025.04.15 04:07:32.975650 [ 5 ] {08c234f1-44a9-4beb-acb1-eb8748e35d26} <Debug> TCPHandler: Processed in 0.002749978 sec. | ||
| 11777 | 2025.04.15 04:07:32.975959 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11778 | 2025.04.15 04:07:32.976072 [ 5 ] {87cfad7a-add8-42b7-956b-457aeed366e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11779 | 2025.04.15 04:07:32.976118 [ 5 ] {87cfad7a-add8-42b7-956b-457aeed366e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11780 | 2025.04.15 04:07:32.976623 [ 5 ] {87cfad7a-add8-42b7-956b-457aeed366e9} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11781 | 2025.04.15 04:07:32.976661 [ 5 ] {87cfad7a-add8-42b7-956b-457aeed366e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11782 | 2025.04.15 04:07:32.977015 [ 5 ] {87cfad7a-add8-42b7-956b-457aeed366e9} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 11783 | 2025.04.15 04:07:32.977262 [ 5 ] {87cfad7a-add8-42b7-956b-457aeed366e9} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11784 | 2025.04.15 04:07:32.977460 [ 5 ] {87cfad7a-add8-42b7-956b-457aeed366e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
| 11785 | 2025.04.15 04:07:32.977524 [ 5 ] {87cfad7a-add8-42b7-956b-457aeed366e9} <Debug> TCPHandler: Processed in 0.001617565 sec. | ||
| 11786 | 2025.04.15 04:07:35.202775 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11787 | 2025.04.15 04:07:35.202823 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11788 | 2025.04.15 04:07:35.441759 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 11789 | 2025.04.15 04:07:35.442414 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11790 | 2025.04.15 04:07:35.442469 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11791 | 2025.04.15 04:07:35.442989 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11792 | 2025.04.15 04:07:35.443241 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11793 | 2025.04.15 04:07:35.443462 [ 37 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11794 | 2025.04.15 04:07:35.443495 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 11795 | 2025.04.15 04:07:35.443543 [ 37 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11796 | 2025.04.15 04:07:35.443572 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11797 | 2025.04.15 04:07:35.443684 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 11798 | 2025.04.15 04:07:35.443809 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11799 | 2025.04.15 04:07:35.443851 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 11800 | 2025.04.15 04:07:35.443922 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 11801 | 2025.04.15 04:07:35.444020 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 11802 | 2025.04.15 04:07:35.444261 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 11803 | 2025.04.15 04:07:35.444441 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 11804 | 2025.04.15 04:07:35.444536 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 11805 | 2025.04.15 04:07:35.447269 [ 194 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.003630248 sec., 7074172.343046536 rows/sec., 101.20 MiB/sec. | ||
| 11806 | 2025.04.15 04:07:35.447524 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11807 | 2025.04.15 04:07:35.447867 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_56_11} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11808 | 2025.04.15 04:07:35.447964 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_56_11} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11809 | 2025.04.15 04:07:35.448069 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. | ||
| 11810 | 2025.04.15 04:07:35.580910 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1680 | ||
| 11811 | 2025.04.15 04:07:35.583835 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11812 | 2025.04.15 04:07:35.583888 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11813 | 2025.04.15 04:07:35.585362 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11814 | 2025.04.15 04:07:35.585696 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11815 | 2025.04.15 04:07:35.585950 [ 36 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 11816 | 2025.04.15 04:07:35.586054 [ 36 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11817 | 2025.04.15 04:07:35.586129 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11818 | 2025.04.15 04:07:35.586798 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 11819 | 2025.04.15 04:07:35.587425 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1680 | ||
| 11820 | 2025.04.15 04:07:35.587914 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11821 | 2025.04.15 04:07:35.588090 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1488 rows starting from the beginning of the part | ||
| 11822 | 2025.04.15 04:07:35.588732 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 11823 | 2025.04.15 04:07:35.589337 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 11824 | 2025.04.15 04:07:35.589945 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part | ||
| 11825 | 2025.04.15 04:07:35.590649 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 58 rows starting from the beginning of the part | ||
| 11826 | 2025.04.15 04:07:35.591239 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 11827 | 2025.04.15 04:07:35.599821 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1680 rows, containing 72 columns (72 merged, 0 gathered) in 0.013452317 sec., 124885.54945590414 rows/sec., 96.03 MiB/sec. | ||
| 11828 | 2025.04.15 04:07:35.601682 [ 199 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 11829 | 2025.04.15 04:07:35.602528 [ 199 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_41_8} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11830 | 2025.04.15 04:07:35.602637 [ 199 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_41_8} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 11831 | 2025.04.15 04:07:35.602994 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 11832 | 2025.04.15 04:07:37.235196 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 11833 | 2025.04.15 04:07:37.256722 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11834 | 2025.04.15 04:07:37.256785 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11835 | 2025.04.15 04:07:37.264236 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11836 | 2025.04.15 04:07:37.265050 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11837 | 2025.04.15 04:07:37.265383 [ 35 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11838 | 2025.04.15 04:07:37.265441 [ 35 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11839 | 2025.04.15 04:07:37.265477 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11840 | 2025.04.15 04:07:37.265941 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 11841 | 2025.04.15 04:07:37.280287 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 11842 | 2025.04.15 04:07:37.282239 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11843 | 2025.04.15 04:07:37.283874 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 11844 | 2025.04.15 04:07:37.289514 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 11845 | 2025.04.15 04:07:37.295114 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 11846 | 2025.04.15 04:07:37.300701 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 11847 | 2025.04.15 04:07:37.306543 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 11848 | 2025.04.15 04:07:37.311837 [ 196 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 11849 | 2025.04.15 04:07:37.372545 [ 186 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.106940282 sec., 3946.127615410627 rows/sec., 20.40 MiB/sec. | ||
| 11850 | 2025.04.15 04:07:37.374755 [ 200 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11851 | 2025.04.15 04:07:37.377265 [ 200 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_56_11} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11852 | 2025.04.15 04:07:37.377388 [ 200 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_56_11} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11853 | 2025.04.15 04:07:37.379138 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 11854 | 2025.04.15 04:07:37.970655 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11855 | 2025.04.15 04:07:37.970867 [ 5 ] {8dd6e049-aa6d-4993-97c4-5bcf7b18656c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11856 | 2025.04.15 04:07:37.970951 [ 5 ] {8dd6e049-aa6d-4993-97c4-5bcf7b18656c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11857 | 2025.04.15 04:07:37.971798 [ 5 ] {8dd6e049-aa6d-4993-97c4-5bcf7b18656c} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11858 | 2025.04.15 04:07:37.971849 [ 5 ] {8dd6e049-aa6d-4993-97c4-5bcf7b18656c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11859 | 2025.04.15 04:07:37.972307 [ 5 ] {8dd6e049-aa6d-4993-97c4-5bcf7b18656c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11860 | 2025.04.15 04:07:37.972571 [ 5 ] {8dd6e049-aa6d-4993-97c4-5bcf7b18656c} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11861 | 2025.04.15 04:07:37.972802 [ 5 ] {8dd6e049-aa6d-4993-97c4-5bcf7b18656c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001993 sec., 106372.3030607125 rows/sec., 6.77 MiB/sec. | ||
| 11862 | 2025.04.15 04:07:37.972871 [ 5 ] {8dd6e049-aa6d-4993-97c4-5bcf7b18656c} <Debug> TCPHandler: Processed in 0.00235431 sec. | ||
| 11863 | 2025.04.15 04:07:37.972997 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11864 | 2025.04.15 04:07:37.973111 [ 5 ] {c0fbe6ca-2405-422b-bdb2-b0bdddf68a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11865 | 2025.04.15 04:07:37.973163 [ 5 ] {c0fbe6ca-2405-422b-bdb2-b0bdddf68a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11866 | 2025.04.15 04:07:37.973939 [ 5 ] {c0fbe6ca-2405-422b-bdb2-b0bdddf68a96} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11867 | 2025.04.15 04:07:37.973981 [ 5 ] {c0fbe6ca-2405-422b-bdb2-b0bdddf68a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11868 | 2025.04.15 04:07:37.974390 [ 5 ] {c0fbe6ca-2405-422b-bdb2-b0bdddf68a96} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11869 | 2025.04.15 04:07:37.974641 [ 5 ] {c0fbe6ca-2405-422b-bdb2-b0bdddf68a96} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11870 | 2025.04.15 04:07:37.974852 [ 5 ] {c0fbe6ca-2405-422b-bdb2-b0bdddf68a96} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001767 sec., 358234.29541595926 rows/sec., 28.17 MiB/sec. | ||
| 11871 | 2025.04.15 04:07:37.974906 [ 5 ] {c0fbe6ca-2405-422b-bdb2-b0bdddf68a96} <Debug> TCPHandler: Processed in 0.001962201 sec. | ||
| 11872 | 2025.04.15 04:07:37.975026 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11873 | 2025.04.15 04:07:37.975133 [ 5 ] {acb35cb8-f941-4f61-a465-c63559b7caed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11874 | 2025.04.15 04:07:37.975179 [ 5 ] {acb35cb8-f941-4f61-a465-c63559b7caed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11875 | 2025.04.15 04:07:37.975727 [ 5 ] {acb35cb8-f941-4f61-a465-c63559b7caed} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11876 | 2025.04.15 04:07:37.975769 [ 5 ] {acb35cb8-f941-4f61-a465-c63559b7caed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11877 | 2025.04.15 04:07:37.976126 [ 5 ] {acb35cb8-f941-4f61-a465-c63559b7caed} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11878 | 2025.04.15 04:07:37.976375 [ 5 ] {acb35cb8-f941-4f61-a465-c63559b7caed} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11879 | 2025.04.15 04:07:37.976618 [ 5 ] {acb35cb8-f941-4f61-a465-c63559b7caed} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001503 sec., 75848.30339321357 rows/sec., 4.54 MiB/sec. | ||
| 11880 | 2025.04.15 04:07:37.976722 [ 5 ] {acb35cb8-f941-4f61-a465-c63559b7caed} <Debug> TCPHandler: Processed in 0.001744097 sec. | ||
| 11881 | 2025.04.15 04:07:37.976932 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11882 | 2025.04.15 04:07:37.977052 [ 5 ] {50f194c0-076a-4ada-b812-367a4047de8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11883 | 2025.04.15 04:07:37.977099 [ 5 ] {50f194c0-076a-4ada-b812-367a4047de8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11884 | 2025.04.15 04:07:37.977648 [ 5 ] {50f194c0-076a-4ada-b812-367a4047de8f} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11885 | 2025.04.15 04:07:37.977688 [ 5 ] {50f194c0-076a-4ada-b812-367a4047de8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11886 | 2025.04.15 04:07:37.978051 [ 5 ] {50f194c0-076a-4ada-b812-367a4047de8f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11887 | 2025.04.15 04:07:37.978285 [ 5 ] {50f194c0-076a-4ada-b812-367a4047de8f} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11888 | 2025.04.15 04:07:37.978501 [ 5 ] {50f194c0-076a-4ada-b812-367a4047de8f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00147 sec., 76870.74829931973 rows/sec., 4.98 MiB/sec. | ||
| 11889 | 2025.04.15 04:07:37.978576 [ 5 ] {50f194c0-076a-4ada-b812-367a4047de8f} <Debug> TCPHandler: Processed in 0.001727277 sec. | ||
| 11890 | 2025.04.15 04:07:37.978724 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11891 | 2025.04.15 04:07:37.978826 [ 5 ] {087eff95-cd10-4142-a0f4-8c461ca72cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11892 | 2025.04.15 04:07:37.978871 [ 5 ] {087eff95-cd10-4142-a0f4-8c461ca72cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11893 | 2025.04.15 04:07:37.979400 [ 5 ] {087eff95-cd10-4142-a0f4-8c461ca72cb3} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11894 | 2025.04.15 04:07:37.979440 [ 5 ] {087eff95-cd10-4142-a0f4-8c461ca72cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11895 | 2025.04.15 04:07:37.979787 [ 5 ] {087eff95-cd10-4142-a0f4-8c461ca72cb3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11896 | 2025.04.15 04:07:37.980023 [ 5 ] {087eff95-cd10-4142-a0f4-8c461ca72cb3} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11897 | 2025.04.15 04:07:37.980262 [ 5 ] {087eff95-cd10-4142-a0f4-8c461ca72cb3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001448 sec., 77348.06629834254 rows/sec., 4.41 MiB/sec. | ||
| 11898 | 2025.04.15 04:07:37.980331 [ 5 ] {087eff95-cd10-4142-a0f4-8c461ca72cb3} <Debug> TCPHandler: Processed in 0.001665185 sec. | ||
| 11899 | 2025.04.15 04:07:37.980590 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11900 | 2025.04.15 04:07:37.980720 [ 5 ] {37937036-3f7d-4bb8-9a28-e921409721a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11901 | 2025.04.15 04:07:37.980766 [ 5 ] {37937036-3f7d-4bb8-9a28-e921409721a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11902 | 2025.04.15 04:07:37.981417 [ 5 ] {37937036-3f7d-4bb8-9a28-e921409721a1} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11903 | 2025.04.15 04:07:37.981456 [ 5 ] {37937036-3f7d-4bb8-9a28-e921409721a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11904 | 2025.04.15 04:07:37.981832 [ 5 ] {37937036-3f7d-4bb8-9a28-e921409721a1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11905 | 2025.04.15 04:07:37.982076 [ 5 ] {37937036-3f7d-4bb8-9a28-e921409721a1} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11906 | 2025.04.15 04:07:37.982272 [ 5 ] {37937036-3f7d-4bb8-9a28-e921409721a1} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001575 sec., 247619.0476190476 rows/sec., 17.50 MiB/sec. | ||
| 11907 | 2025.04.15 04:07:37.982325 [ 5 ] {37937036-3f7d-4bb8-9a28-e921409721a1} <Debug> TCPHandler: Processed in 0.001831979 sec. | ||
| 11908 | 2025.04.15 04:07:37.982490 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11909 | 2025.04.15 04:07:37.982595 [ 5 ] {91b22a32-8c3f-4363-891b-12e4d5d7e60e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11910 | 2025.04.15 04:07:37.982643 [ 5 ] {91b22a32-8c3f-4363-891b-12e4d5d7e60e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11911 | 2025.04.15 04:07:37.983121 [ 5 ] {91b22a32-8c3f-4363-891b-12e4d5d7e60e} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11912 | 2025.04.15 04:07:37.983161 [ 5 ] {91b22a32-8c3f-4363-891b-12e4d5d7e60e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11913 | 2025.04.15 04:07:37.983524 [ 5 ] {91b22a32-8c3f-4363-891b-12e4d5d7e60e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11914 | 2025.04.15 04:07:37.983761 [ 5 ] {91b22a32-8c3f-4363-891b-12e4d5d7e60e} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11915 | 2025.04.15 04:07:37.983972 [ 5 ] {91b22a32-8c3f-4363-891b-12e4d5d7e60e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001397 sec., 4294.917680744452 rows/sec., 224.39 KiB/sec. | ||
| 11916 | 2025.04.15 04:07:37.984068 [ 5 ] {91b22a32-8c3f-4363-891b-12e4d5d7e60e} <Debug> TCPHandler: Processed in 0.001627585 sec. | ||
| 11917 | 2025.04.15 04:07:37.984214 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11918 | 2025.04.15 04:07:37.984316 [ 5 ] {824a263c-c20a-47f3-9b3b-0fb1ee51eaa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11919 | 2025.04.15 04:07:37.984364 [ 5 ] {824a263c-c20a-47f3-9b3b-0fb1ee51eaa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11920 | 2025.04.15 04:07:37.984872 [ 5 ] {824a263c-c20a-47f3-9b3b-0fb1ee51eaa8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11921 | 2025.04.15 04:07:37.984911 [ 5 ] {824a263c-c20a-47f3-9b3b-0fb1ee51eaa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11922 | 2025.04.15 04:07:37.985294 [ 5 ] {824a263c-c20a-47f3-9b3b-0fb1ee51eaa8} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11923 | 2025.04.15 04:07:37.985540 [ 5 ] {824a263c-c20a-47f3-9b3b-0fb1ee51eaa8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11924 | 2025.04.15 04:07:37.985745 [ 5 ] {824a263c-c20a-47f3-9b3b-0fb1ee51eaa8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001451 sec., 163335.6305995865 rows/sec., 10.95 MiB/sec. | ||
| 11925 | 2025.04.15 04:07:37.985798 [ 5 ] {824a263c-c20a-47f3-9b3b-0fb1ee51eaa8} <Debug> TCPHandler: Processed in 0.001640335 sec. | ||
| 11926 | 2025.04.15 04:07:37.985917 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11927 | 2025.04.15 04:07:37.986022 [ 5 ] {ad091588-64df-4e36-9050-ee742023bd35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11928 | 2025.04.15 04:07:37.986069 [ 5 ] {ad091588-64df-4e36-9050-ee742023bd35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11929 | 2025.04.15 04:07:37.986470 [ 5 ] {ad091588-64df-4e36-9050-ee742023bd35} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11930 | 2025.04.15 04:07:37.986509 [ 5 ] {ad091588-64df-4e36-9050-ee742023bd35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11931 | 2025.04.15 04:07:37.986854 [ 5 ] {ad091588-64df-4e36-9050-ee742023bd35} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11932 | 2025.04.15 04:07:37.987087 [ 5 ] {ad091588-64df-4e36-9050-ee742023bd35} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11933 | 2025.04.15 04:07:37.987338 [ 5 ] {ad091588-64df-4e36-9050-ee742023bd35} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001322 sec., 756.4296520423601 rows/sec., 50.97 KiB/sec. | ||
| 11934 | 2025.04.15 04:07:37.987402 [ 5 ] {ad091588-64df-4e36-9050-ee742023bd35} <Debug> TCPHandler: Processed in 0.001528043 sec. | ||
| 11935 | 2025.04.15 04:07:37.987664 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11936 | 2025.04.15 04:07:37.987790 [ 5 ] {7eef0735-16ea-48e0-9517-c6489e01d78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11937 | 2025.04.15 04:07:37.987867 [ 5 ] {7eef0735-16ea-48e0-9517-c6489e01d78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 11938 | 2025.04.15 04:07:37.988930 [ 5 ] {7eef0735-16ea-48e0-9517-c6489e01d78d} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11939 | 2025.04.15 04:07:37.988971 [ 5 ] {7eef0735-16ea-48e0-9517-c6489e01d78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11940 | 2025.04.15 04:07:37.989584 [ 5 ] {7eef0735-16ea-48e0-9517-c6489e01d78d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11941 | 2025.04.15 04:07:37.989867 [ 5 ] {7eef0735-16ea-48e0-9517-c6489e01d78d} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11942 | 2025.04.15 04:07:37.990109 [ 5 ] {7eef0735-16ea-48e0-9517-c6489e01d78d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002342 sec., 3415.8838599487617 rows/sec., 6.12 MiB/sec. | ||
| 11943 | 2025.04.15 04:07:37.990207 [ 5 ] {7eef0735-16ea-48e0-9517-c6489e01d78d} <Debug> TCPHandler: Processed in 0.002644376 sec. | ||
| 11944 | 2025.04.15 04:07:37.990329 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11945 | 2025.04.15 04:07:37.990434 [ 5 ] {76f012d2-4468-448c-b216-af65d522eefa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11946 | 2025.04.15 04:07:37.990482 [ 5 ] {76f012d2-4468-448c-b216-af65d522eefa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11947 | 2025.04.15 04:07:37.990903 [ 5 ] {76f012d2-4468-448c-b216-af65d522eefa} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11948 | 2025.04.15 04:07:37.990943 [ 5 ] {76f012d2-4468-448c-b216-af65d522eefa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11949 | 2025.04.15 04:07:37.991309 [ 5 ] {76f012d2-4468-448c-b216-af65d522eefa} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 11950 | 2025.04.15 04:07:37.991559 [ 5 ] {76f012d2-4468-448c-b216-af65d522eefa} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11951 | 2025.04.15 04:07:37.991754 [ 5 ] {76f012d2-4468-448c-b216-af65d522eefa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001342 sec., 61102.83159463487 rows/sec., 3.88 MiB/sec. | ||
| 11952 | 2025.04.15 04:07:37.991805 [ 5 ] {76f012d2-4468-448c-b216-af65d522eefa} <Debug> TCPHandler: Processed in 0.001526953 sec. | ||
| 11953 | 2025.04.15 04:07:38.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 242.67 MiB, peak 255.30 MiB, free memory in arenas 0.00 B, will set to 241.56 MiB (RSS), difference: -1.11 MiB | ||
| 11954 | 2025.04.15 04:07:42.943667 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 11955 | 2025.04.15 04:07:42.944386 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11956 | 2025.04.15 04:07:42.944431 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11957 | 2025.04.15 04:07:42.944942 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11958 | 2025.04.15 04:07:42.945192 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11959 | 2025.04.15 04:07:42.945423 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 11960 | 2025.04.15 04:07:42.965655 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11961 | 2025.04.15 04:07:42.965868 [ 5 ] {775b9844-7bb3-463d-9df9-0ae0d17183f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11962 | 2025.04.15 04:07:42.965949 [ 5 ] {775b9844-7bb3-463d-9df9-0ae0d17183f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11963 | 2025.04.15 04:07:42.966844 [ 5 ] {775b9844-7bb3-463d-9df9-0ae0d17183f7} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11964 | 2025.04.15 04:07:42.966895 [ 5 ] {775b9844-7bb3-463d-9df9-0ae0d17183f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11965 | 2025.04.15 04:07:42.967308 [ 5 ] {775b9844-7bb3-463d-9df9-0ae0d17183f7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 11966 | 2025.04.15 04:07:42.967555 [ 5 ] {775b9844-7bb3-463d-9df9-0ae0d17183f7} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11967 | 2025.04.15 04:07:42.967810 [ 5 ] {775b9844-7bb3-463d-9df9-0ae0d17183f7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001991 sec., 2009.040683073832 rows/sec., 163.82 KiB/sec. | ||
| 11968 | 2025.04.15 04:07:42.967904 [ 5 ] {775b9844-7bb3-463d-9df9-0ae0d17183f7} <Debug> TCPHandler: Processed in 0.00239278 sec. | ||
| 11969 | 2025.04.15 04:07:42.968163 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11970 | 2025.04.15 04:07:42.968290 [ 5 ] {bcbe2746-dbdb-4da8-beb2-64ab01c1cd8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11971 | 2025.04.15 04:07:42.968337 [ 5 ] {bcbe2746-dbdb-4da8-beb2-64ab01c1cd8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11972 | 2025.04.15 04:07:42.968978 [ 5 ] {bcbe2746-dbdb-4da8-beb2-64ab01c1cd8e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11973 | 2025.04.15 04:07:42.969018 [ 5 ] {bcbe2746-dbdb-4da8-beb2-64ab01c1cd8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11974 | 2025.04.15 04:07:42.969364 [ 5 ] {bcbe2746-dbdb-4da8-beb2-64ab01c1cd8e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11975 | 2025.04.15 04:07:42.969601 [ 5 ] {bcbe2746-dbdb-4da8-beb2-64ab01c1cd8e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11976 | 2025.04.15 04:07:42.969797 [ 5 ] {bcbe2746-dbdb-4da8-beb2-64ab01c1cd8e} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.00153 sec., 79738.56209150328 rows/sec., 6.76 MiB/sec. | ||
| 11977 | 2025.04.15 04:07:42.969848 [ 5 ] {bcbe2746-dbdb-4da8-beb2-64ab01c1cd8e} <Debug> TCPHandler: Processed in 0.001775948 sec. | ||
| 11978 | 2025.04.15 04:07:42.969978 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11979 | 2025.04.15 04:07:42.970080 [ 5 ] {a1b023b4-5fbe-485a-9e4a-7e2dfa829f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11980 | 2025.04.15 04:07:42.970124 [ 5 ] {a1b023b4-5fbe-485a-9e4a-7e2dfa829f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11981 | 2025.04.15 04:07:42.970689 [ 5 ] {a1b023b4-5fbe-485a-9e4a-7e2dfa829f0d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11982 | 2025.04.15 04:07:42.970727 [ 5 ] {a1b023b4-5fbe-485a-9e4a-7e2dfa829f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11983 | 2025.04.15 04:07:42.971057 [ 5 ] {a1b023b4-5fbe-485a-9e4a-7e2dfa829f0d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11984 | 2025.04.15 04:07:42.971280 [ 5 ] {a1b023b4-5fbe-485a-9e4a-7e2dfa829f0d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11985 | 2025.04.15 04:07:42.971475 [ 5 ] {a1b023b4-5fbe-485a-9e4a-7e2dfa829f0d} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001422 sec., 25316.45569620253 rows/sec., 1.84 MiB/sec. | ||
| 11986 | 2025.04.15 04:07:42.971569 [ 5 ] {a1b023b4-5fbe-485a-9e4a-7e2dfa829f0d} <Debug> TCPHandler: Processed in 0.001654195 sec. | ||
| 11987 | 2025.04.15 04:07:42.971733 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11988 | 2025.04.15 04:07:42.972003 [ 5 ] {c67bf1aa-ce10-4be4-b290-438da8621984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11989 | 2025.04.15 04:07:42.972057 [ 5 ] {c67bf1aa-ce10-4be4-b290-438da8621984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11990 | 2025.04.15 04:07:42.972672 [ 5 ] {c67bf1aa-ce10-4be4-b290-438da8621984} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11991 | 2025.04.15 04:07:42.972710 [ 5 ] {c67bf1aa-ce10-4be4-b290-438da8621984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 11992 | 2025.04.15 04:07:42.973044 [ 5 ] {c67bf1aa-ce10-4be4-b290-438da8621984} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 11993 | 2025.04.15 04:07:42.973265 [ 5 ] {c67bf1aa-ce10-4be4-b290-438da8621984} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11994 | 2025.04.15 04:07:42.973462 [ 5 ] {c67bf1aa-ce10-4be4-b290-438da8621984} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001513 sec., 66093.85327164574 rows/sec., 5.17 MiB/sec. | ||
| 11995 | 2025.04.15 04:07:42.973511 [ 5 ] {c67bf1aa-ce10-4be4-b290-438da8621984} <Debug> TCPHandler: Processed in 0.001854189 sec. | ||
| 11996 | 2025.04.15 04:07:42.973624 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11997 | 2025.04.15 04:07:42.973726 [ 5 ] {811d6265-a8db-45ff-93a6-1aaeab832899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11998 | 2025.04.15 04:07:42.973774 [ 5 ] {811d6265-a8db-45ff-93a6-1aaeab832899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11999 | 2025.04.15 04:07:42.974323 [ 5 ] {811d6265-a8db-45ff-93a6-1aaeab832899} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12000 | 2025.04.15 04:07:42.974362 [ 5 ] {811d6265-a8db-45ff-93a6-1aaeab832899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12001 | 2025.04.15 04:07:42.974732 [ 5 ] {811d6265-a8db-45ff-93a6-1aaeab832899} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12002 | 2025.04.15 04:07:42.974966 [ 5 ] {811d6265-a8db-45ff-93a6-1aaeab832899} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12003 | 2025.04.15 04:07:42.975158 [ 5 ] {811d6265-a8db-45ff-93a6-1aaeab832899} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001453 sec., 111493.46180316586 rows/sec., 7.76 MiB/sec. | ||
| 12004 | 2025.04.15 04:07:42.975208 [ 5 ] {811d6265-a8db-45ff-93a6-1aaeab832899} <Debug> TCPHandler: Processed in 0.001631904 sec. | ||
| 12005 | 2025.04.15 04:07:42.975322 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12006 | 2025.04.15 04:07:42.975424 [ 5 ] {d1e63adf-fd9f-4da7-a227-a0262d394dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12007 | 2025.04.15 04:07:42.975488 [ 5 ] {d1e63adf-fd9f-4da7-a227-a0262d394dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12008 | 2025.04.15 04:07:42.976611 [ 5 ] {d1e63adf-fd9f-4da7-a227-a0262d394dca} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12009 | 2025.04.15 04:07:42.976649 [ 5 ] {d1e63adf-fd9f-4da7-a227-a0262d394dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12010 | 2025.04.15 04:07:42.977254 [ 5 ] {d1e63adf-fd9f-4da7-a227-a0262d394dca} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12011 | 2025.04.15 04:07:42.977495 [ 5 ] {d1e63adf-fd9f-4da7-a227-a0262d394dca} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12012 | 2025.04.15 04:07:42.977710 [ 5 ] {d1e63adf-fd9f-4da7-a227-a0262d394dca} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002307 sec., 13870.827915041178 rows/sec., 24.86 MiB/sec. | ||
| 12013 | 2025.04.15 04:07:42.977798 [ 5 ] {d1e63adf-fd9f-4da7-a227-a0262d394dca} <Debug> TCPHandler: Processed in 0.002524644 sec. | ||
| 12014 | 2025.04.15 04:07:42.977932 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12015 | 2025.04.15 04:07:42.978066 [ 5 ] {2afab8c1-97a6-4ec7-b313-39fed751eef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12016 | 2025.04.15 04:07:42.978122 [ 5 ] {2afab8c1-97a6-4ec7-b313-39fed751eef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12017 | 2025.04.15 04:07:42.978610 [ 5 ] {2afab8c1-97a6-4ec7-b313-39fed751eef3} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12018 | 2025.04.15 04:07:42.978649 [ 5 ] {2afab8c1-97a6-4ec7-b313-39fed751eef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12019 | 2025.04.15 04:07:42.979016 [ 5 ] {2afab8c1-97a6-4ec7-b313-39fed751eef3} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12020 | 2025.04.15 04:07:42.979265 [ 5 ] {2afab8c1-97a6-4ec7-b313-39fed751eef3} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12021 | 2025.04.15 04:07:42.979481 [ 5 ] {2afab8c1-97a6-4ec7-b313-39fed751eef3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. | ||
| 12022 | 2025.04.15 04:07:42.979571 [ 5 ] {2afab8c1-97a6-4ec7-b313-39fed751eef3} <Debug> TCPHandler: Processed in 0.001701897 sec. | ||
| 12023 | 2025.04.15 04:07:44.780406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 12024 | 2025.04.15 04:07:44.799682 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12025 | 2025.04.15 04:07:44.799745 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12026 | 2025.04.15 04:07:44.806852 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12027 | 2025.04.15 04:07:44.807679 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12028 | 2025.04.15 04:07:44.811961 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 12029 | 2025.04.15 04:07:45.587700 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1716 | ||
| 12030 | 2025.04.15 04:07:45.591108 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12031 | 2025.04.15 04:07:45.591171 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12032 | 2025.04.15 04:07:45.592620 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12033 | 2025.04.15 04:07:45.592944 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12034 | 2025.04.15 04:07:45.594995 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1716 | ||
| 12035 | 2025.04.15 04:07:47.970067 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12036 | 2025.04.15 04:07:47.970273 [ 5 ] {fd90862c-14b8-4823-91d1-b5ac151bbdaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12037 | 2025.04.15 04:07:47.970356 [ 5 ] {fd90862c-14b8-4823-91d1-b5ac151bbdaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12038 | 2025.04.15 04:07:47.971183 [ 5 ] {fd90862c-14b8-4823-91d1-b5ac151bbdaa} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12039 | 2025.04.15 04:07:47.971236 [ 5 ] {fd90862c-14b8-4823-91d1-b5ac151bbdaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12040 | 2025.04.15 04:07:47.971673 [ 5 ] {fd90862c-14b8-4823-91d1-b5ac151bbdaa} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12041 | 2025.04.15 04:07:47.971934 [ 5 ] {fd90862c-14b8-4823-91d1-b5ac151bbdaa} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12042 | 2025.04.15 04:07:47.972123 [ 60 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12043 | 2025.04.15 04:07:47.972171 [ 5 ] {fd90862c-14b8-4823-91d1-b5ac151bbdaa} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001953 sec., 108550.94726062467 rows/sec., 6.90 MiB/sec. | ||
| 12044 | 2025.04.15 04:07:47.972199 [ 60 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12045 | 2025.04.15 04:07:47.972266 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12046 | 2025.04.15 04:07:47.972298 [ 5 ] {fd90862c-14b8-4823-91d1-b5ac151bbdaa} <Debug> TCPHandler: Processed in 0.002363521 sec. | ||
| 12047 | 2025.04.15 04:07:47.972431 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 12048 | 2025.04.15 04:07:47.972455 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12049 | 2025.04.15 04:07:47.972563 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12050 | 2025.04.15 04:07:47.972591 [ 5 ] {0e6f5c84-48cf-4cd8-9a8b-c03f4a7ad12e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12051 | 2025.04.15 04:07:47.972605 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 12052 | 2025.04.15 04:07:47.972654 [ 5 ] {0e6f5c84-48cf-4cd8-9a8b-c03f4a7ad12e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12053 | 2025.04.15 04:07:47.972837 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 12054 | 2025.04.15 04:07:47.973160 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 12055 | 2025.04.15 04:07:47.973483 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 12056 | 2025.04.15 04:07:47.973785 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 12057 | 2025.04.15 04:07:47.975030 [ 5 ] {0e6f5c84-48cf-4cd8-9a8b-c03f4a7ad12e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12058 | 2025.04.15 04:07:47.975074 [ 5 ] {0e6f5c84-48cf-4cd8-9a8b-c03f4a7ad12e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12059 | 2025.04.15 04:07:47.975609 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003241339 sec., 327025.3435385808 rows/sec., 22.05 MiB/sec. | ||
| 12060 | 2025.04.15 04:07:47.975706 [ 5 ] {0e6f5c84-48cf-4cd8-9a8b-c03f4a7ad12e} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12061 | 2025.04.15 04:07:47.975873 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12062 | 2025.04.15 04:07:47.976163 [ 5 ] {0e6f5c84-48cf-4cd8-9a8b-c03f4a7ad12e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12063 | 2025.04.15 04:07:47.976409 [ 60 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12064 | 2025.04.15 04:07:47.976515 [ 60 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12065 | 2025.04.15 04:07:47.976579 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12066 | 2025.04.15 04:07:47.976593 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_41_10} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12067 | 2025.04.15 04:07:47.976694 [ 5 ] {0e6f5c84-48cf-4cd8-9a8b-c03f4a7ad12e} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.004103 sec., 154277.35803070923 rows/sec., 12.13 MiB/sec. | ||
| 12068 | 2025.04.15 04:07:47.976946 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 12069 | 2025.04.15 04:07:47.976977 [ 5 ] {0e6f5c84-48cf-4cd8-9a8b-c03f4a7ad12e} <Debug> TCPHandler: Processed in 0.004578798 sec. | ||
| 12070 | 2025.04.15 04:07:47.977350 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12071 | 2025.04.15 04:07:47.977577 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12072 | 2025.04.15 04:07:47.977745 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1847 rows starting from the beginning of the part | ||
| 12073 | 2025.04.15 04:07:47.977766 [ 5 ] {ef022532-db56-4fa9-bfcc-77e315a7578d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12074 | 2025.04.15 04:07:47.977946 [ 5 ] {ef022532-db56-4fa9-bfcc-77e315a7578d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12075 | 2025.04.15 04:07:47.978296 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 12076 | 2025.04.15 04:07:47.978942 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 120 rows starting from the beginning of the part | ||
| 12077 | 2025.04.15 04:07:47.979655 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 633 rows starting from the beginning of the part | ||
| 12078 | 2025.04.15 04:07:47.980258 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 122 rows starting from the beginning of the part | ||
| 12079 | 2025.04.15 04:07:47.980569 [ 186 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_41_10} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12080 | 2025.04.15 04:07:47.980668 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 633 rows starting from the beginning of the part | ||
| 12081 | 2025.04.15 04:07:47.981062 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 12082 | 2025.04.15 04:07:47.981813 [ 5 ] {ef022532-db56-4fa9-bfcc-77e315a7578d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12083 | 2025.04.15 04:07:47.981857 [ 5 ] {ef022532-db56-4fa9-bfcc-77e315a7578d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12084 | 2025.04.15 04:07:47.982399 [ 5 ] {ef022532-db56-4fa9-bfcc-77e315a7578d} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12085 | 2025.04.15 04:07:47.982694 [ 5 ] {ef022532-db56-4fa9-bfcc-77e315a7578d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12086 | 2025.04.15 04:07:47.982944 [ 5 ] {ef022532-db56-4fa9-bfcc-77e315a7578d} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.005316 sec., 21444.69525959368 rows/sec., 1.28 MiB/sec. | ||
| 12087 | 2025.04.15 04:07:47.983084 [ 5 ] {ef022532-db56-4fa9-bfcc-77e315a7578d} <Debug> TCPHandler: Processed in 0.005880966 sec. | ||
| 12088 | 2025.04.15 04:07:47.983252 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3411 rows, containing 5 columns (5 merged, 0 gathered) in 0.00657103 sec., 519096.70173473563 rows/sec., 43.85 MiB/sec. | ||
| 12089 | 2025.04.15 04:07:47.983270 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12090 | 2025.04.15 04:07:47.983412 [ 5 ] {f53cb623-336f-47f2-a1f7-574ff38ebbde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12091 | 2025.04.15 04:07:47.983481 [ 5 ] {f53cb623-336f-47f2-a1f7-574ff38ebbde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12092 | 2025.04.15 04:07:47.983585 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12093 | 2025.04.15 04:07:47.984208 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_96_19} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12094 | 2025.04.15 04:07:47.984331 [ 198 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_96_19} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12095 | 2025.04.15 04:07:47.984511 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 12096 | 2025.04.15 04:07:47.984690 [ 5 ] {f53cb623-336f-47f2-a1f7-574ff38ebbde} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12097 | 2025.04.15 04:07:47.984735 [ 5 ] {f53cb623-336f-47f2-a1f7-574ff38ebbde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12098 | 2025.04.15 04:07:47.985098 [ 5 ] {f53cb623-336f-47f2-a1f7-574ff38ebbde} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12099 | 2025.04.15 04:07:47.985342 [ 5 ] {f53cb623-336f-47f2-a1f7-574ff38ebbde} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12100 | 2025.04.15 04:07:47.985529 [ 110 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 | ||
| 12101 | 2025.04.15 04:07:47.985578 [ 5 ] {f53cb623-336f-47f2-a1f7-574ff38ebbde} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002187 sec., 51668.9529035208 rows/sec., 3.34 MiB/sec. | ||
| 12102 | 2025.04.15 04:07:47.985586 [ 110 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12103 | 2025.04.15 04:07:47.985663 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12104 | 2025.04.15 04:07:47.985719 [ 5 ] {f53cb623-336f-47f2-a1f7-574ff38ebbde} <Debug> TCPHandler: Processed in 0.002507523 sec. | ||
| 12105 | 2025.04.15 04:07:47.985917 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::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 | ||
| 12106 | 2025.04.15 04:07:47.985934 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12107 | 2025.04.15 04:07:47.986155 [ 5 ] {67ee3f07-3123-4a62-943e-b684a20a18a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12108 | 2025.04.15 04:07:47.986171 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12109 | 2025.04.15 04:07:47.986249 [ 5 ] {67ee3f07-3123-4a62-943e-b684a20a18a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12110 | 2025.04.15 04:07:47.986255 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_8, total 342 rows starting from the beginning of the part | ||
| 12111 | 2025.04.15 04:07:47.986628 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 113 rows starting from the beginning of the part | ||
| 12112 | 2025.04.15 04:07:47.986921 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 113 rows starting from the beginning of the part | ||
| 12113 | 2025.04.15 04:07:47.987324 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 341 rows starting from the beginning of the part | ||
| 12114 | 2025.04.15 04:07:47.987674 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 113 rows starting from the beginning of the part | ||
| 12115 | 2025.04.15 04:07:47.987964 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 113 rows starting from the beginning of the part | ||
| 12116 | 2025.04.15 04:07:47.988899 [ 5 ] {67ee3f07-3123-4a62-943e-b684a20a18a0} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12117 | 2025.04.15 04:07:47.988967 [ 5 ] {67ee3f07-3123-4a62-943e-b684a20a18a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12118 | 2025.04.15 04:07:47.989872 [ 5 ] {67ee3f07-3123-4a62-943e-b684a20a18a0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12119 | 2025.04.15 04:07:47.990488 [ 5 ] {67ee3f07-3123-4a62-943e-b684a20a18a0} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12120 | 2025.04.15 04:07:47.990594 [ 195 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.004815363 sec., 235703.9334313945 rows/sec., 16.44 MiB/sec. | ||
| 12121 | 2025.04.15 04:07:47.990805 [ 110 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 12122 | 2025.04.15 04:07:47.990921 [ 110 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12123 | 2025.04.15 04:07:47.990929 [ 5 ] {67ee3f07-3123-4a62-943e-b684a20a18a0} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004842 sec., 23130.937629078893 rows/sec., 1.32 MiB/sec. | ||
| 12124 | 2025.04.15 04:07:47.990968 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12125 | 2025.04.15 04:07:47.991076 [ 195 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 12126 | 2025.04.15 04:07:47.991280 [ 5 ] {67ee3f07-3123-4a62-943e-b684a20a18a0} <Debug> TCPHandler: Processed in 0.005410656 sec. | ||
| 12127 | 2025.04.15 04:07:47.991417 [ 197 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 12128 | 2025.04.15 04:07:47.991600 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12129 | 2025.04.15 04:07:47.991692 [ 197 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12130 | 2025.04.15 04:07:47.991779 [ 197 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 12131 | 2025.04.15 04:07:47.991857 [ 5 ] {3811956e-e4f9-46c7-9df6-08592497f8e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12132 | 2025.04.15 04:07:47.992024 [ 5 ] {3811956e-e4f9-46c7-9df6-08592497f8e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12133 | 2025.04.15 04:07:47.992118 [ 197 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 12134 | 2025.04.15 04:07:47.992623 [ 197 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 12135 | 2025.04.15 04:07:47.992696 [ 195 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_42_9} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12136 | 2025.04.15 04:07:47.993075 [ 197 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 12137 | 2025.04.15 04:07:47.993230 [ 195 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_42_9} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 | ||
| 12138 | 2025.04.15 04:07:47.993550 [ 197 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 12139 | 2025.04.15 04:07:47.993702 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 12140 | 2025.04.15 04:07:47.994819 [ 5 ] {3811956e-e4f9-46c7-9df6-08592497f8e8} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12141 | 2025.04.15 04:07:47.994870 [ 5 ] {3811956e-e4f9-46c7-9df6-08592497f8e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12142 | 2025.04.15 04:07:47.995209 [ 197 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004101988 sec., 136519.17070454618 rows/sec., 8.30 MiB/sec. | ||
| 12143 | 2025.04.15 04:07:47.995434 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 12144 | 2025.04.15 04:07:47.995454 [ 5 ] {3811956e-e4f9-46c7-9df6-08592497f8e8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12145 | 2025.04.15 04:07:47.995895 [ 5 ] {3811956e-e4f9-46c7-9df6-08592497f8e8} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12146 | 2025.04.15 04:07:47.996000 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_41_10} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12147 | 2025.04.15 04:07:47.996234 [ 110 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12148 | 2025.04.15 04:07:47.996297 [ 191 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_41_10} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 12149 | 2025.04.15 04:07:47.996342 [ 5 ] {3811956e-e4f9-46c7-9df6-08592497f8e8} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.004558 sec., 85563.84379113646 rows/sec., 6.05 MiB/sec. | ||
| 12150 | 2025.04.15 04:07:47.996352 [ 110 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12151 | 2025.04.15 04:07:47.996454 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12152 | 2025.04.15 04:07:47.996589 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12153 | 2025.04.15 04:07:47.996632 [ 5 ] {3811956e-e4f9-46c7-9df6-08592497f8e8} <Debug> TCPHandler: Processed in 0.005115279 sec. | ||
| 12154 | 2025.04.15 04:07:47.996905 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 12155 | 2025.04.15 04:07:47.996920 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12156 | 2025.04.15 04:07:47.997166 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12157 | 2025.04.15 04:07:47.997173 [ 5 ] {aeba7660-e0aa-4a5c-92f6-42b21dcd956e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12158 | 2025.04.15 04:07:47.997226 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 914 rows starting from the beginning of the part | ||
| 12159 | 2025.04.15 04:07:47.997275 [ 5 ] {aeba7660-e0aa-4a5c-92f6-42b21dcd956e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12160 | 2025.04.15 04:07:47.997612 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 12161 | 2025.04.15 04:07:47.997979 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 96 rows starting from the beginning of the part | ||
| 12162 | 2025.04.15 04:07:47.998345 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 390 rows starting from the beginning of the part | ||
| 12163 | 2025.04.15 04:07:47.998650 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 100 rows starting from the beginning of the part | ||
| 12164 | 2025.04.15 04:07:47.998977 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 390 rows starting from the beginning of the part | ||
| 12165 | 2025.04.15 04:07:47.999708 [ 5 ] {aeba7660-e0aa-4a5c-92f6-42b21dcd956e} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12166 | 2025.04.15 04:07:47.999779 [ 5 ] {aeba7660-e0aa-4a5c-92f6-42b21dcd956e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12167 | 2025.04.15 04:07:48.000268 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.42 MiB, peak 255.30 MiB, free memory in arenas 0.00 B, will set to 241.63 MiB (RSS), difference: -3.80 MiB | ||
| 12168 | 2025.04.15 04:07:48.001203 [ 5 ] {aeba7660-e0aa-4a5c-92f6-42b21dcd956e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12169 | 2025.04.15 04:07:48.001842 [ 5 ] {aeba7660-e0aa-4a5c-92f6-42b21dcd956e} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12170 | 2025.04.15 04:07:48.002200 [ 5 ] {aeba7660-e0aa-4a5c-92f6-42b21dcd956e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005125 sec., 1170.7317073170732 rows/sec., 61.17 KiB/sec. | ||
| 12171 | 2025.04.15 04:07:48.002261 [ 5 ] {aeba7660-e0aa-4a5c-92f6-42b21dcd956e} <Debug> TCPHandler: Processed in 0.005423025 sec. | ||
| 12172 | 2025.04.15 04:07:48.002493 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12173 | 2025.04.15 04:07:48.002745 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1954 rows, containing 5 columns (5 merged, 0 gathered) in 0.005981767 sec., 326659.32992709347 rows/sec., 24.96 MiB/sec. | ||
| 12174 | 2025.04.15 04:07:48.002757 [ 5 ] {bf1edd2a-1d6f-4b9c-b865-8ad0444fb24a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12175 | 2025.04.15 04:07:48.002842 [ 5 ] {bf1edd2a-1d6f-4b9c-b865-8ad0444fb24a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12176 | 2025.04.15 04:07:48.002987 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12177 | 2025.04.15 04:07:48.003585 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_96_19} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12178 | 2025.04.15 04:07:48.003821 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_96_19} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12179 | 2025.04.15 04:07:48.003982 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 12180 | 2025.04.15 04:07:48.004105 [ 5 ] {bf1edd2a-1d6f-4b9c-b865-8ad0444fb24a} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12181 | 2025.04.15 04:07:48.004148 [ 5 ] {bf1edd2a-1d6f-4b9c-b865-8ad0444fb24a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12182 | 2025.04.15 04:07:48.004542 [ 5 ] {bf1edd2a-1d6f-4b9c-b865-8ad0444fb24a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12183 | 2025.04.15 04:07:48.004778 [ 5 ] {bf1edd2a-1d6f-4b9c-b865-8ad0444fb24a} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12184 | 2025.04.15 04:07:48.004960 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12185 | 2025.04.15 04:07:48.004980 [ 5 ] {bf1edd2a-1d6f-4b9c-b865-8ad0444fb24a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002291 sec., 103448.27586206896 rows/sec., 6.93 MiB/sec. | ||
| 12186 | 2025.04.15 04:07:48.005026 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12187 | 2025.04.15 04:07:48.005104 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12188 | 2025.04.15 04:07:48.005121 [ 5 ] {bf1edd2a-1d6f-4b9c-b865-8ad0444fb24a} <Debug> TCPHandler: Processed in 0.002709778 sec. | ||
| 12189 | 2025.04.15 04:07:48.005393 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 12190 | 2025.04.15 04:07:48.005406 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12191 | 2025.04.15 04:07:48.005859 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12192 | 2025.04.15 04:07:48.005879 [ 5 ] {88b54a49-86a7-45e5-98fe-41662d1ffb9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12193 | 2025.04.15 04:07:48.005985 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 27769 rows starting from the beginning of the part | ||
| 12194 | 2025.04.15 04:07:48.006173 [ 5 ] {88b54a49-86a7-45e5-98fe-41662d1ffb9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12195 | 2025.04.15 04:07:48.006533 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 128 rows starting from the beginning of the part | ||
| 12196 | 2025.04.15 04:07:48.007044 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 12197 | 2025.04.15 04:07:48.007425 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 12198 | 2025.04.15 04:07:48.008112 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 162 rows starting from the beginning of the part | ||
| 12199 | 2025.04.15 04:07:48.008546 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 12200 | 2025.04.15 04:07:48.009477 [ 5 ] {88b54a49-86a7-45e5-98fe-41662d1ffb9d} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12201 | 2025.04.15 04:07:48.009543 [ 5 ] {88b54a49-86a7-45e5-98fe-41662d1ffb9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12202 | 2025.04.15 04:07:48.010176 [ 5 ] {88b54a49-86a7-45e5-98fe-41662d1ffb9d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12203 | 2025.04.15 04:07:48.010660 [ 5 ] {88b54a49-86a7-45e5-98fe-41662d1ffb9d} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12204 | 2025.04.15 04:07:48.010863 [ 110 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 6 parts from all_1_37_8 to all_42_42_0 | ||
| 12205 | 2025.04.15 04:07:48.010948 [ 110 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12206 | 2025.04.15 04:07:48.011035 [ 5 ] {88b54a49-86a7-45e5-98fe-41662d1ffb9d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005337 sec., 187.37118231216039 rows/sec., 12.63 KiB/sec. | ||
| 12207 | 2025.04.15 04:07:48.011048 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12208 | 2025.04.15 04:07:48.011354 [ 5 ] {88b54a49-86a7-45e5-98fe-41662d1ffb9d} <Debug> TCPHandler: Processed in 0.006032799 sec. | ||
| 12209 | 2025.04.15 04:07:48.011622 [ 187 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 12210 | 2025.04.15 04:07:48.011726 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12211 | 2025.04.15 04:07:48.011976 [ 187 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12212 | 2025.04.15 04:07:48.012099 [ 187 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 12213 | 2025.04.15 04:07:48.012195 [ 5 ] {ef5a6e50-b73f-4b83-ab03-2aa5eba67229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12214 | 2025.04.15 04:07:48.012446 [ 187 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 12215 | 2025.04.15 04:07:48.012833 [ 5 ] {ef5a6e50-b73f-4b83-ab03-2aa5eba67229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12216 | 2025.04.15 04:07:48.012924 [ 187 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 12217 | 2025.04.15 04:07:48.013405 [ 187 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 12218 | 2025.04.15 04:07:48.014049 [ 187 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 12219 | 2025.04.15 04:07:48.014618 [ 187 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::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 | ||
| 12220 | 2025.04.15 04:07:48.019800 [ 187 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.008540492 sec., 4917.749469234325 rows/sec., 330.91 KiB/sec. | ||
| 12221 | 2025.04.15 04:07:48.020183 [ 187 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 12222 | 2025.04.15 04:07:48.020599 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28693 rows, containing 5 columns (5 merged, 0 gathered) in 0.015384988 sec., 1864999.8297041245 rows/sec., 125.89 MiB/sec. | ||
| 12223 | 2025.04.15 04:07:48.021087 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12224 | 2025.04.15 04:07:48.021106 [ 187 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_42_9} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12225 | 2025.04.15 04:07:48.021480 [ 187 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_42_9} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 6 parts: [all_1_37_8, all_42_42_0] -> all_1_42_9 | ||
| 12226 | 2025.04.15 04:07:48.021739 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12227 | 2025.04.15 04:07:48.021830 [ 5 ] {ef5a6e50-b73f-4b83-ab03-2aa5eba67229} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12228 | 2025.04.15 04:07:48.021903 [ 5 ] {ef5a6e50-b73f-4b83-ab03-2aa5eba67229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12229 | 2025.04.15 04:07:48.022063 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12230 | 2025.04.15 04:07:48.022303 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12231 | 2025.04.15 04:07:48.022457 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 12232 | 2025.04.15 04:07:48.022960 [ 5 ] {ef5a6e50-b73f-4b83-ab03-2aa5eba67229} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 12233 | 2025.04.15 04:07:48.023247 [ 5 ] {ef5a6e50-b73f-4b83-ab03-2aa5eba67229} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12234 | 2025.04.15 04:07:48.023495 [ 5 ] {ef5a6e50-b73f-4b83-ab03-2aa5eba67229} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.011483 sec., 696.6820517286424 rows/sec., 1.25 MiB/sec. | ||
| 12235 | 2025.04.15 04:07:48.023614 [ 5 ] {ef5a6e50-b73f-4b83-ab03-2aa5eba67229} <Debug> TCPHandler: Processed in 0.011991676 sec. | ||
| 12236 | 2025.04.15 04:07:48.023739 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12237 | 2025.04.15 04:07:48.023845 [ 5 ] {be9c5fad-5835-401a-81d2-4ac252132557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12238 | 2025.04.15 04:07:48.023892 [ 5 ] {be9c5fad-5835-401a-81d2-4ac252132557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12239 | 2025.04.15 04:07:48.024324 [ 5 ] {be9c5fad-5835-401a-81d2-4ac252132557} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12240 | 2025.04.15 04:07:48.024364 [ 5 ] {be9c5fad-5835-401a-81d2-4ac252132557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12241 | 2025.04.15 04:07:48.024726 [ 5 ] {be9c5fad-5835-401a-81d2-4ac252132557} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12242 | 2025.04.15 04:07:48.024963 [ 5 ] {be9c5fad-5835-401a-81d2-4ac252132557} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12243 | 2025.04.15 04:07:48.025133 [ 110 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12244 | 2025.04.15 04:07:48.025190 [ 5 ] {be9c5fad-5835-401a-81d2-4ac252132557} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00136 sec., 60294.11764705882 rows/sec., 3.83 MiB/sec. | ||
| 12245 | 2025.04.15 04:07:48.025197 [ 110 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12246 | 2025.04.15 04:07:48.025276 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.07 GiB. | ||
| 12247 | 2025.04.15 04:07:48.025324 [ 5 ] {be9c5fad-5835-401a-81d2-4ac252132557} <Debug> TCPHandler: Processed in 0.001632995 sec. | ||
| 12248 | 2025.04.15 04:07:48.025452 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 12249 | 2025.04.15 04:07:48.025567 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12250 | 2025.04.15 04:07:48.025602 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5418 rows starting from the beginning of the part | ||
| 12251 | 2025.04.15 04:07:48.025707 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 48 rows starting from the beginning of the part | ||
| 12252 | 2025.04.15 04:07:48.025917 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 12253 | 2025.04.15 04:07:48.026044 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 12254 | 2025.04.15 04:07:48.026240 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 12255 | 2025.04.15 04:07:48.026433 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 12256 | 2025.04.15 04:07:48.028522 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5750 rows, containing 4 columns (4 merged, 0 gathered) in 0.003150247 sec., 1825253.702328738 rows/sec., 118.82 MiB/sec. | ||
| 12257 | 2025.04.15 04:07:48.028888 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12258 | 2025.04.15 04:07:48.029157 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_96_19} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12259 | 2025.04.15 04:07:48.029229 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_96_19} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12260 | 2025.04.15 04:07:48.029297 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
| 12261 | 2025.04.15 04:07:49.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 238.87 MiB, peak 255.30 MiB, free memory in arenas 0.00 B, will set to 242.58 MiB (RSS), difference: 3.71 MiB | ||
| 12262 | 2025.04.15 04:07:50.202927 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12263 | 2025.04.15 04:07:50.203008 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12264 | 2025.04.15 04:07:50.445558 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 12265 | 2025.04.15 04:07:50.446292 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12266 | 2025.04.15 04:07:50.446338 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12267 | 2025.04.15 04:07:50.446892 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12268 | 2025.04.15 04:07:50.447152 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12269 | 2025.04.15 04:07:50.447406 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 12270 | 2025.04.15 04:07:52.312043 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 12271 | 2025.04.15 04:07:52.333252 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12272 | 2025.04.15 04:07:52.333305 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12273 | 2025.04.15 04:07:52.340568 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12274 | 2025.04.15 04:07:52.341340 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12275 | 2025.04.15 04:07:52.344047 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 12276 | 2025.04.15 04:07:52.966119 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12277 | 2025.04.15 04:07:52.966305 [ 5 ] {77e6accd-411b-4c8d-8b80-a2ae400f7a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12278 | 2025.04.15 04:07:52.966377 [ 5 ] {77e6accd-411b-4c8d-8b80-a2ae400f7a62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12279 | 2025.04.15 04:07:52.967160 [ 5 ] {77e6accd-411b-4c8d-8b80-a2ae400f7a62} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12280 | 2025.04.15 04:07:52.967208 [ 5 ] {77e6accd-411b-4c8d-8b80-a2ae400f7a62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12281 | 2025.04.15 04:07:52.967646 [ 5 ] {77e6accd-411b-4c8d-8b80-a2ae400f7a62} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12282 | 2025.04.15 04:07:52.967908 [ 5 ] {77e6accd-411b-4c8d-8b80-a2ae400f7a62} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12283 | 2025.04.15 04:07:52.968108 [ 5 ] {77e6accd-411b-4c8d-8b80-a2ae400f7a62} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001854 sec., 64724.91909385113 rows/sec., 5.50 MiB/sec. | ||
| 12284 | 2025.04.15 04:07:52.968215 [ 5 ] {77e6accd-411b-4c8d-8b80-a2ae400f7a62} <Debug> TCPHandler: Processed in 0.002219088 sec. | ||
| 12285 | 2025.04.15 04:07:52.968353 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12286 | 2025.04.15 04:07:52.968632 [ 5 ] {d538a728-8be4-42a2-b2ea-56df919883a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12287 | 2025.04.15 04:07:52.968757 [ 5 ] {d538a728-8be4-42a2-b2ea-56df919883a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12288 | 2025.04.15 04:07:52.969414 [ 5 ] {d538a728-8be4-42a2-b2ea-56df919883a3} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12289 | 2025.04.15 04:07:52.969452 [ 5 ] {d538a728-8be4-42a2-b2ea-56df919883a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12290 | 2025.04.15 04:07:52.969791 [ 5 ] {d538a728-8be4-42a2-b2ea-56df919883a3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12291 | 2025.04.15 04:07:52.970025 [ 5 ] {d538a728-8be4-42a2-b2ea-56df919883a3} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12292 | 2025.04.15 04:07:52.970210 [ 127 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12293 | 2025.04.15 04:07:52.970231 [ 5 ] {d538a728-8be4-42a2-b2ea-56df919883a3} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001692 sec., 18912.529550827425 rows/sec., 1.39 MiB/sec. | ||
| 12294 | 2025.04.15 04:07:52.970310 [ 127 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12295 | 2025.04.15 04:07:52.970382 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12296 | 2025.04.15 04:07:52.970389 [ 5 ] {d538a728-8be4-42a2-b2ea-56df919883a3} <Debug> TCPHandler: Processed in 0.002090285 sec. | ||
| 12297 | 2025.04.15 04:07:52.970729 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 12298 | 2025.04.15 04:07:52.970819 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12299 | 2025.04.15 04:07:52.971233 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12300 | 2025.04.15 04:07:52.971325 [ 5 ] {aab3ca62-a07e-42ef-82c7-b9ec9c1b3954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12301 | 2025.04.15 04:07:52.971358 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 164 rows starting from the beginning of the part | ||
| 12302 | 2025.04.15 04:07:52.971556 [ 5 ] {aab3ca62-a07e-42ef-82c7-b9ec9c1b3954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12303 | 2025.04.15 04:07:52.971871 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 32 rows starting from the beginning of the part | ||
| 12304 | 2025.04.15 04:07:52.972195 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 114 rows starting from the beginning of the part | ||
| 12305 | 2025.04.15 04:07:52.972589 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 36 rows starting from the beginning of the part | ||
| 12306 | 2025.04.15 04:07:52.972994 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 114 rows starting from the beginning of the part | ||
| 12307 | 2025.04.15 04:07:52.973392 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 32 rows starting from the beginning of the part | ||
| 12308 | 2025.04.15 04:07:52.974629 [ 5 ] {aab3ca62-a07e-42ef-82c7-b9ec9c1b3954} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12309 | 2025.04.15 04:07:52.974695 [ 5 ] {aab3ca62-a07e-42ef-82c7-b9ec9c1b3954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12310 | 2025.04.15 04:07:52.975789 [ 5 ] {aab3ca62-a07e-42ef-82c7-b9ec9c1b3954} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12311 | 2025.04.15 04:07:52.976299 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.005812904 sec., 84639.27840542352 rows/sec., 5.72 MiB/sec. | ||
| 12312 | 2025.04.15 04:07:52.976321 [ 5 ] {aab3ca62-a07e-42ef-82c7-b9ec9c1b3954} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12313 | 2025.04.15 04:07:52.976531 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12314 | 2025.04.15 04:07:52.976790 [ 5 ] {aab3ca62-a07e-42ef-82c7-b9ec9c1b3954} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.005685 sec., 16886.543535620054 rows/sec., 1.32 MiB/sec. | ||
| 12315 | 2025.04.15 04:07:52.976944 [ 5 ] {aab3ca62-a07e-42ef-82c7-b9ec9c1b3954} <Debug> TCPHandler: Processed in 0.006297825 sec. | ||
| 12316 | 2025.04.15 04:07:52.977133 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12317 | 2025.04.15 04:07:52.977153 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_81_16} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12318 | 2025.04.15 04:07:52.977311 [ 5 ] {f7914e18-c8a1-46ac-a6a5-f30ef3fb5e21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12319 | 2025.04.15 04:07:52.977316 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_81_16} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12320 | 2025.04.15 04:07:52.977398 [ 5 ] {f7914e18-c8a1-46ac-a6a5-f30ef3fb5e21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12321 | 2025.04.15 04:07:52.977493 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 12322 | 2025.04.15 04:07:52.978083 [ 5 ] {f7914e18-c8a1-46ac-a6a5-f30ef3fb5e21} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12323 | 2025.04.15 04:07:52.978127 [ 5 ] {f7914e18-c8a1-46ac-a6a5-f30ef3fb5e21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12324 | 2025.04.15 04:07:52.978520 [ 5 ] {f7914e18-c8a1-46ac-a6a5-f30ef3fb5e21} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12325 | 2025.04.15 04:07:52.978766 [ 5 ] {f7914e18-c8a1-46ac-a6a5-f30ef3fb5e21} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12326 | 2025.04.15 04:07:52.978968 [ 5 ] {f7914e18-c8a1-46ac-a6a5-f30ef3fb5e21} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001712 sec., 93457.94392523365 rows/sec., 6.51 MiB/sec. | ||
| 12327 | 2025.04.15 04:07:52.979018 [ 5 ] {f7914e18-c8a1-46ac-a6a5-f30ef3fb5e21} <Debug> TCPHandler: Processed in 0.001968422 sec. | ||
| 12328 | 2025.04.15 04:07:52.979134 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12329 | 2025.04.15 04:07:52.979236 [ 5 ] {13fe0f6e-f766-42ad-ba28-79a1d0dd5df2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12330 | 2025.04.15 04:07:52.979302 [ 5 ] {13fe0f6e-f766-42ad-ba28-79a1d0dd5df2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12331 | 2025.04.15 04:07:52.980408 [ 5 ] {13fe0f6e-f766-42ad-ba28-79a1d0dd5df2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12332 | 2025.04.15 04:07:52.980447 [ 5 ] {13fe0f6e-f766-42ad-ba28-79a1d0dd5df2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12333 | 2025.04.15 04:07:52.981065 [ 5 ] {13fe0f6e-f766-42ad-ba28-79a1d0dd5df2} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 12334 | 2025.04.15 04:07:52.981314 [ 5 ] {13fe0f6e-f766-42ad-ba28-79a1d0dd5df2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12335 | 2025.04.15 04:07:52.981494 [ 127 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 12336 | 2025.04.15 04:07:52.981550 [ 5 ] {13fe0f6e-f766-42ad-ba28-79a1d0dd5df2} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002334 sec., 13710.368466152528 rows/sec., 24.57 MiB/sec. | ||
| 12337 | 2025.04.15 04:07:52.981577 [ 127 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12338 | 2025.04.15 04:07:52.981648 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12339 | 2025.04.15 04:07:52.981915 [ 5 ] {13fe0f6e-f766-42ad-ba28-79a1d0dd5df2} <Debug> TCPHandler: Processed in 0.002827851 sec. | ||
| 12340 | 2025.04.15 04:07:52.981994 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 12341 | 2025.04.15 04:07:52.982098 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12342 | 2025.04.15 04:07:52.982335 [ 5 ] {35a4b518-6af6-435b-9f60-53803415868b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12343 | 2025.04.15 04:07:52.982461 [ 5 ] {35a4b518-6af6-435b-9f60-53803415868b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12344 | 2025.04.15 04:07:52.982990 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12345 | 2025.04.15 04:07:52.983226 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1475 rows starting from the beginning of the part | ||
| 12346 | 2025.04.15 04:07:52.983989 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 32 rows starting from the beginning of the part | ||
| 12347 | 2025.04.15 04:07:52.984566 [ 5 ] {35a4b518-6af6-435b-9f60-53803415868b} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12348 | 2025.04.15 04:07:52.984681 [ 5 ] {35a4b518-6af6-435b-9f60-53803415868b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12349 | 2025.04.15 04:07:52.984773 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part | ||
| 12350 | 2025.04.15 04:07:52.985468 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 32 rows starting from the beginning of the part | ||
| 12351 | 2025.04.15 04:07:52.986139 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part | ||
| 12352 | 2025.04.15 04:07:52.986186 [ 5 ] {35a4b518-6af6-435b-9f60-53803415868b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12353 | 2025.04.15 04:07:52.986739 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 32 rows starting from the beginning of the part | ||
| 12354 | 2025.04.15 04:07:52.987003 [ 5 ] {35a4b518-6af6-435b-9f60-53803415868b} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12355 | 2025.04.15 04:07:52.987860 [ 5 ] {35a4b518-6af6-435b-9f60-53803415868b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005546 sec., 10818.608005769926 rows/sec., 746.60 KiB/sec. | ||
| 12356 | 2025.04.15 04:07:52.988052 [ 5 ] {35a4b518-6af6-435b-9f60-53803415868b} <Debug> TCPHandler: Processed in 0.006011719 sec. | ||
| 12357 | 2025.04.15 04:07:52.997140 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1587 rows, containing 19 columns (19 merged, 0 gathered) in 0.015359608 sec., 103322.94938777083 rows/sec., 185.15 MiB/sec. | ||
| 12358 | 2025.04.15 04:07:52.998730 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 12359 | 2025.04.15 04:07:52.999212 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12360 | 2025.04.15 04:07:52.999305 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 12361 | 2025.04.15 04:07:52.999477 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. | ||
| 12362 | 2025.04.15 04:07:53.000175 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 243.64 MiB, peak 255.30 MiB, free memory in arenas 0.00 B, will set to 248.39 MiB (RSS), difference: 4.75 MiB | ||
| 12363 | 2025.04.15 04:07:53.464385 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12364 | 2025.04.15 04:07:53.464583 [ 5 ] {24c210da-03a7-4c50-9d89-e7825df99648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12365 | 2025.04.15 04:07:53.464664 [ 5 ] {24c210da-03a7-4c50-9d89-e7825df99648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12366 | 2025.04.15 04:07:53.465494 [ 5 ] {24c210da-03a7-4c50-9d89-e7825df99648} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12367 | 2025.04.15 04:07:53.465546 [ 5 ] {24c210da-03a7-4c50-9d89-e7825df99648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12368 | 2025.04.15 04:07:53.465983 [ 5 ] {24c210da-03a7-4c50-9d89-e7825df99648} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12369 | 2025.04.15 04:07:53.466249 [ 5 ] {24c210da-03a7-4c50-9d89-e7825df99648} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12370 | 2025.04.15 04:07:53.466514 [ 5 ] {24c210da-03a7-4c50-9d89-e7825df99648} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001973 sec., 107450.58286872783 rows/sec., 6.83 MiB/sec. | ||
| 12371 | 2025.04.15 04:07:53.466614 [ 5 ] {24c210da-03a7-4c50-9d89-e7825df99648} <Debug> TCPHandler: Processed in 0.00235315 sec. | ||
| 12372 | 2025.04.15 04:07:53.466845 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12373 | 2025.04.15 04:07:53.466967 [ 5 ] {7dc8d9eb-a169-4196-85cc-52bff44ef36d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12374 | 2025.04.15 04:07:53.467016 [ 5 ] {7dc8d9eb-a169-4196-85cc-52bff44ef36d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12375 | 2025.04.15 04:07:53.467565 [ 5 ] {7dc8d9eb-a169-4196-85cc-52bff44ef36d} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12376 | 2025.04.15 04:07:53.467607 [ 5 ] {7dc8d9eb-a169-4196-85cc-52bff44ef36d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12377 | 2025.04.15 04:07:53.467965 [ 5 ] {7dc8d9eb-a169-4196-85cc-52bff44ef36d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 12378 | 2025.04.15 04:07:53.468207 [ 5 ] {7dc8d9eb-a169-4196-85cc-52bff44ef36d} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12379 | 2025.04.15 04:07:53.468468 [ 5 ] {7dc8d9eb-a169-4196-85cc-52bff44ef36d} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001522 sec., 6570.30223390276 rows/sec., 535.76 KiB/sec. | ||
| 12380 | 2025.04.15 04:07:53.468621 [ 5 ] {7dc8d9eb-a169-4196-85cc-52bff44ef36d} <Debug> TCPHandler: Processed in 0.00185762 sec. | ||
| 12381 | 2025.04.15 04:07:53.468813 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12382 | 2025.04.15 04:07:53.468919 [ 5 ] {fe54a439-41da-4bea-a548-7967d720f6b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12383 | 2025.04.15 04:07:53.468966 [ 5 ] {fe54a439-41da-4bea-a548-7967d720f6b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12384 | 2025.04.15 04:07:53.470416 [ 5 ] {fe54a439-41da-4bea-a548-7967d720f6b5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12385 | 2025.04.15 04:07:53.470455 [ 5 ] {fe54a439-41da-4bea-a548-7967d720f6b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12386 | 2025.04.15 04:07:53.470912 [ 5 ] {fe54a439-41da-4bea-a548-7967d720f6b5} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12387 | 2025.04.15 04:07:53.471160 [ 5 ] {fe54a439-41da-4bea-a548-7967d720f6b5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12388 | 2025.04.15 04:07:53.471376 [ 5 ] {fe54a439-41da-4bea-a548-7967d720f6b5} <Debug> executeQuery: Read 1778 rows, 147.90 KiB in 0.002478 sec., 717514.1242937853 rows/sec., 58.29 MiB/sec. | ||
| 12389 | 2025.04.15 04:07:53.471430 [ 5 ] {fe54a439-41da-4bea-a548-7967d720f6b5} <Debug> TCPHandler: Processed in 0.002681717 sec. | ||
| 12390 | 2025.04.15 04:07:53.471542 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12391 | 2025.04.15 04:07:53.471647 [ 5 ] {31be7bb4-2346-4ecd-9468-e1938a4fd708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12392 | 2025.04.15 04:07:53.471692 [ 5 ] {31be7bb4-2346-4ecd-9468-e1938a4fd708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12393 | 2025.04.15 04:07:53.472247 [ 5 ] {31be7bb4-2346-4ecd-9468-e1938a4fd708} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12394 | 2025.04.15 04:07:53.472287 [ 5 ] {31be7bb4-2346-4ecd-9468-e1938a4fd708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12395 | 2025.04.15 04:07:53.472632 [ 5 ] {31be7bb4-2346-4ecd-9468-e1938a4fd708} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12396 | 2025.04.15 04:07:53.472861 [ 5 ] {31be7bb4-2346-4ecd-9468-e1938a4fd708} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12397 | 2025.04.15 04:07:53.473043 [ 5 ] {31be7bb4-2346-4ecd-9468-e1938a4fd708} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.001417 sec., 87508.82145377558 rows/sec., 5.30 MiB/sec. | ||
| 12398 | 2025.04.15 04:07:53.473094 [ 5 ] {31be7bb4-2346-4ecd-9468-e1938a4fd708} <Debug> TCPHandler: Processed in 0.001601354 sec. | ||
| 12399 | 2025.04.15 04:07:53.473212 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12400 | 2025.04.15 04:07:53.473316 [ 5 ] {411df242-92d0-4388-9652-940abb726c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12401 | 2025.04.15 04:07:53.473360 [ 5 ] {411df242-92d0-4388-9652-940abb726c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12402 | 2025.04.15 04:07:53.474002 [ 5 ] {411df242-92d0-4388-9652-940abb726c6d} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12403 | 2025.04.15 04:07:53.474041 [ 5 ] {411df242-92d0-4388-9652-940abb726c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12404 | 2025.04.15 04:07:53.474396 [ 5 ] {411df242-92d0-4388-9652-940abb726c6d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12405 | 2025.04.15 04:07:53.474625 [ 5 ] {411df242-92d0-4388-9652-940abb726c6d} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12406 | 2025.04.15 04:07:53.474834 [ 5 ] {411df242-92d0-4388-9652-940abb726c6d} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001533 sec., 222439.66079582516 rows/sec., 14.84 MiB/sec. | ||
| 12407 | 2025.04.15 04:07:53.474899 [ 5 ] {411df242-92d0-4388-9652-940abb726c6d} <Debug> TCPHandler: Processed in 0.001729717 sec. | ||
| 12408 | 2025.04.15 04:07:53.475121 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12409 | 2025.04.15 04:07:53.475232 [ 5 ] {4148b5da-01d5-4b24-a52e-0b1ab7315305} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12410 | 2025.04.15 04:07:53.475280 [ 5 ] {4148b5da-01d5-4b24-a52e-0b1ab7315305} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12411 | 2025.04.15 04:07:53.475831 [ 5 ] {4148b5da-01d5-4b24-a52e-0b1ab7315305} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12412 | 2025.04.15 04:07:53.475870 [ 5 ] {4148b5da-01d5-4b24-a52e-0b1ab7315305} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12413 | 2025.04.15 04:07:53.476211 [ 5 ] {4148b5da-01d5-4b24-a52e-0b1ab7315305} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12414 | 2025.04.15 04:07:53.476488 [ 5 ] {4148b5da-01d5-4b24-a52e-0b1ab7315305} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12415 | 2025.04.15 04:07:53.476702 [ 5 ] {4148b5da-01d5-4b24-a52e-0b1ab7315305} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001491 sec., 75117.37089201878 rows/sec., 4.28 MiB/sec. | ||
| 12416 | 2025.04.15 04:07:53.476784 [ 5 ] {4148b5da-01d5-4b24-a52e-0b1ab7315305} <Debug> TCPHandler: Processed in 0.001744547 sec. | ||
| 12417 | 2025.04.15 04:07:53.476996 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12418 | 2025.04.15 04:07:53.477100 [ 5 ] {abe5933e-671d-43bb-be52-2c664f67f0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12419 | 2025.04.15 04:07:53.477147 [ 5 ] {abe5933e-671d-43bb-be52-2c664f67f0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12420 | 2025.04.15 04:07:53.477999 [ 5 ] {abe5933e-671d-43bb-be52-2c664f67f0ac} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12421 | 2025.04.15 04:07:53.478038 [ 5 ] {abe5933e-671d-43bb-be52-2c664f67f0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12422 | 2025.04.15 04:07:53.478418 [ 5 ] {abe5933e-671d-43bb-be52-2c664f67f0ac} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12423 | 2025.04.15 04:07:53.478653 [ 5 ] {abe5933e-671d-43bb-be52-2c664f67f0ac} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12424 | 2025.04.15 04:07:53.478854 [ 5 ] {abe5933e-671d-43bb-be52-2c664f67f0ac} <Debug> executeQuery: Read 856 rows, 63.33 KiB in 0.001777 sec., 481710.74845244794 rows/sec., 34.80 MiB/sec. | ||
| 12425 | 2025.04.15 04:07:53.478906 [ 5 ] {abe5933e-671d-43bb-be52-2c664f67f0ac} <Debug> TCPHandler: Processed in 0.001987363 sec. | ||
| 12426 | 2025.04.15 04:07:53.479020 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12427 | 2025.04.15 04:07:53.479125 [ 5 ] {2bdd7790-6a0e-4ab2-95b4-9c42e3ad8ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12428 | 2025.04.15 04:07:53.479173 [ 5 ] {2bdd7790-6a0e-4ab2-95b4-9c42e3ad8ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12429 | 2025.04.15 04:07:53.479585 [ 5 ] {2bdd7790-6a0e-4ab2-95b4-9c42e3ad8ed3} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12430 | 2025.04.15 04:07:53.479625 [ 5 ] {2bdd7790-6a0e-4ab2-95b4-9c42e3ad8ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12431 | 2025.04.15 04:07:53.479980 [ 5 ] {2bdd7790-6a0e-4ab2-95b4-9c42e3ad8ed3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12432 | 2025.04.15 04:07:53.480212 [ 5 ] {2bdd7790-6a0e-4ab2-95b4-9c42e3ad8ed3} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12433 | 2025.04.15 04:07:53.480411 [ 5 ] {2bdd7790-6a0e-4ab2-95b4-9c42e3ad8ed3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 239.84 KiB/sec. | ||
| 12434 | 2025.04.15 04:07:53.480459 [ 5 ] {2bdd7790-6a0e-4ab2-95b4-9c42e3ad8ed3} <Debug> TCPHandler: Processed in 0.001489642 sec. | ||
| 12435 | 2025.04.15 04:07:53.480569 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12436 | 2025.04.15 04:07:53.480675 [ 5 ] {4a3aac86-6905-4b7f-8a22-494e9815bf7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12437 | 2025.04.15 04:07:53.480722 [ 5 ] {4a3aac86-6905-4b7f-8a22-494e9815bf7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12438 | 2025.04.15 04:07:53.481408 [ 5 ] {4a3aac86-6905-4b7f-8a22-494e9815bf7d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12439 | 2025.04.15 04:07:53.481446 [ 5 ] {4a3aac86-6905-4b7f-8a22-494e9815bf7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12440 | 2025.04.15 04:07:53.481859 [ 5 ] {4a3aac86-6905-4b7f-8a22-494e9815bf7d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12441 | 2025.04.15 04:07:53.482096 [ 5 ] {4a3aac86-6905-4b7f-8a22-494e9815bf7d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12442 | 2025.04.15 04:07:53.482297 [ 5 ] {4a3aac86-6905-4b7f-8a22-494e9815bf7d} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.001644 sec., 583941.605839416 rows/sec., 38.80 MiB/sec. | ||
| 12443 | 2025.04.15 04:07:53.482348 [ 5 ] {4a3aac86-6905-4b7f-8a22-494e9815bf7d} <Debug> TCPHandler: Processed in 0.001828649 sec. | ||
| 12444 | 2025.04.15 04:07:53.482462 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12445 | 2025.04.15 04:07:53.482567 [ 5 ] {9f30d83d-e77a-4b6d-ab6f-aaf5711bde56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12446 | 2025.04.15 04:07:53.482614 [ 5 ] {9f30d83d-e77a-4b6d-ab6f-aaf5711bde56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12447 | 2025.04.15 04:07:53.483006 [ 5 ] {9f30d83d-e77a-4b6d-ab6f-aaf5711bde56} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12448 | 2025.04.15 04:07:53.483044 [ 5 ] {9f30d83d-e77a-4b6d-ab6f-aaf5711bde56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12449 | 2025.04.15 04:07:53.483381 [ 5 ] {9f30d83d-e77a-4b6d-ab6f-aaf5711bde56} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12450 | 2025.04.15 04:07:53.483609 [ 5 ] {9f30d83d-e77a-4b6d-ab6f-aaf5711bde56} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12451 | 2025.04.15 04:07:53.483801 [ 5 ] {9f30d83d-e77a-4b6d-ab6f-aaf5711bde56} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001255 sec., 796.8127490039841 rows/sec., 53.69 KiB/sec. | ||
| 12452 | 2025.04.15 04:07:53.483850 [ 5 ] {9f30d83d-e77a-4b6d-ab6f-aaf5711bde56} <Debug> TCPHandler: Processed in 0.001439601 sec. | ||
| 12453 | 2025.04.15 04:07:53.483961 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12454 | 2025.04.15 04:07:53.484066 [ 5 ] {46015bd9-f988-4494-946d-f3de6cdf42b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12455 | 2025.04.15 04:07:53.484132 [ 5 ] {46015bd9-f988-4494-946d-f3de6cdf42b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, 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.04.15 04:07:53.485127 [ 5 ] {46015bd9-f988-4494-946d-f3de6cdf42b8} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12457 | 2025.04.15 04:07:53.485166 [ 5 ] {46015bd9-f988-4494-946d-f3de6cdf42b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12458 | 2025.04.15 04:07:53.485762 [ 5 ] {46015bd9-f988-4494-946d-f3de6cdf42b8} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 12459 | 2025.04.15 04:07:53.486027 [ 5 ] {46015bd9-f988-4494-946d-f3de6cdf42b8} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12460 | 2025.04.15 04:07:53.486247 [ 5 ] {46015bd9-f988-4494-946d-f3de6cdf42b8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002202 sec., 3633.0608537693006 rows/sec., 6.51 MiB/sec. | ||
| 12461 | 2025.04.15 04:07:53.486336 [ 5 ] {46015bd9-f988-4494-946d-f3de6cdf42b8} <Debug> TCPHandler: Processed in 0.002426161 sec. | ||
| 12462 | 2025.04.15 04:07:53.486491 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12463 | 2025.04.15 04:07:53.486626 [ 5 ] {aa03b174-1fdd-4f34-b66e-43907f402fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12464 | 2025.04.15 04:07:53.486683 [ 5 ] {aa03b174-1fdd-4f34-b66e-43907f402fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12465 | 2025.04.15 04:07:53.487112 [ 5 ] {aa03b174-1fdd-4f34-b66e-43907f402fe6} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12466 | 2025.04.15 04:07:53.487151 [ 5 ] {aa03b174-1fdd-4f34-b66e-43907f402fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12467 | 2025.04.15 04:07:53.487510 [ 5 ] {aa03b174-1fdd-4f34-b66e-43907f402fe6} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12468 | 2025.04.15 04:07:53.487745 [ 5 ] {aa03b174-1fdd-4f34-b66e-43907f402fe6} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12469 | 2025.04.15 04:07:53.487964 [ 5 ] {aa03b174-1fdd-4f34-b66e-43907f402fe6} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001366 sec., 24890.190336749634 rows/sec., 1.44 MiB/sec. | ||
| 12470 | 2025.04.15 04:07:53.488014 [ 5 ] {aa03b174-1fdd-4f34-b66e-43907f402fe6} <Debug> TCPHandler: Processed in 0.001583584 sec. | ||
| 12471 | 2025.04.15 04:07:55.595275 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1774 | ||
| 12472 | 2025.04.15 04:07:55.599107 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12473 | 2025.04.15 04:07:55.599167 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12474 | 2025.04.15 04:07:55.600639 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12475 | 2025.04.15 04:07:55.600956 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12476 | 2025.04.15 04:07:55.602431 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1774 | ||
| 12477 | 2025.04.15 04:07:57.947538 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 12478 | 2025.04.15 04:07:57.948207 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12479 | 2025.04.15 04:07:57.948254 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12480 | 2025.04.15 04:07:57.948751 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12481 | 2025.04.15 04:07:57.948998 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12482 | 2025.04.15 04:07:57.949216 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 12483 | 2025.04.15 04:07:57.962876 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12484 | 2025.04.15 04:07:57.963080 [ 5 ] {2274cad5-3bab-4688-b94d-8c70a00312c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12485 | 2025.04.15 04:07:57.963157 [ 5 ] {2274cad5-3bab-4688-b94d-8c70a00312c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12486 | 2025.04.15 04:07:57.964101 [ 5 ] {2274cad5-3bab-4688-b94d-8c70a00312c2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12487 | 2025.04.15 04:07:57.964142 [ 5 ] {2274cad5-3bab-4688-b94d-8c70a00312c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12488 | 2025.04.15 04:07:57.964557 [ 5 ] {2274cad5-3bab-4688-b94d-8c70a00312c2} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12489 | 2025.04.15 04:07:57.964806 [ 5 ] {2274cad5-3bab-4688-b94d-8c70a00312c2} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12490 | 2025.04.15 04:07:57.965008 [ 5 ] {2274cad5-3bab-4688-b94d-8c70a00312c2} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001981 sec., 28268.551236749114 rows/sec., 2.17 MiB/sec. | ||
| 12491 | 2025.04.15 04:07:57.965062 [ 5 ] {2274cad5-3bab-4688-b94d-8c70a00312c2} <Debug> TCPHandler: Processed in 0.002322869 sec. | ||
| 12492 | 2025.04.15 04:07:57.965185 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12493 | 2025.04.15 04:07:57.965286 [ 5 ] {8add685d-4776-4e3e-b656-56d986f97008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12494 | 2025.04.15 04:07:57.965358 [ 5 ] {8add685d-4776-4e3e-b656-56d986f97008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12495 | 2025.04.15 04:07:57.965901 [ 5 ] {8add685d-4776-4e3e-b656-56d986f97008} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12496 | 2025.04.15 04:07:57.965943 [ 5 ] {8add685d-4776-4e3e-b656-56d986f97008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12497 | 2025.04.15 04:07:57.966312 [ 5 ] {8add685d-4776-4e3e-b656-56d986f97008} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12498 | 2025.04.15 04:07:57.966559 [ 5 ] {8add685d-4776-4e3e-b656-56d986f97008} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12499 | 2025.04.15 04:07:57.966752 [ 5 ] {8add685d-4776-4e3e-b656-56d986f97008} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00148 sec., 43243.24324324325 rows/sec., 3.38 MiB/sec. | ||
| 12500 | 2025.04.15 04:07:57.966802 [ 5 ] {8add685d-4776-4e3e-b656-56d986f97008} <Debug> TCPHandler: Processed in 0.001664725 sec. | ||
| 12501 | 2025.04.15 04:07:57.966918 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12502 | 2025.04.15 04:07:57.967020 [ 5 ] {c4660888-e4cf-4552-86ee-5ed996d4b019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12503 | 2025.04.15 04:07:57.967067 [ 5 ] {c4660888-e4cf-4552-86ee-5ed996d4b019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12504 | 2025.04.15 04:07:57.967574 [ 5 ] {c4660888-e4cf-4552-86ee-5ed996d4b019} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12505 | 2025.04.15 04:07:57.967614 [ 5 ] {c4660888-e4cf-4552-86ee-5ed996d4b019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12506 | 2025.04.15 04:07:57.967987 [ 5 ] {c4660888-e4cf-4552-86ee-5ed996d4b019} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12507 | 2025.04.15 04:07:57.968217 [ 5 ] {c4660888-e4cf-4552-86ee-5ed996d4b019} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12508 | 2025.04.15 04:07:57.968406 [ 5 ] {c4660888-e4cf-4552-86ee-5ed996d4b019} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001401 sec., 91363.31192005711 rows/sec., 6.36 MiB/sec. | ||
| 12509 | 2025.04.15 04:07:57.968494 [ 5 ] {c4660888-e4cf-4552-86ee-5ed996d4b019} <Debug> TCPHandler: Processed in 0.001622315 sec. | ||
| 12510 | 2025.04.15 04:07:57.968626 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12511 | 2025.04.15 04:07:57.968905 [ 5 ] {733c8de0-5d04-4c6c-917c-67dd5df948ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12512 | 2025.04.15 04:07:57.969054 [ 5 ] {733c8de0-5d04-4c6c-917c-67dd5df948ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12513 | 2025.04.15 04:07:57.969894 [ 5 ] {733c8de0-5d04-4c6c-917c-67dd5df948ee} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12514 | 2025.04.15 04:07:57.969934 [ 5 ] {733c8de0-5d04-4c6c-917c-67dd5df948ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12515 | 2025.04.15 04:07:57.970286 [ 5 ] {733c8de0-5d04-4c6c-917c-67dd5df948ee} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12516 | 2025.04.15 04:07:57.970513 [ 5 ] {733c8de0-5d04-4c6c-917c-67dd5df948ee} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12517 | 2025.04.15 04:07:57.970700 [ 5 ] {733c8de0-5d04-4c6c-917c-67dd5df948ee} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001905 sec., 25196.850393700788 rows/sec., 1.70 MiB/sec. | ||
| 12518 | 2025.04.15 04:07:57.970771 [ 5 ] {733c8de0-5d04-4c6c-917c-67dd5df948ee} <Debug> TCPHandler: Processed in 0.002193617 sec. | ||
| 12519 | 2025.04.15 04:07:59.844139 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 12520 | 2025.04.15 04:07:59.880220 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12521 | 2025.04.15 04:07:59.880331 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12522 | 2025.04.15 04:07:59.888817 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12523 | 2025.04.15 04:07:59.890032 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12524 | 2025.04.15 04:07:59.899825 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 12525 | 2025.04.15 04:08:02.965305 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12526 | 2025.04.15 04:08:02.965507 [ 5 ] {b4119062-6f2d-411e-b0f1-4feabd763a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12527 | 2025.04.15 04:08:02.965574 [ 5 ] {b4119062-6f2d-411e-b0f1-4feabd763a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12528 | 2025.04.15 04:08:02.966337 [ 5 ] {b4119062-6f2d-411e-b0f1-4feabd763a3f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12529 | 2025.04.15 04:08:02.966384 [ 5 ] {b4119062-6f2d-411e-b0f1-4feabd763a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12530 | 2025.04.15 04:08:02.966829 [ 5 ] {b4119062-6f2d-411e-b0f1-4feabd763a3f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12531 | 2025.04.15 04:08:02.967097 [ 5 ] {b4119062-6f2d-411e-b0f1-4feabd763a3f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12532 | 2025.04.15 04:08:02.967318 [ 5 ] {b4119062-6f2d-411e-b0f1-4feabd763a3f} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001857 sec., 64620.35541195477 rows/sec., 5.49 MiB/sec. | ||
| 12533 | 2025.04.15 04:08:02.967416 [ 5 ] {b4119062-6f2d-411e-b0f1-4feabd763a3f} <Debug> TCPHandler: Processed in 0.002227017 sec. | ||
| 12534 | 2025.04.15 04:08:02.967561 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12535 | 2025.04.15 04:08:02.967811 [ 5 ] {0750aba2-4e36-46fb-ac4e-25408b61e5e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12536 | 2025.04.15 04:08:02.967940 [ 5 ] {0750aba2-4e36-46fb-ac4e-25408b61e5e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12537 | 2025.04.15 04:08:02.968862 [ 5 ] {0750aba2-4e36-46fb-ac4e-25408b61e5e0} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12538 | 2025.04.15 04:08:02.968900 [ 5 ] {0750aba2-4e36-46fb-ac4e-25408b61e5e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12539 | 2025.04.15 04:08:02.969232 [ 5 ] {0750aba2-4e36-46fb-ac4e-25408b61e5e0} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12540 | 2025.04.15 04:08:02.969459 [ 5 ] {0750aba2-4e36-46fb-ac4e-25408b61e5e0} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12541 | 2025.04.15 04:08:02.969645 [ 5 ] {0750aba2-4e36-46fb-ac4e-25408b61e5e0} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001929 sec., 16588.90616899948 rows/sec., 1.22 MiB/sec. | ||
| 12542 | 2025.04.15 04:08:02.969695 [ 5 ] {0750aba2-4e36-46fb-ac4e-25408b61e5e0} <Debug> TCPHandler: Processed in 0.002185957 sec. | ||
| 12543 | 2025.04.15 04:08:02.969811 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12544 | 2025.04.15 04:08:02.969912 [ 5 ] {74c6eb48-3b9d-4782-8d35-026a197b2a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12545 | 2025.04.15 04:08:02.969955 [ 5 ] {74c6eb48-3b9d-4782-8d35-026a197b2a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12546 | 2025.04.15 04:08:02.970477 [ 5 ] {74c6eb48-3b9d-4782-8d35-026a197b2a47} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12547 | 2025.04.15 04:08:02.970515 [ 5 ] {74c6eb48-3b9d-4782-8d35-026a197b2a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12548 | 2025.04.15 04:08:02.970855 [ 5 ] {74c6eb48-3b9d-4782-8d35-026a197b2a47} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12549 | 2025.04.15 04:08:02.971080 [ 5 ] {74c6eb48-3b9d-4782-8d35-026a197b2a47} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12550 | 2025.04.15 04:08:02.971282 [ 5 ] {74c6eb48-3b9d-4782-8d35-026a197b2a47} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001386 sec., 69264.06926406926 rows/sec., 5.41 MiB/sec. | ||
| 12551 | 2025.04.15 04:08:02.971437 [ 5 ] {74c6eb48-3b9d-4782-8d35-026a197b2a47} <Debug> TCPHandler: Processed in 0.001672966 sec. | ||
| 12552 | 2025.04.15 04:08:02.971653 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12553 | 2025.04.15 04:08:02.972071 [ 5 ] {3b593021-b527-4179-a7fd-ce2e035ffb15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12554 | 2025.04.15 04:08:02.972319 [ 5 ] {3b593021-b527-4179-a7fd-ce2e035ffb15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12555 | 2025.04.15 04:08:02.974035 [ 5 ] {3b593021-b527-4179-a7fd-ce2e035ffb15} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12556 | 2025.04.15 04:08:02.974073 [ 5 ] {3b593021-b527-4179-a7fd-ce2e035ffb15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12557 | 2025.04.15 04:08:02.974446 [ 5 ] {3b593021-b527-4179-a7fd-ce2e035ffb15} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12558 | 2025.04.15 04:08:02.974678 [ 5 ] {3b593021-b527-4179-a7fd-ce2e035ffb15} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12559 | 2025.04.15 04:08:02.974881 [ 5 ] {3b593021-b527-4179-a7fd-ce2e035ffb15} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002977 sec., 53745.381256298286 rows/sec., 3.74 MiB/sec. | ||
| 12560 | 2025.04.15 04:08:02.974940 [ 5 ] {3b593021-b527-4179-a7fd-ce2e035ffb15} <Debug> TCPHandler: Processed in 0.003371102 sec. | ||
| 12561 | 2025.04.15 04:08:02.975054 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12562 | 2025.04.15 04:08:02.975155 [ 5 ] {b11c724d-5eab-4f05-bc4c-54493ef74b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12563 | 2025.04.15 04:08:02.975219 [ 5 ] {b11c724d-5eab-4f05-bc4c-54493ef74b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12564 | 2025.04.15 04:08:02.976266 [ 5 ] {b11c724d-5eab-4f05-bc4c-54493ef74b78} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12565 | 2025.04.15 04:08:02.976304 [ 5 ] {b11c724d-5eab-4f05-bc4c-54493ef74b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12566 | 2025.04.15 04:08:02.976913 [ 5 ] {b11c724d-5eab-4f05-bc4c-54493ef74b78} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12567 | 2025.04.15 04:08:02.977159 [ 5 ] {b11c724d-5eab-4f05-bc4c-54493ef74b78} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12568 | 2025.04.15 04:08:02.977379 [ 5 ] {b11c724d-5eab-4f05-bc4c-54493ef74b78} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002244 sec., 14260.249554367201 rows/sec., 25.55 MiB/sec. | ||
| 12569 | 2025.04.15 04:08:02.977480 [ 5 ] {b11c724d-5eab-4f05-bc4c-54493ef74b78} <Debug> TCPHandler: Processed in 0.002473863 sec. | ||
| 12570 | 2025.04.15 04:08:02.977585 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12571 | 2025.04.15 04:08:02.977684 [ 5 ] {74f66e4d-b25b-48c0-9de3-ac46e395e454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12572 | 2025.04.15 04:08:02.977729 [ 5 ] {74f66e4d-b25b-48c0-9de3-ac46e395e454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12573 | 2025.04.15 04:08:02.978134 [ 5 ] {74f66e4d-b25b-48c0-9de3-ac46e395e454} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12574 | 2025.04.15 04:08:02.978172 [ 5 ] {74f66e4d-b25b-48c0-9de3-ac46e395e454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12575 | 2025.04.15 04:08:02.978511 [ 5 ] {74f66e4d-b25b-48c0-9de3-ac46e395e454} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 12576 | 2025.04.15 04:08:02.978739 [ 5 ] {74f66e4d-b25b-48c0-9de3-ac46e395e454} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12577 | 2025.04.15 04:08:02.978943 [ 5 ] {74f66e4d-b25b-48c0-9de3-ac46e395e454} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00128 sec., 46874.99999999999 rows/sec., 3.16 MiB/sec. | ||
| 12578 | 2025.04.15 04:08:02.978991 [ 5 ] {74f66e4d-b25b-48c0-9de3-ac46e395e454} <Debug> TCPHandler: Processed in 0.001454411 sec. | ||
| 12579 | 2025.04.15 04:08:04.739272 [ 145 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 12580 | 2025.04.15 04:08:04.739373 [ 145 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12581 | 2025.04.15 04:08:04.739420 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12582 | 2025.04.15 04:08:04.739671 [ 200 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 12583 | 2025.04.15 04:08:04.739898 [ 200 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12584 | 2025.04.15 04:08:04.739934 [ 200 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 18 rows starting from the beginning of the part | ||
| 12585 | 2025.04.15 04:08:04.740013 [ 200 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
| 12586 | 2025.04.15 04:08:04.740223 [ 200 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 12587 | 2025.04.15 04:08:04.740432 [ 200 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
| 12588 | 2025.04.15 04:08:04.740557 [ 200 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part | ||
| 12589 | 2025.04.15 04:08:04.741568 [ 190 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002029623 sec., 17737.284214851723 rows/sec., 1.48 MiB/sec. | ||
| 12590 | 2025.04.15 04:08:04.741722 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 12591 | 2025.04.15 04:08:04.742020 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_25_6} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12592 | 2025.04.15 04:08:04.742100 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_25_6} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 12593 | 2025.04.15 04:08:04.742180 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12594 | 2025.04.15 04:08:05.203316 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12595 | 2025.04.15 04:08:05.203401 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12596 | 2025.04.15 04:08:05.449329 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 12597 | 2025.04.15 04:08:05.450083 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12598 | 2025.04.15 04:08:05.450135 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12599 | 2025.04.15 04:08:05.450645 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12600 | 2025.04.15 04:08:05.450881 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12601 | 2025.04.15 04:08:05.451141 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 12602 | 2025.04.15 04:08:05.602766 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1794 | ||
| 12603 | 2025.04.15 04:08:05.605933 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12604 | 2025.04.15 04:08:05.605985 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12605 | 2025.04.15 04:08:05.607461 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12606 | 2025.04.15 04:08:05.607787 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12607 | 2025.04.15 04:08:05.609300 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1794 | ||
| 12608 | 2025.04.15 04:08:06.882900 [ 143 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 5 parts from all_1_38_8 to all_42_42_0 | ||
| 12609 | 2025.04.15 04:08:06.883002 [ 143 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12610 | 2025.04.15 04:08:06.883042 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12611 | 2025.04.15 04:08:06.883229 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_42_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_8 to all_42_42_0 into Compact with storage Full | ||
| 12612 | 2025.04.15 04:08:06.883496 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_42_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12613 | 2025.04.15 04:08:06.883540 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_8, total 228 rows starting from the beginning of the part | ||
| 12614 | 2025.04.15 04:08:06.883624 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 12615 | 2025.04.15 04:08:06.883828 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 12616 | 2025.04.15 04:08:06.883945 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 12617 | 2025.04.15 04:08:06.884200 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_42_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 12618 | 2025.04.15 04:08:06.885320 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_42_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 252 rows, containing 4 columns (4 merged, 0 gathered) in 0.002168756 sec., 116195.64395441442 rows/sec., 5.93 MiB/sec. | ||
| 12619 | 2025.04.15 04:08:06.885531 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_42_9} <Trace> MergedBlockOutputStream: filled checksums all_1_42_9 (state Temporary) | ||
| 12620 | 2025.04.15 04:08:06.885918 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_42_9} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_42_9 to all_1_42_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12621 | 2025.04.15 04:08:06.886028 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_42_9} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 5 parts: [all_1_38_8, all_42_42_0] -> all_1_42_9 | ||
| 12622 | 2025.04.15 04:08:06.886141 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 12623 | 2025.04.15 04:08:07.399922 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 12624 | 2025.04.15 04:08:07.421450 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12625 | 2025.04.15 04:08:07.421515 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12626 | 2025.04.15 04:08:07.428677 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 12627 | 2025.04.15 04:08:07.429460 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12628 | 2025.04.15 04:08:07.432212 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 12629 | 2025.04.15 04:08:07.970340 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12630 | 2025.04.15 04:08:07.970640 [ 5 ] {94005bdf-8fba-4a62-a70d-844b6a0a070c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12631 | 2025.04.15 04:08:07.970754 [ 5 ] {94005bdf-8fba-4a62-a70d-844b6a0a070c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12632 | 2025.04.15 04:08:07.971782 [ 5 ] {94005bdf-8fba-4a62-a70d-844b6a0a070c} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12633 | 2025.04.15 04:08:07.971825 [ 5 ] {94005bdf-8fba-4a62-a70d-844b6a0a070c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12634 | 2025.04.15 04:08:07.972271 [ 5 ] {94005bdf-8fba-4a62-a70d-844b6a0a070c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12635 | 2025.04.15 04:08:07.972551 [ 5 ] {94005bdf-8fba-4a62-a70d-844b6a0a070c} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12636 | 2025.04.15 04:08:07.972745 [ 5 ] {94005bdf-8fba-4a62-a70d-844b6a0a070c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00219 sec., 96803.65296803652 rows/sec., 6.16 MiB/sec. | ||
| 12637 | 2025.04.15 04:08:07.972808 [ 5 ] {94005bdf-8fba-4a62-a70d-844b6a0a070c} <Debug> TCPHandler: Processed in 0.002647886 sec. | ||
| 12638 | 2025.04.15 04:08:07.972932 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12639 | 2025.04.15 04:08:07.973044 [ 5 ] {a261816d-fa62-46af-9781-8ffb946a01a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12640 | 2025.04.15 04:08:07.973092 [ 5 ] {a261816d-fa62-46af-9781-8ffb946a01a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12641 | 2025.04.15 04:08:07.973835 [ 5 ] {a261816d-fa62-46af-9781-8ffb946a01a8} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12642 | 2025.04.15 04:08:07.973872 [ 5 ] {a261816d-fa62-46af-9781-8ffb946a01a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12643 | 2025.04.15 04:08:07.974328 [ 5 ] {a261816d-fa62-46af-9781-8ffb946a01a8} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12644 | 2025.04.15 04:08:07.974868 [ 5 ] {a261816d-fa62-46af-9781-8ffb946a01a8} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12645 | 2025.04.15 04:08:07.975013 [ 141 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12646 | 2025.04.15 04:08:07.975054 [ 5 ] {a261816d-fa62-46af-9781-8ffb946a01a8} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.002037 sec., 310751.10456553753 rows/sec., 24.44 MiB/sec. | ||
| 12647 | 2025.04.15 04:08:07.975067 [ 141 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12648 | 2025.04.15 04:08:07.975107 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12649 | 2025.04.15 04:08:07.975129 [ 5 ] {a261816d-fa62-46af-9781-8ffb946a01a8} <Debug> TCPHandler: Processed in 0.002248728 sec. | ||
| 12650 | 2025.04.15 04:08:07.975255 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 12651 | 2025.04.15 04:08:07.975267 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12652 | 2025.04.15 04:08:07.975384 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12653 | 2025.04.15 04:08:07.975407 [ 5 ] {76ff9f1c-159f-41b9-b115-5066353b8174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12654 | 2025.04.15 04:08:07.975421 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1847 rows starting from the beginning of the part | ||
| 12655 | 2025.04.15 04:08:07.975462 [ 5 ] {76ff9f1c-159f-41b9-b115-5066353b8174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12656 | 2025.04.15 04:08:07.975572 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 120 rows starting from the beginning of the part | ||
| 12657 | 2025.04.15 04:08:07.975988 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1778 rows starting from the beginning of the part | ||
| 12658 | 2025.04.15 04:08:07.976366 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 12659 | 2025.04.15 04:08:07.976699 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 120 rows starting from the beginning of the part | ||
| 12660 | 2025.04.15 04:08:07.977066 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 633 rows starting from the beginning of the part | ||
| 12661 | 2025.04.15 04:08:07.977983 [ 5 ] {76ff9f1c-159f-41b9-b115-5066353b8174} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12662 | 2025.04.15 04:08:07.978027 [ 5 ] {76ff9f1c-159f-41b9-b115-5066353b8174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12663 | 2025.04.15 04:08:07.978583 [ 5 ] {76ff9f1c-159f-41b9-b115-5066353b8174} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12664 | 2025.04.15 04:08:07.978878 [ 5 ] {76ff9f1c-159f-41b9-b115-5066353b8174} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12665 | 2025.04.15 04:08:07.979052 [ 5 ] {76ff9f1c-159f-41b9-b115-5066353b8174} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.003679 sec., 30986.681163359608 rows/sec., 1.85 MiB/sec. | ||
| 12666 | 2025.04.15 04:08:07.979122 [ 5 ] {76ff9f1c-159f-41b9-b115-5066353b8174} <Debug> TCPHandler: Processed in 0.003913713 sec. | ||
| 12667 | 2025.04.15 04:08:07.979237 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12668 | 2025.04.15 04:08:07.979362 [ 5 ] {c8192987-6481-4586-83ed-c91494c675b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12669 | 2025.04.15 04:08:07.979431 [ 5 ] {c8192987-6481-4586-83ed-c91494c675b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12670 | 2025.04.15 04:08:07.979633 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4554 rows, containing 5 columns (5 merged, 0 gathered) in 0.004449955 sec., 1023381.1353148514 rows/sec., 86.97 MiB/sec. | ||
| 12671 | 2025.04.15 04:08:07.980017 [ 200 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12672 | 2025.04.15 04:08:07.980425 [ 5 ] {c8192987-6481-4586-83ed-c91494c675b7} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12673 | 2025.04.15 04:08:07.980489 [ 5 ] {c8192987-6481-4586-83ed-c91494c675b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12674 | 2025.04.15 04:08:07.980674 [ 200 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_101_20} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12675 | 2025.04.15 04:08:07.980873 [ 200 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_101_20} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12676 | 2025.04.15 04:08:07.981049 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 12677 | 2025.04.15 04:08:07.981157 [ 5 ] {c8192987-6481-4586-83ed-c91494c675b7} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12678 | 2025.04.15 04:08:07.981410 [ 5 ] {c8192987-6481-4586-83ed-c91494c675b7} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12679 | 2025.04.15 04:08:07.981588 [ 5 ] {c8192987-6481-4586-83ed-c91494c675b7} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002267 sec., 49845.61093956771 rows/sec., 3.23 MiB/sec. | ||
| 12680 | 2025.04.15 04:08:07.981645 [ 5 ] {c8192987-6481-4586-83ed-c91494c675b7} <Debug> TCPHandler: Processed in 0.002459693 sec. | ||
| 12681 | 2025.04.15 04:08:07.981762 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12682 | 2025.04.15 04:08:07.981868 [ 5 ] {3a6e8cd9-20c4-4bf8-9fba-8df2b5cf5d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12683 | 2025.04.15 04:08:07.981914 [ 5 ] {3a6e8cd9-20c4-4bf8-9fba-8df2b5cf5d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12684 | 2025.04.15 04:08:07.982447 [ 5 ] {3a6e8cd9-20c4-4bf8-9fba-8df2b5cf5d3f} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12685 | 2025.04.15 04:08:07.982485 [ 5 ] {3a6e8cd9-20c4-4bf8-9fba-8df2b5cf5d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12686 | 2025.04.15 04:08:07.982843 [ 5 ] {3a6e8cd9-20c4-4bf8-9fba-8df2b5cf5d3f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12687 | 2025.04.15 04:08:07.983084 [ 5 ] {3a6e8cd9-20c4-4bf8-9fba-8df2b5cf5d3f} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12688 | 2025.04.15 04:08:07.983265 [ 5 ] {3a6e8cd9-20c4-4bf8-9fba-8df2b5cf5d3f} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001417 sec., 79040.22582921665 rows/sec., 4.50 MiB/sec. | ||
| 12689 | 2025.04.15 04:08:07.983350 [ 5 ] {3a6e8cd9-20c4-4bf8-9fba-8df2b5cf5d3f} <Debug> TCPHandler: Processed in 0.001640475 sec. | ||
| 12690 | 2025.04.15 04:08:07.983498 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12691 | 2025.04.15 04:08:07.983602 [ 5 ] {1a4791f3-e360-4e7e-acf7-d19ddfa18dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12692 | 2025.04.15 04:08:07.983646 [ 5 ] {1a4791f3-e360-4e7e-acf7-d19ddfa18dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12693 | 2025.04.15 04:08:07.984260 [ 5 ] {1a4791f3-e360-4e7e-acf7-d19ddfa18dcf} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12694 | 2025.04.15 04:08:07.984297 [ 5 ] {1a4791f3-e360-4e7e-acf7-d19ddfa18dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12695 | 2025.04.15 04:08:07.984663 [ 5 ] {1a4791f3-e360-4e7e-acf7-d19ddfa18dcf} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12696 | 2025.04.15 04:08:07.984912 [ 5 ] {1a4791f3-e360-4e7e-acf7-d19ddfa18dcf} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12697 | 2025.04.15 04:08:07.985044 [ 141 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12698 | 2025.04.15 04:08:07.985081 [ 141 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12699 | 2025.04.15 04:08:07.985086 [ 5 ] {1a4791f3-e360-4e7e-acf7-d19ddfa18dcf} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001503 sec., 259481.0379241517 rows/sec., 18.34 MiB/sec. | ||
| 12700 | 2025.04.15 04:08:07.985101 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12701 | 2025.04.15 04:08:07.985222 [ 5 ] {1a4791f3-e360-4e7e-acf7-d19ddfa18dcf} <Debug> TCPHandler: Processed in 0.001776088 sec. | ||
| 12702 | 2025.04.15 04:08:07.985390 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 12703 | 2025.04.15 04:08:07.985466 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12704 | 2025.04.15 04:08:07.985801 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12705 | 2025.04.15 04:08:07.985839 [ 5 ] {17a3c8ee-cf99-447c-b3cb-94a71d2117fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12706 | 2025.04.15 04:08:07.985924 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 914 rows starting from the beginning of the part | ||
| 12707 | 2025.04.15 04:08:07.986045 [ 5 ] {17a3c8ee-cf99-447c-b3cb-94a71d2117fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12708 | 2025.04.15 04:08:07.986335 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 96 rows starting from the beginning of the part | ||
| 12709 | 2025.04.15 04:08:07.986732 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 856 rows starting from the beginning of the part | ||
| 12710 | 2025.04.15 04:08:07.987146 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 12711 | 2025.04.15 04:08:07.987594 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 96 rows starting from the beginning of the part | ||
| 12712 | 2025.04.15 04:08:07.988044 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 390 rows starting from the beginning of the part | ||
| 12713 | 2025.04.15 04:08:07.989875 [ 5 ] {17a3c8ee-cf99-447c-b3cb-94a71d2117fd} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12714 | 2025.04.15 04:08:07.989973 [ 5 ] {17a3c8ee-cf99-447c-b3cb-94a71d2117fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12715 | 2025.04.15 04:08:07.990901 [ 5 ] {17a3c8ee-cf99-447c-b3cb-94a71d2117fd} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 12716 | 2025.04.15 04:08:07.991396 [ 5 ] {17a3c8ee-cf99-447c-b3cb-94a71d2117fd} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12717 | 2025.04.15 04:08:07.991670 [ 5 ] {17a3c8ee-cf99-447c-b3cb-94a71d2117fd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005965 sec., 1005.8675607711651 rows/sec., 52.55 KiB/sec. | ||
| 12718 | 2025.04.15 04:08:07.991907 [ 5 ] {17a3c8ee-cf99-447c-b3cb-94a71d2117fd} <Debug> TCPHandler: Processed in 0.006492119 sec. | ||
| 12719 | 2025.04.15 04:08:07.992310 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12720 | 2025.04.15 04:08:07.992746 [ 5 ] {39ab7d38-bd3f-466d-98ad-9b13f56d2b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12721 | 2025.04.15 04:08:07.992828 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.007630742 sec., 316614.0330783035 rows/sec., 24.25 MiB/sec. | ||
| 12722 | 2025.04.15 04:08:07.992955 [ 5 ] {39ab7d38-bd3f-466d-98ad-9b13f56d2b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12723 | 2025.04.15 04:08:07.993165 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12724 | 2025.04.15 04:08:07.993788 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_101_20} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12725 | 2025.04.15 04:08:07.994014 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_101_20} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12726 | 2025.04.15 04:08:07.994195 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 12727 | 2025.04.15 04:08:07.994276 [ 5 ] {39ab7d38-bd3f-466d-98ad-9b13f56d2b81} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12728 | 2025.04.15 04:08:07.994319 [ 5 ] {39ab7d38-bd3f-466d-98ad-9b13f56d2b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12729 | 2025.04.15 04:08:07.994734 [ 5 ] {39ab7d38-bd3f-466d-98ad-9b13f56d2b81} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12730 | 2025.04.15 04:08:07.994980 [ 5 ] {39ab7d38-bd3f-466d-98ad-9b13f56d2b81} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12731 | 2025.04.15 04:08:07.995167 [ 140 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12732 | 2025.04.15 04:08:07.995185 [ 5 ] {39ab7d38-bd3f-466d-98ad-9b13f56d2b81} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002628 sec., 90182.64840182647 rows/sec., 6.04 MiB/sec. | ||
| 12733 | 2025.04.15 04:08:07.995222 [ 140 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12734 | 2025.04.15 04:08:07.995295 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12735 | 2025.04.15 04:08:07.995314 [ 5 ] {39ab7d38-bd3f-466d-98ad-9b13f56d2b81} <Debug> TCPHandler: Processed in 0.003146278 sec. | ||
| 12736 | 2025.04.15 04:08:07.995567 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 12737 | 2025.04.15 04:08:07.995601 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12738 | 2025.04.15 04:08:07.995918 [ 5 ] {edd428a1-9678-4d1b-bd92-5475073bc4fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12739 | 2025.04.15 04:08:07.995920 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12740 | 2025.04.15 04:08:07.996045 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 28693 rows starting from the beginning of the part | ||
| 12741 | 2025.04.15 04:08:07.996110 [ 5 ] {edd428a1-9678-4d1b-bd92-5475073bc4fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12742 | 2025.04.15 04:08:07.996387 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 12743 | 2025.04.15 04:08:07.996772 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 960 rows starting from the beginning of the part | ||
| 12744 | 2025.04.15 04:08:07.997310 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 128 rows starting from the beginning of the part | ||
| 12745 | 2025.04.15 04:08:07.997800 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 12746 | 2025.04.15 04:08:07.998171 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 12747 | 2025.04.15 04:08:07.999663 [ 5 ] {edd428a1-9678-4d1b-bd92-5475073bc4fd} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12748 | 2025.04.15 04:08:07.999781 [ 5 ] {edd428a1-9678-4d1b-bd92-5475073bc4fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12749 | 2025.04.15 04:08:08.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.79 MiB, peak 255.30 MiB, free memory in arenas 0.00 B, will set to 248.39 MiB (RSS), difference: -4.40 MiB | ||
| 12750 | 2025.04.15 04:08:08.001340 [ 5 ] {edd428a1-9678-4d1b-bd92-5475073bc4fd} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12751 | 2025.04.15 04:08:08.001962 [ 5 ] {edd428a1-9678-4d1b-bd92-5475073bc4fd} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12752 | 2025.04.15 04:08:08.002465 [ 5 ] {edd428a1-9678-4d1b-bd92-5475073bc4fd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00669 sec., 149.47683109118088 rows/sec., 10.07 KiB/sec. | ||
| 12753 | 2025.04.15 04:08:08.002605 [ 5 ] {edd428a1-9678-4d1b-bd92-5475073bc4fd} <Debug> TCPHandler: Processed in 0.007080631 sec. | ||
| 12754 | 2025.04.15 04:08:08.002901 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12755 | 2025.04.15 04:08:08.003013 [ 5 ] {e5c46007-42ad-4b22-a85a-4516ca195908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12756 | 2025.04.15 04:08:08.003089 [ 5 ] {e5c46007-42ad-4b22-a85a-4516ca195908} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12757 | 2025.04.15 04:08:08.004452 [ 5 ] {e5c46007-42ad-4b22-a85a-4516ca195908} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12758 | 2025.04.15 04:08:08.004495 [ 5 ] {e5c46007-42ad-4b22-a85a-4516ca195908} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12759 | 2025.04.15 04:08:08.005297 [ 5 ] {e5c46007-42ad-4b22-a85a-4516ca195908} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12760 | 2025.04.15 04:08:08.005641 [ 5 ] {e5c46007-42ad-4b22-a85a-4516ca195908} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12761 | 2025.04.15 04:08:08.006031 [ 5 ] {e5c46007-42ad-4b22-a85a-4516ca195908} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00304 sec., 2631.578947368421 rows/sec., 4.72 MiB/sec. | ||
| 12762 | 2025.04.15 04:08:08.006636 [ 5 ] {e5c46007-42ad-4b22-a85a-4516ca195908} <Debug> TCPHandler: Processed in 0.003817921 sec. | ||
| 12763 | 2025.04.15 04:08:08.007067 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12764 | 2025.04.15 04:08:08.007184 [ 5 ] {0b490e1d-067e-40e4-a4b9-6fd52f5ed865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12765 | 2025.04.15 04:08:08.007259 [ 5 ] {0b490e1d-067e-40e4-a4b9-6fd52f5ed865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12766 | 2025.04.15 04:08:08.008108 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30338 rows, containing 5 columns (5 merged, 0 gathered) in 0.012723612 sec., 2384385.817486418 rows/sec., 160.93 MiB/sec. | ||
| 12767 | 2025.04.15 04:08:08.008222 [ 5 ] {0b490e1d-067e-40e4-a4b9-6fd52f5ed865} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12768 | 2025.04.15 04:08:08.008268 [ 5 ] {0b490e1d-067e-40e4-a4b9-6fd52f5ed865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12769 | 2025.04.15 04:08:08.008587 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12770 | 2025.04.15 04:08:08.008876 [ 5 ] {0b490e1d-067e-40e4-a4b9-6fd52f5ed865} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 12771 | 2025.04.15 04:08:08.009150 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12772 | 2025.04.15 04:08:08.009302 [ 5 ] {0b490e1d-067e-40e4-a4b9-6fd52f5ed865} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12773 | 2025.04.15 04:08:08.009315 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12774 | 2025.04.15 04:08:08.009479 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 12775 | 2025.04.15 04:08:08.009589 [ 140 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 12776 | 2025.04.15 04:08:08.009655 [ 140 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12777 | 2025.04.15 04:08:08.009694 [ 5 ] {0b490e1d-067e-40e4-a4b9-6fd52f5ed865} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002525 sec., 32475.247524752478 rows/sec., 2.06 MiB/sec. | ||
| 12778 | 2025.04.15 04:08:08.009702 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12779 | 2025.04.15 04:08:08.009847 [ 5 ] {0b490e1d-067e-40e4-a4b9-6fd52f5ed865} <Debug> TCPHandler: Processed in 0.002869671 sec. | ||
| 12780 | 2025.04.15 04:08:08.009905 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 12781 | 2025.04.15 04:08:08.010005 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12782 | 2025.04.15 04:08:08.010035 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5750 rows starting from the beginning of the part | ||
| 12783 | 2025.04.15 04:08:08.010091 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 12784 | 2025.04.15 04:08:08.010247 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 34 rows starting from the beginning of the part | ||
| 12785 | 2025.04.15 04:08:08.010395 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 48 rows starting from the beginning of the part | ||
| 12786 | 2025.04.15 04:08:08.010470 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 12787 | 2025.04.15 04:08:08.010720 [ 201 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 12788 | 2025.04.15 04:08:08.012783 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6034 rows, containing 4 columns (4 merged, 0 gathered) in 0.002951374 sec., 2044471.4902279412 rows/sec., 133.10 MiB/sec. | ||
| 12789 | 2025.04.15 04:08:08.013362 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 12790 | 2025.04.15 04:08:08.013725 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_101_20} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12791 | 2025.04.15 04:08:08.013823 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_101_20} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 12792 | 2025.04.15 04:08:08.013930 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
| 12793 | 2025.04.15 04:08:09.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.44 MiB, peak 255.30 MiB, free memory in arenas 0.00 B, will set to 248.46 MiB (RSS), difference: 3.03 MiB | ||
| 12794 | 2025.04.15 04:08:12.951249 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 12795 | 2025.04.15 04:08:12.951972 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12796 | 2025.04.15 04:08:12.952021 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12797 | 2025.04.15 04:08:12.952596 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12798 | 2025.04.15 04:08:12.952848 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12799 | 2025.04.15 04:08:12.953033 [ 136 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12800 | 2025.04.15 04:08:12.953045 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 12801 | 2025.04.15 04:08:12.953082 [ 136 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12802 | 2025.04.15 04:08:12.953108 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12803 | 2025.04.15 04:08:12.953277 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 12804 | 2025.04.15 04:08:12.953507 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12805 | 2025.04.15 04:08:12.953576 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 12806 | 2025.04.15 04:08:12.953659 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 12807 | 2025.04.15 04:08:12.953764 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 12808 | 2025.04.15 04:08:12.954050 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 12809 | 2025.04.15 04:08:12.954356 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 12810 | 2025.04.15 04:08:12.954435 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 12811 | 2025.04.15 04:08:12.957065 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.003872682 sec., 7214121.892786446 rows/sec., 103.20 MiB/sec. | ||
| 12812 | 2025.04.15 04:08:12.957472 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12813 | 2025.04.15 04:08:12.957799 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_61_12} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12814 | 2025.04.15 04:08:12.957892 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_61_12} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12815 | 2025.04.15 04:08:12.958007 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. | ||
| 12816 | 2025.04.15 04:08:12.965450 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12817 | 2025.04.15 04:08:12.965621 [ 5 ] {11dbfd65-d961-4a77-9115-6b46bdcf2627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12818 | 2025.04.15 04:08:12.965694 [ 5 ] {11dbfd65-d961-4a77-9115-6b46bdcf2627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12819 | 2025.04.15 04:08:12.966478 [ 5 ] {11dbfd65-d961-4a77-9115-6b46bdcf2627} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12820 | 2025.04.15 04:08:12.966520 [ 5 ] {11dbfd65-d961-4a77-9115-6b46bdcf2627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12821 | 2025.04.15 04:08:12.966889 [ 5 ] {11dbfd65-d961-4a77-9115-6b46bdcf2627} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 12822 | 2025.04.15 04:08:12.967132 [ 5 ] {11dbfd65-d961-4a77-9115-6b46bdcf2627} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12823 | 2025.04.15 04:08:12.967357 [ 5 ] {11dbfd65-d961-4a77-9115-6b46bdcf2627} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001783 sec., 1121.7049915872126 rows/sec., 91.47 KiB/sec. | ||
| 12824 | 2025.04.15 04:08:12.967423 [ 5 ] {11dbfd65-d961-4a77-9115-6b46bdcf2627} <Debug> TCPHandler: Processed in 0.002088505 sec. | ||
| 12825 | 2025.04.15 04:08:12.967563 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12826 | 2025.04.15 04:08:12.967660 [ 5 ] {fb25f95e-44df-42b4-a6d5-a509ba026ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12827 | 2025.04.15 04:08:12.967702 [ 5 ] {fb25f95e-44df-42b4-a6d5-a509ba026ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12828 | 2025.04.15 04:08:12.968245 [ 5 ] {fb25f95e-44df-42b4-a6d5-a509ba026ceb} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12829 | 2025.04.15 04:08:12.968282 [ 5 ] {fb25f95e-44df-42b4-a6d5-a509ba026ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12830 | 2025.04.15 04:08:12.968639 [ 5 ] {fb25f95e-44df-42b4-a6d5-a509ba026ceb} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12831 | 2025.04.15 04:08:12.968899 [ 5 ] {fb25f95e-44df-42b4-a6d5-a509ba026ceb} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12832 | 2025.04.15 04:08:12.969098 [ 5 ] {fb25f95e-44df-42b4-a6d5-a509ba026ceb} <Debug> executeQuery: Read 121 rows, 10.51 KiB in 0.001457 sec., 83047.35758407688 rows/sec., 7.05 MiB/sec. | ||
| 12833 | 2025.04.15 04:08:12.969152 [ 5 ] {fb25f95e-44df-42b4-a6d5-a509ba026ceb} <Debug> TCPHandler: Processed in 0.001644595 sec. | ||
| 12834 | 2025.04.15 04:08:12.969274 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12835 | 2025.04.15 04:08:12.969431 [ 5 ] {e4f67815-7a31-46c3-9ae9-1422ff54445c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12836 | 2025.04.15 04:08:12.969482 [ 5 ] {e4f67815-7a31-46c3-9ae9-1422ff54445c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12837 | 2025.04.15 04:08:12.970012 [ 5 ] {e4f67815-7a31-46c3-9ae9-1422ff54445c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12838 | 2025.04.15 04:08:12.970050 [ 5 ] {e4f67815-7a31-46c3-9ae9-1422ff54445c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12839 | 2025.04.15 04:08:12.970385 [ 5 ] {e4f67815-7a31-46c3-9ae9-1422ff54445c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12840 | 2025.04.15 04:08:12.970626 [ 5 ] {e4f67815-7a31-46c3-9ae9-1422ff54445c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12841 | 2025.04.15 04:08:12.970838 [ 5 ] {e4f67815-7a31-46c3-9ae9-1422ff54445c} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.001451 sec., 23432.11578221916 rows/sec., 1.71 MiB/sec. | ||
| 12842 | 2025.04.15 04:08:12.970888 [ 5 ] {e4f67815-7a31-46c3-9ae9-1422ff54445c} <Debug> TCPHandler: Processed in 0.001670526 sec. | ||
| 12843 | 2025.04.15 04:08:12.970999 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12844 | 2025.04.15 04:08:12.971101 [ 5 ] {7cac86ff-02af-441d-b4cd-b66a3688711b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12845 | 2025.04.15 04:08:12.971144 [ 5 ] {7cac86ff-02af-441d-b4cd-b66a3688711b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12846 | 2025.04.15 04:08:12.971661 [ 5 ] {7cac86ff-02af-441d-b4cd-b66a3688711b} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12847 | 2025.04.15 04:08:12.971699 [ 5 ] {7cac86ff-02af-441d-b4cd-b66a3688711b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12848 | 2025.04.15 04:08:12.972046 [ 5 ] {7cac86ff-02af-441d-b4cd-b66a3688711b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12849 | 2025.04.15 04:08:12.972277 [ 5 ] {7cac86ff-02af-441d-b4cd-b66a3688711b} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12850 | 2025.04.15 04:08:12.972481 [ 5 ] {7cac86ff-02af-441d-b4cd-b66a3688711b} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.0014 sec., 70000 rows/sec., 5.47 MiB/sec. | ||
| 12851 | 2025.04.15 04:08:12.972532 [ 5 ] {7cac86ff-02af-441d-b4cd-b66a3688711b} <Debug> TCPHandler: Processed in 0.001581884 sec. | ||
| 12852 | 2025.04.15 04:08:12.972653 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12853 | 2025.04.15 04:08:12.972817 [ 5 ] {f42dd579-38ab-4b23-a0ff-249b4f0b03e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12854 | 2025.04.15 04:08:12.972885 [ 5 ] {f42dd579-38ab-4b23-a0ff-249b4f0b03e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12855 | 2025.04.15 04:08:12.973374 [ 5 ] {f42dd579-38ab-4b23-a0ff-249b4f0b03e3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12856 | 2025.04.15 04:08:12.973411 [ 5 ] {f42dd579-38ab-4b23-a0ff-249b4f0b03e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12857 | 2025.04.15 04:08:12.973777 [ 5 ] {f42dd579-38ab-4b23-a0ff-249b4f0b03e3} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12858 | 2025.04.15 04:08:12.974010 [ 5 ] {f42dd579-38ab-4b23-a0ff-249b4f0b03e3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12859 | 2025.04.15 04:08:12.974200 [ 5 ] {f42dd579-38ab-4b23-a0ff-249b4f0b03e3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001431 sec., 112508.73515024458 rows/sec., 7.84 MiB/sec. | ||
| 12860 | 2025.04.15 04:08:12.974249 [ 5 ] {f42dd579-38ab-4b23-a0ff-249b4f0b03e3} <Debug> TCPHandler: Processed in 0.001650965 sec. | ||
| 12861 | 2025.04.15 04:08:12.974355 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12862 | 2025.04.15 04:08:12.974457 [ 5 ] {b8bcb3df-138e-448b-8a7a-a74f1ff019e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12863 | 2025.04.15 04:08:12.974520 [ 5 ] {b8bcb3df-138e-448b-8a7a-a74f1ff019e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 12864 | 2025.04.15 04:08:12.975544 [ 5 ] {b8bcb3df-138e-448b-8a7a-a74f1ff019e2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12865 | 2025.04.15 04:08:12.975582 [ 5 ] {b8bcb3df-138e-448b-8a7a-a74f1ff019e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12866 | 2025.04.15 04:08:12.976196 [ 5 ] {b8bcb3df-138e-448b-8a7a-a74f1ff019e2} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12867 | 2025.04.15 04:08:12.976452 [ 5 ] {b8bcb3df-138e-448b-8a7a-a74f1ff019e2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12868 | 2025.04.15 04:08:12.976695 [ 5 ] {b8bcb3df-138e-448b-8a7a-a74f1ff019e2} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002259 sec., 14165.559982293049 rows/sec., 25.38 MiB/sec. | ||
| 12869 | 2025.04.15 04:08:12.976929 [ 5 ] {b8bcb3df-138e-448b-8a7a-a74f1ff019e2} <Debug> TCPHandler: Processed in 0.002621725 sec. | ||
| 12870 | 2025.04.15 04:08:12.977123 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12871 | 2025.04.15 04:08:12.977232 [ 5 ] {498e434c-b6f1-44e4-a797-29bc232be6ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12872 | 2025.04.15 04:08:12.977278 [ 5 ] {498e434c-b6f1-44e4-a797-29bc232be6ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12873 | 2025.04.15 04:08:12.977708 [ 5 ] {498e434c-b6f1-44e4-a797-29bc232be6ef} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12874 | 2025.04.15 04:08:12.977744 [ 5 ] {498e434c-b6f1-44e4-a797-29bc232be6ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12875 | 2025.04.15 04:08:12.978086 [ 5 ] {498e434c-b6f1-44e4-a797-29bc232be6ef} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 12876 | 2025.04.15 04:08:12.978311 [ 5 ] {498e434c-b6f1-44e4-a797-29bc232be6ef} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12877 | 2025.04.15 04:08:12.978508 [ 5 ] {498e434c-b6f1-44e4-a797-29bc232be6ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001297 sec., 46260.601387818046 rows/sec., 3.12 MiB/sec. | ||
| 12878 | 2025.04.15 04:08:12.978554 [ 5 ] {498e434c-b6f1-44e4-a797-29bc232be6ef} <Debug> TCPHandler: Processed in 0.001493712 sec. | ||
| 12879 | 2025.04.15 04:08:14.932267 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 12880 | 2025.04.15 04:08:14.953737 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12881 | 2025.04.15 04:08:14.953800 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12882 | 2025.04.15 04:08:14.961658 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12883 | 2025.04.15 04:08:14.962745 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12884 | 2025.04.15 04:08:14.963194 [ 134 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12885 | 2025.04.15 04:08:14.963342 [ 134 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12886 | 2025.04.15 04:08:14.963412 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12887 | 2025.04.15 04:08:14.963835 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 12888 | 2025.04.15 04:08:14.975524 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 12889 | 2025.04.15 04:08:14.976640 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12890 | 2025.04.15 04:08:14.977527 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 12891 | 2025.04.15 04:08:14.982292 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 12892 | 2025.04.15 04:08:14.988735 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 12893 | 2025.04.15 04:08:14.993786 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 12894 | 2025.04.15 04:08:14.999183 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 12895 | 2025.04.15 04:08:15.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 252.98 MiB, peak 255.37 MiB, free memory in arenas 0.00 B, will set to 248.46 MiB (RSS), difference: -4.52 MiB | ||
| 12896 | 2025.04.15 04:08:15.003814 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 12897 | 2025.04.15 04:08:15.060865 [ 189 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.097307576 sec., 4727.278377584907 rows/sec., 24.44 MiB/sec. | ||
| 12898 | 2025.04.15 04:08:15.064287 [ 189 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12899 | 2025.04.15 04:08:15.067214 [ 189 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_61_12} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12900 | 2025.04.15 04:08:15.067345 [ 189 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_61_12} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12901 | 2025.04.15 04:08:15.070012 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 12902 | 2025.04.15 04:08:15.609468 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1830 | ||
| 12903 | 2025.04.15 04:08:15.613189 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12904 | 2025.04.15 04:08:15.613228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12905 | 2025.04.15 04:08:15.614705 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12906 | 2025.04.15 04:08:15.615012 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12907 | 2025.04.15 04:08:15.616424 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1830 | ||
| 12908 | 2025.04.15 04:08:16.000200 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.01 MiB, peak 258.41 MiB, free memory in arenas 0.00 B, will set to 250.25 MiB (RSS), difference: 5.24 MiB | ||
| 12909 | 2025.04.15 04:08:17.970740 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12910 | 2025.04.15 04:08:17.970923 [ 5 ] {f34a8bcb-829f-4a68-a368-361f8e7499a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12911 | 2025.04.15 04:08:17.970991 [ 5 ] {f34a8bcb-829f-4a68-a368-361f8e7499a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12912 | 2025.04.15 04:08:17.971750 [ 5 ] {f34a8bcb-829f-4a68-a368-361f8e7499a0} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12913 | 2025.04.15 04:08:17.971790 [ 5 ] {f34a8bcb-829f-4a68-a368-361f8e7499a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12914 | 2025.04.15 04:08:17.972223 [ 5 ] {f34a8bcb-829f-4a68-a368-361f8e7499a0} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12915 | 2025.04.15 04:08:17.972472 [ 5 ] {f34a8bcb-829f-4a68-a368-361f8e7499a0} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12916 | 2025.04.15 04:08:17.972655 [ 5 ] {f34a8bcb-829f-4a68-a368-361f8e7499a0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001784 sec., 118834.08071748879 rows/sec., 7.56 MiB/sec. | ||
| 12917 | 2025.04.15 04:08:17.972709 [ 5 ] {f34a8bcb-829f-4a68-a368-361f8e7499a0} <Debug> TCPHandler: Processed in 0.002090155 sec. | ||
| 12918 | 2025.04.15 04:08:17.972828 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12919 | 2025.04.15 04:08:17.972932 [ 5 ] {944d70d6-2a2c-437d-8a06-f66befeff11b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12920 | 2025.04.15 04:08:17.972979 [ 5 ] {944d70d6-2a2c-437d-8a06-f66befeff11b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12921 | 2025.04.15 04:08:17.973690 [ 5 ] {944d70d6-2a2c-437d-8a06-f66befeff11b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12922 | 2025.04.15 04:08:17.973728 [ 5 ] {944d70d6-2a2c-437d-8a06-f66befeff11b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12923 | 2025.04.15 04:08:17.974114 [ 5 ] {944d70d6-2a2c-437d-8a06-f66befeff11b} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12924 | 2025.04.15 04:08:17.974370 [ 5 ] {944d70d6-2a2c-437d-8a06-f66befeff11b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12925 | 2025.04.15 04:08:17.974534 [ 5 ] {944d70d6-2a2c-437d-8a06-f66befeff11b} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001624 sec., 389778.3251231527 rows/sec., 30.65 MiB/sec. | ||
| 12926 | 2025.04.15 04:08:17.974584 [ 5 ] {944d70d6-2a2c-437d-8a06-f66befeff11b} <Debug> TCPHandler: Processed in 0.001806809 sec. | ||
| 12927 | 2025.04.15 04:08:17.974694 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12928 | 2025.04.15 04:08:17.974797 [ 5 ] {c82f6ae1-1be7-4316-949c-f549452438b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12929 | 2025.04.15 04:08:17.974842 [ 5 ] {c82f6ae1-1be7-4316-949c-f549452438b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12930 | 2025.04.15 04:08:17.975362 [ 5 ] {c82f6ae1-1be7-4316-949c-f549452438b5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12931 | 2025.04.15 04:08:17.975400 [ 5 ] {c82f6ae1-1be7-4316-949c-f549452438b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12932 | 2025.04.15 04:08:17.975743 [ 5 ] {c82f6ae1-1be7-4316-949c-f549452438b5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12933 | 2025.04.15 04:08:17.975978 [ 5 ] {c82f6ae1-1be7-4316-949c-f549452438b5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12934 | 2025.04.15 04:08:17.976108 [ 133 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12935 | 2025.04.15 04:08:17.976146 [ 5 ] {c82f6ae1-1be7-4316-949c-f549452438b5} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001369 sec., 83272.46165084004 rows/sec., 4.98 MiB/sec. | ||
| 12936 | 2025.04.15 04:08:17.976148 [ 133 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12937 | 2025.04.15 04:08:17.976193 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12938 | 2025.04.15 04:08:17.976220 [ 5 ] {c82f6ae1-1be7-4316-949c-f549452438b5} <Debug> TCPHandler: Processed in 0.001577524 sec. | ||
| 12939 | 2025.04.15 04:08:17.976341 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 12940 | 2025.04.15 04:08:17.976353 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12941 | 2025.04.15 04:08:17.976480 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12942 | 2025.04.15 04:08:17.976493 [ 5 ] {2463481d-0fb8-401b-99d1-0537fd7d759b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12943 | 2025.04.15 04:08:17.976519 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 164 rows starting from the beginning of the part | ||
| 12944 | 2025.04.15 04:08:17.976550 [ 5 ] {2463481d-0fb8-401b-99d1-0537fd7d759b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12945 | 2025.04.15 04:08:17.976690 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 124 rows starting from the beginning of the part | ||
| 12946 | 2025.04.15 04:08:17.976834 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 32 rows starting from the beginning of the part | ||
| 12947 | 2025.04.15 04:08:17.977348 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 114 rows starting from the beginning of the part | ||
| 12948 | 2025.04.15 04:08:17.977647 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 34 rows starting from the beginning of the part | ||
| 12949 | 2025.04.15 04:08:17.978035 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 114 rows starting from the beginning of the part | ||
| 12950 | 2025.04.15 04:08:17.979137 [ 5 ] {2463481d-0fb8-401b-99d1-0537fd7d759b} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12951 | 2025.04.15 04:08:17.979187 [ 5 ] {2463481d-0fb8-401b-99d1-0537fd7d759b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12952 | 2025.04.15 04:08:17.979748 [ 5 ] {2463481d-0fb8-401b-99d1-0537fd7d759b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12953 | 2025.04.15 04:08:17.980014 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 5 columns (5 merged, 0 gathered) in 0.003735959 sec., 155783.2941956804 rows/sec., 10.33 MiB/sec. | ||
| 12954 | 2025.04.15 04:08:17.980078 [ 5 ] {2463481d-0fb8-401b-99d1-0537fd7d759b} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12955 | 2025.04.15 04:08:17.980363 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12956 | 2025.04.15 04:08:17.980539 [ 5 ] {2463481d-0fb8-401b-99d1-0537fd7d759b} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00404 sec., 27970.297029702968 rows/sec., 1.81 MiB/sec. | ||
| 12957 | 2025.04.15 04:08:17.980841 [ 5 ] {2463481d-0fb8-401b-99d1-0537fd7d759b} <Debug> TCPHandler: Processed in 0.004545977 sec. | ||
| 12958 | 2025.04.15 04:08:17.981155 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12959 | 2025.04.15 04:08:17.981361 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_86_17} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12960 | 2025.04.15 04:08:17.981393 [ 5 ] {f5fcadd9-2850-41a8-bc8f-a3c67b03885e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12961 | 2025.04.15 04:08:17.981489 [ 5 ] {f5fcadd9-2850-41a8-bc8f-a3c67b03885e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12962 | 2025.04.15 04:08:17.981584 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_86_17} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12963 | 2025.04.15 04:08:17.981788 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 12964 | 2025.04.15 04:08:17.982254 [ 5 ] {f5fcadd9-2850-41a8-bc8f-a3c67b03885e} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12965 | 2025.04.15 04:08:17.982297 [ 5 ] {f5fcadd9-2850-41a8-bc8f-a3c67b03885e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12966 | 2025.04.15 04:08:17.982645 [ 5 ] {f5fcadd9-2850-41a8-bc8f-a3c67b03885e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12967 | 2025.04.15 04:08:17.982890 [ 5 ] {f5fcadd9-2850-41a8-bc8f-a3c67b03885e} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12968 | 2025.04.15 04:08:17.983081 [ 5 ] {f5fcadd9-2850-41a8-bc8f-a3c67b03885e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001731 sec., 64702.48411322935 rows/sec., 3.69 MiB/sec. | ||
| 12969 | 2025.04.15 04:08:17.983152 [ 5 ] {f5fcadd9-2850-41a8-bc8f-a3c67b03885e} <Debug> TCPHandler: Processed in 0.002085975 sec. | ||
| 12970 | 2025.04.15 04:08:17.983389 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12971 | 2025.04.15 04:08:17.983505 [ 5 ] {30b8ec06-5280-46fc-a53b-0dd1bc7b7c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12972 | 2025.04.15 04:08:17.983551 [ 5 ] {30b8ec06-5280-46fc-a53b-0dd1bc7b7c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12973 | 2025.04.15 04:08:17.984186 [ 5 ] {30b8ec06-5280-46fc-a53b-0dd1bc7b7c86} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12974 | 2025.04.15 04:08:17.984229 [ 5 ] {30b8ec06-5280-46fc-a53b-0dd1bc7b7c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12975 | 2025.04.15 04:08:17.984597 [ 5 ] {30b8ec06-5280-46fc-a53b-0dd1bc7b7c86} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12976 | 2025.04.15 04:08:17.984836 [ 5 ] {30b8ec06-5280-46fc-a53b-0dd1bc7b7c86} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12977 | 2025.04.15 04:08:17.984998 [ 5 ] {30b8ec06-5280-46fc-a53b-0dd1bc7b7c86} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001516 sec., 257255.93667546174 rows/sec., 18.18 MiB/sec. | ||
| 12978 | 2025.04.15 04:08:17.985046 [ 5 ] {30b8ec06-5280-46fc-a53b-0dd1bc7b7c86} <Debug> TCPHandler: Processed in 0.001749727 sec. | ||
| 12979 | 2025.04.15 04:08:17.985160 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12980 | 2025.04.15 04:08:17.985264 [ 5 ] {2feb6653-f892-4674-8cdd-e4d05a1ba496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12981 | 2025.04.15 04:08:17.985309 [ 5 ] {2feb6653-f892-4674-8cdd-e4d05a1ba496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12982 | 2025.04.15 04:08:17.985736 [ 5 ] {2feb6653-f892-4674-8cdd-e4d05a1ba496} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12983 | 2025.04.15 04:08:17.985773 [ 5 ] {2feb6653-f892-4674-8cdd-e4d05a1ba496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12984 | 2025.04.15 04:08:17.986115 [ 5 ] {2feb6653-f892-4674-8cdd-e4d05a1ba496} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12985 | 2025.04.15 04:08:17.986350 [ 5 ] {2feb6653-f892-4674-8cdd-e4d05a1ba496} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12986 | 2025.04.15 04:08:17.986531 [ 5 ] {2feb6653-f892-4674-8cdd-e4d05a1ba496} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00128 sec., 4687.5 rows/sec., 244.90 KiB/sec. | ||
| 12987 | 2025.04.15 04:08:17.986626 [ 5 ] {2feb6653-f892-4674-8cdd-e4d05a1ba496} <Debug> TCPHandler: Processed in 0.001516333 sec. | ||
| 12988 | 2025.04.15 04:08:17.986826 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12989 | 2025.04.15 04:08:17.986968 [ 5 ] {6d84b1a3-8b70-4091-8f44-c7413ee6fdf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12990 | 2025.04.15 04:08:17.987018 [ 5 ] {6d84b1a3-8b70-4091-8f44-c7413ee6fdf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12991 | 2025.04.15 04:08:17.987567 [ 5 ] {6d84b1a3-8b70-4091-8f44-c7413ee6fdf5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12992 | 2025.04.15 04:08:17.987613 [ 5 ] {6d84b1a3-8b70-4091-8f44-c7413ee6fdf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 12993 | 2025.04.15 04:08:17.988127 [ 5 ] {6d84b1a3-8b70-4091-8f44-c7413ee6fdf5} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 12994 | 2025.04.15 04:08:17.988390 [ 5 ] {6d84b1a3-8b70-4091-8f44-c7413ee6fdf5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12995 | 2025.04.15 04:08:17.988568 [ 5 ] {6d84b1a3-8b70-4091-8f44-c7413ee6fdf5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001624 sec., 145935.960591133 rows/sec., 9.78 MiB/sec. | ||
| 12996 | 2025.04.15 04:08:17.988623 [ 5 ] {6d84b1a3-8b70-4091-8f44-c7413ee6fdf5} <Debug> TCPHandler: Processed in 0.001905471 sec. | ||
| 12997 | 2025.04.15 04:08:17.988749 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12998 | 2025.04.15 04:08:17.988854 [ 5 ] {98858941-99be-4456-afab-45d0fd16adfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12999 | 2025.04.15 04:08:17.988901 [ 5 ] {98858941-99be-4456-afab-45d0fd16adfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13000 | 2025.04.15 04:08:17.989953 [ 5 ] {98858941-99be-4456-afab-45d0fd16adfa} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13001 | 2025.04.15 04:08:17.989990 [ 5 ] {98858941-99be-4456-afab-45d0fd16adfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 13002 | 2025.04.15 04:08:17.990342 [ 5 ] {98858941-99be-4456-afab-45d0fd16adfa} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13003 | 2025.04.15 04:08:17.990586 [ 5 ] {98858941-99be-4456-afab-45d0fd16adfa} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13004 | 2025.04.15 04:08:17.990753 [ 5 ] {98858941-99be-4456-afab-45d0fd16adfa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001921 sec., 520.5622071837585 rows/sec., 35.08 KiB/sec. | ||
| 13005 | 2025.04.15 04:08:17.990801 [ 5 ] {98858941-99be-4456-afab-45d0fd16adfa} <Debug> TCPHandler: Processed in 0.002102475 sec. | ||
| 13006 | 2025.04.15 04:08:17.990927 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13007 | 2025.04.15 04:08:17.991032 [ 5 ] {d262499c-56f8-409e-9d39-b78060c7201e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13008 | 2025.04.15 04:08:17.991096 [ 5 ] {d262499c-56f8-409e-9d39-b78060c7201e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13009 | 2025.04.15 04:08:17.992069 [ 5 ] {d262499c-56f8-409e-9d39-b78060c7201e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13010 | 2025.04.15 04:08:17.992106 [ 5 ] {d262499c-56f8-409e-9d39-b78060c7201e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 13011 | 2025.04.15 04:08:17.992702 [ 5 ] {d262499c-56f8-409e-9d39-b78060c7201e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 13012 | 2025.04.15 04:08:17.992975 [ 5 ] {d262499c-56f8-409e-9d39-b78060c7201e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13013 | 2025.04.15 04:08:17.993118 [ 129 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 13014 | 2025.04.15 04:08:17.993159 [ 129 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13015 | 2025.04.15 04:08:17.993168 [ 5 ] {d262499c-56f8-409e-9d39-b78060c7201e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002156 sec., 3710.575139146568 rows/sec., 6.65 MiB/sec. | ||
| 13016 | 2025.04.15 04:08:17.993185 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 13017 | 2025.04.15 04:08:17.993506 [ 5 ] {d262499c-56f8-409e-9d39-b78060c7201e} <Debug> TCPHandler: Processed in 0.002630225 sec. | ||
| 13018 | 2025.04.15 04:08:17.993523 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 13019 | 2025.04.15 04:08:17.993658 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13020 | 2025.04.15 04:08:17.993892 [ 5 ] {a109a79f-a6e9-45fc-bdb5-a792873f80fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13021 | 2025.04.15 04:08:17.994010 [ 5 ] {a109a79f-a6e9-45fc-bdb5-a792873f80fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13022 | 2025.04.15 04:08:17.994287 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13023 | 2025.04.15 04:08:17.994579 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1587 rows starting from the beginning of the part | ||
| 13024 | 2025.04.15 04:08:17.995212 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
| 13025 | 2025.04.15 04:08:17.995898 [ 5 ] {a109a79f-a6e9-45fc-bdb5-a792873f80fc} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13026 | 2025.04.15 04:08:17.996001 [ 5 ] {a109a79f-a6e9-45fc-bdb5-a792873f80fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.06 GiB. | ||
| 13027 | 2025.04.15 04:08:17.996052 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 32 rows starting from the beginning of the part | ||
| 13028 | 2025.04.15 04:08:17.996765 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
| 13029 | 2025.04.15 04:08:17.997411 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 32 rows starting from the beginning of the part | ||
| 13030 | 2025.04.15 04:08:17.997445 [ 5 ] {a109a79f-a6e9-45fc-bdb5-a792873f80fc} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13031 | 2025.04.15 04:08:17.997921 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 13032 | 2025.04.15 04:08:17.998291 [ 5 ] {a109a79f-a6e9-45fc-bdb5-a792873f80fc} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13033 | 2025.04.15 04:08:17.998852 [ 5 ] {a109a79f-a6e9-45fc-bdb5-a792873f80fc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005047 sec., 16247.275609272834 rows/sec., 1.03 MiB/sec. | ||
| 13034 | 2025.04.15 04:08:17.999058 [ 5 ] {a109a79f-a6e9-45fc-bdb5-a792873f80fc} <Debug> TCPHandler: Processed in 0.005467917 sec. | ||
| 13035 | 2025.04.15 04:08:18.001208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.60 MiB, peak 259.60 MiB, free memory in arenas 0.00 B, will set to 250.47 MiB (RSS), difference: -9.13 MiB | ||
| 13036 | 2025.04.15 04:08:18.008452 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1675 rows, containing 19 columns (19 merged, 0 gathered) in 0.015144903 sec., 110598.26530417528 rows/sec., 198.19 MiB/sec. | ||
| 13037 | 2025.04.15 04:08:18.010110 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 13038 | 2025.04.15 04:08:18.010537 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13039 | 2025.04.15 04:08:18.010624 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 13040 | 2025.04.15 04:08:18.010781 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.44 MiB. | ||
| 13041 | 2025.04.15 04:08:19.001116 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 241.93 MiB, peak 259.60 MiB, free memory in arenas 0.00 B, will set to 254.73 MiB (RSS), difference: 12.80 MiB | ||
| 13042 | 2025.04.15 04:08:20.203465 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13043 | 2025.04.15 04:08:20.203560 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13044 | 2025.04.15 04:08:20.453997 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 13045 | 2025.04.15 04:08:20.454662 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13046 | 2025.04.15 04:08:20.454708 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13047 | 2025.04.15 04:08:20.455245 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13048 | 2025.04.15 04:08:20.455510 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13049 | 2025.04.15 04:08:20.455711 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 13050 | 2025.04.15 04:08:22.476430 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 13051 | 2025.04.15 04:08:22.495414 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13052 | 2025.04.15 04:08:22.495472 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13053 | 2025.04.15 04:08:22.502394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13054 | 2025.04.15 04:08:22.503110 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13055 | 2025.04.15 04:08:22.505601 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 13056 | 2025.04.15 04:08:22.965485 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13057 | 2025.04.15 04:08:22.965695 [ 5 ] {f1c844d6-9916-4a9a-b553-be97b1ba9979} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13058 | 2025.04.15 04:08:22.965776 [ 5 ] {f1c844d6-9916-4a9a-b553-be97b1ba9979} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13059 | 2025.04.15 04:08:22.966651 [ 5 ] {f1c844d6-9916-4a9a-b553-be97b1ba9979} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13060 | 2025.04.15 04:08:22.966702 [ 5 ] {f1c844d6-9916-4a9a-b553-be97b1ba9979} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13061 | 2025.04.15 04:08:22.967149 [ 5 ] {f1c844d6-9916-4a9a-b553-be97b1ba9979} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13062 | 2025.04.15 04:08:22.967400 [ 5 ] {f1c844d6-9916-4a9a-b553-be97b1ba9979} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13063 | 2025.04.15 04:08:22.967629 [ 5 ] {f1c844d6-9916-4a9a-b553-be97b1ba9979} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001992 sec., 60240.963855421694 rows/sec., 5.12 MiB/sec. | ||
| 13064 | 2025.04.15 04:08:22.967687 [ 5 ] {f1c844d6-9916-4a9a-b553-be97b1ba9979} <Debug> TCPHandler: Processed in 0.00234035 sec. | ||
| 13065 | 2025.04.15 04:08:22.967810 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13066 | 2025.04.15 04:08:22.967915 [ 5 ] {2d37a156-9c91-4527-93b2-997b579544b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13067 | 2025.04.15 04:08:22.967960 [ 5 ] {2d37a156-9c91-4527-93b2-997b579544b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13068 | 2025.04.15 04:08:22.968470 [ 5 ] {2d37a156-9c91-4527-93b2-997b579544b7} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13069 | 2025.04.15 04:08:22.968510 [ 5 ] {2d37a156-9c91-4527-93b2-997b579544b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13070 | 2025.04.15 04:08:22.968856 [ 5 ] {2d37a156-9c91-4527-93b2-997b579544b7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13071 | 2025.04.15 04:08:22.969093 [ 5 ] {2d37a156-9c91-4527-93b2-997b579544b7} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13072 | 2025.04.15 04:08:22.969286 [ 5 ] {2d37a156-9c91-4527-93b2-997b579544b7} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001394 sec., 22955.523672883788 rows/sec., 1.69 MiB/sec. | ||
| 13073 | 2025.04.15 04:08:22.969337 [ 5 ] {2d37a156-9c91-4527-93b2-997b579544b7} <Debug> TCPHandler: Processed in 0.001578284 sec. | ||
| 13074 | 2025.04.15 04:08:22.969456 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13075 | 2025.04.15 04:08:22.969559 [ 5 ] {abd3f308-cd42-49fc-a959-b82327dedd39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13076 | 2025.04.15 04:08:22.969603 [ 5 ] {abd3f308-cd42-49fc-a959-b82327dedd39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13077 | 2025.04.15 04:08:22.970123 [ 5 ] {abd3f308-cd42-49fc-a959-b82327dedd39} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13078 | 2025.04.15 04:08:22.970162 [ 5 ] {abd3f308-cd42-49fc-a959-b82327dedd39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13079 | 2025.04.15 04:08:22.970518 [ 5 ] {abd3f308-cd42-49fc-a959-b82327dedd39} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13080 | 2025.04.15 04:08:22.970769 [ 5 ] {abd3f308-cd42-49fc-a959-b82327dedd39} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13081 | 2025.04.15 04:08:22.970957 [ 5 ] {abd3f308-cd42-49fc-a959-b82327dedd39} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00142 sec., 67605.6338028169 rows/sec., 5.28 MiB/sec. | ||
| 13082 | 2025.04.15 04:08:22.971010 [ 5 ] {abd3f308-cd42-49fc-a959-b82327dedd39} <Debug> TCPHandler: Processed in 0.001604544 sec. | ||
| 13083 | 2025.04.15 04:08:22.971123 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13084 | 2025.04.15 04:08:22.971232 [ 5 ] {5ee78696-6743-41e0-8eb3-d72823ce8514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13085 | 2025.04.15 04:08:22.971283 [ 5 ] {5ee78696-6743-41e0-8eb3-d72823ce8514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13086 | 2025.04.15 04:08:22.971779 [ 5 ] {5ee78696-6743-41e0-8eb3-d72823ce8514} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13087 | 2025.04.15 04:08:22.971817 [ 5 ] {5ee78696-6743-41e0-8eb3-d72823ce8514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13088 | 2025.04.15 04:08:22.972211 [ 5 ] {5ee78696-6743-41e0-8eb3-d72823ce8514} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13089 | 2025.04.15 04:08:22.972444 [ 5 ] {5ee78696-6743-41e0-8eb3-d72823ce8514} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13090 | 2025.04.15 04:08:22.972654 [ 5 ] {5ee78696-6743-41e0-8eb3-d72823ce8514} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001443 sec., 110880.11088011088 rows/sec., 7.72 MiB/sec. | ||
| 13091 | 2025.04.15 04:08:22.972703 [ 5 ] {5ee78696-6743-41e0-8eb3-d72823ce8514} <Debug> TCPHandler: Processed in 0.001630275 sec. | ||
| 13092 | 2025.04.15 04:08:22.972806 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13093 | 2025.04.15 04:08:22.972908 [ 5 ] {f360e2f6-d3e4-4334-8a04-5485908310a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13094 | 2025.04.15 04:08:22.972972 [ 5 ] {f360e2f6-d3e4-4334-8a04-5485908310a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13095 | 2025.04.15 04:08:22.974034 [ 5 ] {f360e2f6-d3e4-4334-8a04-5485908310a8} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13096 | 2025.04.15 04:08:22.974074 [ 5 ] {f360e2f6-d3e4-4334-8a04-5485908310a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13097 | 2025.04.15 04:08:22.974703 [ 5 ] {f360e2f6-d3e4-4334-8a04-5485908310a8} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 13098 | 2025.04.15 04:08:22.974951 [ 5 ] {f360e2f6-d3e4-4334-8a04-5485908310a8} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13099 | 2025.04.15 04:08:22.975169 [ 5 ] {f360e2f6-d3e4-4334-8a04-5485908310a8} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002282 sec., 14022.787028921997 rows/sec., 25.13 MiB/sec. | ||
| 13100 | 2025.04.15 04:08:22.975261 [ 5 ] {f360e2f6-d3e4-4334-8a04-5485908310a8} <Debug> TCPHandler: Processed in 0.002504733 sec. | ||
| 13101 | 2025.04.15 04:08:22.975381 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13102 | 2025.04.15 04:08:22.975486 [ 5 ] {4039260b-65d1-40c6-9684-5f912164d6b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13103 | 2025.04.15 04:08:22.975533 [ 5 ] {4039260b-65d1-40c6-9684-5f912164d6b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13104 | 2025.04.15 04:08:22.975938 [ 5 ] {4039260b-65d1-40c6-9684-5f912164d6b5} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13105 | 2025.04.15 04:08:22.975976 [ 5 ] {4039260b-65d1-40c6-9684-5f912164d6b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13106 | 2025.04.15 04:08:22.976327 [ 5 ] {4039260b-65d1-40c6-9684-5f912164d6b5} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13107 | 2025.04.15 04:08:22.976557 [ 5 ] {4039260b-65d1-40c6-9684-5f912164d6b5} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13108 | 2025.04.15 04:08:22.976788 [ 5 ] {4039260b-65d1-40c6-9684-5f912164d6b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.07 MiB/sec. | ||
| 13109 | 2025.04.15 04:08:22.976848 [ 5 ] {4039260b-65d1-40c6-9684-5f912164d6b5} <Debug> TCPHandler: Processed in 0.001512323 sec. | ||
| 13110 | 2025.04.15 04:08:23.462945 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13111 | 2025.04.15 04:08:23.463139 [ 5 ] {3a2c31b6-a3ec-4f8a-a123-836c0977f7b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13112 | 2025.04.15 04:08:23.463213 [ 5 ] {3a2c31b6-a3ec-4f8a-a123-836c0977f7b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13113 | 2025.04.15 04:08:23.464084 [ 5 ] {3a2c31b6-a3ec-4f8a-a123-836c0977f7b4} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13114 | 2025.04.15 04:08:23.464139 [ 5 ] {3a2c31b6-a3ec-4f8a-a123-836c0977f7b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13115 | 2025.04.15 04:08:23.464572 [ 5 ] {3a2c31b6-a3ec-4f8a-a123-836c0977f7b4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13116 | 2025.04.15 04:08:23.464832 [ 5 ] {3a2c31b6-a3ec-4f8a-a123-836c0977f7b4} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13117 | 2025.04.15 04:08:23.465031 [ 122 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13118 | 2025.04.15 04:08:23.465096 [ 5 ] {3a2c31b6-a3ec-4f8a-a123-836c0977f7b4} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002002 sec., 105894.1058941059 rows/sec., 6.73 MiB/sec. | ||
| 13119 | 2025.04.15 04:08:23.465130 [ 122 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13120 | 2025.04.15 04:08:23.465218 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13121 | 2025.04.15 04:08:23.465243 [ 5 ] {3a2c31b6-a3ec-4f8a-a123-836c0977f7b4} <Debug> TCPHandler: Processed in 0.002424432 sec. | ||
| 13122 | 2025.04.15 04:08:23.465464 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13123 | 2025.04.15 04:08:23.465474 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 13124 | 2025.04.15 04:08:23.465647 [ 5 ] {e54d45aa-2e24-46b9-916d-1254b27f2212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13125 | 2025.04.15 04:08:23.465746 [ 5 ] {e54d45aa-2e24-46b9-916d-1254b27f2212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13126 | 2025.04.15 04:08:23.465798 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13127 | 2025.04.15 04:08:23.465927 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 13128 | 2025.04.15 04:08:23.466227 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 13129 | 2025.04.15 04:08:23.466755 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 13130 | 2025.04.15 04:08:23.467109 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 13131 | 2025.04.15 04:08:23.467346 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::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 | ||
| 13132 | 2025.04.15 04:08:23.468207 [ 5 ] {e54d45aa-2e24-46b9-916d-1254b27f2212} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13133 | 2025.04.15 04:08:23.468274 [ 5 ] {e54d45aa-2e24-46b9-916d-1254b27f2212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13134 | 2025.04.15 04:08:23.469242 [ 5 ] {e54d45aa-2e24-46b9-916d-1254b27f2212} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 13135 | 2025.04.15 04:08:23.469711 [ 5 ] {e54d45aa-2e24-46b9-916d-1254b27f2212} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13136 | 2025.04.15 04:08:23.470434 [ 5 ] {e54d45aa-2e24-46b9-916d-1254b27f2212} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004792 sec., 417.3622704507512 rows/sec., 34.03 KiB/sec. | ||
| 13137 | 2025.04.15 04:08:23.470463 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.005098559 sec., 207901.8797271935 rows/sec., 14.02 MiB/sec. | ||
| 13138 | 2025.04.15 04:08:23.470777 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13139 | 2025.04.15 04:08:23.470855 [ 5 ] {e54d45aa-2e24-46b9-916d-1254b27f2212} <Debug> TCPHandler: Processed in 0.005469187 sec. | ||
| 13140 | 2025.04.15 04:08:23.471055 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13141 | 2025.04.15 04:08:23.471226 [ 5 ] {da54de0a-1b35-4916-aa80-bb41f5c3dbfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13142 | 2025.04.15 04:08:23.471307 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_45_11} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13143 | 2025.04.15 04:08:23.471328 [ 5 ] {da54de0a-1b35-4916-aa80-bb41f5c3dbfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13144 | 2025.04.15 04:08:23.471532 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_45_11} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13145 | 2025.04.15 04:08:23.471691 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 13146 | 2025.04.15 04:08:23.473168 [ 5 ] {da54de0a-1b35-4916-aa80-bb41f5c3dbfe} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13147 | 2025.04.15 04:08:23.473214 [ 5 ] {da54de0a-1b35-4916-aa80-bb41f5c3dbfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13148 | 2025.04.15 04:08:23.473679 [ 5 ] {da54de0a-1b35-4916-aa80-bb41f5c3dbfe} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13149 | 2025.04.15 04:08:23.473920 [ 5 ] {da54de0a-1b35-4916-aa80-bb41f5c3dbfe} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13150 | 2025.04.15 04:08:23.474149 [ 5 ] {da54de0a-1b35-4916-aa80-bb41f5c3dbfe} <Debug> executeQuery: Read 1774 rows, 147.61 KiB in 0.002972 sec., 596904.4414535667 rows/sec., 48.50 MiB/sec. | ||
| 13151 | 2025.04.15 04:08:23.474203 [ 5 ] {da54de0a-1b35-4916-aa80-bb41f5c3dbfe} <Debug> TCPHandler: Processed in 0.003221569 sec. | ||
| 13152 | 2025.04.15 04:08:23.474324 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13153 | 2025.04.15 04:08:23.474429 [ 5 ] {f1b56bcf-e95c-4f6b-b59b-6884d7cf9a64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13154 | 2025.04.15 04:08:23.474475 [ 5 ] {f1b56bcf-e95c-4f6b-b59b-6884d7cf9a64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13155 | 2025.04.15 04:08:23.475037 [ 5 ] {f1b56bcf-e95c-4f6b-b59b-6884d7cf9a64} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13156 | 2025.04.15 04:08:23.475077 [ 5 ] {f1b56bcf-e95c-4f6b-b59b-6884d7cf9a64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13157 | 2025.04.15 04:08:23.475418 [ 5 ] {f1b56bcf-e95c-4f6b-b59b-6884d7cf9a64} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13158 | 2025.04.15 04:08:23.475664 [ 5 ] {f1b56bcf-e95c-4f6b-b59b-6884d7cf9a64} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13159 | 2025.04.15 04:08:23.475882 [ 5 ] {f1b56bcf-e95c-4f6b-b59b-6884d7cf9a64} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001472 sec., 78804.34782608696 rows/sec., 4.73 MiB/sec. | ||
| 13160 | 2025.04.15 04:08:23.475977 [ 5 ] {f1b56bcf-e95c-4f6b-b59b-6884d7cf9a64} <Debug> TCPHandler: Processed in 0.001704267 sec. | ||
| 13161 | 2025.04.15 04:08:23.476155 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13162 | 2025.04.15 04:08:23.476371 [ 5 ] {bc5d59f8-8fe1-46f8-8bbe-5b1fc68a6acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13163 | 2025.04.15 04:08:23.476418 [ 5 ] {bc5d59f8-8fe1-46f8-8bbe-5b1fc68a6acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13164 | 2025.04.15 04:08:23.477076 [ 5 ] {bc5d59f8-8fe1-46f8-8bbe-5b1fc68a6acc} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13165 | 2025.04.15 04:08:23.477115 [ 5 ] {bc5d59f8-8fe1-46f8-8bbe-5b1fc68a6acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13166 | 2025.04.15 04:08:23.477473 [ 5 ] {bc5d59f8-8fe1-46f8-8bbe-5b1fc68a6acc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13167 | 2025.04.15 04:08:23.477730 [ 5 ] {bc5d59f8-8fe1-46f8-8bbe-5b1fc68a6acc} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13168 | 2025.04.15 04:08:23.477928 [ 5 ] {bc5d59f8-8fe1-46f8-8bbe-5b1fc68a6acc} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001611 sec., 211669.7703289882 rows/sec., 14.12 MiB/sec. | ||
| 13169 | 2025.04.15 04:08:23.477979 [ 5 ] {bc5d59f8-8fe1-46f8-8bbe-5b1fc68a6acc} <Debug> TCPHandler: Processed in 0.001929761 sec. | ||
| 13170 | 2025.04.15 04:08:23.478095 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13171 | 2025.04.15 04:08:23.478199 [ 5 ] {9d0e036f-63c3-4efc-a639-2c4d1bc34664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13172 | 2025.04.15 04:08:23.478244 [ 5 ] {9d0e036f-63c3-4efc-a639-2c4d1bc34664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13173 | 2025.04.15 04:08:23.478787 [ 5 ] {9d0e036f-63c3-4efc-a639-2c4d1bc34664} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13174 | 2025.04.15 04:08:23.478826 [ 5 ] {9d0e036f-63c3-4efc-a639-2c4d1bc34664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13175 | 2025.04.15 04:08:23.479196 [ 5 ] {9d0e036f-63c3-4efc-a639-2c4d1bc34664} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13176 | 2025.04.15 04:08:23.479433 [ 5 ] {9d0e036f-63c3-4efc-a639-2c4d1bc34664} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13177 | 2025.04.15 04:08:23.479590 [ 122 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_41_10 to all_45_45_0 | ||
| 13178 | 2025.04.15 04:08:23.479653 [ 5 ] {9d0e036f-63c3-4efc-a639-2c4d1bc34664} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001467 sec., 76346.28493524199 rows/sec., 4.35 MiB/sec. | ||
| 13179 | 2025.04.15 04:08:23.479660 [ 122 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13180 | 2025.04.15 04:08:23.479737 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13181 | 2025.04.15 04:08:23.479785 [ 5 ] {9d0e036f-63c3-4efc-a639-2c4d1bc34664} <Debug> TCPHandler: Processed in 0.001738787 sec. | ||
| 13182 | 2025.04.15 04:08:23.480088 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 13183 | 2025.04.15 04:08:23.480093 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13184 | 2025.04.15 04:08:23.480548 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_45_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13185 | 2025.04.15 04:08:23.480606 [ 5 ] {bed2f78f-aa3d-4580-9185-9310ec11820e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13186 | 2025.04.15 04:08:23.480653 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 13187 | 2025.04.15 04:08:23.480807 [ 5 ] {bed2f78f-aa3d-4580-9185-9310ec11820e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13188 | 2025.04.15 04:08:23.481065 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 13189 | 2025.04.15 04:08:23.481428 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 13190 | 2025.04.15 04:08:23.481770 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 13191 | 2025.04.15 04:08:23.482169 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::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 | ||
| 13192 | 2025.04.15 04:08:23.484126 [ 5 ] {bed2f78f-aa3d-4580-9185-9310ec11820e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13193 | 2025.04.15 04:08:23.484207 [ 5 ] {bed2f78f-aa3d-4580-9185-9310ec11820e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13194 | 2025.04.15 04:08:23.484697 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_45_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004870644 sec., 114974.52903558542 rows/sec., 6.99 MiB/sec. | ||
| 13195 | 2025.04.15 04:08:23.484867 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_45_11} <Trace> MergedBlockOutputStream: filled checksums all_1_45_11 (state Temporary) | ||
| 13196 | 2025.04.15 04:08:23.485114 [ 5 ] {bed2f78f-aa3d-4580-9185-9310ec11820e} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13197 | 2025.04.15 04:08:23.485427 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_45_11} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_45_11 to all_1_45_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13198 | 2025.04.15 04:08:23.485543 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_45_11} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_41_10, all_45_45_0] -> all_1_45_11 | ||
| 13199 | 2025.04.15 04:08:23.485726 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 13200 | 2025.04.15 04:08:23.485725 [ 5 ] {bed2f78f-aa3d-4580-9185-9310ec11820e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13201 | 2025.04.15 04:08:23.486005 [ 5 ] {bed2f78f-aa3d-4580-9185-9310ec11820e} <Debug> executeQuery: Read 848 rows, 62.68 KiB in 0.0056 sec., 151428.57142857142 rows/sec., 10.93 MiB/sec. | ||
| 13202 | 2025.04.15 04:08:23.486125 [ 5 ] {bed2f78f-aa3d-4580-9185-9310ec11820e} <Debug> TCPHandler: Processed in 0.006154901 sec. | ||
| 13203 | 2025.04.15 04:08:23.486310 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13204 | 2025.04.15 04:08:23.486611 [ 5 ] {dc32f4fa-db2e-4602-945c-32a1b8000098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13205 | 2025.04.15 04:08:23.486683 [ 5 ] {dc32f4fa-db2e-4602-945c-32a1b8000098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13206 | 2025.04.15 04:08:23.487128 [ 5 ] {dc32f4fa-db2e-4602-945c-32a1b8000098} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13207 | 2025.04.15 04:08:23.487168 [ 5 ] {dc32f4fa-db2e-4602-945c-32a1b8000098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13208 | 2025.04.15 04:08:23.487524 [ 5 ] {dc32f4fa-db2e-4602-945c-32a1b8000098} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13209 | 2025.04.15 04:08:23.487760 [ 5 ] {dc32f4fa-db2e-4602-945c-32a1b8000098} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13210 | 2025.04.15 04:08:23.487965 [ 5 ] {dc32f4fa-db2e-4602-945c-32a1b8000098} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec. | ||
| 13211 | 2025.04.15 04:08:23.488013 [ 5 ] {dc32f4fa-db2e-4602-945c-32a1b8000098} <Debug> TCPHandler: Processed in 0.001807819 sec. | ||
| 13212 | 2025.04.15 04:08:23.488130 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13213 | 2025.04.15 04:08:23.488236 [ 5 ] {ef7e6fc0-c764-4a1b-9338-b169808c7dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13214 | 2025.04.15 04:08:23.488284 [ 5 ] {ef7e6fc0-c764-4a1b-9338-b169808c7dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13215 | 2025.04.15 04:08:23.488989 [ 5 ] {ef7e6fc0-c764-4a1b-9338-b169808c7dd0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13216 | 2025.04.15 04:08:23.489028 [ 5 ] {ef7e6fc0-c764-4a1b-9338-b169808c7dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13217 | 2025.04.15 04:08:23.489454 [ 5 ] {ef7e6fc0-c764-4a1b-9338-b169808c7dd0} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13218 | 2025.04.15 04:08:23.489693 [ 5 ] {ef7e6fc0-c764-4a1b-9338-b169808c7dd0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13219 | 2025.04.15 04:08:23.489915 [ 5 ] {ef7e6fc0-c764-4a1b-9338-b169808c7dd0} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.0017 sec., 562352.9411764706 rows/sec., 37.36 MiB/sec. | ||
| 13220 | 2025.04.15 04:08:23.489967 [ 5 ] {ef7e6fc0-c764-4a1b-9338-b169808c7dd0} <Debug> TCPHandler: Processed in 0.00188516 sec. | ||
| 13221 | 2025.04.15 04:08:23.490083 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13222 | 2025.04.15 04:08:23.490189 [ 5 ] {baaf896d-dbfd-4ece-b291-0498a019fcc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13223 | 2025.04.15 04:08:23.490240 [ 5 ] {baaf896d-dbfd-4ece-b291-0498a019fcc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13224 | 2025.04.15 04:08:23.490637 [ 5 ] {baaf896d-dbfd-4ece-b291-0498a019fcc1} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13225 | 2025.04.15 04:08:23.490677 [ 5 ] {baaf896d-dbfd-4ece-b291-0498a019fcc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13226 | 2025.04.15 04:08:23.491019 [ 5 ] {baaf896d-dbfd-4ece-b291-0498a019fcc1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13227 | 2025.04.15 04:08:23.491260 [ 5 ] {baaf896d-dbfd-4ece-b291-0498a019fcc1} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13228 | 2025.04.15 04:08:23.491510 [ 5 ] {baaf896d-dbfd-4ece-b291-0498a019fcc1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00134 sec., 746.2686567164179 rows/sec., 50.29 KiB/sec. | ||
| 13229 | 2025.04.15 04:08:23.491613 [ 5 ] {baaf896d-dbfd-4ece-b291-0498a019fcc1} <Debug> TCPHandler: Processed in 0.001575473 sec. | ||
| 13230 | 2025.04.15 04:08:23.491862 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13231 | 2025.04.15 04:08:23.491973 [ 5 ] {f9241655-b59b-4392-ae90-7bd3ae7dac1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13232 | 2025.04.15 04:08:23.492046 [ 5 ] {f9241655-b59b-4392-ae90-7bd3ae7dac1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13233 | 2025.04.15 04:08:23.493075 [ 5 ] {f9241655-b59b-4392-ae90-7bd3ae7dac1a} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13234 | 2025.04.15 04:08:23.493115 [ 5 ] {f9241655-b59b-4392-ae90-7bd3ae7dac1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13235 | 2025.04.15 04:08:23.493712 [ 5 ] {f9241655-b59b-4392-ae90-7bd3ae7dac1a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 13236 | 2025.04.15 04:08:23.493964 [ 5 ] {f9241655-b59b-4392-ae90-7bd3ae7dac1a} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13237 | 2025.04.15 04:08:23.494194 [ 5 ] {f9241655-b59b-4392-ae90-7bd3ae7dac1a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002245 sec., 3563.4743875278396 rows/sec., 6.39 MiB/sec. | ||
| 13238 | 2025.04.15 04:08:23.494289 [ 5 ] {f9241655-b59b-4392-ae90-7bd3ae7dac1a} <Debug> TCPHandler: Processed in 0.002518504 sec. | ||
| 13239 | 2025.04.15 04:08:23.494410 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13240 | 2025.04.15 04:08:23.494516 [ 5 ] {c998c422-df1e-4662-b579-ca48bf55244f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13241 | 2025.04.15 04:08:23.494563 [ 5 ] {c998c422-df1e-4662-b579-ca48bf55244f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13242 | 2025.04.15 04:08:23.494983 [ 5 ] {c998c422-df1e-4662-b579-ca48bf55244f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13243 | 2025.04.15 04:08:23.495022 [ 5 ] {c998c422-df1e-4662-b579-ca48bf55244f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13244 | 2025.04.15 04:08:23.495375 [ 5 ] {c998c422-df1e-4662-b579-ca48bf55244f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13245 | 2025.04.15 04:08:23.495613 [ 5 ] {c998c422-df1e-4662-b579-ca48bf55244f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13246 | 2025.04.15 04:08:23.495823 [ 5 ] {c998c422-df1e-4662-b579-ca48bf55244f} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001329 sec., 25583.145221971405 rows/sec., 1.48 MiB/sec. | ||
| 13247 | 2025.04.15 04:08:23.495872 [ 5 ] {c998c422-df1e-4662-b579-ca48bf55244f} <Debug> TCPHandler: Processed in 0.001513592 sec. | ||
| 13248 | 2025.04.15 04:08:25.617550 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1888 | ||
| 13249 | 2025.04.15 04:08:25.621119 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13250 | 2025.04.15 04:08:25.621169 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13251 | 2025.04.15 04:08:25.622638 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13252 | 2025.04.15 04:08:25.622963 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13253 | 2025.04.15 04:08:25.623193 [ 120 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 13254 | 2025.04.15 04:08:25.623323 [ 120 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13255 | 2025.04.15 04:08:25.623396 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13256 | 2025.04.15 04:08:25.623760 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 13257 | 2025.04.15 04:08:25.624035 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1888 | ||
| 13258 | 2025.04.15 04:08:25.624528 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13259 | 2025.04.15 04:08:25.624667 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1680 rows starting from the beginning of the part | ||
| 13260 | 2025.04.15 04:08:25.625222 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 13261 | 2025.04.15 04:08:25.625849 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 13262 | 2025.04.15 04:08:25.626451 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 13263 | 2025.04.15 04:08:25.627004 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part | ||
| 13264 | 2025.04.15 04:08:25.627586 [ 194 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 58 rows starting from the beginning of the part | ||
| 13265 | 2025.04.15 04:08:25.635491 [ 197 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1888 rows, containing 72 columns (72 merged, 0 gathered) in 0.011918134 sec., 158414.0604561083 rows/sec., 120.73 MiB/sec. | ||
| 13266 | 2025.04.15 04:08:25.637566 [ 197 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 13267 | 2025.04.15 04:08:25.638428 [ 197 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_46_9} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13268 | 2025.04.15 04:08:25.638533 [ 197 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_46_9} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 13269 | 2025.04.15 04:08:25.638922 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.01 MiB. | ||
| 13270 | 2025.04.15 04:08:27.955994 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28853 | ||
| 13271 | 2025.04.15 04:08:27.956623 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13272 | 2025.04.15 04:08:27.956672 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13273 | 2025.04.15 04:08:27.957184 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13274 | 2025.04.15 04:08:27.957435 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13275 | 2025.04.15 04:08:27.957665 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28853 | ||
| 13276 | 2025.04.15 04:08:27.962529 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13277 | 2025.04.15 04:08:27.962740 [ 5 ] {65fca9bf-5e47-486f-9828-a8e124a269e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13278 | 2025.04.15 04:08:27.962821 [ 5 ] {65fca9bf-5e47-486f-9828-a8e124a269e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13279 | 2025.04.15 04:08:27.963556 [ 5 ] {65fca9bf-5e47-486f-9828-a8e124a269e3} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13280 | 2025.04.15 04:08:27.963603 [ 5 ] {65fca9bf-5e47-486f-9828-a8e124a269e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13281 | 2025.04.15 04:08:27.964048 [ 5 ] {65fca9bf-5e47-486f-9828-a8e124a269e3} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13282 | 2025.04.15 04:08:27.964318 [ 5 ] {65fca9bf-5e47-486f-9828-a8e124a269e3} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13283 | 2025.04.15 04:08:27.964550 [ 115 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13284 | 2025.04.15 04:08:27.964564 [ 5 ] {65fca9bf-5e47-486f-9828-a8e124a269e3} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001875 sec., 29866.666666666668 rows/sec., 2.29 MiB/sec. | ||
| 13285 | 2025.04.15 04:08:27.964669 [ 115 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13286 | 2025.04.15 04:08:27.964740 [ 5 ] {65fca9bf-5e47-486f-9828-a8e124a269e3} <Debug> TCPHandler: Processed in 0.002337849 sec. | ||
| 13287 | 2025.04.15 04:08:27.964754 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13288 | 2025.04.15 04:08:27.964923 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13289 | 2025.04.15 04:08:27.964993 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 13290 | 2025.04.15 04:08:27.965119 [ 5 ] {54a95249-36b3-4122-bdfa-6798e1ef738a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13291 | 2025.04.15 04:08:27.965236 [ 5 ] {54a95249-36b3-4122-bdfa-6798e1ef738a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13292 | 2025.04.15 04:08:27.965251 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13293 | 2025.04.15 04:08:27.965351 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1847 rows starting from the beginning of the part | ||
| 13294 | 2025.04.15 04:08:27.965621 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 121 rows starting from the beginning of the part | ||
| 13295 | 2025.04.15 04:08:27.965981 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 633 rows starting from the beginning of the part | ||
| 13296 | 2025.04.15 04:08:27.966417 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 120 rows starting from the beginning of the part | ||
| 13297 | 2025.04.15 04:08:27.966811 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1774 rows starting from the beginning of the part | ||
| 13298 | 2025.04.15 04:08:27.967059 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 13299 | 2025.04.15 04:08:27.967856 [ 5 ] {54a95249-36b3-4122-bdfa-6798e1ef738a} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13300 | 2025.04.15 04:08:27.967914 [ 5 ] {54a95249-36b3-4122-bdfa-6798e1ef738a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13301 | 2025.04.15 04:08:27.968670 [ 5 ] {54a95249-36b3-4122-bdfa-6798e1ef738a} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13302 | 2025.04.15 04:08:27.969215 [ 5 ] {54a95249-36b3-4122-bdfa-6798e1ef738a} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13303 | 2025.04.15 04:08:27.969640 [ 115 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13304 | 2025.04.15 04:08:27.969732 [ 5 ] {54a95249-36b3-4122-bdfa-6798e1ef738a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004665 sec., 13719.185423365489 rows/sec., 1.07 MiB/sec. | ||
| 13305 | 2025.04.15 04:08:27.969742 [ 115 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13306 | 2025.04.15 04:08:27.969853 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13307 | 2025.04.15 04:08:27.969947 [ 5 ] {54a95249-36b3-4122-bdfa-6798e1ef738a} <Debug> TCPHandler: Processed in 0.005098039 sec. | ||
| 13308 | 2025.04.15 04:08:27.970149 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13309 | 2025.04.15 04:08:27.970292 [ 5 ] {bc5df7f4-f456-45e6-a629-2b28c579f436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13310 | 2025.04.15 04:08:27.970390 [ 5 ] {bc5df7f4-f456-45e6-a629-2b28c579f436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13311 | 2025.04.15 04:08:27.971109 [ 198 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 13312 | 2025.04.15 04:08:27.971703 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4551 rows, containing 5 columns (5 merged, 0 gathered) in 0.006805045 sec., 668768.5386356739 rows/sec., 56.84 MiB/sec. | ||
| 13313 | 2025.04.15 04:08:27.972087 [ 198 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13314 | 2025.04.15 04:08:27.972183 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13315 | 2025.04.15 04:08:27.972284 [ 198 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 914 rows starting from the beginning of the part | ||
| 13316 | 2025.04.15 04:08:27.973002 [ 5 ] {bc5df7f4-f456-45e6-a629-2b28c579f436} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13317 | 2025.04.15 04:08:27.973062 [ 198 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 98 rows starting from the beginning of the part | ||
| 13318 | 2025.04.15 04:08:27.973083 [ 5 ] {bc5df7f4-f456-45e6-a629-2b28c579f436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13319 | 2025.04.15 04:08:27.973337 [ 201 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_106_21} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13320 | 2025.04.15 04:08:27.973705 [ 198 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 390 rows starting from the beginning of the part | ||
| 13321 | 2025.04.15 04:08:27.973727 [ 201 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_106_21} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13322 | 2025.04.15 04:08:27.974197 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 13323 | 2025.04.15 04:08:27.974230 [ 198 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 96 rows starting from the beginning of the part | ||
| 13324 | 2025.04.15 04:08:27.974615 [ 198 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 848 rows starting from the beginning of the part | ||
| 13325 | 2025.04.15 04:08:27.974983 [ 198 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 13326 | 2025.04.15 04:08:27.975201 [ 5 ] {bc5df7f4-f456-45e6-a629-2b28c579f436} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13327 | 2025.04.15 04:08:27.975804 [ 5 ] {bc5df7f4-f456-45e6-a629-2b28c579f436} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13328 | 2025.04.15 04:08:27.976100 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 13329 | 2025.04.15 04:08:27.976213 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13330 | 2025.04.15 04:08:27.976286 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13331 | 2025.04.15 04:08:27.976344 [ 5 ] {bc5df7f4-f456-45e6-a629-2b28c579f436} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.006059 sec., 21125.59828354514 rows/sec., 1.47 MiB/sec. | ||
| 13332 | 2025.04.15 04:08:27.976658 [ 5 ] {bc5df7f4-f456-45e6-a629-2b28c579f436} <Debug> TCPHandler: Processed in 0.006574561 sec. | ||
| 13333 | 2025.04.15 04:08:27.976675 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 13334 | 2025.04.15 04:08:27.977110 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13335 | 2025.04.15 04:08:27.977417 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13336 | 2025.04.15 04:08:27.977481 [ 5 ] {c3dfd285-f408-4dc9-b9f8-3f95dfb8e36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13337 | 2025.04.15 04:08:27.977597 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 30338 rows starting from the beginning of the part | ||
| 13338 | 2025.04.15 04:08:27.977681 [ 5 ] {c3dfd285-f408-4dc9-b9f8-3f95dfb8e36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13339 | 2025.04.15 04:08:27.978238 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 161 rows starting from the beginning of the part | ||
| 13340 | 2025.04.15 04:08:27.978936 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 13341 | 2025.04.15 04:08:27.979548 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 13342 | 2025.04.15 04:08:27.980101 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 956 rows starting from the beginning of the part | ||
| 13343 | 2025.04.15 04:08:27.982109 [ 5 ] {c3dfd285-f408-4dc9-b9f8-3f95dfb8e36e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13344 | 2025.04.15 04:08:27.982201 [ 5 ] {c3dfd285-f408-4dc9-b9f8-3f95dfb8e36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13345 | 2025.04.15 04:08:27.983220 [ 5 ] {c3dfd285-f408-4dc9-b9f8-3f95dfb8e36e} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13346 | 2025.04.15 04:08:27.984199 [ 5 ] {c3dfd285-f408-4dc9-b9f8-3f95dfb8e36e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13347 | 2025.04.15 04:08:27.984262 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2410 rows, containing 5 columns (5 merged, 0 gathered) in 0.013550539 sec., 177852.7038666137 rows/sec., 13.62 MiB/sec. | ||
| 13348 | 2025.04.15 04:08:27.984665 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13349 | 2025.04.15 04:08:27.984707 [ 115 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13350 | 2025.04.15 04:08:27.985032 [ 115 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13351 | 2025.04.15 04:08:27.985050 [ 5 ] {c3dfd285-f408-4dc9-b9f8-3f95dfb8e36e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.007661 sec., 6265.50058739068 rows/sec., 432.38 KiB/sec. | ||
| 13352 | 2025.04.15 04:08:27.985193 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13353 | 2025.04.15 04:08:27.985476 [ 5 ] {c3dfd285-f408-4dc9-b9f8-3f95dfb8e36e} <Debug> TCPHandler: Processed in 0.008490771 sec. | ||
| 13354 | 2025.04.15 04:08:27.985789 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 13355 | 2025.04.15 04:08:27.985799 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_106_21} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13356 | 2025.04.15 04:08:27.986022 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13357 | 2025.04.15 04:08:27.986033 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_106_21} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13358 | 2025.04.15 04:08:27.986082 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6034 rows starting from the beginning of the part | ||
| 13359 | 2025.04.15 04:08:27.986658 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 13360 | 2025.04.15 04:08:27.986698 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 13361 | 2025.04.15 04:08:27.986824 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 13362 | 2025.04.15 04:08:27.986885 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 13363 | 2025.04.15 04:08:27.987026 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 34 rows starting from the beginning of the part | ||
| 13364 | 2025.04.15 04:08:27.987342 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 48 rows starting from the beginning of the part | ||
| 13365 | 2025.04.15 04:08:27.990289 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6318 rows, containing 4 columns (4 merged, 0 gathered) in 0.004790242 sec., 1318931.2773759656 rows/sec., 85.87 MiB/sec. | ||
| 13366 | 2025.04.15 04:08:27.990931 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13367 | 2025.04.15 04:08:27.991394 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_106_21} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13368 | 2025.04.15 04:08:27.991567 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_106_21} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13369 | 2025.04.15 04:08:27.991693 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 13370 | 2025.04.15 04:08:27.992659 [ 192 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31852 rows, containing 5 columns (5 merged, 0 gathered) in 0.016248856 sec., 1960261.07930306 rows/sec., 132.28 MiB/sec. | ||
| 13371 | 2025.04.15 04:08:27.993335 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 13372 | 2025.04.15 04:08:27.993652 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13373 | 2025.04.15 04:08:27.993777 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 13374 | 2025.04.15 04:08:27.993890 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 13375 | 2025.04.15 04:08:30.005846 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 13376 | 2025.04.15 04:08:30.029496 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13377 | 2025.04.15 04:08:30.029580 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13378 | 2025.04.15 04:08:30.037169 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 13379 | 2025.04.15 04:08:30.038021 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13380 | 2025.04.15 04:08:30.041379 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 13381 | 2025.04.15 04:08:32.966221 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13382 | 2025.04.15 04:08:32.966425 [ 5 ] {2d291526-c059-421f-8dc1-25dfd7b15f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13383 | 2025.04.15 04:08:32.966497 [ 5 ] {2d291526-c059-421f-8dc1-25dfd7b15f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13384 | 2025.04.15 04:08:32.967303 [ 5 ] {2d291526-c059-421f-8dc1-25dfd7b15f14} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13385 | 2025.04.15 04:08:32.967352 [ 5 ] {2d291526-c059-421f-8dc1-25dfd7b15f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13386 | 2025.04.15 04:08:32.967807 [ 5 ] {2d291526-c059-421f-8dc1-25dfd7b15f14} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13387 | 2025.04.15 04:08:32.968071 [ 5 ] {2d291526-c059-421f-8dc1-25dfd7b15f14} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13388 | 2025.04.15 04:08:32.968337 [ 5 ] {2d291526-c059-421f-8dc1-25dfd7b15f14} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.00196 sec., 61224.48979591837 rows/sec., 5.20 MiB/sec. | ||
| 13389 | 2025.04.15 04:08:32.968436 [ 5 ] {2d291526-c059-421f-8dc1-25dfd7b15f14} <Debug> TCPHandler: Processed in 0.00233589 sec. | ||
| 13390 | 2025.04.15 04:08:32.968648 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13391 | 2025.04.15 04:08:32.968941 [ 5 ] {bb8e1183-3b1b-4b34-84ff-7a1490007889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13392 | 2025.04.15 04:08:32.969004 [ 5 ] {bb8e1183-3b1b-4b34-84ff-7a1490007889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13393 | 2025.04.15 04:08:32.969559 [ 5 ] {bb8e1183-3b1b-4b34-84ff-7a1490007889} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13394 | 2025.04.15 04:08:32.969600 [ 5 ] {bb8e1183-3b1b-4b34-84ff-7a1490007889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13395 | 2025.04.15 04:08:32.969966 [ 5 ] {bb8e1183-3b1b-4b34-84ff-7a1490007889} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13396 | 2025.04.15 04:08:32.970212 [ 5 ] {bb8e1183-3b1b-4b34-84ff-7a1490007889} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13397 | 2025.04.15 04:08:32.970419 [ 5 ] {bb8e1183-3b1b-4b34-84ff-7a1490007889} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001581 sec., 20240.354206198608 rows/sec., 1.49 MiB/sec. | ||
| 13398 | 2025.04.15 04:08:32.970472 [ 5 ] {bb8e1183-3b1b-4b34-84ff-7a1490007889} <Debug> TCPHandler: Processed in 0.001938521 sec. | ||
| 13399 | 2025.04.15 04:08:32.970587 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13400 | 2025.04.15 04:08:32.970694 [ 5 ] {31f81777-2a0e-482d-a46c-c77a0d7f9df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13401 | 2025.04.15 04:08:32.970741 [ 5 ] {31f81777-2a0e-482d-a46c-c77a0d7f9df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13402 | 2025.04.15 04:08:32.971294 [ 5 ] {31f81777-2a0e-482d-a46c-c77a0d7f9df6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13403 | 2025.04.15 04:08:32.971334 [ 5 ] {31f81777-2a0e-482d-a46c-c77a0d7f9df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13404 | 2025.04.15 04:08:32.971704 [ 5 ] {31f81777-2a0e-482d-a46c-c77a0d7f9df6} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13405 | 2025.04.15 04:08:32.971947 [ 5 ] {31f81777-2a0e-482d-a46c-c77a0d7f9df6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13406 | 2025.04.15 04:08:32.972143 [ 5 ] {31f81777-2a0e-482d-a46c-c77a0d7f9df6} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001473 sec., 65173.11608961304 rows/sec., 5.09 MiB/sec. | ||
| 13407 | 2025.04.15 04:08:32.972194 [ 5 ] {31f81777-2a0e-482d-a46c-c77a0d7f9df6} <Debug> TCPHandler: Processed in 0.001655396 sec. | ||
| 13408 | 2025.04.15 04:08:32.972308 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13409 | 2025.04.15 04:08:32.972414 [ 5 ] {b7a87bc6-1a2a-4c22-a4f3-ae8b1782b401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13410 | 2025.04.15 04:08:32.972465 [ 5 ] {b7a87bc6-1a2a-4c22-a4f3-ae8b1782b401} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13411 | 2025.04.15 04:08:32.972989 [ 5 ] {b7a87bc6-1a2a-4c22-a4f3-ae8b1782b401} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13412 | 2025.04.15 04:08:32.973029 [ 5 ] {b7a87bc6-1a2a-4c22-a4f3-ae8b1782b401} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13413 | 2025.04.15 04:08:32.973437 [ 5 ] {b7a87bc6-1a2a-4c22-a4f3-ae8b1782b401} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13414 | 2025.04.15 04:08:32.973692 [ 5 ] {b7a87bc6-1a2a-4c22-a4f3-ae8b1782b401} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13415 | 2025.04.15 04:08:32.973894 [ 5 ] {b7a87bc6-1a2a-4c22-a4f3-ae8b1782b401} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001502 sec., 106524.63382157123 rows/sec., 7.42 MiB/sec. | ||
| 13416 | 2025.04.15 04:08:32.973945 [ 5 ] {b7a87bc6-1a2a-4c22-a4f3-ae8b1782b401} <Debug> TCPHandler: Processed in 0.001687436 sec. | ||
| 13417 | 2025.04.15 04:08:32.974059 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13418 | 2025.04.15 04:08:32.974163 [ 5 ] {913e223a-575a-421e-b4cb-ffe713b2ec27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13419 | 2025.04.15 04:08:32.974230 [ 5 ] {913e223a-575a-421e-b4cb-ffe713b2ec27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13420 | 2025.04.15 04:08:32.975341 [ 5 ] {913e223a-575a-421e-b4cb-ffe713b2ec27} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13421 | 2025.04.15 04:08:32.975381 [ 5 ] {913e223a-575a-421e-b4cb-ffe713b2ec27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13422 | 2025.04.15 04:08:32.976000 [ 5 ] {913e223a-575a-421e-b4cb-ffe713b2ec27} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 13423 | 2025.04.15 04:08:32.976254 [ 5 ] {913e223a-575a-421e-b4cb-ffe713b2ec27} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13424 | 2025.04.15 04:08:32.976508 [ 5 ] {913e223a-575a-421e-b4cb-ffe713b2ec27} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002365 sec., 13530.655391120508 rows/sec., 24.25 MiB/sec. | ||
| 13425 | 2025.04.15 04:08:32.976668 [ 5 ] {913e223a-575a-421e-b4cb-ffe713b2ec27} <Debug> TCPHandler: Processed in 0.002658057 sec. | ||
| 13426 | 2025.04.15 04:08:32.976992 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13427 | 2025.04.15 04:08:32.977167 [ 5 ] {68032f73-c5ef-46be-8ce8-b0aa0ab017fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13428 | 2025.04.15 04:08:32.977217 [ 5 ] {68032f73-c5ef-46be-8ce8-b0aa0ab017fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13429 | 2025.04.15 04:08:32.977681 [ 5 ] {68032f73-c5ef-46be-8ce8-b0aa0ab017fe} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13430 | 2025.04.15 04:08:32.977720 [ 5 ] {68032f73-c5ef-46be-8ce8-b0aa0ab017fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13431 | 2025.04.15 04:08:32.978079 [ 5 ] {68032f73-c5ef-46be-8ce8-b0aa0ab017fe} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 13432 | 2025.04.15 04:08:32.978315 [ 5 ] {68032f73-c5ef-46be-8ce8-b0aa0ab017fe} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13433 | 2025.04.15 04:08:32.978510 [ 5 ] {68032f73-c5ef-46be-8ce8-b0aa0ab017fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
| 13434 | 2025.04.15 04:08:32.978560 [ 5 ] {68032f73-c5ef-46be-8ce8-b0aa0ab017fe} <Debug> TCPHandler: Processed in 0.001676876 sec. | ||
| 13435 | 2025.04.15 04:08:34.252529 [ 109 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0 | ||
| 13436 | 2025.04.15 04:08:34.252600 [ 109 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13437 | 2025.04.15 04:08:34.252626 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13438 | 2025.04.15 04:08:34.252828 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full | ||
| 13439 | 2025.04.15 04:08:34.253116 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13440 | 2025.04.15 04:08:34.253156 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 42 rows starting from the beginning of the part | ||
| 13441 | 2025.04.15 04:08:34.253229 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 13442 | 2025.04.15 04:08:34.253327 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 13443 | 2025.04.15 04:08:34.253556 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13444 | 2025.04.15 04:08:34.253856 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 13445 | 2025.04.15 04:08:34.254995 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 4 columns (4 merged, 0 gathered) in 0.002294379 sec., 20048.998007739785 rows/sec., 1.32 MiB/sec. | ||
| 13446 | 2025.04.15 04:08:34.255166 [ 193 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) | ||
| 13447 | 2025.04.15 04:08:34.255488 [ 193 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_46_10} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13448 | 2025.04.15 04:08:34.255573 [ 193 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_46_10} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10 | ||
| 13449 | 2025.04.15 04:08:34.255665 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13450 | 2025.04.15 04:08:34.427330 [ 109 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 5 parts from all_1_42_9 to all_46_46_0 | ||
| 13451 | 2025.04.15 04:08:34.427378 [ 109 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13452 | 2025.04.15 04:08:34.427400 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13453 | 2025.04.15 04:08:34.427556 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_46_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_42_9 to all_46_46_0 into Compact with storage Full | ||
| 13454 | 2025.04.15 04:08:34.427974 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_46_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13455 | 2025.04.15 04:08:34.428051 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 342 rows starting from the beginning of the part | ||
| 13456 | 2025.04.15 04:08:34.428152 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 341 rows starting from the beginning of the part | ||
| 13457 | 2025.04.15 04:08:34.428244 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 113 rows starting from the beginning of the part | ||
| 13458 | 2025.04.15 04:08:34.428388 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 113 rows starting from the beginning of the part | ||
| 13459 | 2025.04.15 04:08:34.428473 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_46_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 341 rows starting from the beginning of the part | ||
| 13460 | 2025.04.15 04:08:34.429528 [ 193 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_46_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.002072954 sec., 603004.2152406662 rows/sec., 42.32 MiB/sec. | ||
| 13461 | 2025.04.15 04:08:34.429656 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_46_10} <Trace> MergedBlockOutputStream: filled checksums all_1_46_10 (state Temporary) | ||
| 13462 | 2025.04.15 04:08:34.429926 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_46_10} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_46_10 to all_1_46_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13463 | 2025.04.15 04:08:34.430000 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_46_10} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 5 parts: [all_1_42_9, all_46_46_0] -> all_1_46_10 | ||
| 13464 | 2025.04.15 04:08:34.430069 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 13465 | 2025.04.15 04:08:35.203608 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13466 | 2025.04.15 04:08:35.203668 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13467 | 2025.04.15 04:08:35.457833 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29341 | ||
| 13468 | 2025.04.15 04:08:35.458527 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13469 | 2025.04.15 04:08:35.458574 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13470 | 2025.04.15 04:08:35.459080 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13471 | 2025.04.15 04:08:35.459332 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13472 | 2025.04.15 04:08:35.459611 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 13473 | 2025.04.15 04:08:35.624438 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1908 | ||
| 13474 | 2025.04.15 04:08:35.627354 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13475 | 2025.04.15 04:08:35.627415 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13476 | 2025.04.15 04:08:35.628872 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13477 | 2025.04.15 04:08:35.629193 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13478 | 2025.04.15 04:08:35.629866 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1908 | ||
| 13479 | 2025.04.15 04:08:36.002032 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00141757 sec. | ||
| 13480 | 2025.04.15 04:08:37.541499 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 13481 | 2025.04.15 04:08:37.562597 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13482 | 2025.04.15 04:08:37.562658 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13483 | 2025.04.15 04:08:37.569895 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 13484 | 2025.04.15 04:08:37.570695 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13485 | 2025.04.15 04:08:37.573397 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 13486 | 2025.04.15 04:08:37.970237 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13487 | 2025.04.15 04:08:37.970428 [ 5 ] {2c1e6572-2aa1-4b70-b759-c18d47742ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13488 | 2025.04.15 04:08:37.970500 [ 5 ] {2c1e6572-2aa1-4b70-b759-c18d47742ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13489 | 2025.04.15 04:08:37.971371 [ 5 ] {2c1e6572-2aa1-4b70-b759-c18d47742ef3} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13490 | 2025.04.15 04:08:37.971425 [ 5 ] {2c1e6572-2aa1-4b70-b759-c18d47742ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13491 | 2025.04.15 04:08:37.971894 [ 5 ] {2c1e6572-2aa1-4b70-b759-c18d47742ef3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13492 | 2025.04.15 04:08:37.972159 [ 5 ] {2c1e6572-2aa1-4b70-b759-c18d47742ef3} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13493 | 2025.04.15 04:08:37.972413 [ 5 ] {2c1e6572-2aa1-4b70-b759-c18d47742ef3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002028 sec., 104536.48915187377 rows/sec., 6.65 MiB/sec. | ||
| 13494 | 2025.04.15 04:08:37.972517 [ 5 ] {2c1e6572-2aa1-4b70-b759-c18d47742ef3} <Debug> TCPHandler: Processed in 0.002401191 sec. | ||
| 13495 | 2025.04.15 04:08:37.972769 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13496 | 2025.04.15 04:08:37.972884 [ 5 ] {7aecc2f4-1c9b-4ee6-a16f-9d7a8b4ac8cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13497 | 2025.04.15 04:08:37.972932 [ 5 ] {7aecc2f4-1c9b-4ee6-a16f-9d7a8b4ac8cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13498 | 2025.04.15 04:08:37.973742 [ 5 ] {7aecc2f4-1c9b-4ee6-a16f-9d7a8b4ac8cd} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13499 | 2025.04.15 04:08:37.973784 [ 5 ] {7aecc2f4-1c9b-4ee6-a16f-9d7a8b4ac8cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13500 | 2025.04.15 04:08:37.974204 [ 5 ] {7aecc2f4-1c9b-4ee6-a16f-9d7a8b4ac8cd} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13501 | 2025.04.15 04:08:37.974465 [ 5 ] {7aecc2f4-1c9b-4ee6-a16f-9d7a8b4ac8cd} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13502 | 2025.04.15 04:08:37.974640 [ 5 ] {7aecc2f4-1c9b-4ee6-a16f-9d7a8b4ac8cd} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001775 sec., 356619.71830985916 rows/sec., 28.05 MiB/sec. | ||
| 13503 | 2025.04.15 04:08:37.974712 [ 5 ] {7aecc2f4-1c9b-4ee6-a16f-9d7a8b4ac8cd} <Debug> TCPHandler: Processed in 0.002042284 sec. | ||
| 13504 | 2025.04.15 04:08:37.974863 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13505 | 2025.04.15 04:08:37.975158 [ 5 ] {21569a20-e392-4c7d-a398-fe5c173f4b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13506 | 2025.04.15 04:08:37.975295 [ 5 ] {21569a20-e392-4c7d-a398-fe5c173f4b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13507 | 2025.04.15 04:08:37.976225 [ 5 ] {21569a20-e392-4c7d-a398-fe5c173f4b82} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13508 | 2025.04.15 04:08:37.976264 [ 5 ] {21569a20-e392-4c7d-a398-fe5c173f4b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13509 | 2025.04.15 04:08:37.976613 [ 5 ] {21569a20-e392-4c7d-a398-fe5c173f4b82} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13510 | 2025.04.15 04:08:37.976843 [ 5 ] {21569a20-e392-4c7d-a398-fe5c173f4b82} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13511 | 2025.04.15 04:08:37.977015 [ 5 ] {21569a20-e392-4c7d-a398-fe5c173f4b82} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001963 sec., 58074.37595517066 rows/sec., 3.48 MiB/sec. | ||
| 13512 | 2025.04.15 04:08:37.977082 [ 5 ] {21569a20-e392-4c7d-a398-fe5c173f4b82} <Debug> TCPHandler: Processed in 0.002269398 sec. | ||
| 13513 | 2025.04.15 04:08:37.977234 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13514 | 2025.04.15 04:08:37.977540 [ 5 ] {75c88873-0b4c-41ef-9ec7-89cee839b0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13515 | 2025.04.15 04:08:37.977673 [ 5 ] {75c88873-0b4c-41ef-9ec7-89cee839b0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13516 | 2025.04.15 04:08:37.978418 [ 5 ] {75c88873-0b4c-41ef-9ec7-89cee839b0a9} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13517 | 2025.04.15 04:08:37.978457 [ 5 ] {75c88873-0b4c-41ef-9ec7-89cee839b0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13518 | 2025.04.15 04:08:37.978807 [ 5 ] {75c88873-0b4c-41ef-9ec7-89cee839b0a9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13519 | 2025.04.15 04:08:37.979045 [ 5 ] {75c88873-0b4c-41ef-9ec7-89cee839b0a9} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13520 | 2025.04.15 04:08:37.979204 [ 5 ] {75c88873-0b4c-41ef-9ec7-89cee839b0a9} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001771 sec., 63805.75945793337 rows/sec., 4.13 MiB/sec. | ||
| 13521 | 2025.04.15 04:08:37.979254 [ 5 ] {75c88873-0b4c-41ef-9ec7-89cee839b0a9} <Debug> TCPHandler: Processed in 0.002095934 sec. | ||
| 13522 | 2025.04.15 04:08:37.979398 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13523 | 2025.04.15 04:08:37.979531 [ 5 ] {040e979b-b66c-47b5-85b9-90c20dc235ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13524 | 2025.04.15 04:08:37.979584 [ 5 ] {040e979b-b66c-47b5-85b9-90c20dc235ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13525 | 2025.04.15 04:08:37.980264 [ 5 ] {040e979b-b66c-47b5-85b9-90c20dc235ef} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13526 | 2025.04.15 04:08:37.980302 [ 5 ] {040e979b-b66c-47b5-85b9-90c20dc235ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13527 | 2025.04.15 04:08:37.980656 [ 5 ] {040e979b-b66c-47b5-85b9-90c20dc235ef} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13528 | 2025.04.15 04:08:37.980891 [ 5 ] {040e979b-b66c-47b5-85b9-90c20dc235ef} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13529 | 2025.04.15 04:08:37.981051 [ 5 ] {040e979b-b66c-47b5-85b9-90c20dc235ef} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001549 sec., 72304.7127178825 rows/sec., 4.12 MiB/sec. | ||
| 13530 | 2025.04.15 04:08:37.981100 [ 5 ] {040e979b-b66c-47b5-85b9-90c20dc235ef} <Debug> TCPHandler: Processed in 0.001763978 sec. | ||
| 13531 | 2025.04.15 04:08:37.981217 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13532 | 2025.04.15 04:08:37.981320 [ 5 ] {6c6d1e67-91b3-4f83-81d7-505b3043d32b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13533 | 2025.04.15 04:08:37.981363 [ 5 ] {6c6d1e67-91b3-4f83-81d7-505b3043d32b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13534 | 2025.04.15 04:08:37.981972 [ 5 ] {6c6d1e67-91b3-4f83-81d7-505b3043d32b} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13535 | 2025.04.15 04:08:37.982009 [ 5 ] {6c6d1e67-91b3-4f83-81d7-505b3043d32b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13536 | 2025.04.15 04:08:37.982369 [ 5 ] {6c6d1e67-91b3-4f83-81d7-505b3043d32b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13537 | 2025.04.15 04:08:37.982599 [ 5 ] {6c6d1e67-91b3-4f83-81d7-505b3043d32b} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13538 | 2025.04.15 04:08:37.982757 [ 5 ] {6c6d1e67-91b3-4f83-81d7-505b3043d32b} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001459 sec., 267306.37422892393 rows/sec., 18.89 MiB/sec. | ||
| 13539 | 2025.04.15 04:08:37.982805 [ 5 ] {6c6d1e67-91b3-4f83-81d7-505b3043d32b} <Debug> TCPHandler: Processed in 0.001636885 sec. | ||
| 13540 | 2025.04.15 04:08:37.982924 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13541 | 2025.04.15 04:08:37.983025 [ 5 ] {58d111be-fe16-461a-af25-484f92b9a571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13542 | 2025.04.15 04:08:37.983071 [ 5 ] {58d111be-fe16-461a-af25-484f92b9a571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13543 | 2025.04.15 04:08:37.983478 [ 5 ] {58d111be-fe16-461a-af25-484f92b9a571} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13544 | 2025.04.15 04:08:37.983514 [ 5 ] {58d111be-fe16-461a-af25-484f92b9a571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13545 | 2025.04.15 04:08:37.983854 [ 5 ] {58d111be-fe16-461a-af25-484f92b9a571} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 13546 | 2025.04.15 04:08:37.984086 [ 5 ] {58d111be-fe16-461a-af25-484f92b9a571} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13547 | 2025.04.15 04:08:37.984267 [ 5 ] {58d111be-fe16-461a-af25-484f92b9a571} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001258 sec., 4769.475357710652 rows/sec., 249.19 KiB/sec. | ||
| 13548 | 2025.04.15 04:08:37.984338 [ 5 ] {58d111be-fe16-461a-af25-484f92b9a571} <Debug> TCPHandler: Processed in 0.001462581 sec. | ||
| 13549 | 2025.04.15 04:08:37.984584 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13550 | 2025.04.15 04:08:37.984726 [ 5 ] {a03778f7-44f5-4ba9-ba6a-cfd0532cc0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13551 | 2025.04.15 04:08:37.984774 [ 5 ] {a03778f7-44f5-4ba9-ba6a-cfd0532cc0e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13552 | 2025.04.15 04:08:37.985304 [ 5 ] {a03778f7-44f5-4ba9-ba6a-cfd0532cc0e6} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13553 | 2025.04.15 04:08:37.985340 [ 5 ] {a03778f7-44f5-4ba9-ba6a-cfd0532cc0e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13554 | 2025.04.15 04:08:37.985707 [ 5 ] {a03778f7-44f5-4ba9-ba6a-cfd0532cc0e6} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13555 | 2025.04.15 04:08:37.985945 [ 5 ] {a03778f7-44f5-4ba9-ba6a-cfd0532cc0e6} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13556 | 2025.04.15 04:08:37.986119 [ 5 ] {a03778f7-44f5-4ba9-ba6a-cfd0532cc0e6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001406 sec., 168563.30014224752 rows/sec., 11.30 MiB/sec. | ||
| 13557 | 2025.04.15 04:08:37.986173 [ 5 ] {a03778f7-44f5-4ba9-ba6a-cfd0532cc0e6} <Debug> TCPHandler: Processed in 0.001690536 sec. | ||
| 13558 | 2025.04.15 04:08:37.986295 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13559 | 2025.04.15 04:08:37.986573 [ 5 ] {3032b0c5-c6ab-4836-be94-00cc9a0f9e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13560 | 2025.04.15 04:08:37.986714 [ 5 ] {3032b0c5-c6ab-4836-be94-00cc9a0f9e76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13561 | 2025.04.15 04:08:37.987513 [ 5 ] {3032b0c5-c6ab-4836-be94-00cc9a0f9e76} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13562 | 2025.04.15 04:08:37.987550 [ 5 ] {3032b0c5-c6ab-4836-be94-00cc9a0f9e76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13563 | 2025.04.15 04:08:37.987882 [ 5 ] {3032b0c5-c6ab-4836-be94-00cc9a0f9e76} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13564 | 2025.04.15 04:08:37.988114 [ 5 ] {3032b0c5-c6ab-4836-be94-00cc9a0f9e76} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13565 | 2025.04.15 04:08:37.988273 [ 5 ] {3032b0c5-c6ab-4836-be94-00cc9a0f9e76} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00181 sec., 552.4861878453039 rows/sec., 37.23 KiB/sec. | ||
| 13566 | 2025.04.15 04:08:37.988320 [ 5 ] {3032b0c5-c6ab-4836-be94-00cc9a0f9e76} <Debug> TCPHandler: Processed in 0.002076704 sec. | ||
| 13567 | 2025.04.15 04:08:37.988426 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13568 | 2025.04.15 04:08:37.988529 [ 5 ] {4fdda42e-1cda-401b-b43d-bb32ef2c4f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13569 | 2025.04.15 04:08:37.988592 [ 5 ] {4fdda42e-1cda-401b-b43d-bb32ef2c4f04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13570 | 2025.04.15 04:08:37.989627 [ 5 ] {4fdda42e-1cda-401b-b43d-bb32ef2c4f04} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13571 | 2025.04.15 04:08:37.989663 [ 5 ] {4fdda42e-1cda-401b-b43d-bb32ef2c4f04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13572 | 2025.04.15 04:08:37.990260 [ 5 ] {4fdda42e-1cda-401b-b43d-bb32ef2c4f04} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 13573 | 2025.04.15 04:08:37.990508 [ 5 ] {4fdda42e-1cda-401b-b43d-bb32ef2c4f04} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13574 | 2025.04.15 04:08:37.990689 [ 5 ] {4fdda42e-1cda-401b-b43d-bb32ef2c4f04} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002182 sec., 3666.3611365719526 rows/sec., 6.57 MiB/sec. | ||
| 13575 | 2025.04.15 04:08:37.990779 [ 5 ] {4fdda42e-1cda-401b-b43d-bb32ef2c4f04} <Debug> TCPHandler: Processed in 0.002400891 sec. | ||
| 13576 | 2025.04.15 04:08:37.990918 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13577 | 2025.04.15 04:08:37.991021 [ 5 ] {c2e8e318-168b-4575-a214-2573b808353b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13578 | 2025.04.15 04:08:37.991068 [ 5 ] {c2e8e318-168b-4575-a214-2573b808353b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13579 | 2025.04.15 04:08:37.991498 [ 5 ] {c2e8e318-168b-4575-a214-2573b808353b} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13580 | 2025.04.15 04:08:37.991535 [ 5 ] {c2e8e318-168b-4575-a214-2573b808353b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13581 | 2025.04.15 04:08:37.991897 [ 5 ] {c2e8e318-168b-4575-a214-2573b808353b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 13582 | 2025.04.15 04:08:37.992139 [ 5 ] {c2e8e318-168b-4575-a214-2573b808353b} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13583 | 2025.04.15 04:08:37.992299 [ 5 ] {c2e8e318-168b-4575-a214-2573b808353b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0013 sec., 63076.92307692308 rows/sec., 4.01 MiB/sec. | ||
| 13584 | 2025.04.15 04:08:37.992344 [ 5 ] {c2e8e318-168b-4575-a214-2573b808353b} <Debug> TCPHandler: Processed in 0.001473891 sec. | ||
| 13585 | 2025.04.15 04:08:38.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.96 MiB, peak 266.47 MiB, free memory in arenas 0.00 B, will set to 255.65 MiB (RSS), difference: -1.31 MiB | ||
| 13586 | 2025.04.15 04:08:42.959760 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29768 | ||
| 13587 | 2025.04.15 04:08:42.960467 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13588 | 2025.04.15 04:08:42.960505 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13589 | 2025.04.15 04:08:42.961009 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13590 | 2025.04.15 04:08:42.961256 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13591 | 2025.04.15 04:08:42.961471 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29768 | ||
| 13592 | 2025.04.15 04:08:42.966099 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13593 | 2025.04.15 04:08:42.966392 [ 5 ] {a30dcf1d-567d-4ed1-b53b-5b775cbc366e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13594 | 2025.04.15 04:08:42.966492 [ 5 ] {a30dcf1d-567d-4ed1-b53b-5b775cbc366e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13595 | 2025.04.15 04:08:42.967267 [ 5 ] {a30dcf1d-567d-4ed1-b53b-5b775cbc366e} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13596 | 2025.04.15 04:08:42.967313 [ 5 ] {a30dcf1d-567d-4ed1-b53b-5b775cbc366e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13597 | 2025.04.15 04:08:42.967720 [ 5 ] {a30dcf1d-567d-4ed1-b53b-5b775cbc366e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 13598 | 2025.04.15 04:08:42.967956 [ 5 ] {a30dcf1d-567d-4ed1-b53b-5b775cbc366e} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13599 | 2025.04.15 04:08:42.968214 [ 5 ] {a30dcf1d-567d-4ed1-b53b-5b775cbc366e} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001897 sec., 2108.5925144965736 rows/sec., 171.94 KiB/sec. | ||
| 13600 | 2025.04.15 04:08:42.968441 [ 5 ] {a30dcf1d-567d-4ed1-b53b-5b775cbc366e} <Debug> TCPHandler: Processed in 0.002510823 sec. | ||
| 13601 | 2025.04.15 04:08:42.968701 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13602 | 2025.04.15 04:08:42.968811 [ 5 ] {2ae0f2ad-7f8f-4657-b426-4f88790d16bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13603 | 2025.04.15 04:08:42.968862 [ 5 ] {2ae0f2ad-7f8f-4657-b426-4f88790d16bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13604 | 2025.04.15 04:08:42.969543 [ 5 ] {2ae0f2ad-7f8f-4657-b426-4f88790d16bd} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13605 | 2025.04.15 04:08:42.969583 [ 5 ] {2ae0f2ad-7f8f-4657-b426-4f88790d16bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13606 | 2025.04.15 04:08:42.969934 [ 5 ] {2ae0f2ad-7f8f-4657-b426-4f88790d16bd} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13607 | 2025.04.15 04:08:42.970163 [ 5 ] {2ae0f2ad-7f8f-4657-b426-4f88790d16bd} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13608 | 2025.04.15 04:08:42.970337 [ 5 ] {2ae0f2ad-7f8f-4657-b426-4f88790d16bd} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001554 sec., 78507.0785070785 rows/sec., 6.65 MiB/sec. | ||
| 13609 | 2025.04.15 04:08:42.970393 [ 5 ] {2ae0f2ad-7f8f-4657-b426-4f88790d16bd} <Debug> TCPHandler: Processed in 0.001778498 sec. | ||
| 13610 | 2025.04.15 04:08:42.970542 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13611 | 2025.04.15 04:08:42.970646 [ 5 ] {a7f20409-15ec-4ca8-83e6-ad969a812232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13612 | 2025.04.15 04:08:42.970691 [ 5 ] {a7f20409-15ec-4ca8-83e6-ad969a812232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13613 | 2025.04.15 04:08:42.971242 [ 5 ] {a7f20409-15ec-4ca8-83e6-ad969a812232} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13614 | 2025.04.15 04:08:42.971280 [ 5 ] {a7f20409-15ec-4ca8-83e6-ad969a812232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13615 | 2025.04.15 04:08:42.971608 [ 5 ] {a7f20409-15ec-4ca8-83e6-ad969a812232} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13616 | 2025.04.15 04:08:42.971838 [ 5 ] {a7f20409-15ec-4ca8-83e6-ad969a812232} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13617 | 2025.04.15 04:08:42.972024 [ 99 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13618 | 2025.04.15 04:08:42.972047 [ 5 ] {a7f20409-15ec-4ca8-83e6-ad969a812232} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001416 sec., 25423.728813559323 rows/sec., 1.85 MiB/sec. | ||
| 13619 | 2025.04.15 04:08:42.972115 [ 99 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13620 | 2025.04.15 04:08:42.972169 [ 5 ] {a7f20409-15ec-4ca8-83e6-ad969a812232} <Debug> TCPHandler: Processed in 0.001678086 sec. | ||
| 13621 | 2025.04.15 04:08:42.972176 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13622 | 2025.04.15 04:08:42.972350 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13623 | 2025.04.15 04:08:42.972521 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 13624 | 2025.04.15 04:08:42.972555 [ 5 ] {2a4a8eb6-acaf-408a-a2e2-ecd731632f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13625 | 2025.04.15 04:08:42.972683 [ 5 ] {2a4a8eb6-acaf-408a-a2e2-ecd731632f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13626 | 2025.04.15 04:08:42.973070 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13627 | 2025.04.15 04:08:42.973215 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 164 rows starting from the beginning of the part | ||
| 13628 | 2025.04.15 04:08:42.973673 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 32 rows starting from the beginning of the part | ||
| 13629 | 2025.04.15 04:08:42.973976 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 116 rows starting from the beginning of the part | ||
| 13630 | 2025.04.15 04:08:42.974316 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 32 rows starting from the beginning of the part | ||
| 13631 | 2025.04.15 04:08:42.974749 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 114 rows starting from the beginning of the part | ||
| 13632 | 2025.04.15 04:08:42.975089 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 36 rows starting from the beginning of the part | ||
| 13633 | 2025.04.15 04:08:42.975773 [ 5 ] {2a4a8eb6-acaf-408a-a2e2-ecd731632f9c} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13634 | 2025.04.15 04:08:42.975825 [ 5 ] {2a4a8eb6-acaf-408a-a2e2-ecd731632f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13635 | 2025.04.15 04:08:42.976673 [ 5 ] {2a4a8eb6-acaf-408a-a2e2-ecd731632f9c} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13636 | 2025.04.15 04:08:42.977232 [ 5 ] {2a4a8eb6-acaf-408a-a2e2-ecd731632f9c} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13637 | 2025.04.15 04:08:42.977793 [ 5 ] {2a4a8eb6-acaf-408a-a2e2-ecd731632f9c} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.005258 sec., 19018.63826550019 rows/sec., 1.49 MiB/sec. | ||
| 13638 | 2025.04.15 04:08:42.978092 [ 5 ] {2a4a8eb6-acaf-408a-a2e2-ecd731632f9c} <Debug> TCPHandler: Processed in 0.005839355 sec. | ||
| 13639 | 2025.04.15 04:08:42.978117 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 494 rows, containing 5 columns (5 merged, 0 gathered) in 0.005802934 sec., 85129.3500839403 rows/sec., 5.75 MiB/sec. | ||
| 13640 | 2025.04.15 04:08:42.978243 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13641 | 2025.04.15 04:08:42.978303 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13642 | 2025.04.15 04:08:42.978474 [ 5 ] {268ab147-134a-49dc-b85a-83d5991354d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13643 | 2025.04.15 04:08:42.978562 [ 5 ] {268ab147-134a-49dc-b85a-83d5991354d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13644 | 2025.04.15 04:08:42.978924 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_91_18} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13645 | 2025.04.15 04:08:42.979155 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_91_18} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13646 | 2025.04.15 04:08:42.979257 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 13647 | 2025.04.15 04:08:42.979541 [ 5 ] {268ab147-134a-49dc-b85a-83d5991354d5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13648 | 2025.04.15 04:08:42.979584 [ 5 ] {268ab147-134a-49dc-b85a-83d5991354d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13649 | 2025.04.15 04:08:42.979972 [ 5 ] {268ab147-134a-49dc-b85a-83d5991354d5} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13650 | 2025.04.15 04:08:42.980205 [ 5 ] {268ab147-134a-49dc-b85a-83d5991354d5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13651 | 2025.04.15 04:08:42.980417 [ 5 ] {268ab147-134a-49dc-b85a-83d5991354d5} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.002006 sec., 80757.72681954138 rows/sec., 5.62 MiB/sec. | ||
| 13652 | 2025.04.15 04:08:42.980473 [ 5 ] {268ab147-134a-49dc-b85a-83d5991354d5} <Debug> TCPHandler: Processed in 0.002294528 sec. | ||
| 13653 | 2025.04.15 04:08:42.980583 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13654 | 2025.04.15 04:08:42.980685 [ 5 ] {7ae42841-4102-4e36-b82b-bbe9977296fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13655 | 2025.04.15 04:08:42.980750 [ 5 ] {7ae42841-4102-4e36-b82b-bbe9977296fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13656 | 2025.04.15 04:08:42.981797 [ 5 ] {7ae42841-4102-4e36-b82b-bbe9977296fa} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13657 | 2025.04.15 04:08:42.981835 [ 5 ] {7ae42841-4102-4e36-b82b-bbe9977296fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13658 | 2025.04.15 04:08:42.982458 [ 5 ] {7ae42841-4102-4e36-b82b-bbe9977296fa} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13659 | 2025.04.15 04:08:42.982704 [ 5 ] {7ae42841-4102-4e36-b82b-bbe9977296fa} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13660 | 2025.04.15 04:08:42.982895 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13661 | 2025.04.15 04:08:42.982965 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13662 | 2025.04.15 04:08:42.982985 [ 5 ] {7ae42841-4102-4e36-b82b-bbe9977296fa} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002312 sec., 13840.83044982699 rows/sec., 24.80 MiB/sec. | ||
| 13663 | 2025.04.15 04:08:42.983002 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13664 | 2025.04.15 04:08:42.983285 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 13665 | 2025.04.15 04:08:42.983290 [ 5 ] {7ae42841-4102-4e36-b82b-bbe9977296fa} <Debug> TCPHandler: Processed in 0.002755799 sec. | ||
| 13666 | 2025.04.15 04:08:42.983503 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13667 | 2025.04.15 04:08:42.983578 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13668 | 2025.04.15 04:08:42.983631 [ 5 ] {8e3c6921-28b0-4748-8b61-2576a2823f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13669 | 2025.04.15 04:08:42.983648 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1675 rows starting from the beginning of the part | ||
| 13670 | 2025.04.15 04:08:42.983692 [ 5 ] {8e3c6921-28b0-4748-8b61-2576a2823f37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13671 | 2025.04.15 04:08:42.984135 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 32 rows starting from the beginning of the part | ||
| 13672 | 2025.04.15 04:08:42.984516 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 13673 | 2025.04.15 04:08:42.984977 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 32 rows starting from the beginning of the part | ||
| 13674 | 2025.04.15 04:08:42.984989 [ 5 ] {8e3c6921-28b0-4748-8b61-2576a2823f37} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13675 | 2025.04.15 04:08:42.985037 [ 5 ] {8e3c6921-28b0-4748-8b61-2576a2823f37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13676 | 2025.04.15 04:08:42.985331 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 13677 | 2025.04.15 04:08:42.985718 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 32 rows starting from the beginning of the part | ||
| 13678 | 2025.04.15 04:08:42.985856 [ 5 ] {8e3c6921-28b0-4748-8b61-2576a2823f37} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 13679 | 2025.04.15 04:08:42.986469 [ 5 ] {8e3c6921-28b0-4748-8b61-2576a2823f37} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13680 | 2025.04.15 04:08:42.986784 [ 5 ] {8e3c6921-28b0-4748-8b61-2576a2823f37} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003182 sec., 18856.065367693274 rows/sec., 1.27 MiB/sec. | ||
| 13681 | 2025.04.15 04:08:42.986880 [ 5 ] {8e3c6921-28b0-4748-8b61-2576a2823f37} <Debug> TCPHandler: Processed in 0.003438553 sec. | ||
| 13682 | 2025.04.15 04:08:42.993966 [ 199 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1787 rows, containing 19 columns (19 merged, 0 gathered) in 0.010832781 sec., 164962.25669105654 rows/sec., 295.60 MiB/sec. | ||
| 13683 | 2025.04.15 04:08:42.995335 [ 197 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13684 | 2025.04.15 04:08:42.995731 [ 197 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13685 | 2025.04.15 04:08:42.995817 [ 197 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13686 | 2025.04.15 04:08:42.995925 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.14 MiB. | ||
| 13687 | 2025.04.15 04:08:43.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 256.24 MiB, peak 273.34 MiB, free memory in arenas 0.00 B, will set to 258.73 MiB (RSS), difference: 2.50 MiB | ||
| 13688 | 2025.04.15 04:08:45.073466 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 13689 | 2025.04.15 04:08:45.094811 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13690 | 2025.04.15 04:08:45.094863 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.05 GiB. | ||
| 13691 | 2025.04.15 04:08:45.102137 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 13692 | 2025.04.15 04:08:45.102908 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13693 | 2025.04.15 04:08:45.106863 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 13694 | 2025.04.15 04:08:45.630034 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1944 | ||
| 13695 | 2025.04.15 04:08:45.633331 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13696 | 2025.04.15 04:08:45.633385 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13697 | 2025.04.15 04:08:45.634896 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13698 | 2025.04.15 04:08:45.635211 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13699 | 2025.04.15 04:08:45.637572 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1944 | ||
| 13700 | 2025.04.15 04:08:47.971297 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13701 | 2025.04.15 04:08:47.971590 [ 5 ] {3bb014a3-4229-495c-9d03-d408eb02dfab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13702 | 2025.04.15 04:08:47.971663 [ 5 ] {3bb014a3-4229-495c-9d03-d408eb02dfab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13703 | 2025.04.15 04:08:47.972450 [ 5 ] {3bb014a3-4229-495c-9d03-d408eb02dfab} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13704 | 2025.04.15 04:08:47.972496 [ 5 ] {3bb014a3-4229-495c-9d03-d408eb02dfab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13705 | 2025.04.15 04:08:47.972914 [ 5 ] {3bb014a3-4229-495c-9d03-d408eb02dfab} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13706 | 2025.04.15 04:08:47.973157 [ 5 ] {3bb014a3-4229-495c-9d03-d408eb02dfab} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13707 | 2025.04.15 04:08:47.973385 [ 5 ] {3bb014a3-4229-495c-9d03-d408eb02dfab} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001878 sec., 112886.04898828542 rows/sec., 7.18 MiB/sec. | ||
| 13708 | 2025.04.15 04:08:47.973443 [ 5 ] {3bb014a3-4229-495c-9d03-d408eb02dfab} <Debug> TCPHandler: Processed in 0.002322349 sec. | ||
| 13709 | 2025.04.15 04:08:47.973566 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13710 | 2025.04.15 04:08:47.973671 [ 5 ] {0bdfafab-73cc-4177-9946-ba24ef705f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13711 | 2025.04.15 04:08:47.973718 [ 5 ] {0bdfafab-73cc-4177-9946-ba24ef705f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13712 | 2025.04.15 04:08:47.974454 [ 5 ] {0bdfafab-73cc-4177-9946-ba24ef705f3c} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13713 | 2025.04.15 04:08:47.974494 [ 5 ] {0bdfafab-73cc-4177-9946-ba24ef705f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13714 | 2025.04.15 04:08:47.974885 [ 5 ] {0bdfafab-73cc-4177-9946-ba24ef705f3c} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13715 | 2025.04.15 04:08:47.975125 [ 5 ] {0bdfafab-73cc-4177-9946-ba24ef705f3c} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13716 | 2025.04.15 04:08:47.975332 [ 5 ] {0bdfafab-73cc-4177-9946-ba24ef705f3c} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001683 sec., 376114.08199643495 rows/sec., 29.58 MiB/sec. | ||
| 13717 | 2025.04.15 04:08:47.975386 [ 5 ] {0bdfafab-73cc-4177-9946-ba24ef705f3c} <Debug> TCPHandler: Processed in 0.0018713 sec. | ||
| 13718 | 2025.04.15 04:08:47.975502 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13719 | 2025.04.15 04:08:47.975607 [ 5 ] {242277b1-0888-4c71-b0df-cb0a4b6f467c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13720 | 2025.04.15 04:08:47.975654 [ 5 ] {242277b1-0888-4c71-b0df-cb0a4b6f467c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13721 | 2025.04.15 04:08:47.976211 [ 5 ] {242277b1-0888-4c71-b0df-cb0a4b6f467c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13722 | 2025.04.15 04:08:47.976251 [ 5 ] {242277b1-0888-4c71-b0df-cb0a4b6f467c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13723 | 2025.04.15 04:08:47.976604 [ 5 ] {242277b1-0888-4c71-b0df-cb0a4b6f467c} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13724 | 2025.04.15 04:08:47.976840 [ 5 ] {242277b1-0888-4c71-b0df-cb0a4b6f467c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13725 | 2025.04.15 04:08:47.977030 [ 5 ] {242277b1-0888-4c71-b0df-cb0a4b6f467c} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001444 sec., 78947.36842105263 rows/sec., 4.73 MiB/sec. | ||
| 13726 | 2025.04.15 04:08:47.977082 [ 5 ] {242277b1-0888-4c71-b0df-cb0a4b6f467c} <Debug> TCPHandler: Processed in 0.001629475 sec. | ||
| 13727 | 2025.04.15 04:08:47.977204 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13728 | 2025.04.15 04:08:47.977309 [ 5 ] {390fcd88-300a-496d-a2ab-260406a42843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13729 | 2025.04.15 04:08:47.977354 [ 5 ] {390fcd88-300a-496d-a2ab-260406a42843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13730 | 2025.04.15 04:08:47.977895 [ 5 ] {390fcd88-300a-496d-a2ab-260406a42843} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13731 | 2025.04.15 04:08:47.977934 [ 5 ] {390fcd88-300a-496d-a2ab-260406a42843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13732 | 2025.04.15 04:08:47.978296 [ 5 ] {390fcd88-300a-496d-a2ab-260406a42843} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13733 | 2025.04.15 04:08:47.978535 [ 5 ] {390fcd88-300a-496d-a2ab-260406a42843} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13734 | 2025.04.15 04:08:47.978737 [ 5 ] {390fcd88-300a-496d-a2ab-260406a42843} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00145 sec., 77931.03448275862 rows/sec., 5.04 MiB/sec. | ||
| 13735 | 2025.04.15 04:08:47.978789 [ 5 ] {390fcd88-300a-496d-a2ab-260406a42843} <Debug> TCPHandler: Processed in 0.001634514 sec. | ||
| 13736 | 2025.04.15 04:08:47.978915 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13737 | 2025.04.15 04:08:47.979019 [ 5 ] {3f5e788a-46f3-48b1-9aff-8954ae27db0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13738 | 2025.04.15 04:08:47.979064 [ 5 ] {3f5e788a-46f3-48b1-9aff-8954ae27db0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13739 | 2025.04.15 04:08:47.979620 [ 5 ] {3f5e788a-46f3-48b1-9aff-8954ae27db0e} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13740 | 2025.04.15 04:08:47.979659 [ 5 ] {3f5e788a-46f3-48b1-9aff-8954ae27db0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13741 | 2025.04.15 04:08:47.980016 [ 5 ] {3f5e788a-46f3-48b1-9aff-8954ae27db0e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13742 | 2025.04.15 04:08:47.980251 [ 5 ] {3f5e788a-46f3-48b1-9aff-8954ae27db0e} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13743 | 2025.04.15 04:08:47.980481 [ 5 ] {3f5e788a-46f3-48b1-9aff-8954ae27db0e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001471 sec., 76138.6811692726 rows/sec., 4.34 MiB/sec. | ||
| 13744 | 2025.04.15 04:08:47.980550 [ 5 ] {3f5e788a-46f3-48b1-9aff-8954ae27db0e} <Debug> TCPHandler: Processed in 0.001686046 sec. | ||
| 13745 | 2025.04.15 04:08:47.980786 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13746 | 2025.04.15 04:08:47.980910 [ 5 ] {98634e52-c915-48a4-86a9-3a20b98145de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13747 | 2025.04.15 04:08:47.980958 [ 5 ] {98634e52-c915-48a4-86a9-3a20b98145de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13748 | 2025.04.15 04:08:47.981590 [ 5 ] {98634e52-c915-48a4-86a9-3a20b98145de} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13749 | 2025.04.15 04:08:47.981629 [ 5 ] {98634e52-c915-48a4-86a9-3a20b98145de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13750 | 2025.04.15 04:08:47.981996 [ 5 ] {98634e52-c915-48a4-86a9-3a20b98145de} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13751 | 2025.04.15 04:08:47.982232 [ 5 ] {98634e52-c915-48a4-86a9-3a20b98145de} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13752 | 2025.04.15 04:08:47.982438 [ 5 ] {98634e52-c915-48a4-86a9-3a20b98145de} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001549 sec., 251775.33892834085 rows/sec., 17.79 MiB/sec. | ||
| 13753 | 2025.04.15 04:08:47.982490 [ 5 ] {98634e52-c915-48a4-86a9-3a20b98145de} <Debug> TCPHandler: Processed in 0.001803958 sec. | ||
| 13754 | 2025.04.15 04:08:47.982606 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13755 | 2025.04.15 04:08:47.982710 [ 5 ] {1b9e933b-e6ad-4003-a87b-bf0524ae425b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13756 | 2025.04.15 04:08:47.982759 [ 5 ] {1b9e933b-e6ad-4003-a87b-bf0524ae425b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13757 | 2025.04.15 04:08:47.983176 [ 5 ] {1b9e933b-e6ad-4003-a87b-bf0524ae425b} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13758 | 2025.04.15 04:08:47.983215 [ 5 ] {1b9e933b-e6ad-4003-a87b-bf0524ae425b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13759 | 2025.04.15 04:08:47.983561 [ 5 ] {1b9e933b-e6ad-4003-a87b-bf0524ae425b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 13760 | 2025.04.15 04:08:47.983802 [ 5 ] {1b9e933b-e6ad-4003-a87b-bf0524ae425b} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13761 | 2025.04.15 04:08:47.983983 [ 95 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 6 parts from all_1_42_9 to all_47_47_0 | ||
| 13762 | 2025.04.15 04:08:47.984029 [ 5 ] {1b9e933b-e6ad-4003-a87b-bf0524ae425b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 234.29 KiB/sec. | ||
| 13763 | 2025.04.15 04:08:47.984060 [ 95 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13764 | 2025.04.15 04:08:47.984127 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13765 | 2025.04.15 04:08:47.984142 [ 5 ] {1b9e933b-e6ad-4003-a87b-bf0524ae425b} <Debug> TCPHandler: Processed in 0.001582984 sec. | ||
| 13766 | 2025.04.15 04:08:47.984417 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13767 | 2025.04.15 04:08:47.984502 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::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 | ||
| 13768 | 2025.04.15 04:08:47.984706 [ 5 ] {5b9444cf-bd37-4dbf-a2b9-362b9f2813b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13769 | 2025.04.15 04:08:47.984885 [ 5 ] {5b9444cf-bd37-4dbf-a2b9-362b9f2813b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13770 | 2025.04.15 04:08:47.985252 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_47_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13771 | 2025.04.15 04:08:47.985417 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_9, total 252 rows starting from the beginning of the part | ||
| 13772 | 2025.04.15 04:08:47.985986 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 13773 | 2025.04.15 04:08:47.986272 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 13774 | 2025.04.15 04:08:47.986607 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 13775 | 2025.04.15 04:08:47.986929 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 13776 | 2025.04.15 04:08:47.987275 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_47_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 13777 | 2025.04.15 04:08:47.987745 [ 5 ] {5b9444cf-bd37-4dbf-a2b9-362b9f2813b5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13778 | 2025.04.15 04:08:47.987841 [ 5 ] {5b9444cf-bd37-4dbf-a2b9-362b9f2813b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13779 | 2025.04.15 04:08:47.988701 [ 5 ] {5b9444cf-bd37-4dbf-a2b9-362b9f2813b5} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13780 | 2025.04.15 04:08:47.989312 [ 5 ] {5b9444cf-bd37-4dbf-a2b9-362b9f2813b5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13781 | 2025.04.15 04:08:47.989781 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 13782 | 2025.04.15 04:08:47.989933 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13783 | 2025.04.15 04:08:47.989964 [ 5 ] {5b9444cf-bd37-4dbf-a2b9-362b9f2813b5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005339 sec., 44390.33526877692 rows/sec., 2.98 MiB/sec. | ||
| 13784 | 2025.04.15 04:08:47.990054 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13785 | 2025.04.15 04:08:47.990342 [ 5 ] {5b9444cf-bd37-4dbf-a2b9-362b9f2813b5} <Debug> TCPHandler: Processed in 0.006037398 sec. | ||
| 13786 | 2025.04.15 04:08:47.990747 [ 200 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_47_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 4 columns (4 merged, 0 gathered) in 0.006482568 sec., 43501.279122718035 rows/sec., 2.22 MiB/sec. | ||
| 13787 | 2025.04.15 04:08:47.990790 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13788 | 2025.04.15 04:08:47.990806 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 13789 | 2025.04.15 04:08:47.991193 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_47_10} <Trace> MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) | ||
| 13790 | 2025.04.15 04:08:47.991286 [ 5 ] {e5fd92bf-531c-4343-be83-ea877073a0e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13791 | 2025.04.15 04:08:47.991480 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13792 | 2025.04.15 04:08:47.991557 [ 5 ] {e5fd92bf-531c-4343-be83-ea877073a0e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13793 | 2025.04.15 04:08:47.991694 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 31852 rows starting from the beginning of the part | ||
| 13794 | 2025.04.15 04:08:47.992322 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 128 rows starting from the beginning of the part | ||
| 13795 | 2025.04.15 04:08:47.992419 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_47_10} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13796 | 2025.04.15 04:08:47.992875 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_47_10} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 6 parts: [all_1_42_9, all_47_47_0] -> all_1_47_10 | ||
| 13797 | 2025.04.15 04:08:47.993038 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 13798 | 2025.04.15 04:08:47.993329 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13799 | 2025.04.15 04:08:47.993612 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 13800 | 2025.04.15 04:08:47.994214 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 162 rows starting from the beginning of the part | ||
| 13801 | 2025.04.15 04:08:47.994906 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::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 | ||
| 13802 | 2025.04.15 04:08:47.995293 [ 5 ] {e5fd92bf-531c-4343-be83-ea877073a0e6} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13803 | 2025.04.15 04:08:47.995402 [ 5 ] {e5fd92bf-531c-4343-be83-ea877073a0e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13804 | 2025.04.15 04:08:47.996720 [ 5 ] {e5fd92bf-531c-4343-be83-ea877073a0e6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13805 | 2025.04.15 04:08:47.997151 [ 5 ] {e5fd92bf-531c-4343-be83-ea877073a0e6} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13806 | 2025.04.15 04:08:47.997472 [ 5 ] {e5fd92bf-531c-4343-be83-ea877073a0e6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.006401 sec., 156.22558975160132 rows/sec., 10.53 KiB/sec. | ||
| 13807 | 2025.04.15 04:08:47.997535 [ 5 ] {e5fd92bf-531c-4343-be83-ea877073a0e6} <Debug> TCPHandler: Processed in 0.006883616 sec. | ||
| 13808 | 2025.04.15 04:08:47.997693 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13809 | 2025.04.15 04:08:47.997950 [ 5 ] {daaa6dfa-e953-4ae1-adea-795822d4b989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13810 | 2025.04.15 04:08:47.998175 [ 5 ] {daaa6dfa-e953-4ae1-adea-795822d4b989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13811 | 2025.04.15 04:08:48.000202 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.65 MiB, peak 273.34 MiB, free memory in arenas 0.00 B, will set to 258.85 MiB (RSS), difference: -3.80 MiB | ||
| 13812 | 2025.04.15 04:08:48.000228 [ 5 ] {daaa6dfa-e953-4ae1-adea-795822d4b989} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13813 | 2025.04.15 04:08:48.000291 [ 5 ] {daaa6dfa-e953-4ae1-adea-795822d4b989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13814 | 2025.04.15 04:08:48.001746 [ 5 ] {daaa6dfa-e953-4ae1-adea-795822d4b989} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13815 | 2025.04.15 04:08:48.002085 [ 5 ] {daaa6dfa-e953-4ae1-adea-795822d4b989} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13816 | 2025.04.15 04:08:48.002425 [ 5 ] {daaa6dfa-e953-4ae1-adea-795822d4b989} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004556 sec., 1755.9262510974538 rows/sec., 3.15 MiB/sec. | ||
| 13817 | 2025.04.15 04:08:48.002595 [ 5 ] {daaa6dfa-e953-4ae1-adea-795822d4b989} <Debug> TCPHandler: Processed in 0.004987106 sec. | ||
| 13818 | 2025.04.15 04:08:48.002752 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13819 | 2025.04.15 04:08:48.002935 [ 5 ] {df7f65c2-e4e8-40b5-a1ac-f7e42042ad96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13820 | 2025.04.15 04:08:48.002991 [ 5 ] {df7f65c2-e4e8-40b5-a1ac-f7e42042ad96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13821 | 2025.04.15 04:08:48.003558 [ 5 ] {df7f65c2-e4e8-40b5-a1ac-f7e42042ad96} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13822 | 2025.04.15 04:08:48.003598 [ 5 ] {df7f65c2-e4e8-40b5-a1ac-f7e42042ad96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13823 | 2025.04.15 04:08:48.004105 [ 5 ] {df7f65c2-e4e8-40b5-a1ac-f7e42042ad96} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 13824 | 2025.04.15 04:08:48.004404 [ 5 ] {df7f65c2-e4e8-40b5-a1ac-f7e42042ad96} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13825 | 2025.04.15 04:08:48.004669 [ 5 ] {df7f65c2-e4e8-40b5-a1ac-f7e42042ad96} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001769 sec., 46353.87224420577 rows/sec., 2.94 MiB/sec. | ||
| 13826 | 2025.04.15 04:08:48.004722 [ 5 ] {df7f65c2-e4e8-40b5-a1ac-f7e42042ad96} <Debug> TCPHandler: Processed in 0.002018943 sec. | ||
| 13827 | 2025.04.15 04:08:48.005442 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32776 rows, containing 5 columns (5 merged, 0 gathered) in 0.015148083 sec., 2163706.127039309 rows/sec., 146.06 MiB/sec. | ||
| 13828 | 2025.04.15 04:08:48.005634 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 13829 | 2025.04.15 04:08:48.005930 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13830 | 2025.04.15 04:08:48.006013 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 13831 | 2025.04.15 04:08:48.006097 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 13832 | 2025.04.15 04:08:49.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 255.78 MiB, peak 273.34 MiB, free memory in arenas 0.00 B, will set to 258.91 MiB (RSS), difference: 3.13 MiB | ||
| 13833 | 2025.04.15 04:08:50.203918 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13834 | 2025.04.15 04:08:50.203980 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13835 | 2025.04.15 04:08:50.461623 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30256 | ||
| 13836 | 2025.04.15 04:08:50.462400 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13837 | 2025.04.15 04:08:50.462456 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13838 | 2025.04.15 04:08:50.462994 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13839 | 2025.04.15 04:08:50.463246 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13840 | 2025.04.15 04:08:50.463501 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 13841 | 2025.04.15 04:08:50.463517 [ 90 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13842 | 2025.04.15 04:08:50.463622 [ 90 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13843 | 2025.04.15 04:08:50.463665 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13844 | 2025.04.15 04:08:50.463857 [ 195 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 13845 | 2025.04.15 04:08:50.464045 [ 195 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13846 | 2025.04.15 04:08:50.464094 [ 195 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 13847 | 2025.04.15 04:08:50.464182 [ 195 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 13848 | 2025.04.15 04:08:50.464337 [ 195 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 13849 | 2025.04.15 04:08:50.464573 [ 195 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 13850 | 2025.04.15 04:08:50.464872 [ 195 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 13851 | 2025.04.15 04:08:50.465021 [ 195 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 13852 | 2025.04.15 04:08:50.467731 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003957775 sec., 7644699.357593597 rows/sec., 109.36 MiB/sec. | ||
| 13853 | 2025.04.15 04:08:50.467976 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13854 | 2025.04.15 04:08:50.468286 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_66_13} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13855 | 2025.04.15 04:08:50.468449 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_66_13} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13856 | 2025.04.15 04:08:50.468567 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
| 13857 | 2025.04.15 04:08:52.606959 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 13858 | 2025.04.15 04:08:52.629646 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13859 | 2025.04.15 04:08:52.629717 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13860 | 2025.04.15 04:08:52.637083 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 13861 | 2025.04.15 04:08:52.637874 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13862 | 2025.04.15 04:08:52.638282 [ 88 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 13863 | 2025.04.15 04:08:52.638421 [ 88 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13864 | 2025.04.15 04:08:52.638489 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13865 | 2025.04.15 04:08:52.638803 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 13866 | 2025.04.15 04:08:52.647787 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 13867 | 2025.04.15 04:08:52.649041 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13868 | 2025.04.15 04:08:52.650115 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 13869 | 2025.04.15 04:08:52.654973 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 13870 | 2025.04.15 04:08:52.659882 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 13871 | 2025.04.15 04:08:52.665221 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 13872 | 2025.04.15 04:08:52.671032 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 13873 | 2025.04.15 04:08:52.675538 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 13874 | 2025.04.15 04:08:52.732974 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.094341393 sec., 5278.700940953882 rows/sec., 27.30 MiB/sec. | ||
| 13875 | 2025.04.15 04:08:52.736406 [ 198 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 13876 | 2025.04.15 04:08:52.739485 [ 198 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_66_13} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13877 | 2025.04.15 04:08:52.739627 [ 198 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_66_13} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 13878 | 2025.04.15 04:08:52.742343 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 13879 | 2025.04.15 04:08:52.966116 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13880 | 2025.04.15 04:08:52.966406 [ 5 ] {c7063d1b-d716-4dc9-8f7c-aa73247653e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13881 | 2025.04.15 04:08:52.966530 [ 5 ] {c7063d1b-d716-4dc9-8f7c-aa73247653e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13882 | 2025.04.15 04:08:52.967553 [ 5 ] {c7063d1b-d716-4dc9-8f7c-aa73247653e7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13883 | 2025.04.15 04:08:52.967596 [ 5 ] {c7063d1b-d716-4dc9-8f7c-aa73247653e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13884 | 2025.04.15 04:08:52.968035 [ 5 ] {c7063d1b-d716-4dc9-8f7c-aa73247653e7} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13885 | 2025.04.15 04:08:52.968281 [ 5 ] {c7063d1b-d716-4dc9-8f7c-aa73247653e7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13886 | 2025.04.15 04:08:52.968500 [ 88 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13887 | 2025.04.15 04:08:52.968508 [ 5 ] {c7063d1b-d716-4dc9-8f7c-aa73247653e7} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002175 sec., 55172.41379310345 rows/sec., 4.69 MiB/sec. | ||
| 13888 | 2025.04.15 04:08:52.968574 [ 88 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13889 | 2025.04.15 04:08:52.968654 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13890 | 2025.04.15 04:08:52.968675 [ 5 ] {c7063d1b-d716-4dc9-8f7c-aa73247653e7} <Debug> TCPHandler: Processed in 0.002727968 sec. | ||
| 13891 | 2025.04.15 04:08:52.968926 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::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 | ||
| 13892 | 2025.04.15 04:08:52.968938 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13893 | 2025.04.15 04:08:52.969272 [ 5 ] {7bb92e16-d5ac-46d2-bd84-3de1c2a36879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13894 | 2025.04.15 04:08:52.969385 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13895 | 2025.04.15 04:08:52.969432 [ 5 ] {7bb92e16-d5ac-46d2-bd84-3de1c2a36879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13896 | 2025.04.15 04:08:52.969547 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1847 rows starting from the beginning of the part | ||
| 13897 | 2025.04.15 04:08:52.970044 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 120 rows starting from the beginning of the part | ||
| 13898 | 2025.04.15 04:08:52.970456 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 633 rows starting from the beginning of the part | ||
| 13899 | 2025.04.15 04:08:52.970768 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 122 rows starting from the beginning of the part | ||
| 13900 | 2025.04.15 04:08:52.971120 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 633 rows starting from the beginning of the part | ||
| 13901 | 2025.04.15 04:08:52.971565 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 120 rows starting from the beginning of the part | ||
| 13902 | 2025.04.15 04:08:52.973772 [ 5 ] {7bb92e16-d5ac-46d2-bd84-3de1c2a36879} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13903 | 2025.04.15 04:08:52.973891 [ 5 ] {7bb92e16-d5ac-46d2-bd84-3de1c2a36879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13904 | 2025.04.15 04:08:52.975033 [ 5 ] {7bb92e16-d5ac-46d2-bd84-3de1c2a36879} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13905 | 2025.04.15 04:08:52.975363 [ 5 ] {7bb92e16-d5ac-46d2-bd84-3de1c2a36879} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13906 | 2025.04.15 04:08:52.975691 [ 5 ] {7bb92e16-d5ac-46d2-bd84-3de1c2a36879} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.006563 sec., 4875.818985220173 rows/sec., 366.64 KiB/sec. | ||
| 13907 | 2025.04.15 04:08:52.975900 [ 5 ] {7bb92e16-d5ac-46d2-bd84-3de1c2a36879} <Debug> TCPHandler: Processed in 0.007058331 sec. | ||
| 13908 | 2025.04.15 04:08:52.976368 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13909 | 2025.04.15 04:08:52.976756 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3475 rows, containing 5 columns (5 merged, 0 gathered) in 0.007998861 sec., 434436.85294693836 rows/sec., 36.79 MiB/sec. | ||
| 13910 | 2025.04.15 04:08:52.976841 [ 5 ] {0e7eff5e-7342-4b25-9bd5-0ddf12532c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13911 | 2025.04.15 04:08:52.976983 [ 5 ] {0e7eff5e-7342-4b25-9bd5-0ddf12532c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13912 | 2025.04.15 04:08:52.977158 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13913 | 2025.04.15 04:08:52.978051 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_111_22} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13914 | 2025.04.15 04:08:52.978285 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_111_22} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13915 | 2025.04.15 04:08:52.978367 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 13916 | 2025.04.15 04:08:52.978636 [ 5 ] {0e7eff5e-7342-4b25-9bd5-0ddf12532c35} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13917 | 2025.04.15 04:08:52.978679 [ 5 ] {0e7eff5e-7342-4b25-9bd5-0ddf12532c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13918 | 2025.04.15 04:08:52.979046 [ 5 ] {0e7eff5e-7342-4b25-9bd5-0ddf12532c35} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13919 | 2025.04.15 04:08:52.979283 [ 5 ] {0e7eff5e-7342-4b25-9bd5-0ddf12532c35} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13920 | 2025.04.15 04:08:52.979465 [ 88 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13921 | 2025.04.15 04:08:52.979470 [ 5 ] {0e7eff5e-7342-4b25-9bd5-0ddf12532c35} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.002776 sec., 34582.1325648415 rows/sec., 2.70 MiB/sec. | ||
| 13922 | 2025.04.15 04:08:52.979528 [ 88 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13923 | 2025.04.15 04:08:52.979606 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13924 | 2025.04.15 04:08:52.979613 [ 5 ] {0e7eff5e-7342-4b25-9bd5-0ddf12532c35} <Debug> TCPHandler: Processed in 0.003428893 sec. | ||
| 13925 | 2025.04.15 04:08:52.979810 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::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 | ||
| 13926 | 2025.04.15 04:08:52.979826 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13927 | 2025.04.15 04:08:52.980081 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13928 | 2025.04.15 04:08:52.980084 [ 5 ] {3378f3b6-6fde-4528-9086-d3dc2ff1df0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13929 | 2025.04.15 04:08:52.980140 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 914 rows starting from the beginning of the part | ||
| 13930 | 2025.04.15 04:08:52.980205 [ 5 ] {3378f3b6-6fde-4528-9086-d3dc2ff1df0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13931 | 2025.04.15 04:08:52.980484 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 96 rows starting from the beginning of the part | ||
| 13932 | 2025.04.15 04:08:52.980832 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 390 rows starting from the beginning of the part | ||
| 13933 | 2025.04.15 04:08:52.981109 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 100 rows starting from the beginning of the part | ||
| 13934 | 2025.04.15 04:08:52.981559 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 390 rows starting from the beginning of the part | ||
| 13935 | 2025.04.15 04:08:52.982027 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 96 rows starting from the beginning of the part | ||
| 13936 | 2025.04.15 04:08:52.983072 [ 5 ] {3378f3b6-6fde-4528-9086-d3dc2ff1df0f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13937 | 2025.04.15 04:08:52.983136 [ 5 ] {3378f3b6-6fde-4528-9086-d3dc2ff1df0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13938 | 2025.04.15 04:08:52.984221 [ 5 ] {3378f3b6-6fde-4528-9086-d3dc2ff1df0f} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13939 | 2025.04.15 04:08:52.984560 [ 5 ] {3378f3b6-6fde-4528-9086-d3dc2ff1df0f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13940 | 2025.04.15 04:08:52.985087 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 5 columns (5 merged, 0 gathered) in 0.005386535 sec., 368697.1309014051 rows/sec., 28.20 MiB/sec. | ||
| 13941 | 2025.04.15 04:08:52.985103 [ 5 ] {3378f3b6-6fde-4528-9086-d3dc2ff1df0f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005107 sec., 31329.547679655374 rows/sec., 2.18 MiB/sec. | ||
| 13942 | 2025.04.15 04:08:52.985222 [ 5 ] {3378f3b6-6fde-4528-9086-d3dc2ff1df0f} <Debug> TCPHandler: Processed in 0.005467957 sec. | ||
| 13943 | 2025.04.15 04:08:52.985317 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13944 | 2025.04.15 04:08:52.985386 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13945 | 2025.04.15 04:08:52.985554 [ 5 ] {6b3319be-08f5-497c-ad17-845a4acbd5dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13946 | 2025.04.15 04:08:52.985679 [ 5 ] {6b3319be-08f5-497c-ad17-845a4acbd5dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 13947 | 2025.04.15 04:08:52.985794 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_111_22} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13948 | 2025.04.15 04:08:52.986082 [ 192 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_111_22} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13949 | 2025.04.15 04:08:52.986255 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 13950 | 2025.04.15 04:08:52.987284 [ 5 ] {6b3319be-08f5-497c-ad17-845a4acbd5dd} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13951 | 2025.04.15 04:08:52.987326 [ 5 ] {6b3319be-08f5-497c-ad17-845a4acbd5dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13952 | 2025.04.15 04:08:52.987990 [ 5 ] {6b3319be-08f5-497c-ad17-845a4acbd5dd} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13953 | 2025.04.15 04:08:52.988243 [ 5 ] {6b3319be-08f5-497c-ad17-845a4acbd5dd} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13954 | 2025.04.15 04:08:52.988441 [ 5 ] {6b3319be-08f5-497c-ad17-845a4acbd5dd} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002943 sec., 10873.258579680598 rows/sec., 19.48 MiB/sec. | ||
| 13955 | 2025.04.15 04:08:52.988532 [ 5 ] {6b3319be-08f5-497c-ad17-845a4acbd5dd} <Debug> TCPHandler: Processed in 0.003222599 sec. | ||
| 13956 | 2025.04.15 04:08:52.988652 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13957 | 2025.04.15 04:08:52.988755 [ 5 ] {134103e5-c5d5-419d-945b-04b1f6fd790a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13958 | 2025.04.15 04:08:52.988801 [ 5 ] {134103e5-c5d5-419d-945b-04b1f6fd790a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13959 | 2025.04.15 04:08:52.989229 [ 5 ] {134103e5-c5d5-419d-945b-04b1f6fd790a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13960 | 2025.04.15 04:08:52.989266 [ 5 ] {134103e5-c5d5-419d-945b-04b1f6fd790a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13961 | 2025.04.15 04:08:52.989617 [ 5 ] {134103e5-c5d5-419d-945b-04b1f6fd790a} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 13962 | 2025.04.15 04:08:52.989847 [ 5 ] {134103e5-c5d5-419d-945b-04b1f6fd790a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13963 | 2025.04.15 04:08:52.990030 [ 5 ] {134103e5-c5d5-419d-945b-04b1f6fd790a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001291 sec., 46475.60030983733 rows/sec., 3.13 MiB/sec. | ||
| 13964 | 2025.04.15 04:08:52.990040 [ 87 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 13965 | 2025.04.15 04:08:52.990097 [ 5 ] {134103e5-c5d5-419d-945b-04b1f6fd790a} <Debug> TCPHandler: Processed in 0.001491032 sec. | ||
| 13966 | 2025.04.15 04:08:52.990124 [ 87 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13967 | 2025.04.15 04:08:52.990182 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13968 | 2025.04.15 04:08:52.990313 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 13969 | 2025.04.15 04:08:52.990470 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13970 | 2025.04.15 04:08:52.990517 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 6318 rows starting from the beginning of the part | ||
| 13971 | 2025.04.15 04:08:52.990581 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 13972 | 2025.04.15 04:08:52.990965 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 13973 | 2025.04.15 04:08:52.991394 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 13974 | 2025.04.15 04:08:52.991656 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 13975 | 2025.04.15 04:08:52.992044 [ 189 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::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 | ||
| 13976 | 2025.04.15 04:08:52.994633 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6662 rows, containing 4 columns (4 merged, 0 gathered) in 0.004379454 sec., 1521194.1945274458 rows/sec., 99.07 MiB/sec. | ||
| 13977 | 2025.04.15 04:08:52.995089 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 13978 | 2025.04.15 04:08:52.995405 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_111_22} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13979 | 2025.04.15 04:08:52.995497 [ 193 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_111_22} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 13980 | 2025.04.15 04:08:52.995580 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 13981 | 2025.04.15 04:08:53.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.55 MiB, peak 273.73 MiB, free memory in arenas 0.00 B, will set to 259.15 MiB (RSS), difference: -1.40 MiB | ||
| 13982 | 2025.04.15 04:08:53.464119 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13983 | 2025.04.15 04:08:53.464330 [ 5 ] {8cc008a7-885f-43de-b13e-4f660ed9cb04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13984 | 2025.04.15 04:08:53.464412 [ 5 ] {8cc008a7-885f-43de-b13e-4f660ed9cb04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13985 | 2025.04.15 04:08:53.465287 [ 5 ] {8cc008a7-885f-43de-b13e-4f660ed9cb04} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13986 | 2025.04.15 04:08:53.465333 [ 5 ] {8cc008a7-885f-43de-b13e-4f660ed9cb04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13987 | 2025.04.15 04:08:53.465768 [ 5 ] {8cc008a7-885f-43de-b13e-4f660ed9cb04} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 13988 | 2025.04.15 04:08:53.466033 [ 5 ] {8cc008a7-885f-43de-b13e-4f660ed9cb04} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13989 | 2025.04.15 04:08:53.466270 [ 5 ] {8cc008a7-885f-43de-b13e-4f660ed9cb04} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00199 sec., 106532.66331658291 rows/sec., 6.78 MiB/sec. | ||
| 13990 | 2025.04.15 04:08:53.466388 [ 5 ] {8cc008a7-885f-43de-b13e-4f660ed9cb04} <Debug> TCPHandler: Processed in 0.002400891 sec. | ||
| 13991 | 2025.04.15 04:08:53.466538 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13992 | 2025.04.15 04:08:53.466862 [ 5 ] {814ccdf6-96da-45d9-8aaf-0d221753597b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13993 | 2025.04.15 04:08:53.466964 [ 5 ] {814ccdf6-96da-45d9-8aaf-0d221753597b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13994 | 2025.04.15 04:08:53.467480 [ 5 ] {814ccdf6-96da-45d9-8aaf-0d221753597b} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13995 | 2025.04.15 04:08:53.467519 [ 5 ] {814ccdf6-96da-45d9-8aaf-0d221753597b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 13996 | 2025.04.15 04:08:53.467858 [ 5 ] {814ccdf6-96da-45d9-8aaf-0d221753597b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13997 | 2025.04.15 04:08:53.468097 [ 5 ] {814ccdf6-96da-45d9-8aaf-0d221753597b} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13998 | 2025.04.15 04:08:53.468305 [ 5 ] {814ccdf6-96da-45d9-8aaf-0d221753597b} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001569 sec., 6373.486297004461 rows/sec., 519.71 KiB/sec. | ||
| 13999 | 2025.04.15 04:08:53.468356 [ 5 ] {814ccdf6-96da-45d9-8aaf-0d221753597b} <Debug> TCPHandler: Processed in 0.001904821 sec. | ||
| 14000 | 2025.04.15 04:08:53.468467 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14001 | 2025.04.15 04:08:53.468571 [ 5 ] {3e76293c-e971-44e3-999f-b49fdf613b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14002 | 2025.04.15 04:08:53.468614 [ 5 ] {3e76293c-e971-44e3-999f-b49fdf613b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14003 | 2025.04.15 04:08:53.470017 [ 5 ] {3e76293c-e971-44e3-999f-b49fdf613b76} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14004 | 2025.04.15 04:08:53.470056 [ 5 ] {3e76293c-e971-44e3-999f-b49fdf613b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14005 | 2025.04.15 04:08:53.470514 [ 5 ] {3e76293c-e971-44e3-999f-b49fdf613b76} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14006 | 2025.04.15 04:08:53.470755 [ 5 ] {3e76293c-e971-44e3-999f-b49fdf613b76} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14007 | 2025.04.15 04:08:53.470963 [ 5 ] {3e76293c-e971-44e3-999f-b49fdf613b76} <Debug> executeQuery: Read 1778 rows, 147.90 KiB in 0.002414 sec., 736536.8682684342 rows/sec., 59.83 MiB/sec. | ||
| 14008 | 2025.04.15 04:08:53.471014 [ 5 ] {3e76293c-e971-44e3-999f-b49fdf613b76} <Debug> TCPHandler: Processed in 0.002597636 sec. | ||
| 14009 | 2025.04.15 04:08:53.471122 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14010 | 2025.04.15 04:08:53.471228 [ 5 ] {95a0a650-c74e-4233-8ef2-f134935f36b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14011 | 2025.04.15 04:08:53.471272 [ 5 ] {95a0a650-c74e-4233-8ef2-f134935f36b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14012 | 2025.04.15 04:08:53.471815 [ 5 ] {95a0a650-c74e-4233-8ef2-f134935f36b6} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14013 | 2025.04.15 04:08:53.471854 [ 5 ] {95a0a650-c74e-4233-8ef2-f134935f36b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14014 | 2025.04.15 04:08:53.472197 [ 5 ] {95a0a650-c74e-4233-8ef2-f134935f36b6} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14015 | 2025.04.15 04:08:53.472436 [ 5 ] {95a0a650-c74e-4233-8ef2-f134935f36b6} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14016 | 2025.04.15 04:08:53.472640 [ 5 ] {95a0a650-c74e-4233-8ef2-f134935f36b6} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.001434 sec., 86471.40864714087 rows/sec., 5.23 MiB/sec. | ||
| 14017 | 2025.04.15 04:08:53.472691 [ 5 ] {95a0a650-c74e-4233-8ef2-f134935f36b6} <Debug> TCPHandler: Processed in 0.001618864 sec. | ||
| 14018 | 2025.04.15 04:08:53.472806 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14019 | 2025.04.15 04:08:53.472909 [ 5 ] {8a5b0cbd-4381-4a4f-accc-df5d1a3ee54a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14020 | 2025.04.15 04:08:53.472953 [ 5 ] {8a5b0cbd-4381-4a4f-accc-df5d1a3ee54a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14021 | 2025.04.15 04:08:53.473571 [ 5 ] {8a5b0cbd-4381-4a4f-accc-df5d1a3ee54a} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14022 | 2025.04.15 04:08:53.473608 [ 5 ] {8a5b0cbd-4381-4a4f-accc-df5d1a3ee54a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14023 | 2025.04.15 04:08:53.473964 [ 5 ] {8a5b0cbd-4381-4a4f-accc-df5d1a3ee54a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14024 | 2025.04.15 04:08:53.474197 [ 5 ] {8a5b0cbd-4381-4a4f-accc-df5d1a3ee54a} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14025 | 2025.04.15 04:08:53.474411 [ 5 ] {8a5b0cbd-4381-4a4f-accc-df5d1a3ee54a} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001524 sec., 223753.28083989501 rows/sec., 14.93 MiB/sec. | ||
| 14026 | 2025.04.15 04:08:53.474472 [ 5 ] {8a5b0cbd-4381-4a4f-accc-df5d1a3ee54a} <Debug> TCPHandler: Processed in 0.001717406 sec. | ||
| 14027 | 2025.04.15 04:08:53.474618 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14028 | 2025.04.15 04:08:53.474725 [ 5 ] {21c99794-c812-4b98-a029-24e8f9d1e752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14029 | 2025.04.15 04:08:53.474770 [ 5 ] {21c99794-c812-4b98-a029-24e8f9d1e752} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14030 | 2025.04.15 04:08:53.475300 [ 5 ] {21c99794-c812-4b98-a029-24e8f9d1e752} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14031 | 2025.04.15 04:08:53.475338 [ 5 ] {21c99794-c812-4b98-a029-24e8f9d1e752} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14032 | 2025.04.15 04:08:53.475680 [ 5 ] {21c99794-c812-4b98-a029-24e8f9d1e752} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14033 | 2025.04.15 04:08:53.475917 [ 5 ] {21c99794-c812-4b98-a029-24e8f9d1e752} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14034 | 2025.04.15 04:08:53.476118 [ 5 ] {21c99794-c812-4b98-a029-24e8f9d1e752} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001413 sec., 79263.97735314933 rows/sec., 4.52 MiB/sec. | ||
| 14035 | 2025.04.15 04:08:53.476171 [ 5 ] {21c99794-c812-4b98-a029-24e8f9d1e752} <Debug> TCPHandler: Processed in 0.001616765 sec. | ||
| 14036 | 2025.04.15 04:08:53.476280 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14037 | 2025.04.15 04:08:53.476384 [ 5 ] {b3d5f789-6e23-429c-aed8-0914429e7948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14038 | 2025.04.15 04:08:53.476429 [ 5 ] {b3d5f789-6e23-429c-aed8-0914429e7948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14039 | 2025.04.15 04:08:53.477251 [ 5 ] {b3d5f789-6e23-429c-aed8-0914429e7948} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14040 | 2025.04.15 04:08:53.477291 [ 5 ] {b3d5f789-6e23-429c-aed8-0914429e7948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14041 | 2025.04.15 04:08:53.477666 [ 5 ] {b3d5f789-6e23-429c-aed8-0914429e7948} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14042 | 2025.04.15 04:08:53.477906 [ 5 ] {b3d5f789-6e23-429c-aed8-0914429e7948} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14043 | 2025.04.15 04:08:53.478122 [ 5 ] {b3d5f789-6e23-429c-aed8-0914429e7948} <Debug> executeQuery: Read 856 rows, 63.33 KiB in 0.001752 sec., 488584.47488584474 rows/sec., 35.30 MiB/sec. | ||
| 14044 | 2025.04.15 04:08:53.478179 [ 5 ] {b3d5f789-6e23-429c-aed8-0914429e7948} <Debug> TCPHandler: Processed in 0.001948532 sec. | ||
| 14045 | 2025.04.15 04:08:53.478310 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14046 | 2025.04.15 04:08:53.478592 [ 5 ] {441b932e-d37f-490e-8158-29d6485d9d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14047 | 2025.04.15 04:08:53.478755 [ 5 ] {441b932e-d37f-490e-8158-29d6485d9d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14048 | 2025.04.15 04:08:53.479887 [ 5 ] {441b932e-d37f-490e-8158-29d6485d9d9f} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14049 | 2025.04.15 04:08:53.479927 [ 5 ] {441b932e-d37f-490e-8158-29d6485d9d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14050 | 2025.04.15 04:08:53.480278 [ 5 ] {441b932e-d37f-490e-8158-29d6485d9d9f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14051 | 2025.04.15 04:08:53.480521 [ 5 ] {441b932e-d37f-490e-8158-29d6485d9d9f} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14052 | 2025.04.15 04:08:53.480737 [ 5 ] {441b932e-d37f-490e-8158-29d6485d9d9f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002266 sec., 2647.8375992939104 rows/sec., 138.34 KiB/sec. | ||
| 14053 | 2025.04.15 04:08:53.480800 [ 5 ] {441b932e-d37f-490e-8158-29d6485d9d9f} <Debug> TCPHandler: Processed in 0.002543925 sec. | ||
| 14054 | 2025.04.15 04:08:53.480949 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14055 | 2025.04.15 04:08:53.481052 [ 5 ] {9c7c2a6f-35fe-401e-b148-0b0954525314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14056 | 2025.04.15 04:08:53.481099 [ 5 ] {9c7c2a6f-35fe-401e-b148-0b0954525314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14057 | 2025.04.15 04:08:53.481842 [ 5 ] {9c7c2a6f-35fe-401e-b148-0b0954525314} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14058 | 2025.04.15 04:08:53.481880 [ 5 ] {9c7c2a6f-35fe-401e-b148-0b0954525314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14059 | 2025.04.15 04:08:53.482300 [ 5 ] {9c7c2a6f-35fe-401e-b148-0b0954525314} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14060 | 2025.04.15 04:08:53.482544 [ 5 ] {9c7c2a6f-35fe-401e-b148-0b0954525314} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14061 | 2025.04.15 04:08:53.482757 [ 5 ] {9c7c2a6f-35fe-401e-b148-0b0954525314} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.00172 sec., 558139.5348837209 rows/sec., 37.09 MiB/sec. | ||
| 14062 | 2025.04.15 04:08:53.482822 [ 5 ] {9c7c2a6f-35fe-401e-b148-0b0954525314} <Debug> TCPHandler: Processed in 0.001933002 sec. | ||
| 14063 | 2025.04.15 04:08:53.482955 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14064 | 2025.04.15 04:08:53.483220 [ 5 ] {f6bf357f-3cfa-439c-ad16-6d511fa0198a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14065 | 2025.04.15 04:08:53.483369 [ 5 ] {f6bf357f-3cfa-439c-ad16-6d511fa0198a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14066 | 2025.04.15 04:08:53.484273 [ 5 ] {f6bf357f-3cfa-439c-ad16-6d511fa0198a} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14067 | 2025.04.15 04:08:53.484311 [ 5 ] {f6bf357f-3cfa-439c-ad16-6d511fa0198a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14068 | 2025.04.15 04:08:53.484655 [ 5 ] {f6bf357f-3cfa-439c-ad16-6d511fa0198a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14069 | 2025.04.15 04:08:53.484889 [ 5 ] {f6bf357f-3cfa-439c-ad16-6d511fa0198a} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14070 | 2025.04.15 04:08:53.485087 [ 5 ] {f6bf357f-3cfa-439c-ad16-6d511fa0198a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001979 sec., 505.3057099545225 rows/sec., 34.05 KiB/sec. | ||
| 14071 | 2025.04.15 04:08:53.485143 [ 5 ] {f6bf357f-3cfa-439c-ad16-6d511fa0198a} <Debug> TCPHandler: Processed in 0.002245628 sec. | ||
| 14072 | 2025.04.15 04:08:53.485292 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14073 | 2025.04.15 04:08:53.485395 [ 5 ] {b18f5ee3-a3ae-458a-8590-d7cdd7c598d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14074 | 2025.04.15 04:08:53.485459 [ 5 ] {b18f5ee3-a3ae-458a-8590-d7cdd7c598d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14075 | 2025.04.15 04:08:53.486472 [ 5 ] {b18f5ee3-a3ae-458a-8590-d7cdd7c598d4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14076 | 2025.04.15 04:08:53.486510 [ 5 ] {b18f5ee3-a3ae-458a-8590-d7cdd7c598d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14077 | 2025.04.15 04:08:53.487089 [ 5 ] {b18f5ee3-a3ae-458a-8590-d7cdd7c598d4} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 14078 | 2025.04.15 04:08:53.487340 [ 5 ] {b18f5ee3-a3ae-458a-8590-d7cdd7c598d4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14079 | 2025.04.15 04:08:53.487596 [ 5 ] {b18f5ee3-a3ae-458a-8590-d7cdd7c598d4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002216 sec., 3610.1083032490974 rows/sec., 6.47 MiB/sec. | ||
| 14080 | 2025.04.15 04:08:53.487747 [ 5 ] {b18f5ee3-a3ae-458a-8590-d7cdd7c598d4} <Debug> TCPHandler: Processed in 0.002514804 sec. | ||
| 14081 | 2025.04.15 04:08:53.488036 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14082 | 2025.04.15 04:08:53.488218 [ 5 ] {8f433b3d-15a3-422e-87df-4dc1814e6799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14083 | 2025.04.15 04:08:53.488266 [ 5 ] {8f433b3d-15a3-422e-87df-4dc1814e6799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14084 | 2025.04.15 04:08:53.488719 [ 5 ] {8f433b3d-15a3-422e-87df-4dc1814e6799} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14085 | 2025.04.15 04:08:53.488758 [ 5 ] {8f433b3d-15a3-422e-87df-4dc1814e6799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14086 | 2025.04.15 04:08:53.489104 [ 5 ] {8f433b3d-15a3-422e-87df-4dc1814e6799} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14087 | 2025.04.15 04:08:53.489337 [ 5 ] {8f433b3d-15a3-422e-87df-4dc1814e6799} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14088 | 2025.04.15 04:08:53.489539 [ 5 ] {8f433b3d-15a3-422e-87df-4dc1814e6799} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001354 sec., 25110.782865583456 rows/sec., 1.46 MiB/sec. | ||
| 14089 | 2025.04.15 04:08:53.489588 [ 5 ] {8f433b3d-15a3-422e-87df-4dc1814e6799} <Debug> TCPHandler: Processed in 0.001645305 sec. | ||
| 14090 | 2025.04.15 04:08:55.637813 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2002 | ||
| 14091 | 2025.04.15 04:08:55.641398 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14092 | 2025.04.15 04:08:55.641444 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14093 | 2025.04.15 04:08:55.642928 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14094 | 2025.04.15 04:08:55.643246 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14095 | 2025.04.15 04:08:55.644784 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2002 | ||
| 14096 | 2025.04.15 04:08:57.962809 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14097 | 2025.04.15 04:08:57.963081 [ 5 ] {a2bca167-a2cb-4b77-8818-6178f8d2d9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14098 | 2025.04.15 04:08:57.963186 [ 5 ] {a2bca167-a2cb-4b77-8818-6178f8d2d9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14099 | 2025.04.15 04:08:57.963797 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30683 | ||
| 14100 | 2025.04.15 04:08:57.965421 [ 5 ] {a2bca167-a2cb-4b77-8818-6178f8d2d9a5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14101 | 2025.04.15 04:08:57.965501 [ 5 ] {a2bca167-a2cb-4b77-8818-6178f8d2d9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14102 | 2025.04.15 04:08:57.965957 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14103 | 2025.04.15 04:08:57.966024 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14104 | 2025.04.15 04:08:57.966381 [ 5 ] {a2bca167-a2cb-4b77-8818-6178f8d2d9a5} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14105 | 2025.04.15 04:08:57.966823 [ 5 ] {a2bca167-a2cb-4b77-8818-6178f8d2d9a5} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14106 | 2025.04.15 04:08:57.966888 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14107 | 2025.04.15 04:08:57.967236 [ 5 ] {a2bca167-a2cb-4b77-8818-6178f8d2d9a5} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.004222 sec., 13263.855992420653 rows/sec., 1.02 MiB/sec. | ||
| 14108 | 2025.04.15 04:08:57.967432 [ 5 ] {a2bca167-a2cb-4b77-8818-6178f8d2d9a5} <Debug> TCPHandler: Processed in 0.004785023 sec. | ||
| 14109 | 2025.04.15 04:08:57.967637 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14110 | 2025.04.15 04:08:57.967795 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14111 | 2025.04.15 04:08:57.968315 [ 5 ] {331d28a9-d493-4956-be1d-f4c5b94f47e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14112 | 2025.04.15 04:08:57.968527 [ 5 ] {331d28a9-d493-4956-be1d-f4c5b94f47e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14113 | 2025.04.15 04:08:57.968545 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30683 | ||
| 14114 | 2025.04.15 04:08:57.969825 [ 5 ] {331d28a9-d493-4956-be1d-f4c5b94f47e6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14115 | 2025.04.15 04:08:57.969869 [ 5 ] {331d28a9-d493-4956-be1d-f4c5b94f47e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14116 | 2025.04.15 04:08:57.970259 [ 5 ] {331d28a9-d493-4956-be1d-f4c5b94f47e6} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14117 | 2025.04.15 04:08:57.970497 [ 5 ] {331d28a9-d493-4956-be1d-f4c5b94f47e6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14118 | 2025.04.15 04:08:57.970679 [ 5 ] {331d28a9-d493-4956-be1d-f4c5b94f47e6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002585 sec., 24758.220502901353 rows/sec., 1.93 MiB/sec. | ||
| 14119 | 2025.04.15 04:08:57.970757 [ 5 ] {331d28a9-d493-4956-be1d-f4c5b94f47e6} <Debug> TCPHandler: Processed in 0.003099466 sec. | ||
| 14120 | 2025.04.15 04:08:57.970889 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14121 | 2025.04.15 04:08:57.971153 [ 5 ] {7c0fa000-df60-4649-8163-0c2bedcd5246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14122 | 2025.04.15 04:08:57.971295 [ 5 ] {7c0fa000-df60-4649-8163-0c2bedcd5246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14123 | 2025.04.15 04:08:57.972454 [ 5 ] {7c0fa000-df60-4649-8163-0c2bedcd5246} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14124 | 2025.04.15 04:08:57.972494 [ 5 ] {7c0fa000-df60-4649-8163-0c2bedcd5246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14125 | 2025.04.15 04:08:57.972878 [ 5 ] {7c0fa000-df60-4649-8163-0c2bedcd5246} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14126 | 2025.04.15 04:08:57.973118 [ 5 ] {7c0fa000-df60-4649-8163-0c2bedcd5246} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14127 | 2025.04.15 04:08:57.973297 [ 5 ] {7c0fa000-df60-4649-8163-0c2bedcd5246} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002245 sec., 57015.59020044543 rows/sec., 3.97 MiB/sec. | ||
| 14128 | 2025.04.15 04:08:57.973348 [ 5 ] {7c0fa000-df60-4649-8163-0c2bedcd5246} <Debug> TCPHandler: Processed in 0.002519034 sec. | ||
| 14129 | 2025.04.15 04:08:57.973466 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14130 | 2025.04.15 04:08:57.973571 [ 5 ] {e66c242b-4043-4fb4-8e7f-6145a46079e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14131 | 2025.04.15 04:08:57.973617 [ 5 ] {e66c242b-4043-4fb4-8e7f-6145a46079e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14132 | 2025.04.15 04:08:57.974015 [ 5 ] {e66c242b-4043-4fb4-8e7f-6145a46079e3} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14133 | 2025.04.15 04:08:57.974054 [ 5 ] {e66c242b-4043-4fb4-8e7f-6145a46079e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14134 | 2025.04.15 04:08:57.974402 [ 5 ] {e66c242b-4043-4fb4-8e7f-6145a46079e3} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14135 | 2025.04.15 04:08:57.974638 [ 5 ] {e66c242b-4043-4fb4-8e7f-6145a46079e3} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14136 | 2025.04.15 04:08:57.974825 [ 5 ] {e66c242b-4043-4fb4-8e7f-6145a46079e3} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001275 sec., 37647.05882352941 rows/sec., 2.54 MiB/sec. | ||
| 14137 | 2025.04.15 04:08:57.974872 [ 5 ] {e66c242b-4043-4fb4-8e7f-6145a46079e3} <Debug> TCPHandler: Processed in 0.001457041 sec. | ||
| 14138 | 2025.04.15 04:09:00.147896 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 14139 | 2025.04.15 04:09:00.166882 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14140 | 2025.04.15 04:09:00.166964 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.04 GiB. | ||
| 14141 | 2025.04.15 04:09:00.173934 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14142 | 2025.04.15 04:09:00.174754 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14143 | 2025.04.15 04:09:00.178076 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 14144 | 2025.04.15 04:09:02.965991 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14145 | 2025.04.15 04:09:02.966230 [ 5 ] {91cf7477-0997-428c-81b2-cb2925d63f8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14146 | 2025.04.15 04:09:02.966332 [ 5 ] {91cf7477-0997-428c-81b2-cb2925d63f8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14147 | 2025.04.15 04:09:02.967417 [ 5 ] {91cf7477-0997-428c-81b2-cb2925d63f8e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14148 | 2025.04.15 04:09:02.967461 [ 5 ] {91cf7477-0997-428c-81b2-cb2925d63f8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14149 | 2025.04.15 04:09:02.967882 [ 5 ] {91cf7477-0997-428c-81b2-cb2925d63f8e} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14150 | 2025.04.15 04:09:02.968151 [ 5 ] {91cf7477-0997-428c-81b2-cb2925d63f8e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14151 | 2025.04.15 04:09:02.968364 [ 5 ] {91cf7477-0997-428c-81b2-cb2925d63f8e} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002208 sec., 54347.82608695653 rows/sec., 4.62 MiB/sec. | ||
| 14152 | 2025.04.15 04:09:02.968418 [ 5 ] {91cf7477-0997-428c-81b2-cb2925d63f8e} <Debug> TCPHandler: Processed in 0.002556034 sec. | ||
| 14153 | 2025.04.15 04:09:02.968561 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14154 | 2025.04.15 04:09:02.968663 [ 5 ] {67aa3c89-fcf7-406c-a84c-0f83c8bbc03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14155 | 2025.04.15 04:09:02.968707 [ 5 ] {67aa3c89-fcf7-406c-a84c-0f83c8bbc03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14156 | 2025.04.15 04:09:02.969249 [ 5 ] {67aa3c89-fcf7-406c-a84c-0f83c8bbc03c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14157 | 2025.04.15 04:09:02.969286 [ 5 ] {67aa3c89-fcf7-406c-a84c-0f83c8bbc03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14158 | 2025.04.15 04:09:02.969617 [ 5 ] {67aa3c89-fcf7-406c-a84c-0f83c8bbc03c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14159 | 2025.04.15 04:09:02.969846 [ 5 ] {67aa3c89-fcf7-406c-a84c-0f83c8bbc03c} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14160 | 2025.04.15 04:09:02.970039 [ 5 ] {67aa3c89-fcf7-406c-a84c-0f83c8bbc03c} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001395 sec., 22939.068100358425 rows/sec., 1.68 MiB/sec. | ||
| 14161 | 2025.04.15 04:09:02.970088 [ 5 ] {67aa3c89-fcf7-406c-a84c-0f83c8bbc03c} <Debug> TCPHandler: Processed in 0.001583354 sec. | ||
| 14162 | 2025.04.15 04:09:02.970238 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14163 | 2025.04.15 04:09:02.970339 [ 5 ] {500e486e-a9ec-4d85-8ea5-71aaf0143e0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14164 | 2025.04.15 04:09:02.970382 [ 5 ] {500e486e-a9ec-4d85-8ea5-71aaf0143e0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14165 | 2025.04.15 04:09:02.970942 [ 5 ] {500e486e-a9ec-4d85-8ea5-71aaf0143e0c} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14166 | 2025.04.15 04:09:02.970987 [ 5 ] {500e486e-a9ec-4d85-8ea5-71aaf0143e0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14167 | 2025.04.15 04:09:02.971328 [ 5 ] {500e486e-a9ec-4d85-8ea5-71aaf0143e0c} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14168 | 2025.04.15 04:09:02.971558 [ 5 ] {500e486e-a9ec-4d85-8ea5-71aaf0143e0c} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14169 | 2025.04.15 04:09:02.971735 [ 5 ] {500e486e-a9ec-4d85-8ea5-71aaf0143e0c} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001426 sec., 67321.17812061711 rows/sec., 5.26 MiB/sec. | ||
| 14170 | 2025.04.15 04:09:02.971809 [ 5 ] {500e486e-a9ec-4d85-8ea5-71aaf0143e0c} <Debug> TCPHandler: Processed in 0.001645495 sec. | ||
| 14171 | 2025.04.15 04:09:02.971929 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14172 | 2025.04.15 04:09:02.972192 [ 5 ] {8cd263bd-4acb-45fa-8f55-e52326e5d3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14173 | 2025.04.15 04:09:02.972328 [ 5 ] {8cd263bd-4acb-45fa-8f55-e52326e5d3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14174 | 2025.04.15 04:09:02.973300 [ 5 ] {8cd263bd-4acb-45fa-8f55-e52326e5d3e3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14175 | 2025.04.15 04:09:02.973337 [ 5 ] {8cd263bd-4acb-45fa-8f55-e52326e5d3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14176 | 2025.04.15 04:09:02.973712 [ 5 ] {8cd263bd-4acb-45fa-8f55-e52326e5d3e3} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14177 | 2025.04.15 04:09:02.973966 [ 5 ] {8cd263bd-4acb-45fa-8f55-e52326e5d3e3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14178 | 2025.04.15 04:09:02.974153 [ 5 ] {8cd263bd-4acb-45fa-8f55-e52326e5d3e3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002024 sec., 79051.38339920947 rows/sec., 5.51 MiB/sec. | ||
| 14179 | 2025.04.15 04:09:02.974201 [ 5 ] {8cd263bd-4acb-45fa-8f55-e52326e5d3e3} <Debug> TCPHandler: Processed in 0.002295519 sec. | ||
| 14180 | 2025.04.15 04:09:02.974318 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14181 | 2025.04.15 04:09:02.974419 [ 5 ] {5d1e2fbf-9840-4348-abf5-7e89b50d83f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14182 | 2025.04.15 04:09:02.974482 [ 5 ] {5d1e2fbf-9840-4348-abf5-7e89b50d83f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14183 | 2025.04.15 04:09:02.975614 [ 5 ] {5d1e2fbf-9840-4348-abf5-7e89b50d83f7} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14184 | 2025.04.15 04:09:02.975653 [ 5 ] {5d1e2fbf-9840-4348-abf5-7e89b50d83f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14185 | 2025.04.15 04:09:02.976271 [ 5 ] {5d1e2fbf-9840-4348-abf5-7e89b50d83f7} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 14186 | 2025.04.15 04:09:02.976536 [ 5 ] {5d1e2fbf-9840-4348-abf5-7e89b50d83f7} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14187 | 2025.04.15 04:09:02.976745 [ 5 ] {5d1e2fbf-9840-4348-abf5-7e89b50d83f7} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002347 sec., 13634.426927993181 rows/sec., 24.43 MiB/sec. | ||
| 14188 | 2025.04.15 04:09:02.976834 [ 5 ] {5d1e2fbf-9840-4348-abf5-7e89b50d83f7} <Debug> TCPHandler: Processed in 0.002563775 sec. | ||
| 14189 | 2025.04.15 04:09:02.976955 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14190 | 2025.04.15 04:09:02.977057 [ 5 ] {0e5a7b6a-a78a-4c2a-93e9-59eb3509305f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14191 | 2025.04.15 04:09:02.977102 [ 5 ] {0e5a7b6a-a78a-4c2a-93e9-59eb3509305f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14192 | 2025.04.15 04:09:02.977512 [ 5 ] {0e5a7b6a-a78a-4c2a-93e9-59eb3509305f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14193 | 2025.04.15 04:09:02.977551 [ 5 ] {0e5a7b6a-a78a-4c2a-93e9-59eb3509305f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14194 | 2025.04.15 04:09:02.977897 [ 5 ] {0e5a7b6a-a78a-4c2a-93e9-59eb3509305f} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14195 | 2025.04.15 04:09:02.978129 [ 5 ] {0e5a7b6a-a78a-4c2a-93e9-59eb3509305f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14196 | 2025.04.15 04:09:02.978305 [ 5 ] {0e5a7b6a-a78a-4c2a-93e9-59eb3509305f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001263 sec., 47505.93824228028 rows/sec., 3.20 MiB/sec. | ||
| 14197 | 2025.04.15 04:09:02.978378 [ 5 ] {0e5a7b6a-a78a-4c2a-93e9-59eb3509305f} <Debug> TCPHandler: Processed in 0.001472552 sec. | ||
| 14198 | 2025.04.15 04:09:04.320146 [ 73 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 14199 | 2025.04.15 04:09:04.320237 [ 73 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14200 | 2025.04.15 04:09:04.320275 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14201 | 2025.04.15 04:09:04.320476 [ 190 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 14202 | 2025.04.15 04:09:04.320836 [ 190 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14203 | 2025.04.15 04:09:04.320886 [ 190 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 18 rows starting from the beginning of the part | ||
| 14204 | 2025.04.15 04:09:04.320984 [ 190 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
| 14205 | 2025.04.15 04:09:04.321214 [ 190 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 14206 | 2025.04.15 04:09:04.321345 [ 190 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part | ||
| 14207 | 2025.04.15 04:09:04.321507 [ 190 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part | ||
| 14208 | 2025.04.15 04:09:04.322545 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002188716 sec., 16447.99964910934 rows/sec., 1.37 MiB/sec. | ||
| 14209 | 2025.04.15 04:09:04.322699 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 14210 | 2025.04.15 04:09:04.323076 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_29_7} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14211 | 2025.04.15 04:09:04.323166 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_29_7} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 14212 | 2025.04.15 04:09:04.323256 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14213 | 2025.04.15 04:09:05.204256 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14214 | 2025.04.15 04:09:05.204334 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14215 | 2025.04.15 04:09:05.469764 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31171 | ||
| 14216 | 2025.04.15 04:09:05.470398 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14217 | 2025.04.15 04:09:05.470435 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14218 | 2025.04.15 04:09:05.470922 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14219 | 2025.04.15 04:09:05.471177 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14220 | 2025.04.15 04:09:05.471374 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 14221 | 2025.04.15 04:09:05.646292 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2022 | ||
| 14222 | 2025.04.15 04:09:05.649174 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14223 | 2025.04.15 04:09:05.649232 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14224 | 2025.04.15 04:09:05.650690 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14225 | 2025.04.15 04:09:05.650998 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14226 | 2025.04.15 04:09:05.652592 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2022 | ||
| 14227 | 2025.04.15 04:09:07.679302 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 14228 | 2025.04.15 04:09:07.699124 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14229 | 2025.04.15 04:09:07.699189 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14230 | 2025.04.15 04:09:07.706354 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 14231 | 2025.04.15 04:09:07.707121 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14232 | 2025.04.15 04:09:07.709703 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 14233 | 2025.04.15 04:09:07.972752 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14234 | 2025.04.15 04:09:07.972964 [ 5 ] {a943e71f-3f86-4b9b-b449-1b6a2ba968f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14235 | 2025.04.15 04:09:07.973045 [ 5 ] {a943e71f-3f86-4b9b-b449-1b6a2ba968f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14236 | 2025.04.15 04:09:07.973922 [ 5 ] {a943e71f-3f86-4b9b-b449-1b6a2ba968f5} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14237 | 2025.04.15 04:09:07.973974 [ 5 ] {a943e71f-3f86-4b9b-b449-1b6a2ba968f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14238 | 2025.04.15 04:09:07.974421 [ 5 ] {a943e71f-3f86-4b9b-b449-1b6a2ba968f5} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14239 | 2025.04.15 04:09:07.974686 [ 5 ] {a943e71f-3f86-4b9b-b449-1b6a2ba968f5} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14240 | 2025.04.15 04:09:07.974921 [ 70 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14241 | 2025.04.15 04:09:07.974936 [ 5 ] {a943e71f-3f86-4b9b-b449-1b6a2ba968f5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002013 sec., 105315.44957774466 rows/sec., 6.70 MiB/sec. | ||
| 14242 | 2025.04.15 04:09:07.975052 [ 70 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14243 | 2025.04.15 04:09:07.975145 [ 5 ] {a943e71f-3f86-4b9b-b449-1b6a2ba968f5} <Debug> TCPHandler: Processed in 0.002529174 sec. | ||
| 14244 | 2025.04.15 04:09:07.975155 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14245 | 2025.04.15 04:09:07.975359 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14246 | 2025.04.15 04:09:07.975419 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14247 | 2025.04.15 04:09:07.975536 [ 5 ] {5ae8bc3a-25d5-4560-8053-52681e3ad1e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14248 | 2025.04.15 04:09:07.975648 [ 5 ] {5ae8bc3a-25d5-4560-8053-52681e3ad1e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14249 | 2025.04.15 04:09:07.975679 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14250 | 2025.04.15 04:09:07.975778 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 212 rows starting from the beginning of the part | ||
| 14251 | 2025.04.15 04:09:07.976033 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 212 rows starting from the beginning of the part | ||
| 14252 | 2025.04.15 04:09:07.976378 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 212 rows starting from the beginning of the part | ||
| 14253 | 2025.04.15 04:09:07.976874 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 212 rows starting from the beginning of the part | ||
| 14254 | 2025.04.15 04:09:07.977195 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 212 rows starting from the beginning of the part | ||
| 14255 | 2025.04.15 04:09:07.979019 [ 5 ] {5ae8bc3a-25d5-4560-8053-52681e3ad1e7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14256 | 2025.04.15 04:09:07.979096 [ 5 ] {5ae8bc3a-25d5-4560-8053-52681e3ad1e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14257 | 2025.04.15 04:09:07.979851 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004547997 sec., 233069.63483045396 rows/sec., 15.71 MiB/sec. | ||
| 14258 | 2025.04.15 04:09:07.979974 [ 5 ] {5ae8bc3a-25d5-4560-8053-52681e3ad1e7} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14259 | 2025.04.15 04:09:07.980029 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14260 | 2025.04.15 04:09:07.980460 [ 5 ] {5ae8bc3a-25d5-4560-8053-52681e3ad1e7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14261 | 2025.04.15 04:09:07.980573 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_49_12} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14262 | 2025.04.15 04:09:07.980800 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_49_12} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14263 | 2025.04.15 04:09:07.980865 [ 5 ] {5ae8bc3a-25d5-4560-8053-52681e3ad1e7} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.005379 sec., 117679.86614612381 rows/sec., 9.25 MiB/sec. | ||
| 14264 | 2025.04.15 04:09:07.980944 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 14265 | 2025.04.15 04:09:07.981046 [ 5 ] {5ae8bc3a-25d5-4560-8053-52681e3ad1e7} <Debug> TCPHandler: Processed in 0.005790753 sec. | ||
| 14266 | 2025.04.15 04:09:07.981183 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14267 | 2025.04.15 04:09:07.981317 [ 5 ] {70983c9b-6994-4959-8dae-ba17178fc604} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14268 | 2025.04.15 04:09:07.981373 [ 5 ] {70983c9b-6994-4959-8dae-ba17178fc604} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14269 | 2025.04.15 04:09:07.981971 [ 5 ] {70983c9b-6994-4959-8dae-ba17178fc604} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14270 | 2025.04.15 04:09:07.982011 [ 5 ] {70983c9b-6994-4959-8dae-ba17178fc604} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14271 | 2025.04.15 04:09:07.982395 [ 5 ] {70983c9b-6994-4959-8dae-ba17178fc604} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14272 | 2025.04.15 04:09:07.982650 [ 5 ] {70983c9b-6994-4959-8dae-ba17178fc604} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14273 | 2025.04.15 04:09:07.982830 [ 70 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14274 | 2025.04.15 04:09:07.982890 [ 70 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14275 | 2025.04.15 04:09:07.982892 [ 5 ] {70983c9b-6994-4959-8dae-ba17178fc604} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001594 sec., 71518.19322459222 rows/sec., 4.28 MiB/sec. | ||
| 14276 | 2025.04.15 04:09:07.982931 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14277 | 2025.04.15 04:09:07.983067 [ 5 ] {70983c9b-6994-4959-8dae-ba17178fc604} <Debug> TCPHandler: Processed in 0.001939981 sec. | ||
| 14278 | 2025.04.15 04:09:07.983233 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 14279 | 2025.04.15 04:09:07.983262 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14280 | 2025.04.15 04:09:07.983568 [ 5 ] {25776965-3dc2-4876-8c7e-1a89e83903b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14281 | 2025.04.15 04:09:07.983674 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14282 | 2025.04.15 04:09:07.983725 [ 5 ] {25776965-3dc2-4876-8c7e-1a89e83903b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14283 | 2025.04.15 04:09:07.983811 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 164 rows starting from the beginning of the part | ||
| 14284 | 2025.04.15 04:09:07.984407 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 114 rows starting from the beginning of the part | ||
| 14285 | 2025.04.15 04:09:07.985036 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 32 rows starting from the beginning of the part | ||
| 14286 | 2025.04.15 04:09:07.985677 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 124 rows starting from the beginning of the part | ||
| 14287 | 2025.04.15 04:09:07.986278 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 32 rows starting from the beginning of the part | ||
| 14288 | 2025.04.15 04:09:07.986614 [ 193 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 114 rows starting from the beginning of the part | ||
| 14289 | 2025.04.15 04:09:07.987173 [ 5 ] {25776965-3dc2-4876-8c7e-1a89e83903b5} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14290 | 2025.04.15 04:09:07.987218 [ 5 ] {25776965-3dc2-4876-8c7e-1a89e83903b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14291 | 2025.04.15 04:09:07.987761 [ 5 ] {25776965-3dc2-4876-8c7e-1a89e83903b5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14292 | 2025.04.15 04:09:07.988073 [ 5 ] {25776965-3dc2-4876-8c7e-1a89e83903b5} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14293 | 2025.04.15 04:09:07.988481 [ 5 ] {25776965-3dc2-4876-8c7e-1a89e83903b5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.005023 sec., 22496.516026279118 rows/sec., 1.46 MiB/sec. | ||
| 14294 | 2025.04.15 04:09:07.988495 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 580 rows, containing 5 columns (5 merged, 0 gathered) in 0.005434256 sec., 106730.34174319355 rows/sec., 7.08 MiB/sec. | ||
| 14295 | 2025.04.15 04:09:07.988609 [ 5 ] {25776965-3dc2-4876-8c7e-1a89e83903b5} <Debug> TCPHandler: Processed in 0.005409136 sec. | ||
| 14296 | 2025.04.15 04:09:07.988765 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14297 | 2025.04.15 04:09:07.988785 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14298 | 2025.04.15 04:09:07.988964 [ 5 ] {dfdda644-0fc5-45e6-acca-03b6e65bf866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14299 | 2025.04.15 04:09:07.989069 [ 5 ] {dfdda644-0fc5-45e6-acca-03b6e65bf866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14300 | 2025.04.15 04:09:07.989367 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_96_19} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14301 | 2025.04.15 04:09:07.989618 [ 194 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_96_19} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14302 | 2025.04.15 04:09:07.989809 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 14303 | 2025.04.15 04:09:07.990302 [ 5 ] {dfdda644-0fc5-45e6-acca-03b6e65bf866} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14304 | 2025.04.15 04:09:07.990349 [ 5 ] {dfdda644-0fc5-45e6-acca-03b6e65bf866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14305 | 2025.04.15 04:09:07.990724 [ 5 ] {dfdda644-0fc5-45e6-acca-03b6e65bf866} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14306 | 2025.04.15 04:09:07.990961 [ 5 ] {dfdda644-0fc5-45e6-acca-03b6e65bf866} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14307 | 2025.04.15 04:09:07.991139 [ 70 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_45_11 to all_49_49_0 | ||
| 14308 | 2025.04.15 04:09:07.991203 [ 70 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14309 | 2025.04.15 04:09:07.991223 [ 5 ] {dfdda644-0fc5-45e6-acca-03b6e65bf866} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002292 sec., 48865.61954624781 rows/sec., 2.78 MiB/sec. | ||
| 14310 | 2025.04.15 04:09:07.991239 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14311 | 2025.04.15 04:09:07.991424 [ 5 ] {dfdda644-0fc5-45e6-acca-03b6e65bf866} <Debug> TCPHandler: Processed in 0.002709778 sec. | ||
| 14312 | 2025.04.15 04:09:07.991726 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_49_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_45_11 to all_49_49_0 into Compact with storage Full | ||
| 14313 | 2025.04.15 04:09:07.991760 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14314 | 2025.04.15 04:09:07.992112 [ 5 ] {5778f241-46f7-4f2e-940c-c2a75b939255} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14315 | 2025.04.15 04:09:07.992292 [ 5 ] {5778f241-46f7-4f2e-940c-c2a75b939255} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14316 | 2025.04.15 04:09:07.992365 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_49_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14317 | 2025.04.15 04:09:07.992506 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_11, total 112 rows starting from the beginning of the part | ||
| 14318 | 2025.04.15 04:09:07.992828 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 112 rows starting from the beginning of the part | ||
| 14319 | 2025.04.15 04:09:07.993128 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 112 rows starting from the beginning of the part | ||
| 14320 | 2025.04.15 04:09:07.993535 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 112 rows starting from the beginning of the part | ||
| 14321 | 2025.04.15 04:09:07.993914 [ 199 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_49_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 112 rows starting from the beginning of the part | ||
| 14322 | 2025.04.15 04:09:07.995217 [ 5 ] {5778f241-46f7-4f2e-940c-c2a75b939255} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14323 | 2025.04.15 04:09:07.995297 [ 5 ] {5778f241-46f7-4f2e-940c-c2a75b939255} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14324 | 2025.04.15 04:09:07.996258 [ 5 ] {5778f241-46f7-4f2e-940c-c2a75b939255} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14325 | 2025.04.15 04:09:07.996368 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_49_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004984966 sec., 112337.77722857086 rows/sec., 6.83 MiB/sec. | ||
| 14326 | 2025.04.15 04:09:07.996564 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_49_12} <Trace> MergedBlockOutputStream: filled checksums all_1_49_12 (state Temporary) | ||
| 14327 | 2025.04.15 04:09:07.996617 [ 5 ] {5778f241-46f7-4f2e-940c-c2a75b939255} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14328 | 2025.04.15 04:09:07.996907 [ 5 ] {5778f241-46f7-4f2e-940c-c2a75b939255} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.004922 sec., 79236.08289313287 rows/sec., 5.60 MiB/sec. | ||
| 14329 | 2025.04.15 04:09:07.997039 [ 5 ] {5778f241-46f7-4f2e-940c-c2a75b939255} <Debug> TCPHandler: Processed in 0.005362674 sec. | ||
| 14330 | 2025.04.15 04:09:07.997063 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_49_12} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_49_12 to all_1_49_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14331 | 2025.04.15 04:09:07.997185 [ 201 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_49_12} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_45_11, all_49_49_0] -> all_1_49_12 | ||
| 14332 | 2025.04.15 04:09:07.997189 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14333 | 2025.04.15 04:09:07.997300 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 14334 | 2025.04.15 04:09:07.997328 [ 5 ] {7c9280d7-7c60-4caa-92a2-748d2ae4ceb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14335 | 2025.04.15 04:09:07.997379 [ 5 ] {7c9280d7-7c60-4caa-92a2-748d2ae4ceb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14336 | 2025.04.15 04:09:07.997798 [ 5 ] {7c9280d7-7c60-4caa-92a2-748d2ae4ceb0} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14337 | 2025.04.15 04:09:07.997835 [ 5 ] {7c9280d7-7c60-4caa-92a2-748d2ae4ceb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14338 | 2025.04.15 04:09:07.998182 [ 5 ] {7c9280d7-7c60-4caa-92a2-748d2ae4ceb0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14339 | 2025.04.15 04:09:07.998413 [ 5 ] {7c9280d7-7c60-4caa-92a2-748d2ae4ceb0} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14340 | 2025.04.15 04:09:07.998647 [ 5 ] {7c9280d7-7c60-4caa-92a2-748d2ae4ceb0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec. | ||
| 14341 | 2025.04.15 04:09:07.998714 [ 5 ] {7c9280d7-7c60-4caa-92a2-748d2ae4ceb0} <Debug> TCPHandler: Processed in 0.001585964 sec. | ||
| 14342 | 2025.04.15 04:09:07.998965 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14343 | 2025.04.15 04:09:07.999129 [ 5 ] {6cc493d4-af55-4c79-a729-42e1d5ac510e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14344 | 2025.04.15 04:09:07.999191 [ 5 ] {6cc493d4-af55-4c79-a729-42e1d5ac510e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14345 | 2025.04.15 04:09:07.999895 [ 5 ] {6cc493d4-af55-4c79-a729-42e1d5ac510e} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14346 | 2025.04.15 04:09:07.999933 [ 5 ] {6cc493d4-af55-4c79-a729-42e1d5ac510e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14347 | 2025.04.15 04:09:08.000400 [ 5 ] {6cc493d4-af55-4c79-a729-42e1d5ac510e} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14348 | 2025.04.15 04:09:08.000650 [ 5 ] {6cc493d4-af55-4c79-a729-42e1d5ac510e} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14349 | 2025.04.15 04:09:08.000828 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 14350 | 2025.04.15 04:09:08.000882 [ 5 ] {6cc493d4-af55-4c79-a729-42e1d5ac510e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001778 sec., 133295.83802024747 rows/sec., 8.93 MiB/sec. | ||
| 14351 | 2025.04.15 04:09:08.000886 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14352 | 2025.04.15 04:09:08.000981 [ 5 ] {6cc493d4-af55-4c79-a729-42e1d5ac510e} <Debug> TCPHandler: Processed in 0.002116156 sec. | ||
| 14353 | 2025.04.15 04:09:08.001022 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14354 | 2025.04.15 04:09:08.001057 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.31 MiB, peak 273.73 MiB, free memory in arenas 0.00 B, will set to 259.16 MiB (RSS), difference: -1.15 MiB | ||
| 14355 | 2025.04.15 04:09:08.001288 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14356 | 2025.04.15 04:09:08.001518 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_115_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full | ||
| 14357 | 2025.04.15 04:09:08.001716 [ 5 ] {ee84e691-b0c7-47c8-a004-9177b734e319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14358 | 2025.04.15 04:09:08.001997 [ 5 ] {ee84e691-b0c7-47c8-a004-9177b734e319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14359 | 2025.04.15 04:09:08.002308 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14360 | 2025.04.15 04:09:08.002551 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_110_22, total 32776 rows starting from the beginning of the part | ||
| 14361 | 2025.04.15 04:09:08.003101 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 14362 | 2025.04.15 04:09:08.003962 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 960 rows starting from the beginning of the part | ||
| 14363 | 2025.04.15 04:09:08.004937 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 128 rows starting from the beginning of the part | ||
| 14364 | 2025.04.15 04:09:08.005348 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 14365 | 2025.04.15 04:09:08.005677 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 14366 | 2025.04.15 04:09:08.005698 [ 5 ] {ee84e691-b0c7-47c8-a004-9177b734e319} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14367 | 2025.04.15 04:09:08.005799 [ 5 ] {ee84e691-b0c7-47c8-a004-9177b734e319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14368 | 2025.04.15 04:09:08.006832 [ 5 ] {ee84e691-b0c7-47c8-a004-9177b734e319} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14369 | 2025.04.15 04:09:08.007124 [ 5 ] {ee84e691-b0c7-47c8-a004-9177b734e319} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14370 | 2025.04.15 04:09:08.007410 [ 5 ] {ee84e691-b0c7-47c8-a004-9177b734e319} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005855 sec., 170.79419299743807 rows/sec., 11.51 KiB/sec. | ||
| 14371 | 2025.04.15 04:09:08.007489 [ 5 ] {ee84e691-b0c7-47c8-a004-9177b734e319} <Debug> TCPHandler: Processed in 0.006350275 sec. | ||
| 14372 | 2025.04.15 04:09:08.007623 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14373 | 2025.04.15 04:09:08.007864 [ 5 ] {fc75d965-9694-453a-abfd-c7f1dfe2de9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14374 | 2025.04.15 04:09:08.008021 [ 5 ] {fc75d965-9694-453a-abfd-c7f1dfe2de9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14375 | 2025.04.15 04:09:08.010469 [ 5 ] {fc75d965-9694-453a-abfd-c7f1dfe2de9b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14376 | 2025.04.15 04:09:08.010509 [ 5 ] {fc75d965-9694-453a-abfd-c7f1dfe2de9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14377 | 2025.04.15 04:09:08.011431 [ 5 ] {fc75d965-9694-453a-abfd-c7f1dfe2de9b} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 14378 | 2025.04.15 04:09:08.011765 [ 5 ] {fc75d965-9694-453a-abfd-c7f1dfe2de9b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14379 | 2025.04.15 04:09:08.011983 [ 70 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 14380 | 2025.04.15 04:09:08.012061 [ 70 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14381 | 2025.04.15 04:09:08.012098 [ 5 ] {fc75d965-9694-453a-abfd-c7f1dfe2de9b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00432 sec., 1851.8518518518517 rows/sec., 3.32 MiB/sec. | ||
| 14382 | 2025.04.15 04:09:08.012107 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14383 | 2025.04.15 04:09:08.012716 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 14384 | 2025.04.15 04:09:08.013063 [ 5 ] {fc75d965-9694-453a-abfd-c7f1dfe2de9b} <Debug> TCPHandler: Processed in 0.005479767 sec. | ||
| 14385 | 2025.04.15 04:09:08.013732 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14386 | 2025.04.15 04:09:08.014170 [ 5 ] {23415bbe-0835-40a5-8ca4-7c48b69c51e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14387 | 2025.04.15 04:09:08.014388 [ 5 ] {23415bbe-0835-40a5-8ca4-7c48b69c51e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14388 | 2025.04.15 04:09:08.015424 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14389 | 2025.04.15 04:09:08.015822 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1787 rows starting from the beginning of the part | ||
| 14390 | 2025.04.15 04:09:08.016640 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 14391 | 2025.04.15 04:09:08.017443 [ 5 ] {23415bbe-0835-40a5-8ca4-7c48b69c51e9} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14392 | 2025.04.15 04:09:08.017498 [ 5 ] {23415bbe-0835-40a5-8ca4-7c48b69c51e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14393 | 2025.04.15 04:09:08.017518 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 32 rows starting from the beginning of the part | ||
| 14394 | 2025.04.15 04:09:08.018657 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 14395 | 2025.04.15 04:09:08.019169 [ 5 ] {23415bbe-0835-40a5-8ca4-7c48b69c51e9} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 14396 | 2025.04.15 04:09:08.019306 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34421 rows, containing 5 columns (5 merged, 0 gathered) in 0.018114467 sec., 1900193.9168290186 rows/sec., 128.26 MiB/sec. | ||
| 14397 | 2025.04.15 04:09:08.019611 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 32 rows starting from the beginning of the part | ||
| 14398 | 2025.04.15 04:09:08.020012 [ 5 ] {23415bbe-0835-40a5-8ca4-7c48b69c51e9} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14399 | 2025.04.15 04:09:08.020017 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 14400 | 2025.04.15 04:09:08.020648 [ 201 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 8 rows starting from the beginning of the part | ||
| 14401 | 2025.04.15 04:09:08.020804 [ 5 ] {23415bbe-0835-40a5-8ca4-7c48b69c51e9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006787 sec., 12081.921320170915 rows/sec., 785.77 KiB/sec. | ||
| 14402 | 2025.04.15 04:09:08.021324 [ 5 ] {23415bbe-0835-40a5-8ca4-7c48b69c51e9} <Debug> TCPHandler: Processed in 0.007702925 sec. | ||
| 14403 | 2025.04.15 04:09:08.021663 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14404 | 2025.04.15 04:09:08.021937 [ 188 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 14405 | 2025.04.15 04:09:08.022106 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 14406 | 2025.04.15 04:09:08.031804 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1875 rows, containing 19 columns (19 merged, 0 gathered) in 0.019562257 sec., 95847.83596289529 rows/sec., 171.75 MiB/sec. | ||
| 14407 | 2025.04.15 04:09:08.033707 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 14408 | 2025.04.15 04:09:08.034158 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14409 | 2025.04.15 04:09:08.034250 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 14410 | 2025.04.15 04:09:08.034411 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.24 MiB. | ||
| 14411 | 2025.04.15 04:09:09.000991 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.46 MiB, peak 276.66 MiB, free memory in arenas 0.00 B, will set to 263.57 MiB (RSS), difference: 4.12 MiB | ||
| 14412 | 2025.04.15 04:09:12.967450 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14413 | 2025.04.15 04:09:12.967784 [ 5 ] {ee8f49ba-5777-4037-9d5d-dff31355ec1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14414 | 2025.04.15 04:09:12.967907 [ 5 ] {ee8f49ba-5777-4037-9d5d-dff31355ec1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14415 | 2025.04.15 04:09:12.968835 [ 5 ] {ee8f49ba-5777-4037-9d5d-dff31355ec1a} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14416 | 2025.04.15 04:09:12.968877 [ 5 ] {ee8f49ba-5777-4037-9d5d-dff31355ec1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14417 | 2025.04.15 04:09:12.969296 [ 5 ] {ee8f49ba-5777-4037-9d5d-dff31355ec1a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 14418 | 2025.04.15 04:09:12.969551 [ 5 ] {ee8f49ba-5777-4037-9d5d-dff31355ec1a} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14419 | 2025.04.15 04:09:12.969746 [ 5 ] {ee8f49ba-5777-4037-9d5d-dff31355ec1a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002046 sec., 977.5171065493646 rows/sec., 79.71 KiB/sec. | ||
| 14420 | 2025.04.15 04:09:12.969800 [ 5 ] {ee8f49ba-5777-4037-9d5d-dff31355ec1a} <Debug> TCPHandler: Processed in 0.002547494 sec. | ||
| 14421 | 2025.04.15 04:09:12.969927 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14422 | 2025.04.15 04:09:12.970031 [ 5 ] {4ddf0204-36c1-4360-a4cd-84242287866b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14423 | 2025.04.15 04:09:12.970075 [ 5 ] {4ddf0204-36c1-4360-a4cd-84242287866b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14424 | 2025.04.15 04:09:12.970664 [ 5 ] {4ddf0204-36c1-4360-a4cd-84242287866b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14425 | 2025.04.15 04:09:12.970700 [ 5 ] {4ddf0204-36c1-4360-a4cd-84242287866b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14426 | 2025.04.15 04:09:12.971055 [ 5 ] {4ddf0204-36c1-4360-a4cd-84242287866b} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14427 | 2025.04.15 04:09:12.971287 [ 5 ] {4ddf0204-36c1-4360-a4cd-84242287866b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14428 | 2025.04.15 04:09:12.971422 [ 65 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14429 | 2025.04.15 04:09:12.971459 [ 5 ] {4ddf0204-36c1-4360-a4cd-84242287866b} <Debug> executeQuery: Read 121 rows, 10.51 KiB in 0.001449 sec., 83505.86611456177 rows/sec., 7.09 MiB/sec. | ||
| 14430 | 2025.04.15 04:09:12.971471 [ 65 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14431 | 2025.04.15 04:09:12.971511 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14432 | 2025.04.15 04:09:12.971531 [ 5 ] {4ddf0204-36c1-4360-a4cd-84242287866b} <Debug> TCPHandler: Processed in 0.001654175 sec. | ||
| 14433 | 2025.04.15 04:09:12.971708 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14434 | 2025.04.15 04:09:12.971729 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14435 | 2025.04.15 04:09:12.971879 [ 5 ] {e3e51fd0-0561-41be-aa6c-1f70973cd258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14436 | 2025.04.15 04:09:12.971983 [ 5 ] {e3e51fd0-0561-41be-aa6c-1f70973cd258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14437 | 2025.04.15 04:09:12.972033 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14438 | 2025.04.15 04:09:12.972133 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1847 rows starting from the beginning of the part | ||
| 14439 | 2025.04.15 04:09:12.972598 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1778 rows starting from the beginning of the part | ||
| 14440 | 2025.04.15 04:09:12.973188 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31598 | ||
| 14441 | 2025.04.15 04:09:12.973317 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part | ||
| 14442 | 2025.04.15 04:09:12.973998 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 120 rows starting from the beginning of the part | ||
| 14443 | 2025.04.15 04:09:12.974594 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 633 rows starting from the beginning of the part | ||
| 14444 | 2025.04.15 04:09:12.975008 [ 192 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 121 rows starting from the beginning of the part | ||
| 14445 | 2025.04.15 04:09:12.977233 [ 5 ] {e3e51fd0-0561-41be-aa6c-1f70973cd258} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14446 | 2025.04.15 04:09:12.977377 [ 5 ] {e3e51fd0-0561-41be-aa6c-1f70973cd258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14447 | 2025.04.15 04:09:12.979429 [ 5 ] {e3e51fd0-0561-41be-aa6c-1f70973cd258} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14448 | 2025.04.15 04:09:12.979693 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14449 | 2025.04.15 04:09:12.979786 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14450 | 2025.04.15 04:09:12.980166 [ 5 ] {e3e51fd0-0561-41be-aa6c-1f70973cd258} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14451 | 2025.04.15 04:09:12.980781 [ 5 ] {e3e51fd0-0561-41be-aa6c-1f70973cd258} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.008925 sec., 3809.523809523809 rows/sec., 285.25 KiB/sec. | ||
| 14452 | 2025.04.15 04:09:12.981050 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14453 | 2025.04.15 04:09:12.981168 [ 5 ] {e3e51fd0-0561-41be-aa6c-1f70973cd258} <Debug> TCPHandler: Processed in 0.009516983 sec. | ||
| 14454 | 2025.04.15 04:09:12.981370 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4555 rows, containing 5 columns (5 merged, 0 gathered) in 0.009757688 sec., 466811.40040550585 rows/sec., 39.67 MiB/sec. | ||
| 14455 | 2025.04.15 04:09:12.981416 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14456 | 2025.04.15 04:09:12.981684 [ 5 ] {e562cd42-e5d5-4108-a822-a98a5f67ca7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14457 | 2025.04.15 04:09:12.981709 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14458 | 2025.04.15 04:09:12.981800 [ 5 ] {e562cd42-e5d5-4108-a822-a98a5f67ca7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14459 | 2025.04.15 04:09:12.981902 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14460 | 2025.04.15 04:09:12.982677 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31598 | ||
| 14461 | 2025.04.15 04:09:12.984022 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_116_23} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14462 | 2025.04.15 04:09:12.984275 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_116_23} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14463 | 2025.04.15 04:09:12.984499 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 14464 | 2025.04.15 04:09:12.984586 [ 5 ] {e562cd42-e5d5-4108-a822-a98a5f67ca7b} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14465 | 2025.04.15 04:09:12.984633 [ 5 ] {e562cd42-e5d5-4108-a822-a98a5f67ca7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14466 | 2025.04.15 04:09:12.984997 [ 5 ] {e562cd42-e5d5-4108-a822-a98a5f67ca7b} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14467 | 2025.04.15 04:09:12.985228 [ 5 ] {e562cd42-e5d5-4108-a822-a98a5f67ca7b} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14468 | 2025.04.15 04:09:12.985436 [ 5 ] {e562cd42-e5d5-4108-a822-a98a5f67ca7b} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.003864 sec., 25362.318840579712 rows/sec., 1.98 MiB/sec. | ||
| 14469 | 2025.04.15 04:09:12.985452 [ 66 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14470 | 2025.04.15 04:09:12.985502 [ 5 ] {e562cd42-e5d5-4108-a822-a98a5f67ca7b} <Debug> TCPHandler: Processed in 0.004153928 sec. | ||
| 14471 | 2025.04.15 04:09:12.985576 [ 66 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14472 | 2025.04.15 04:09:12.985647 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14473 | 2025.04.15 04:09:12.985680 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14474 | 2025.04.15 04:09:12.985895 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14475 | 2025.04.15 04:09:12.985897 [ 5 ] {da8b0c1a-783f-4fa7-a713-4431f4666a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14476 | 2025.04.15 04:09:12.986040 [ 5 ] {da8b0c1a-783f-4fa7-a713-4431f4666a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14477 | 2025.04.15 04:09:12.986105 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14478 | 2025.04.15 04:09:12.986244 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 914 rows starting from the beginning of the part | ||
| 14479 | 2025.04.15 04:09:12.986733 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 856 rows starting from the beginning of the part | ||
| 14480 | 2025.04.15 04:09:12.987235 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part | ||
| 14481 | 2025.04.15 04:09:12.987653 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 96 rows starting from the beginning of the part | ||
| 14482 | 2025.04.15 04:09:12.988151 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 390 rows starting from the beginning of the part | ||
| 14483 | 2025.04.15 04:09:12.988600 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 98 rows starting from the beginning of the part | ||
| 14484 | 2025.04.15 04:09:12.990641 [ 5 ] {da8b0c1a-783f-4fa7-a713-4431f4666a16} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14485 | 2025.04.15 04:09:12.990746 [ 5 ] {da8b0c1a-783f-4fa7-a713-4431f4666a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14486 | 2025.04.15 04:09:12.991583 [ 5 ] {da8b0c1a-783f-4fa7-a713-4431f4666a16} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14487 | 2025.04.15 04:09:12.991856 [ 5 ] {da8b0c1a-783f-4fa7-a713-4431f4666a16} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14488 | 2025.04.15 04:09:12.992198 [ 5 ] {da8b0c1a-783f-4fa7-a713-4431f4666a16} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.006344 sec., 25378.31021437579 rows/sec., 1.77 MiB/sec. | ||
| 14489 | 2025.04.15 04:09:12.992550 [ 5 ] {da8b0c1a-783f-4fa7-a713-4431f4666a16} <Debug> TCPHandler: Processed in 0.006929197 sec. | ||
| 14490 | 2025.04.15 04:09:12.992582 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.006820535 sec., 354517.6441437512 rows/sec., 27.15 MiB/sec. | ||
| 14491 | 2025.04.15 04:09:12.992878 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14492 | 2025.04.15 04:09:12.992899 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14493 | 2025.04.15 04:09:12.993224 [ 5 ] {a7721ff5-4fd0-4924-a6c8-58c74035a86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14494 | 2025.04.15 04:09:12.993586 [ 5 ] {a7721ff5-4fd0-4924-a6c8-58c74035a86f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14495 | 2025.04.15 04:09:12.993841 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_116_23} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14496 | 2025.04.15 04:09:12.994214 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_116_23} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14497 | 2025.04.15 04:09:12.994462 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 14498 | 2025.04.15 04:09:12.995635 [ 5 ] {a7721ff5-4fd0-4924-a6c8-58c74035a86f} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14499 | 2025.04.15 04:09:12.995675 [ 5 ] {a7721ff5-4fd0-4924-a6c8-58c74035a86f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14500 | 2025.04.15 04:09:12.996303 [ 5 ] {a7721ff5-4fd0-4924-a6c8-58c74035a86f} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 14501 | 2025.04.15 04:09:12.996565 [ 5 ] {a7721ff5-4fd0-4924-a6c8-58c74035a86f} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14502 | 2025.04.15 04:09:12.996786 [ 5 ] {a7721ff5-4fd0-4924-a6c8-58c74035a86f} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003684 sec., 8686.210640608035 rows/sec., 15.57 MiB/sec. | ||
| 14503 | 2025.04.15 04:09:12.996879 [ 5 ] {a7721ff5-4fd0-4924-a6c8-58c74035a86f} <Debug> TCPHandler: Processed in 0.004110988 sec. | ||
| 14504 | 2025.04.15 04:09:12.997000 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14505 | 2025.04.15 04:09:12.997104 [ 5 ] {a8f3c4c6-011d-4c31-933a-5a0fa9d6b142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14506 | 2025.04.15 04:09:12.997150 [ 5 ] {a8f3c4c6-011d-4c31-933a-5a0fa9d6b142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14507 | 2025.04.15 04:09:12.997564 [ 5 ] {a8f3c4c6-011d-4c31-933a-5a0fa9d6b142} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14508 | 2025.04.15 04:09:12.997603 [ 5 ] {a8f3c4c6-011d-4c31-933a-5a0fa9d6b142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14509 | 2025.04.15 04:09:12.997949 [ 5 ] {a8f3c4c6-011d-4c31-933a-5a0fa9d6b142} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 14510 | 2025.04.15 04:09:12.998177 [ 5 ] {a8f3c4c6-011d-4c31-933a-5a0fa9d6b142} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14511 | 2025.04.15 04:09:12.998353 [ 66 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 14512 | 2025.04.15 04:09:12.998408 [ 5 ] {a8f3c4c6-011d-4c31-933a-5a0fa9d6b142} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001318 sec., 45523.520485584224 rows/sec., 3.07 MiB/sec. | ||
| 14513 | 2025.04.15 04:09:12.998416 [ 66 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14514 | 2025.04.15 04:09:12.998519 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14515 | 2025.04.15 04:09:12.998527 [ 5 ] {a8f3c4c6-011d-4c31-933a-5a0fa9d6b142} <Debug> TCPHandler: Processed in 0.001576893 sec. | ||
| 14516 | 2025.04.15 04:09:12.998748 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 14517 | 2025.04.15 04:09:12.998903 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14518 | 2025.04.15 04:09:12.998943 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6662 rows starting from the beginning of the part | ||
| 14519 | 2025.04.15 04:09:12.999042 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 34 rows starting from the beginning of the part | ||
| 14520 | 2025.04.15 04:09:12.999261 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 48 rows starting from the beginning of the part | ||
| 14521 | 2025.04.15 04:09:12.999477 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 14522 | 2025.04.15 04:09:12.999605 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 14523 | 2025.04.15 04:09:12.999833 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 14524 | 2025.04.15 04:09:13.002051 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6946 rows, containing 4 columns (4 merged, 0 gathered) in 0.003376822 sec., 2056963.6184554591 rows/sec., 133.96 MiB/sec. | ||
| 14525 | 2025.04.15 04:09:13.002417 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 14526 | 2025.04.15 04:09:13.002705 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_116_23} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14527 | 2025.04.15 04:09:13.002778 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_116_23} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 14528 | 2025.04.15 04:09:13.002845 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 14529 | 2025.04.15 04:09:15.210582 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 14530 | 2025.04.15 04:09:15.231533 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14531 | 2025.04.15 04:09:15.231603 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14532 | 2025.04.15 04:09:15.238956 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 14533 | 2025.04.15 04:09:15.239744 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14534 | 2025.04.15 04:09:15.243175 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 14535 | 2025.04.15 04:09:15.653631 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2058 | ||
| 14536 | 2025.04.15 04:09:15.657003 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14537 | 2025.04.15 04:09:15.657060 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14538 | 2025.04.15 04:09:15.658552 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14539 | 2025.04.15 04:09:15.658867 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14540 | 2025.04.15 04:09:15.659154 [ 63 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 14541 | 2025.04.15 04:09:15.659319 [ 63 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14542 | 2025.04.15 04:09:15.659468 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14543 | 2025.04.15 04:09:15.659801 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 14544 | 2025.04.15 04:09:15.660135 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2058 | ||
| 14545 | 2025.04.15 04:09:15.660594 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14546 | 2025.04.15 04:09:15.660721 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1888 rows starting from the beginning of the part | ||
| 14547 | 2025.04.15 04:09:15.661321 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 20 rows starting from the beginning of the part | ||
| 14548 | 2025.04.15 04:09:15.661911 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 36 rows starting from the beginning of the part | ||
| 14549 | 2025.04.15 04:09:15.662536 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 14550 | 2025.04.15 04:09:15.663135 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 20 rows starting from the beginning of the part | ||
| 14551 | 2025.04.15 04:09:15.663732 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part | ||
| 14552 | 2025.04.15 04:09:15.672090 [ 198 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2058 rows, containing 72 columns (72 merged, 0 gathered) in 0.012467597 sec., 165067.89560169453 rows/sec., 125.06 MiB/sec. | ||
| 14553 | 2025.04.15 04:09:15.674069 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 14554 | 2025.04.15 04:09:15.674957 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_51_10} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14555 | 2025.04.15 04:09:15.675070 [ 191 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_51_10} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 14556 | 2025.04.15 04:09:15.675447 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.55 MiB. | ||
| 14557 | 2025.04.15 04:09:17.972328 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14558 | 2025.04.15 04:09:17.972516 [ 5 ] {d266678d-1333-432a-829f-936c8e625649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14559 | 2025.04.15 04:09:17.972588 [ 5 ] {d266678d-1333-432a-829f-936c8e625649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14560 | 2025.04.15 04:09:17.973447 [ 5 ] {d266678d-1333-432a-829f-936c8e625649} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14561 | 2025.04.15 04:09:17.973502 [ 5 ] {d266678d-1333-432a-829f-936c8e625649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14562 | 2025.04.15 04:09:17.973929 [ 5 ] {d266678d-1333-432a-829f-936c8e625649} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14563 | 2025.04.15 04:09:17.974173 [ 5 ] {d266678d-1333-432a-829f-936c8e625649} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14564 | 2025.04.15 04:09:17.974404 [ 5 ] {d266678d-1333-432a-829f-936c8e625649} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00194 sec., 109278.35051546391 rows/sec., 6.95 MiB/sec. | ||
| 14565 | 2025.04.15 04:09:17.974467 [ 5 ] {d266678d-1333-432a-829f-936c8e625649} <Debug> TCPHandler: Processed in 0.002267978 sec. | ||
| 14566 | 2025.04.15 04:09:17.974603 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14567 | 2025.04.15 04:09:17.974713 [ 5 ] {20d3a9cd-f7de-468e-b99e-e7eca913fc76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14568 | 2025.04.15 04:09:17.974760 [ 5 ] {20d3a9cd-f7de-468e-b99e-e7eca913fc76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14569 | 2025.04.15 04:09:17.975636 [ 5 ] {20d3a9cd-f7de-468e-b99e-e7eca913fc76} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14570 | 2025.04.15 04:09:17.975676 [ 5 ] {20d3a9cd-f7de-468e-b99e-e7eca913fc76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14571 | 2025.04.15 04:09:17.976055 [ 5 ] {20d3a9cd-f7de-468e-b99e-e7eca913fc76} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14572 | 2025.04.15 04:09:17.976295 [ 5 ] {20d3a9cd-f7de-468e-b99e-e7eca913fc76} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14573 | 2025.04.15 04:09:17.976495 [ 5 ] {20d3a9cd-f7de-468e-b99e-e7eca913fc76} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001808 sec., 350110.61946902657 rows/sec., 27.53 MiB/sec. | ||
| 14574 | 2025.04.15 04:09:17.976546 [ 5 ] {20d3a9cd-f7de-468e-b99e-e7eca913fc76} <Debug> TCPHandler: Processed in 0.001994652 sec. | ||
| 14575 | 2025.04.15 04:09:17.976669 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14576 | 2025.04.15 04:09:17.976774 [ 5 ] {ab737819-6dd4-4d01-85e5-4075a7d7f6ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14577 | 2025.04.15 04:09:17.976818 [ 5 ] {ab737819-6dd4-4d01-85e5-4075a7d7f6ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14578 | 2025.04.15 04:09:17.977360 [ 5 ] {ab737819-6dd4-4d01-85e5-4075a7d7f6ad} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14579 | 2025.04.15 04:09:17.977400 [ 5 ] {ab737819-6dd4-4d01-85e5-4075a7d7f6ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14580 | 2025.04.15 04:09:17.977748 [ 5 ] {ab737819-6dd4-4d01-85e5-4075a7d7f6ad} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14581 | 2025.04.15 04:09:17.977976 [ 5 ] {ab737819-6dd4-4d01-85e5-4075a7d7f6ad} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14582 | 2025.04.15 04:09:17.978177 [ 5 ] {ab737819-6dd4-4d01-85e5-4075a7d7f6ad} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001427 sec., 79887.87666433076 rows/sec., 4.78 MiB/sec. | ||
| 14583 | 2025.04.15 04:09:17.978227 [ 5 ] {ab737819-6dd4-4d01-85e5-4075a7d7f6ad} <Debug> TCPHandler: Processed in 0.001606864 sec. | ||
| 14584 | 2025.04.15 04:09:17.978350 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14585 | 2025.04.15 04:09:17.978451 [ 5 ] {93a334e8-d4ad-4c4a-b295-a45a77956be7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14586 | 2025.04.15 04:09:17.978494 [ 5 ] {93a334e8-d4ad-4c4a-b295-a45a77956be7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14587 | 2025.04.15 04:09:17.979042 [ 5 ] {93a334e8-d4ad-4c4a-b295-a45a77956be7} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14588 | 2025.04.15 04:09:17.979081 [ 5 ] {93a334e8-d4ad-4c4a-b295-a45a77956be7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14589 | 2025.04.15 04:09:17.979419 [ 5 ] {93a334e8-d4ad-4c4a-b295-a45a77956be7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14590 | 2025.04.15 04:09:17.979648 [ 5 ] {93a334e8-d4ad-4c4a-b295-a45a77956be7} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14591 | 2025.04.15 04:09:17.979822 [ 62 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 6 parts from all_1_46_10 to all_51_51_0 | ||
| 14592 | 2025.04.15 04:09:17.979874 [ 5 ] {93a334e8-d4ad-4c4a-b295-a45a77956be7} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001436 sec., 78690.8077994429 rows/sec., 5.09 MiB/sec. | ||
| 14593 | 2025.04.15 04:09:17.979920 [ 62 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14594 | 2025.04.15 04:09:17.979992 [ 5 ] {93a334e8-d4ad-4c4a-b295-a45a77956be7} <Debug> TCPHandler: Processed in 0.001684806 sec. | ||
| 14595 | 2025.04.15 04:09:17.979997 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14596 | 2025.04.15 04:09:17.980197 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14597 | 2025.04.15 04:09:17.980285 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_10 to all_51_51_0 into Compact with storage Full | ||
| 14598 | 2025.04.15 04:09:17.980501 [ 5 ] {2e2b65bf-37e7-4f94-abe9-001456680a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14599 | 2025.04.15 04:09:17.980664 [ 5 ] {2e2b65bf-37e7-4f94-abe9-001456680a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14600 | 2025.04.15 04:09:17.981006 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14601 | 2025.04.15 04:09:17.981183 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 342 rows starting from the beginning of the part | ||
| 14602 | 2025.04.15 04:09:17.981965 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 113 rows starting from the beginning of the part | ||
| 14603 | 2025.04.15 04:09:17.982286 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 113 rows starting from the beginning of the part | ||
| 14604 | 2025.04.15 04:09:17.982585 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 341 rows starting from the beginning of the part | ||
| 14605 | 2025.04.15 04:09:17.982955 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 113 rows starting from the beginning of the part | ||
| 14606 | 2025.04.15 04:09:17.983297 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 113 rows starting from the beginning of the part | ||
| 14607 | 2025.04.15 04:09:17.983874 [ 5 ] {2e2b65bf-37e7-4f94-abe9-001456680a14} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14608 | 2025.04.15 04:09:17.983932 [ 5 ] {2e2b65bf-37e7-4f94-abe9-001456680a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14609 | 2025.04.15 04:09:17.984760 [ 5 ] {2e2b65bf-37e7-4f94-abe9-001456680a14} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14610 | 2025.04.15 04:09:17.985345 [ 5 ] {2e2b65bf-37e7-4f94-abe9-001456680a14} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14611 | 2025.04.15 04:09:17.985735 [ 5 ] {2e2b65bf-37e7-4f94-abe9-001456680a14} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00534 sec., 20973.78277153558 rows/sec., 1.19 MiB/sec. | ||
| 14612 | 2025.04.15 04:09:17.986183 [ 5 ] {2e2b65bf-37e7-4f94-abe9-001456680a14} <Debug> TCPHandler: Processed in 0.00608811 sec. | ||
| 14613 | 2025.04.15 04:09:17.986560 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14614 | 2025.04.15 04:09:17.986843 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.006707143 sec., 169222.573605483 rows/sec., 11.80 MiB/sec. | ||
| 14615 | 2025.04.15 04:09:17.986886 [ 5 ] {9bd81c0f-c339-4863-bfb8-f7f1495cd4ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14616 | 2025.04.15 04:09:17.987010 [ 5 ] {9bd81c0f-c339-4863-bfb8-f7f1495cd4ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14617 | 2025.04.15 04:09:17.987177 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 14618 | 2025.04.15 04:09:17.987769 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_51_11} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14619 | 2025.04.15 04:09:17.987854 [ 190 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_51_11} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 6 parts: [all_1_46_10, all_51_51_0] -> all_1_51_11 | ||
| 14620 | 2025.04.15 04:09:17.987995 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 14621 | 2025.04.15 04:09:17.988286 [ 5 ] {9bd81c0f-c339-4863-bfb8-f7f1495cd4ff} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14622 | 2025.04.15 04:09:17.988330 [ 5 ] {9bd81c0f-c339-4863-bfb8-f7f1495cd4ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14623 | 2025.04.15 04:09:17.988753 [ 5 ] {9bd81c0f-c339-4863-bfb8-f7f1495cd4ff} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14624 | 2025.04.15 04:09:17.989078 [ 5 ] {9bd81c0f-c339-4863-bfb8-f7f1495cd4ff} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14625 | 2025.04.15 04:09:17.989249 [ 5 ] {9bd81c0f-c339-4863-bfb8-f7f1495cd4ff} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00246 sec., 158536.58536585365 rows/sec., 11.20 MiB/sec. | ||
| 14626 | 2025.04.15 04:09:17.989305 [ 5 ] {9bd81c0f-c339-4863-bfb8-f7f1495cd4ff} <Debug> TCPHandler: Processed in 0.002861261 sec. | ||
| 14627 | 2025.04.15 04:09:17.989433 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14628 | 2025.04.15 04:09:17.989549 [ 5 ] {c4d46037-6540-4ac1-9124-15b55ac47a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14629 | 2025.04.15 04:09:17.989602 [ 5 ] {c4d46037-6540-4ac1-9124-15b55ac47a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14630 | 2025.04.15 04:09:17.990077 [ 5 ] {c4d46037-6540-4ac1-9124-15b55ac47a72} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14631 | 2025.04.15 04:09:17.990121 [ 5 ] {c4d46037-6540-4ac1-9124-15b55ac47a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14632 | 2025.04.15 04:09:17.990516 [ 5 ] {c4d46037-6540-4ac1-9124-15b55ac47a72} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 14633 | 2025.04.15 04:09:17.990787 [ 5 ] {c4d46037-6540-4ac1-9124-15b55ac47a72} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14634 | 2025.04.15 04:09:17.990988 [ 5 ] {c4d46037-6540-4ac1-9124-15b55ac47a72} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec. | ||
| 14635 | 2025.04.15 04:09:17.991108 [ 5 ] {c4d46037-6540-4ac1-9124-15b55ac47a72} <Debug> TCPHandler: Processed in 0.001729437 sec. | ||
| 14636 | 2025.04.15 04:09:17.991269 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14637 | 2025.04.15 04:09:17.991380 [ 5 ] {f98bb44b-9612-441e-9a53-8f7b78cee874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14638 | 2025.04.15 04:09:17.991433 [ 5 ] {f98bb44b-9612-441e-9a53-8f7b78cee874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14639 | 2025.04.15 04:09:17.992017 [ 5 ] {f98bb44b-9612-441e-9a53-8f7b78cee874} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14640 | 2025.04.15 04:09:17.992059 [ 5 ] {f98bb44b-9612-441e-9a53-8f7b78cee874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14641 | 2025.04.15 04:09:17.992476 [ 5 ] {f98bb44b-9612-441e-9a53-8f7b78cee874} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14642 | 2025.04.15 04:09:17.992743 [ 5 ] {f98bb44b-9612-441e-9a53-8f7b78cee874} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14643 | 2025.04.15 04:09:17.992925 [ 5 ] {f98bb44b-9612-441e-9a53-8f7b78cee874} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001569 sec., 151051.62523900572 rows/sec., 10.12 MiB/sec. | ||
| 14644 | 2025.04.15 04:09:17.992983 [ 5 ] {f98bb44b-9612-441e-9a53-8f7b78cee874} <Debug> TCPHandler: Processed in 0.001773928 sec. | ||
| 14645 | 2025.04.15 04:09:17.993120 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14646 | 2025.04.15 04:09:17.993234 [ 5 ] {bcf7cb76-cc22-4eab-b39e-b37445e93bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14647 | 2025.04.15 04:09:17.993288 [ 5 ] {bcf7cb76-cc22-4eab-b39e-b37445e93bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14648 | 2025.04.15 04:09:17.993761 [ 5 ] {bcf7cb76-cc22-4eab-b39e-b37445e93bcd} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14649 | 2025.04.15 04:09:17.993801 [ 5 ] {bcf7cb76-cc22-4eab-b39e-b37445e93bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14650 | 2025.04.15 04:09:17.994198 [ 5 ] {bcf7cb76-cc22-4eab-b39e-b37445e93bcd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14651 | 2025.04.15 04:09:17.994469 [ 5 ] {bcf7cb76-cc22-4eab-b39e-b37445e93bcd} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14652 | 2025.04.15 04:09:17.994628 [ 57 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 6 parts from all_1_46_10 to all_51_51_0 | ||
| 14653 | 2025.04.15 04:09:17.994671 [ 57 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14654 | 2025.04.15 04:09:17.994670 [ 5 ] {bcf7cb76-cc22-4eab-b39e-b37445e93bcd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001458 sec., 685.8710562414266 rows/sec., 46.22 KiB/sec. | ||
| 14655 | 2025.04.15 04:09:17.994696 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14656 | 2025.04.15 04:09:17.994783 [ 5 ] {bcf7cb76-cc22-4eab-b39e-b37445e93bcd} <Debug> TCPHandler: Processed in 0.001719276 sec. | ||
| 14657 | 2025.04.15 04:09:17.995124 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14658 | 2025.04.15 04:09:17.995153 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_46_10 to all_51_51_0 into Compact with storage Full | ||
| 14659 | 2025.04.15 04:09:17.995466 [ 5 ] {b84846f3-4fe8-4769-b9c6-1cfd75c671cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14660 | 2025.04.15 04:09:17.995706 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14661 | 2025.04.15 04:09:17.995712 [ 5 ] {b84846f3-4fe8-4769-b9c6-1cfd75c671cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14662 | 2025.04.15 04:09:17.995805 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_10, total 46 rows starting from the beginning of the part | ||
| 14663 | 2025.04.15 04:09:17.996251 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 14664 | 2025.04.15 04:09:17.996601 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 14665 | 2025.04.15 04:09:17.996881 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 14666 | 2025.04.15 04:09:17.997263 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 14667 | 2025.04.15 04:09:17.997684 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part | ||
| 14668 | 2025.04.15 04:09:18.000246 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.48 MiB, peak 276.66 MiB, free memory in arenas 0.00 B, will set to 263.57 MiB (RSS), difference: -3.90 MiB | ||
| 14669 | 2025.04.15 04:09:18.001555 [ 5 ] {b84846f3-4fe8-4769-b9c6-1cfd75c671cd} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14670 | 2025.04.15 04:09:18.001663 [ 5 ] {b84846f3-4fe8-4769-b9c6-1cfd75c671cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14671 | 2025.04.15 04:09:18.002468 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.007653693 sec., 6663.4499188822965 rows/sec., 448.49 KiB/sec. | ||
| 14672 | 2025.04.15 04:09:18.002754 [ 194 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 14673 | 2025.04.15 04:09:18.003504 [ 194 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_51_11} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14674 | 2025.04.15 04:09:18.003626 [ 5 ] {b84846f3-4fe8-4769-b9c6-1cfd75c671cd} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 14675 | 2025.04.15 04:09:18.003683 [ 194 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_51_11} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 6 parts: [all_1_46_10, all_51_51_0] -> all_1_51_11 | ||
| 14676 | 2025.04.15 04:09:18.003862 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 14677 | 2025.04.15 04:09:18.004078 [ 5 ] {b84846f3-4fe8-4769-b9c6-1cfd75c671cd} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14678 | 2025.04.15 04:09:18.004312 [ 5 ] {b84846f3-4fe8-4769-b9c6-1cfd75c671cd} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.008954 sec., 893.4554389099843 rows/sec., 1.60 MiB/sec. | ||
| 14679 | 2025.04.15 04:09:18.004434 [ 5 ] {b84846f3-4fe8-4769-b9c6-1cfd75c671cd} <Debug> TCPHandler: Processed in 0.009430901 sec. | ||
| 14680 | 2025.04.15 04:09:18.004577 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14681 | 2025.04.15 04:09:18.004693 [ 5 ] {627be228-ebb1-472e-b598-be10d7fb9b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14682 | 2025.04.15 04:09:18.004747 [ 5 ] {627be228-ebb1-472e-b598-be10d7fb9b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14683 | 2025.04.15 04:09:18.005230 [ 5 ] {627be228-ebb1-472e-b598-be10d7fb9b15} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14684 | 2025.04.15 04:09:18.005269 [ 5 ] {627be228-ebb1-472e-b598-be10d7fb9b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14685 | 2025.04.15 04:09:18.005666 [ 5 ] {627be228-ebb1-472e-b598-be10d7fb9b15} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 14686 | 2025.04.15 04:09:18.005927 [ 5 ] {627be228-ebb1-472e-b598-be10d7fb9b15} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14687 | 2025.04.15 04:09:18.006108 [ 5 ] {627be228-ebb1-472e-b598-be10d7fb9b15} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001437 sec., 57063.326374391094 rows/sec., 3.62 MiB/sec. | ||
| 14688 | 2025.04.15 04:09:18.006159 [ 5 ] {627be228-ebb1-472e-b598-be10d7fb9b15} <Debug> TCPHandler: Processed in 0.001638105 sec. | ||
| 14689 | 2025.04.15 04:09:19.000235 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.51 MiB, peak 276.66 MiB, free memory in arenas 0.00 B, will set to 263.57 MiB (RSS), difference: 3.06 MiB | ||
| 14690 | 2025.04.15 04:09:20.131511 [ 225 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14691 | 2025.04.15 04:09:20.131568 [ 225 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14692 | 2025.04.15 04:09:20.138915 [ 225 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14693 | 2025.04.15 04:09:20.204396 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14694 | 2025.04.15 04:09:20.204479 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14695 | 2025.04.15 04:09:20.482910 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32086 | ||
| 14696 | 2025.04.15 04:09:20.483572 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14697 | 2025.04.15 04:09:20.483631 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14698 | 2025.04.15 04:09:20.484184 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14699 | 2025.04.15 04:09:20.484450 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14700 | 2025.04.15 04:09:20.484718 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 14701 | 2025.04.15 04:09:21.580097 [ 223 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14702 | 2025.04.15 04:09:21.580157 [ 223 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14703 | 2025.04.15 04:09:21.582252 [ 223 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14704 | 2025.04.15 04:09:22.288266 [ 219 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14705 | 2025.04.15 04:09:22.288327 [ 219 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14706 | 2025.04.15 04:09:22.290450 [ 219 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14707 | 2025.04.15 04:09:22.690762 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14708 | 2025.04.15 04:09:22.690820 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14709 | 2025.04.15 04:09:22.693537 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14710 | 2025.04.15 04:09:22.743402 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 14711 | 2025.04.15 04:09:22.765266 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14712 | 2025.04.15 04:09:22.765336 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14713 | 2025.04.15 04:09:22.772998 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 14714 | 2025.04.15 04:09:22.773754 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14715 | 2025.04.15 04:09:22.776641 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 14716 | 2025.04.15 04:09:22.967305 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14717 | 2025.04.15 04:09:22.967612 [ 5 ] {c3beb383-e390-4322-95c8-9b5624a229df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14718 | 2025.04.15 04:09:22.967726 [ 5 ] {c3beb383-e390-4322-95c8-9b5624a229df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14719 | 2025.04.15 04:09:22.968613 [ 5 ] {c3beb383-e390-4322-95c8-9b5624a229df} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14720 | 2025.04.15 04:09:22.968655 [ 5 ] {c3beb383-e390-4322-95c8-9b5624a229df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14721 | 2025.04.15 04:09:22.969119 [ 5 ] {c3beb383-e390-4322-95c8-9b5624a229df} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14722 | 2025.04.15 04:09:22.969386 [ 5 ] {c3beb383-e390-4322-95c8-9b5624a229df} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14723 | 2025.04.15 04:09:22.969573 [ 5 ] {c3beb383-e390-4322-95c8-9b5624a229df} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002047 sec., 58622.37420615534 rows/sec., 4.98 MiB/sec. | ||
| 14724 | 2025.04.15 04:09:22.969626 [ 5 ] {c3beb383-e390-4322-95c8-9b5624a229df} <Debug> TCPHandler: Processed in 0.002499704 sec. | ||
| 14725 | 2025.04.15 04:09:22.969745 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14726 | 2025.04.15 04:09:22.969848 [ 5 ] {05c9bf2f-1759-4ffa-8466-63da64e70c2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14727 | 2025.04.15 04:09:22.969893 [ 5 ] {05c9bf2f-1759-4ffa-8466-63da64e70c2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14728 | 2025.04.15 04:09:22.970387 [ 5 ] {05c9bf2f-1759-4ffa-8466-63da64e70c2e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14729 | 2025.04.15 04:09:22.970423 [ 5 ] {05c9bf2f-1759-4ffa-8466-63da64e70c2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14730 | 2025.04.15 04:09:22.970753 [ 5 ] {05c9bf2f-1759-4ffa-8466-63da64e70c2e} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14731 | 2025.04.15 04:09:22.970967 [ 5 ] {05c9bf2f-1759-4ffa-8466-63da64e70c2e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14732 | 2025.04.15 04:09:22.971121 [ 5 ] {05c9bf2f-1759-4ffa-8466-63da64e70c2e} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001324 sec., 24169.18429003021 rows/sec., 1.77 MiB/sec. | ||
| 14733 | 2025.04.15 04:09:22.971186 [ 5 ] {05c9bf2f-1759-4ffa-8466-63da64e70c2e} <Debug> TCPHandler: Processed in 0.001525943 sec. | ||
| 14734 | 2025.04.15 04:09:22.971299 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14735 | 2025.04.15 04:09:22.971452 [ 5 ] {f89539dc-943c-489e-b78a-1c7c52d471e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14736 | 2025.04.15 04:09:22.971503 [ 5 ] {f89539dc-943c-489e-b78a-1c7c52d471e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14737 | 2025.04.15 04:09:22.972066 [ 5 ] {f89539dc-943c-489e-b78a-1c7c52d471e7} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14738 | 2025.04.15 04:09:22.972103 [ 5 ] {f89539dc-943c-489e-b78a-1c7c52d471e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14739 | 2025.04.15 04:09:22.972451 [ 5 ] {f89539dc-943c-489e-b78a-1c7c52d471e7} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14740 | 2025.04.15 04:09:22.972680 [ 5 ] {f89539dc-943c-489e-b78a-1c7c52d471e7} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14741 | 2025.04.15 04:09:22.972849 [ 5 ] {f89539dc-943c-489e-b78a-1c7c52d471e7} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001385 sec., 69314.07942238267 rows/sec., 5.41 MiB/sec. | ||
| 14742 | 2025.04.15 04:09:22.972903 [ 225 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14743 | 2025.04.15 04:09:22.972912 [ 5 ] {f89539dc-943c-489e-b78a-1c7c52d471e7} <Debug> TCPHandler: Processed in 0.001631695 sec. | ||
| 14744 | 2025.04.15 04:09:22.972934 [ 225 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14745 | 2025.04.15 04:09:22.973037 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14746 | 2025.04.15 04:09:22.973141 [ 5 ] {017785ec-82db-4018-96bd-938c59bb0e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14747 | 2025.04.15 04:09:22.973189 [ 5 ] {017785ec-82db-4018-96bd-938c59bb0e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14748 | 2025.04.15 04:09:22.973845 [ 5 ] {017785ec-82db-4018-96bd-938c59bb0e9b} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14749 | 2025.04.15 04:09:22.973889 [ 5 ] {017785ec-82db-4018-96bd-938c59bb0e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14750 | 2025.04.15 04:09:22.974372 [ 5 ] {017785ec-82db-4018-96bd-938c59bb0e9b} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14751 | 2025.04.15 04:09:22.974675 [ 5 ] {017785ec-82db-4018-96bd-938c59bb0e9b} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14752 | 2025.04.15 04:09:22.974873 [ 5 ] {017785ec-82db-4018-96bd-938c59bb0e9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001753 sec., 91272.10496292071 rows/sec., 6.36 MiB/sec. | ||
| 14753 | 2025.04.15 04:09:22.974948 [ 5 ] {017785ec-82db-4018-96bd-938c59bb0e9b} <Debug> TCPHandler: Processed in 0.001965432 sec. | ||
| 14754 | 2025.04.15 04:09:22.975064 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14755 | 2025.04.15 04:09:22.975171 [ 5 ] {fee1fd26-835d-4e66-9ec9-5b93fdc59a86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14756 | 2025.04.15 04:09:22.975245 [ 5 ] {fee1fd26-835d-4e66-9ec9-5b93fdc59a86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14757 | 2025.04.15 04:09:22.975329 [ 225 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14758 | 2025.04.15 04:09:22.977183 [ 5 ] {fee1fd26-835d-4e66-9ec9-5b93fdc59a86} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14759 | 2025.04.15 04:09:22.977220 [ 5 ] {fee1fd26-835d-4e66-9ec9-5b93fdc59a86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14760 | 2025.04.15 04:09:22.977872 [ 5 ] {fee1fd26-835d-4e66-9ec9-5b93fdc59a86} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14761 | 2025.04.15 04:09:22.978120 [ 5 ] {fee1fd26-835d-4e66-9ec9-5b93fdc59a86} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14762 | 2025.04.15 04:09:22.978297 [ 5 ] {fee1fd26-835d-4e66-9ec9-5b93fdc59a86} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003152 sec., 10152.284263959391 rows/sec., 18.19 MiB/sec. | ||
| 14763 | 2025.04.15 04:09:22.978387 [ 5 ] {fee1fd26-835d-4e66-9ec9-5b93fdc59a86} <Debug> TCPHandler: Processed in 0.003378672 sec. | ||
| 14764 | 2025.04.15 04:09:22.978491 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14765 | 2025.04.15 04:09:22.978589 [ 5 ] {49b743f0-4c7d-4770-8acd-5970cd5e1510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14766 | 2025.04.15 04:09:22.978634 [ 5 ] {49b743f0-4c7d-4770-8acd-5970cd5e1510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14767 | 2025.04.15 04:09:22.979031 [ 5 ] {49b743f0-4c7d-4770-8acd-5970cd5e1510} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14768 | 2025.04.15 04:09:22.979067 [ 5 ] {49b743f0-4c7d-4770-8acd-5970cd5e1510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14769 | 2025.04.15 04:09:22.979407 [ 5 ] {49b743f0-4c7d-4770-8acd-5970cd5e1510} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 14770 | 2025.04.15 04:09:22.979629 [ 5 ] {49b743f0-4c7d-4770-8acd-5970cd5e1510} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14771 | 2025.04.15 04:09:22.979795 [ 5 ] {49b743f0-4c7d-4770-8acd-5970cd5e1510} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001227 sec., 48899.75550122249 rows/sec., 3.30 MiB/sec. | ||
| 14772 | 2025.04.15 04:09:22.979841 [ 5 ] {49b743f0-4c7d-4770-8acd-5970cd5e1510} <Debug> TCPHandler: Processed in 0.0013985 sec. | ||
| 14773 | 2025.04.15 04:09:23.386965 [ 223 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14774 | 2025.04.15 04:09:23.387015 [ 223 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14775 | 2025.04.15 04:09:23.389105 [ 223 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 14776 | 2025.04.15 04:09:23.464079 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14777 | 2025.04.15 04:09:23.464295 [ 5 ] {fa7e36e3-0ced-4e8a-a922-3edbf1c3da5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14778 | 2025.04.15 04:09:23.464374 [ 5 ] {fa7e36e3-0ced-4e8a-a922-3edbf1c3da5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14779 | 2025.04.15 04:09:23.465260 [ 5 ] {fa7e36e3-0ced-4e8a-a922-3edbf1c3da5a} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14780 | 2025.04.15 04:09:23.465310 [ 5 ] {fa7e36e3-0ced-4e8a-a922-3edbf1c3da5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14781 | 2025.04.15 04:09:23.465749 [ 5 ] {fa7e36e3-0ced-4e8a-a922-3edbf1c3da5a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14782 | 2025.04.15 04:09:23.466005 [ 5 ] {fa7e36e3-0ced-4e8a-a922-3edbf1c3da5a} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14783 | 2025.04.15 04:09:23.466234 [ 5 ] {fa7e36e3-0ced-4e8a-a922-3edbf1c3da5a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001999 sec., 106053.02651325663 rows/sec., 6.74 MiB/sec. | ||
| 14784 | 2025.04.15 04:09:23.466298 [ 5 ] {fa7e36e3-0ced-4e8a-a922-3edbf1c3da5a} <Debug> TCPHandler: Processed in 0.002351721 sec. | ||
| 14785 | 2025.04.15 04:09:23.466436 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14786 | 2025.04.15 04:09:23.466546 [ 5 ] {234912fd-9c9c-484e-8eab-490dc002a73a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14787 | 2025.04.15 04:09:23.466596 [ 5 ] {234912fd-9c9c-484e-8eab-490dc002a73a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14788 | 2025.04.15 04:09:23.467119 [ 5 ] {234912fd-9c9c-484e-8eab-490dc002a73a} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14789 | 2025.04.15 04:09:23.467160 [ 5 ] {234912fd-9c9c-484e-8eab-490dc002a73a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14790 | 2025.04.15 04:09:23.467516 [ 5 ] {234912fd-9c9c-484e-8eab-490dc002a73a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 14791 | 2025.04.15 04:09:23.467758 [ 5 ] {234912fd-9c9c-484e-8eab-490dc002a73a} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14792 | 2025.04.15 04:09:23.467976 [ 5 ] {234912fd-9c9c-484e-8eab-490dc002a73a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001446 sec., 1383.1258644536654 rows/sec., 112.78 KiB/sec. | ||
| 14793 | 2025.04.15 04:09:23.468065 [ 5 ] {234912fd-9c9c-484e-8eab-490dc002a73a} <Debug> TCPHandler: Processed in 0.001681785 sec. | ||
| 14794 | 2025.04.15 04:09:23.468295 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14795 | 2025.04.15 04:09:23.468412 [ 5 ] {167d95ee-f1a2-45d7-9d5b-95713bb996bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14796 | 2025.04.15 04:09:23.468458 [ 5 ] {167d95ee-f1a2-45d7-9d5b-95713bb996bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14797 | 2025.04.15 04:09:23.469752 [ 5 ] {167d95ee-f1a2-45d7-9d5b-95713bb996bd} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14798 | 2025.04.15 04:09:23.469792 [ 5 ] {167d95ee-f1a2-45d7-9d5b-95713bb996bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14799 | 2025.04.15 04:09:23.470248 [ 5 ] {167d95ee-f1a2-45d7-9d5b-95713bb996bd} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14800 | 2025.04.15 04:09:23.470488 [ 5 ] {167d95ee-f1a2-45d7-9d5b-95713bb996bd} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14801 | 2025.04.15 04:09:23.470684 [ 5 ] {167d95ee-f1a2-45d7-9d5b-95713bb996bd} <Debug> executeQuery: Read 1774 rows, 147.61 KiB in 0.002297 sec., 772311.7109272964 rows/sec., 62.76 MiB/sec. | ||
| 14802 | 2025.04.15 04:09:23.470737 [ 5 ] {167d95ee-f1a2-45d7-9d5b-95713bb996bd} <Debug> TCPHandler: Processed in 0.002525273 sec. | ||
| 14803 | 2025.04.15 04:09:23.470847 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14804 | 2025.04.15 04:09:23.470953 [ 5 ] {dd6a74c9-ad67-4ede-adda-7d75ca5b7c9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14805 | 2025.04.15 04:09:23.470998 [ 5 ] {dd6a74c9-ad67-4ede-adda-7d75ca5b7c9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14806 | 2025.04.15 04:09:23.471555 [ 5 ] {dd6a74c9-ad67-4ede-adda-7d75ca5b7c9e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14807 | 2025.04.15 04:09:23.471594 [ 5 ] {dd6a74c9-ad67-4ede-adda-7d75ca5b7c9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14808 | 2025.04.15 04:09:23.471938 [ 5 ] {dd6a74c9-ad67-4ede-adda-7d75ca5b7c9e} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14809 | 2025.04.15 04:09:23.472172 [ 5 ] {dd6a74c9-ad67-4ede-adda-7d75ca5b7c9e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14810 | 2025.04.15 04:09:23.472370 [ 5 ] {dd6a74c9-ad67-4ede-adda-7d75ca5b7c9e} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001439 sec., 80611.53578874219 rows/sec., 4.84 MiB/sec. | ||
| 14811 | 2025.04.15 04:09:23.472420 [ 5 ] {dd6a74c9-ad67-4ede-adda-7d75ca5b7c9e} <Debug> TCPHandler: Processed in 0.001623745 sec. | ||
| 14812 | 2025.04.15 04:09:23.472534 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14813 | 2025.04.15 04:09:23.472639 [ 5 ] {7d10ef90-3c08-45b5-8413-c77acf55b9c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14814 | 2025.04.15 04:09:23.472685 [ 5 ] {7d10ef90-3c08-45b5-8413-c77acf55b9c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14815 | 2025.04.15 04:09:23.473306 [ 5 ] {7d10ef90-3c08-45b5-8413-c77acf55b9c3} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14816 | 2025.04.15 04:09:23.473344 [ 5 ] {7d10ef90-3c08-45b5-8413-c77acf55b9c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14817 | 2025.04.15 04:09:23.473717 [ 5 ] {7d10ef90-3c08-45b5-8413-c77acf55b9c3} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14818 | 2025.04.15 04:09:23.473953 [ 5 ] {7d10ef90-3c08-45b5-8413-c77acf55b9c3} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14819 | 2025.04.15 04:09:23.474141 [ 5 ] {7d10ef90-3c08-45b5-8413-c77acf55b9c3} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001522 sec., 224047.30617608412 rows/sec., 14.95 MiB/sec. | ||
| 14820 | 2025.04.15 04:09:23.474190 [ 5 ] {7d10ef90-3c08-45b5-8413-c77acf55b9c3} <Debug> TCPHandler: Processed in 0.001706866 sec. | ||
| 14821 | 2025.04.15 04:09:23.474306 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14822 | 2025.04.15 04:09:23.474410 [ 5 ] {624dd63a-ac82-45d1-a20c-d26bc82925b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14823 | 2025.04.15 04:09:23.474455 [ 5 ] {624dd63a-ac82-45d1-a20c-d26bc82925b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14824 | 2025.04.15 04:09:23.474961 [ 5 ] {624dd63a-ac82-45d1-a20c-d26bc82925b5} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14825 | 2025.04.15 04:09:23.474998 [ 5 ] {624dd63a-ac82-45d1-a20c-d26bc82925b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14826 | 2025.04.15 04:09:23.475323 [ 5 ] {624dd63a-ac82-45d1-a20c-d26bc82925b5} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14827 | 2025.04.15 04:09:23.475547 [ 5 ] {624dd63a-ac82-45d1-a20c-d26bc82925b5} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14828 | 2025.04.15 04:09:23.475794 [ 5 ] {624dd63a-ac82-45d1-a20c-d26bc82925b5} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001404 sec., 79772.07977207977 rows/sec., 4.54 MiB/sec. | ||
| 14829 | 2025.04.15 04:09:23.475844 [ 5 ] {624dd63a-ac82-45d1-a20c-d26bc82925b5} <Debug> TCPHandler: Processed in 0.001587434 sec. | ||
| 14830 | 2025.04.15 04:09:23.475982 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14831 | 2025.04.15 04:09:23.476088 [ 5 ] {dd45dc6f-a8b2-4fb8-b0b4-61f3e13a2d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14832 | 2025.04.15 04:09:23.476132 [ 5 ] {dd45dc6f-a8b2-4fb8-b0b4-61f3e13a2d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14833 | 2025.04.15 04:09:23.476930 [ 5 ] {dd45dc6f-a8b2-4fb8-b0b4-61f3e13a2d39} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14834 | 2025.04.15 04:09:23.476971 [ 5 ] {dd45dc6f-a8b2-4fb8-b0b4-61f3e13a2d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14835 | 2025.04.15 04:09:23.477361 [ 5 ] {dd45dc6f-a8b2-4fb8-b0b4-61f3e13a2d39} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14836 | 2025.04.15 04:09:23.477598 [ 5 ] {dd45dc6f-a8b2-4fb8-b0b4-61f3e13a2d39} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14837 | 2025.04.15 04:09:23.477802 [ 5 ] {dd45dc6f-a8b2-4fb8-b0b4-61f3e13a2d39} <Debug> executeQuery: Read 848 rows, 62.68 KiB in 0.001734 sec., 489042.67589388695 rows/sec., 35.30 MiB/sec. | ||
| 14838 | 2025.04.15 04:09:23.477855 [ 5 ] {dd45dc6f-a8b2-4fb8-b0b4-61f3e13a2d39} <Debug> TCPHandler: Processed in 0.001933971 sec. | ||
| 14839 | 2025.04.15 04:09:23.477968 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14840 | 2025.04.15 04:09:23.478074 [ 5 ] {7228b6b9-cdde-4c21-931d-3cbfc9d8240f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14841 | 2025.04.15 04:09:23.478118 [ 5 ] {7228b6b9-cdde-4c21-931d-3cbfc9d8240f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14842 | 2025.04.15 04:09:23.478532 [ 5 ] {7228b6b9-cdde-4c21-931d-3cbfc9d8240f} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14843 | 2025.04.15 04:09:23.478571 [ 5 ] {7228b6b9-cdde-4c21-931d-3cbfc9d8240f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14844 | 2025.04.15 04:09:23.478930 [ 5 ] {7228b6b9-cdde-4c21-931d-3cbfc9d8240f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 14845 | 2025.04.15 04:09:23.479174 [ 5 ] {7228b6b9-cdde-4c21-931d-3cbfc9d8240f} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14846 | 2025.04.15 04:09:23.479371 [ 5 ] {7228b6b9-cdde-4c21-931d-3cbfc9d8240f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001318 sec., 4552.352048558422 rows/sec., 237.84 KiB/sec. | ||
| 14847 | 2025.04.15 04:09:23.479419 [ 5 ] {7228b6b9-cdde-4c21-931d-3cbfc9d8240f} <Debug> TCPHandler: Processed in 0.001500263 sec. | ||
| 14848 | 2025.04.15 04:09:23.479526 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14849 | 2025.04.15 04:09:23.479631 [ 5 ] {66dc5329-e84e-4ba1-a882-7273033ac4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14850 | 2025.04.15 04:09:23.479680 [ 5 ] {66dc5329-e84e-4ba1-a882-7273033ac4c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14851 | 2025.04.15 04:09:23.480346 [ 5 ] {66dc5329-e84e-4ba1-a882-7273033ac4c3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14852 | 2025.04.15 04:09:23.480385 [ 5 ] {66dc5329-e84e-4ba1-a882-7273033ac4c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14853 | 2025.04.15 04:09:23.480799 [ 5 ] {66dc5329-e84e-4ba1-a882-7273033ac4c3} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14854 | 2025.04.15 04:09:23.481043 [ 5 ] {66dc5329-e84e-4ba1-a882-7273033ac4c3} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14855 | 2025.04.15 04:09:23.481244 [ 5 ] {66dc5329-e84e-4ba1-a882-7273033ac4c3} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001635 sec., 584709.4801223242 rows/sec., 38.85 MiB/sec. | ||
| 14856 | 2025.04.15 04:09:23.481294 [ 5 ] {66dc5329-e84e-4ba1-a882-7273033ac4c3} <Debug> TCPHandler: Processed in 0.001817439 sec. | ||
| 14857 | 2025.04.15 04:09:23.481402 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14858 | 2025.04.15 04:09:23.481508 [ 5 ] {16769e43-74d8-450a-a4ca-8052595c1964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14859 | 2025.04.15 04:09:23.481554 [ 5 ] {16769e43-74d8-450a-a4ca-8052595c1964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14860 | 2025.04.15 04:09:23.481945 [ 5 ] {16769e43-74d8-450a-a4ca-8052595c1964} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14861 | 2025.04.15 04:09:23.481984 [ 5 ] {16769e43-74d8-450a-a4ca-8052595c1964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14862 | 2025.04.15 04:09:23.482327 [ 5 ] {16769e43-74d8-450a-a4ca-8052595c1964} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14863 | 2025.04.15 04:09:23.482562 [ 5 ] {16769e43-74d8-450a-a4ca-8052595c1964} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14864 | 2025.04.15 04:09:23.482753 [ 5 ] {16769e43-74d8-450a-a4ca-8052595c1964} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001264 sec., 791.1392405063292 rows/sec., 53.31 KiB/sec. | ||
| 14865 | 2025.04.15 04:09:23.482802 [ 5 ] {16769e43-74d8-450a-a4ca-8052595c1964} <Debug> TCPHandler: Processed in 0.001449581 sec. | ||
| 14866 | 2025.04.15 04:09:23.482928 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14867 | 2025.04.15 04:09:23.483061 [ 5 ] {06724753-10ec-489e-bdb7-d83ab61449b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14868 | 2025.04.15 04:09:23.483141 [ 5 ] {06724753-10ec-489e-bdb7-d83ab61449b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 14869 | 2025.04.15 04:09:23.484270 [ 5 ] {06724753-10ec-489e-bdb7-d83ab61449b9} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14870 | 2025.04.15 04:09:23.484309 [ 5 ] {06724753-10ec-489e-bdb7-d83ab61449b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14871 | 2025.04.15 04:09:23.484912 [ 5 ] {06724753-10ec-489e-bdb7-d83ab61449b9} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14872 | 2025.04.15 04:09:23.485178 [ 5 ] {06724753-10ec-489e-bdb7-d83ab61449b9} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14873 | 2025.04.15 04:09:23.485440 [ 5 ] {06724753-10ec-489e-bdb7-d83ab61449b9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002401 sec., 3331.945022907122 rows/sec., 5.97 MiB/sec. | ||
| 14874 | 2025.04.15 04:09:23.485610 [ 5 ] {06724753-10ec-489e-bdb7-d83ab61449b9} <Debug> TCPHandler: Processed in 0.002744779 sec. | ||
| 14875 | 2025.04.15 04:09:23.485817 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14876 | 2025.04.15 04:09:23.486041 [ 5 ] {b1726525-cdc4-4bd2-81a9-fc8feff74626} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14877 | 2025.04.15 04:09:23.486091 [ 5 ] {b1726525-cdc4-4bd2-81a9-fc8feff74626} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14878 | 2025.04.15 04:09:23.486508 [ 5 ] {b1726525-cdc4-4bd2-81a9-fc8feff74626} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14879 | 2025.04.15 04:09:23.486546 [ 5 ] {b1726525-cdc4-4bd2-81a9-fc8feff74626} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14880 | 2025.04.15 04:09:23.486895 [ 5 ] {b1726525-cdc4-4bd2-81a9-fc8feff74626} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 14881 | 2025.04.15 04:09:23.487134 [ 5 ] {b1726525-cdc4-4bd2-81a9-fc8feff74626} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14882 | 2025.04.15 04:09:23.487343 [ 5 ] {b1726525-cdc4-4bd2-81a9-fc8feff74626} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001365 sec., 24908.42490842491 rows/sec., 1.45 MiB/sec. | ||
| 14883 | 2025.04.15 04:09:23.487392 [ 5 ] {b1726525-cdc4-4bd2-81a9-fc8feff74626} <Debug> TCPHandler: Processed in 0.001679456 sec. | ||
| 14884 | 2025.04.15 04:09:25.660545 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2116 | ||
| 14885 | 2025.04.15 04:09:25.664506 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14886 | 2025.04.15 04:09:25.664564 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14887 | 2025.04.15 04:09:25.666095 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 14888 | 2025.04.15 04:09:25.666413 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14889 | 2025.04.15 04:09:25.667071 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2116 | ||
| 14890 | 2025.04.15 04:09:27.963791 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14891 | 2025.04.15 04:09:27.963994 [ 5 ] {feda63ff-0bf1-491d-bc3e-1991c3b4e69b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14892 | 2025.04.15 04:09:27.964071 [ 5 ] {feda63ff-0bf1-491d-bc3e-1991c3b4e69b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14893 | 2025.04.15 04:09:27.964843 [ 5 ] {feda63ff-0bf1-491d-bc3e-1991c3b4e69b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14894 | 2025.04.15 04:09:27.964892 [ 5 ] {feda63ff-0bf1-491d-bc3e-1991c3b4e69b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14895 | 2025.04.15 04:09:27.965322 [ 5 ] {feda63ff-0bf1-491d-bc3e-1991c3b4e69b} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14896 | 2025.04.15 04:09:27.965579 [ 5 ] {feda63ff-0bf1-491d-bc3e-1991c3b4e69b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14897 | 2025.04.15 04:09:27.965816 [ 5 ] {feda63ff-0bf1-491d-bc3e-1991c3b4e69b} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001881 sec., 29771.398192450823 rows/sec., 2.29 MiB/sec. | ||
| 14898 | 2025.04.15 04:09:27.965872 [ 5 ] {feda63ff-0bf1-491d-bc3e-1991c3b4e69b} <Debug> TCPHandler: Processed in 0.002214357 sec. | ||
| 14899 | 2025.04.15 04:09:27.965995 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14900 | 2025.04.15 04:09:27.966098 [ 5 ] {9a3534f5-266e-49ab-8774-d95214fbb05a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14901 | 2025.04.15 04:09:27.966144 [ 5 ] {9a3534f5-266e-49ab-8774-d95214fbb05a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14902 | 2025.04.15 04:09:27.966694 [ 5 ] {9a3534f5-266e-49ab-8774-d95214fbb05a} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14903 | 2025.04.15 04:09:27.966733 [ 5 ] {9a3534f5-266e-49ab-8774-d95214fbb05a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14904 | 2025.04.15 04:09:27.967086 [ 5 ] {9a3534f5-266e-49ab-8774-d95214fbb05a} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14905 | 2025.04.15 04:09:27.967336 [ 5 ] {9a3534f5-266e-49ab-8774-d95214fbb05a} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14906 | 2025.04.15 04:09:27.967531 [ 5 ] {9a3534f5-266e-49ab-8774-d95214fbb05a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001454 sec., 44016.506189821186 rows/sec., 3.44 MiB/sec. | ||
| 14907 | 2025.04.15 04:09:27.967582 [ 5 ] {9a3534f5-266e-49ab-8774-d95214fbb05a} <Debug> TCPHandler: Processed in 0.001636615 sec. | ||
| 14908 | 2025.04.15 04:09:27.967706 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14909 | 2025.04.15 04:09:27.967811 [ 5 ] {c964feee-da42-44c7-ad79-6f720382bd0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14910 | 2025.04.15 04:09:27.967860 [ 5 ] {c964feee-da42-44c7-ad79-6f720382bd0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14911 | 2025.04.15 04:09:27.968344 [ 5 ] {c964feee-da42-44c7-ad79-6f720382bd0d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14912 | 2025.04.15 04:09:27.968383 [ 5 ] {c964feee-da42-44c7-ad79-6f720382bd0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14913 | 2025.04.15 04:09:27.968764 [ 5 ] {c964feee-da42-44c7-ad79-6f720382bd0d} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14914 | 2025.04.15 04:09:27.969009 [ 5 ] {c964feee-da42-44c7-ad79-6f720382bd0d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14915 | 2025.04.15 04:09:27.969217 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 | ||
| 14916 | 2025.04.15 04:09:27.969256 [ 5 ] {c964feee-da42-44c7-ad79-6f720382bd0d} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001465 sec., 87372.01365187713 rows/sec., 6.09 MiB/sec. | ||
| 14917 | 2025.04.15 04:09:27.969308 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14918 | 2025.04.15 04:09:27.969366 [ 5 ] {c964feee-da42-44c7-ad79-6f720382bd0d} <Debug> TCPHandler: Processed in 0.001707286 sec. | ||
| 14919 | 2025.04.15 04:09:27.969373 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14920 | 2025.04.15 04:09:27.969577 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14921 | 2025.04.15 04:09:27.969647 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full | ||
| 14922 | 2025.04.15 04:09:27.969800 [ 5 ] {815355c5-5965-430b-9090-e4cd84678662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14923 | 2025.04.15 04:09:27.970019 [ 5 ] {815355c5-5965-430b-9090-e4cd84678662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14924 | 2025.04.15 04:09:27.970158 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14925 | 2025.04.15 04:09:27.970309 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 34421 rows starting from the beginning of the part | ||
| 14926 | 2025.04.15 04:09:27.970792 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 161 rows starting from the beginning of the part | ||
| 14927 | 2025.04.15 04:09:27.971219 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 14928 | 2025.04.15 04:09:27.971607 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 14929 | 2025.04.15 04:09:27.972055 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 956 rows starting from the beginning of the part | ||
| 14930 | 2025.04.15 04:09:27.973494 [ 5 ] {815355c5-5965-430b-9090-e4cd84678662} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14931 | 2025.04.15 04:09:27.973599 [ 5 ] {815355c5-5965-430b-9090-e4cd84678662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14932 | 2025.04.15 04:09:27.974577 [ 5 ] {815355c5-5965-430b-9090-e4cd84678662} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 14933 | 2025.04.15 04:09:27.974984 [ 5 ] {815355c5-5965-430b-9090-e4cd84678662} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14934 | 2025.04.15 04:09:27.975471 [ 5 ] {815355c5-5965-430b-9090-e4cd84678662} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.005727 sec., 8381.351492928234 rows/sec., 578.40 KiB/sec. | ||
| 14935 | 2025.04.15 04:09:27.975586 [ 5 ] {815355c5-5965-430b-9090-e4cd84678662} <Debug> TCPHandler: Processed in 0.006119641 sec. | ||
| 14936 | 2025.04.15 04:09:27.981693 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35935 rows, containing 5 columns (5 merged, 0 gathered) in 0.012199881 sec., 2945520.5341757024 rows/sec., 198.78 MiB/sec. | ||
| 14937 | 2025.04.15 04:09:27.982298 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 14938 | 2025.04.15 04:09:27.982703 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14939 | 2025.04.15 04:09:27.982807 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 | ||
| 14940 | 2025.04.15 04:09:27.982925 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 14941 | 2025.04.15 04:09:27.984903 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32513 | ||
| 14942 | 2025.04.15 04:09:27.985446 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14943 | 2025.04.15 04:09:27.985481 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14944 | 2025.04.15 04:09:27.985946 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14945 | 2025.04.15 04:09:27.986189 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14946 | 2025.04.15 04:09:27.986337 [ 48 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14947 | 2025.04.15 04:09:27.986370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32513 | ||
| 14948 | 2025.04.15 04:09:27.986381 [ 48 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14949 | 2025.04.15 04:09:27.986406 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.03 GiB. | ||
| 14950 | 2025.04.15 04:09:27.986561 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 14951 | 2025.04.15 04:09:27.986896 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14952 | 2025.04.15 04:09:27.987008 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 14953 | 2025.04.15 04:09:27.987310 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 427 rows starting from the beginning of the part | ||
| 14954 | 2025.04.15 04:09:27.987581 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 488 rows starting from the beginning of the part | ||
| 14955 | 2025.04.15 04:09:27.987860 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 427 rows starting from the beginning of the part | ||
| 14956 | 2025.04.15 04:09:27.988055 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 488 rows starting from the beginning of the part | ||
| 14957 | 2025.04.15 04:09:27.988233 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 427 rows starting from the beginning of the part | ||
| 14958 | 2025.04.15 04:09:27.991187 [ 197 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32513 rows, containing 4 columns (4 merged, 0 gathered) in 0.004720491 sec., 6887630.968897091 rows/sec., 98.53 MiB/sec. | ||
| 14959 | 2025.04.15 04:09:27.991515 [ 189 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14960 | 2025.04.15 04:09:27.991814 [ 189 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_71_14} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14961 | 2025.04.15 04:09:27.991899 [ 189 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_71_14} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14962 | 2025.04.15 04:09:27.991991 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 14963 | 2025.04.15 04:09:30.277608 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 14964 | 2025.04.15 04:09:30.299124 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14965 | 2025.04.15 04:09:30.299187 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14966 | 2025.04.15 04:09:30.306231 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 14967 | 2025.04.15 04:09:30.306987 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14968 | 2025.04.15 04:09:30.307395 [ 45 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 14969 | 2025.04.15 04:09:30.307535 [ 45 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14970 | 2025.04.15 04:09:30.307611 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14971 | 2025.04.15 04:09:30.307941 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 14972 | 2025.04.15 04:09:30.315487 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 14973 | 2025.04.15 04:09:30.316861 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14974 | 2025.04.15 04:09:30.317746 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 14975 | 2025.04.15 04:09:30.322285 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 14976 | 2025.04.15 04:09:30.327166 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 14977 | 2025.04.15 04:09:30.332337 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 14978 | 2025.04.15 04:09:30.337894 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 14979 | 2025.04.15 04:09:30.343689 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 14980 | 2025.04.15 04:09:30.408792 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.101042307 sec., 5304.7086504072 rows/sec., 27.43 MiB/sec. | ||
| 14981 | 2025.04.15 04:09:30.412438 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 14982 | 2025.04.15 04:09:30.415857 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_71_14} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14983 | 2025.04.15 04:09:30.416006 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_71_14} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 14984 | 2025.04.15 04:09:30.418687 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 14985 | 2025.04.15 04:09:32.966891 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14986 | 2025.04.15 04:09:32.967074 [ 5 ] {ebecafd7-3ae4-4a6e-a0a4-838b3122eda9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14987 | 2025.04.15 04:09:32.967145 [ 5 ] {ebecafd7-3ae4-4a6e-a0a4-838b3122eda9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14988 | 2025.04.15 04:09:32.967982 [ 5 ] {ebecafd7-3ae4-4a6e-a0a4-838b3122eda9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14989 | 2025.04.15 04:09:32.968024 [ 5 ] {ebecafd7-3ae4-4a6e-a0a4-838b3122eda9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14990 | 2025.04.15 04:09:32.968474 [ 5 ] {ebecafd7-3ae4-4a6e-a0a4-838b3122eda9} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 14991 | 2025.04.15 04:09:32.968722 [ 5 ] {ebecafd7-3ae4-4a6e-a0a4-838b3122eda9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14992 | 2025.04.15 04:09:32.968900 [ 41 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 14993 | 2025.04.15 04:09:32.968925 [ 5 ] {ebecafd7-3ae4-4a6e-a0a4-838b3122eda9} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001901 sec., 63124.6712256707 rows/sec., 5.36 MiB/sec. | ||
| 14994 | 2025.04.15 04:09:32.968945 [ 41 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14995 | 2025.04.15 04:09:32.968984 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 14996 | 2025.04.15 04:09:32.969013 [ 5 ] {ebecafd7-3ae4-4a6e-a0a4-838b3122eda9} <Debug> TCPHandler: Processed in 0.002243378 sec. | ||
| 14997 | 2025.04.15 04:09:32.969194 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 14998 | 2025.04.15 04:09:32.969219 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14999 | 2025.04.15 04:09:32.969439 [ 5 ] {e42f793d-a79c-4da8-95f4-2727bec4b49d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15000 | 2025.04.15 04:09:32.969609 [ 5 ] {e42f793d-a79c-4da8-95f4-2727bec4b49d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15001 | 2025.04.15 04:09:32.969654 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15002 | 2025.04.15 04:09:32.969819 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1847 rows starting from the beginning of the part | ||
| 15003 | 2025.04.15 04:09:32.970343 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 633 rows starting from the beginning of the part | ||
| 15004 | 2025.04.15 04:09:32.971010 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 120 rows starting from the beginning of the part | ||
| 15005 | 2025.04.15 04:09:32.971584 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1774 rows starting from the beginning of the part | ||
| 15006 | 2025.04.15 04:09:32.972079 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 15007 | 2025.04.15 04:09:32.972800 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 120 rows starting from the beginning of the part | ||
| 15008 | 2025.04.15 04:09:32.974166 [ 5 ] {e42f793d-a79c-4da8-95f4-2727bec4b49d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15009 | 2025.04.15 04:09:32.974216 [ 5 ] {e42f793d-a79c-4da8-95f4-2727bec4b49d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15010 | 2025.04.15 04:09:32.974731 [ 5 ] {e42f793d-a79c-4da8-95f4-2727bec4b49d} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15011 | 2025.04.15 04:09:32.975067 [ 5 ] {e42f793d-a79c-4da8-95f4-2727bec4b49d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15012 | 2025.04.15 04:09:32.975223 [ 41 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 15013 | 2025.04.15 04:09:32.975263 [ 5 ] {e42f793d-a79c-4da8-95f4-2727bec4b49d} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.00592 sec., 5405.405405405406 rows/sec., 406.46 KiB/sec. | ||
| 15014 | 2025.04.15 04:09:32.975268 [ 41 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15015 | 2025.04.15 04:09:32.975323 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15016 | 2025.04.15 04:09:32.975361 [ 5 ] {e42f793d-a79c-4da8-95f4-2727bec4b49d} <Debug> TCPHandler: Processed in 0.006223972 sec. | ||
| 15017 | 2025.04.15 04:09:32.975594 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15018 | 2025.04.15 04:09:32.975604 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 15019 | 2025.04.15 04:09:32.975803 [ 5 ] {2f148c21-05af-43b6-adaf-ba670c52a50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15020 | 2025.04.15 04:09:32.975959 [ 5 ] {2f148c21-05af-43b6-adaf-ba670c52a50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15021 | 2025.04.15 04:09:32.976199 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15022 | 2025.04.15 04:09:32.976465 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 164 rows starting from the beginning of the part | ||
| 15023 | 2025.04.15 04:09:32.976926 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.007843858 sec., 580071.6943116512 rows/sec., 49.30 MiB/sec. | ||
| 15024 | 2025.04.15 04:09:32.977095 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 34 rows starting from the beginning of the part | ||
| 15025 | 2025.04.15 04:09:32.977610 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 114 rows starting from the beginning of the part | ||
| 15026 | 2025.04.15 04:09:32.978054 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 32 rows starting from the beginning of the part | ||
| 15027 | 2025.04.15 04:09:32.978455 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 116 rows starting from the beginning of the part | ||
| 15028 | 2025.04.15 04:09:32.978511 [ 186 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15029 | 2025.04.15 04:09:32.978869 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 32 rows starting from the beginning of the part | ||
| 15030 | 2025.04.15 04:09:32.980056 [ 5 ] {2f148c21-05af-43b6-adaf-ba670c52a50f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15031 | 2025.04.15 04:09:32.980148 [ 5 ] {2f148c21-05af-43b6-adaf-ba670c52a50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15032 | 2025.04.15 04:09:32.980333 [ 186 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_121_24} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15033 | 2025.04.15 04:09:32.980818 [ 186 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_121_24} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15034 | 2025.04.15 04:09:32.981212 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 15035 | 2025.04.15 04:09:32.981606 [ 5 ] {2f148c21-05af-43b6-adaf-ba670c52a50f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15036 | 2025.04.15 04:09:32.982157 [ 5 ] {2f148c21-05af-43b6-adaf-ba670c52a50f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15037 | 2025.04.15 04:09:32.982435 [ 41 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15038 | 2025.04.15 04:09:32.982534 [ 41 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15039 | 2025.04.15 04:09:32.982602 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15040 | 2025.04.15 04:09:32.982802 [ 5 ] {2f148c21-05af-43b6-adaf-ba670c52a50f} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.006997 sec., 13720.165785336574 rows/sec., 1.07 MiB/sec. | ||
| 15041 | 2025.04.15 04:09:32.983119 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.007673974 sec., 64112.8051776042 rows/sec., 4.33 MiB/sec. | ||
| 15042 | 2025.04.15 04:09:32.983147 [ 5 ] {2f148c21-05af-43b6-adaf-ba670c52a50f} <Debug> TCPHandler: Processed in 0.007640023 sec. | ||
| 15043 | 2025.04.15 04:09:32.983238 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15044 | 2025.04.15 04:09:32.983402 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15045 | 2025.04.15 04:09:32.983426 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 15046 | 2025.04.15 04:09:32.983731 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15047 | 2025.04.15 04:09:32.983746 [ 5 ] {ff3b2ee7-9dca-4b0f-8083-541e1bf46356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15048 | 2025.04.15 04:09:32.983842 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 914 rows starting from the beginning of the part | ||
| 15049 | 2025.04.15 04:09:32.983928 [ 5 ] {ff3b2ee7-9dca-4b0f-8083-541e1bf46356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15050 | 2025.04.15 04:09:32.984274 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 390 rows starting from the beginning of the part | ||
| 15051 | 2025.04.15 04:09:32.984677 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 96 rows starting from the beginning of the part | ||
| 15052 | 2025.04.15 04:09:32.985116 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 848 rows starting from the beginning of the part | ||
| 15053 | 2025.04.15 04:09:32.985532 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 15054 | 2025.04.15 04:09:32.985824 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_101_20} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15055 | 2025.04.15 04:09:32.985893 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 96 rows starting from the beginning of the part | ||
| 15056 | 2025.04.15 04:09:32.986633 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_101_20} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 15057 | 2025.04.15 04:09:32.987023 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 15058 | 2025.04.15 04:09:32.987491 [ 5 ] {ff3b2ee7-9dca-4b0f-8083-541e1bf46356} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15059 | 2025.04.15 04:09:32.987568 [ 5 ] {ff3b2ee7-9dca-4b0f-8083-541e1bf46356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15060 | 2025.04.15 04:09:32.988660 [ 5 ] {ff3b2ee7-9dca-4b0f-8083-541e1bf46356} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15061 | 2025.04.15 04:09:32.989016 [ 5 ] {ff3b2ee7-9dca-4b0f-8083-541e1bf46356} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15062 | 2025.04.15 04:09:32.989574 [ 5 ] {ff3b2ee7-9dca-4b0f-8083-541e1bf46356} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005892 sec., 27155.465037338767 rows/sec., 1.89 MiB/sec. | ||
| 15063 | 2025.04.15 04:09:32.989907 [ 5 ] {ff3b2ee7-9dca-4b0f-8083-541e1bf46356} <Debug> TCPHandler: Processed in 0.006590261 sec. | ||
| 15064 | 2025.04.15 04:09:32.989922 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.007090552 sec., 339606.8458421855 rows/sec., 26.00 MiB/sec. | ||
| 15065 | 2025.04.15 04:09:32.990221 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15066 | 2025.04.15 04:09:32.990514 [ 198 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15067 | 2025.04.15 04:09:32.990574 [ 5 ] {8bd0cfaa-8f71-417b-b434-db6cb186b7fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15068 | 2025.04.15 04:09:32.990933 [ 5 ] {8bd0cfaa-8f71-417b-b434-db6cb186b7fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15069 | 2025.04.15 04:09:32.991756 [ 198 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_121_24} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15070 | 2025.04.15 04:09:32.992030 [ 198 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_121_24} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15071 | 2025.04.15 04:09:32.992222 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 15072 | 2025.04.15 04:09:32.993095 [ 5 ] {8bd0cfaa-8f71-417b-b434-db6cb186b7fd} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15073 | 2025.04.15 04:09:32.993138 [ 5 ] {8bd0cfaa-8f71-417b-b434-db6cb186b7fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15074 | 2025.04.15 04:09:32.993933 [ 5 ] {8bd0cfaa-8f71-417b-b434-db6cb186b7fd} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 15075 | 2025.04.15 04:09:32.994187 [ 5 ] {8bd0cfaa-8f71-417b-b434-db6cb186b7fd} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15076 | 2025.04.15 04:09:32.994334 [ 41 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 15077 | 2025.04.15 04:09:32.994372 [ 41 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15078 | 2025.04.15 04:09:32.994375 [ 5 ] {8bd0cfaa-8f71-417b-b434-db6cb186b7fd} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00394 sec., 8121.827411167513 rows/sec., 14.55 MiB/sec. | ||
| 15079 | 2025.04.15 04:09:32.994397 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15080 | 2025.04.15 04:09:32.994729 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 15081 | 2025.04.15 04:09:32.994747 [ 5 ] {8bd0cfaa-8f71-417b-b434-db6cb186b7fd} <Debug> TCPHandler: Processed in 0.004633419 sec. | ||
| 15082 | 2025.04.15 04:09:32.995000 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15083 | 2025.04.15 04:09:32.995278 [ 5 ] {d574c7d3-0d66-471c-9929-4ad2ee5499de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15084 | 2025.04.15 04:09:32.995349 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15085 | 2025.04.15 04:09:32.995377 [ 5 ] {d574c7d3-0d66-471c-9929-4ad2ee5499de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15086 | 2025.04.15 04:09:32.995548 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1875 rows starting from the beginning of the part | ||
| 15087 | 2025.04.15 04:09:32.996432 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 32 rows starting from the beginning of the part | ||
| 15088 | 2025.04.15 04:09:32.997106 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 8 rows starting from the beginning of the part | ||
| 15089 | 2025.04.15 04:09:32.997845 [ 5 ] {d574c7d3-0d66-471c-9929-4ad2ee5499de} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15090 | 2025.04.15 04:09:32.997876 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 32 rows starting from the beginning of the part | ||
| 15091 | 2025.04.15 04:09:32.997921 [ 5 ] {d574c7d3-0d66-471c-9929-4ad2ee5499de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15092 | 2025.04.15 04:09:32.998581 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 8 rows starting from the beginning of the part | ||
| 15093 | 2025.04.15 04:09:32.999244 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 32 rows starting from the beginning of the part | ||
| 15094 | 2025.04.15 04:09:32.999327 [ 5 ] {d574c7d3-0d66-471c-9929-4ad2ee5499de} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15095 | 2025.04.15 04:09:33.000210 [ 5 ] {d574c7d3-0d66-471c-9929-4ad2ee5499de} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15096 | 2025.04.15 04:09:33.000656 [ 41 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15097 | 2025.04.15 04:09:33.000770 [ 41 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15098 | 2025.04.15 04:09:33.000856 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15099 | 2025.04.15 04:09:33.000932 [ 5 ] {d574c7d3-0d66-471c-9929-4ad2ee5499de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00573 sec., 10471.204188481675 rows/sec., 722.62 KiB/sec. | ||
| 15100 | 2025.04.15 04:09:33.001389 [ 5 ] {d574c7d3-0d66-471c-9929-4ad2ee5499de} <Debug> TCPHandler: Processed in 0.006454618 sec. | ||
| 15101 | 2025.04.15 04:09:33.001614 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 15102 | 2025.04.15 04:09:33.002304 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15103 | 2025.04.15 04:09:33.002424 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6946 rows starting from the beginning of the part | ||
| 15104 | 2025.04.15 04:09:33.002923 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 15105 | 2025.04.15 04:09:33.003559 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 15106 | 2025.04.15 04:09:33.004020 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 34 rows starting from the beginning of the part | ||
| 15107 | 2025.04.15 04:09:33.005956 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 48 rows starting from the beginning of the part | ||
| 15108 | 2025.04.15 04:09:33.006240 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part | ||
| 15109 | 2025.04.15 04:09:33.009096 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7230 rows, containing 4 columns (4 merged, 0 gathered) in 0.00797085 sec., 907055.081954873 rows/sec., 59.07 MiB/sec. | ||
| 15110 | 2025.04.15 04:09:33.009628 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15111 | 2025.04.15 04:09:33.010378 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_121_24} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15112 | 2025.04.15 04:09:33.010645 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_121_24} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15113 | 2025.04.15 04:09:33.010847 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 15114 | 2025.04.15 04:09:33.016523 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1987 rows, containing 19 columns (19 merged, 0 gathered) in 0.02200719 sec., 90288.67383795933 rows/sec., 161.79 MiB/sec. | ||
| 15115 | 2025.04.15 04:09:33.018447 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 15116 | 2025.04.15 04:09:33.018889 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15117 | 2025.04.15 04:09:33.018976 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 15118 | 2025.04.15 04:09:33.019143 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.46 MiB. | ||
| 15119 | 2025.04.15 04:09:34.001177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.35 MiB, peak 282.79 MiB, free memory in arenas 0.00 B, will set to 269.11 MiB (RSS), difference: 3.77 MiB | ||
| 15120 | 2025.04.15 04:09:35.204734 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15121 | 2025.04.15 04:09:35.204787 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15122 | 2025.04.15 04:09:35.486491 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33001 | ||
| 15123 | 2025.04.15 04:09:35.487145 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15124 | 2025.04.15 04:09:35.487193 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15125 | 2025.04.15 04:09:35.487728 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15126 | 2025.04.15 04:09:35.487986 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15127 | 2025.04.15 04:09:35.488253 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 15128 | 2025.04.15 04:09:35.667358 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2136 | ||
| 15129 | 2025.04.15 04:09:35.670460 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15130 | 2025.04.15 04:09:35.670515 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15131 | 2025.04.15 04:09:35.672019 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15132 | 2025.04.15 04:09:35.672342 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15133 | 2025.04.15 04:09:35.673942 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2136 | ||
| 15134 | 2025.04.15 04:09:36.414898 [ 37 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 5 parts from all_1_47_10 to all_51_51_0 | ||
| 15135 | 2025.04.15 04:09:36.414965 [ 37 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15136 | 2025.04.15 04:09:36.414992 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15137 | 2025.04.15 04:09:36.415205 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_51_11} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_47_10 to all_51_51_0 into Compact with storage Full | ||
| 15138 | 2025.04.15 04:09:36.415748 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_51_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15139 | 2025.04.15 04:09:36.415876 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 282 rows starting from the beginning of the part | ||
| 15140 | 2025.04.15 04:09:36.416058 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 15141 | 2025.04.15 04:09:36.416224 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 15142 | 2025.04.15 04:09:36.416574 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 15143 | 2025.04.15 04:09:36.416747 [ 196 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_51_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 15144 | 2025.04.15 04:09:36.417724 [ 189 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_51_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.002646217 sec., 115636.77506417652 rows/sec., 5.90 MiB/sec. | ||
| 15145 | 2025.04.15 04:09:36.417934 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_51_11} <Trace> MergedBlockOutputStream: filled checksums all_1_51_11 (state Temporary) | ||
| 15146 | 2025.04.15 04:09:36.418296 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_51_11} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_51_11 to all_1_51_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15147 | 2025.04.15 04:09:36.418381 [ 187 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_51_11} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 5 parts: [all_1_47_10, all_51_51_0] -> all_1_51_11 | ||
| 15148 | 2025.04.15 04:09:36.418483 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15149 | 2025.04.15 04:09:37.815697 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 15150 | 2025.04.15 04:09:37.839584 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15151 | 2025.04.15 04:09:37.839651 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15152 | 2025.04.15 04:09:37.848562 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15153 | 2025.04.15 04:09:37.849333 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15154 | 2025.04.15 04:09:37.853617 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 15155 | 2025.04.15 04:09:37.972364 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15156 | 2025.04.15 04:09:37.972576 [ 5 ] {d0caf2b8-9f49-47bb-8201-222a561b2446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15157 | 2025.04.15 04:09:37.972658 [ 5 ] {d0caf2b8-9f49-47bb-8201-222a561b2446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15158 | 2025.04.15 04:09:37.973557 [ 5 ] {d0caf2b8-9f49-47bb-8201-222a561b2446} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15159 | 2025.04.15 04:09:37.973610 [ 5 ] {d0caf2b8-9f49-47bb-8201-222a561b2446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15160 | 2025.04.15 04:09:37.974061 [ 5 ] {d0caf2b8-9f49-47bb-8201-222a561b2446} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15161 | 2025.04.15 04:09:37.974327 [ 5 ] {d0caf2b8-9f49-47bb-8201-222a561b2446} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15162 | 2025.04.15 04:09:37.974586 [ 5 ] {d0caf2b8-9f49-47bb-8201-222a561b2446} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.00207 sec., 102415.45893719808 rows/sec., 6.51 MiB/sec. | ||
| 15163 | 2025.04.15 04:09:37.974679 [ 5 ] {d0caf2b8-9f49-47bb-8201-222a561b2446} <Debug> TCPHandler: Processed in 0.002451113 sec. | ||
| 15164 | 2025.04.15 04:09:37.974961 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15165 | 2025.04.15 04:09:37.975096 [ 5 ] {ed195c3b-ceba-461d-b9b5-a9fdafebf331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15166 | 2025.04.15 04:09:37.975149 [ 5 ] {ed195c3b-ceba-461d-b9b5-a9fdafebf331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15167 | 2025.04.15 04:09:37.975927 [ 5 ] {ed195c3b-ceba-461d-b9b5-a9fdafebf331} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15168 | 2025.04.15 04:09:37.975970 [ 5 ] {ed195c3b-ceba-461d-b9b5-a9fdafebf331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15169 | 2025.04.15 04:09:37.976384 [ 5 ] {ed195c3b-ceba-461d-b9b5-a9fdafebf331} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15170 | 2025.04.15 04:09:37.976633 [ 5 ] {ed195c3b-ceba-461d-b9b5-a9fdafebf331} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15171 | 2025.04.15 04:09:37.976853 [ 5 ] {ed195c3b-ceba-461d-b9b5-a9fdafebf331} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.00178 sec., 355617.9775280899 rows/sec., 27.97 MiB/sec. | ||
| 15172 | 2025.04.15 04:09:37.976924 [ 5 ] {ed195c3b-ceba-461d-b9b5-a9fdafebf331} <Debug> TCPHandler: Processed in 0.002062104 sec. | ||
| 15173 | 2025.04.15 04:09:37.977048 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15174 | 2025.04.15 04:09:37.977324 [ 5 ] {6b45be5e-1669-4a3c-9f52-0cb9c229d73d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15175 | 2025.04.15 04:09:37.977442 [ 5 ] {6b45be5e-1669-4a3c-9f52-0cb9c229d73d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15176 | 2025.04.15 04:09:37.978375 [ 5 ] {6b45be5e-1669-4a3c-9f52-0cb9c229d73d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15177 | 2025.04.15 04:09:37.978417 [ 5 ] {6b45be5e-1669-4a3c-9f52-0cb9c229d73d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15178 | 2025.04.15 04:09:37.978783 [ 5 ] {6b45be5e-1669-4a3c-9f52-0cb9c229d73d} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 15179 | 2025.04.15 04:09:37.979027 [ 5 ] {6b45be5e-1669-4a3c-9f52-0cb9c229d73d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15180 | 2025.04.15 04:09:37.979270 [ 5 ] {6b45be5e-1669-4a3c-9f52-0cb9c229d73d} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.002033 sec., 56074.766355140186 rows/sec., 3.36 MiB/sec. | ||
| 15181 | 2025.04.15 04:09:37.979338 [ 5 ] {6b45be5e-1669-4a3c-9f52-0cb9c229d73d} <Debug> TCPHandler: Processed in 0.00234535 sec. | ||
| 15182 | 2025.04.15 04:09:37.979350 [ 224 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15183 | 2025.04.15 04:09:37.979412 [ 224 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15184 | 2025.04.15 04:09:37.979491 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15185 | 2025.04.15 04:09:37.979628 [ 5 ] {5810bb02-fbdf-4a4c-9e9f-d29b3c849baf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15186 | 2025.04.15 04:09:37.979675 [ 5 ] {5810bb02-fbdf-4a4c-9e9f-d29b3c849baf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15187 | 2025.04.15 04:09:37.980899 [ 5 ] {5810bb02-fbdf-4a4c-9e9f-d29b3c849baf} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15188 | 2025.04.15 04:09:37.980967 [ 5 ] {5810bb02-fbdf-4a4c-9e9f-d29b3c849baf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15189 | 2025.04.15 04:09:37.981549 [ 5 ] {5810bb02-fbdf-4a4c-9e9f-d29b3c849baf} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15190 | 2025.04.15 04:09:37.981940 [ 5 ] {5810bb02-fbdf-4a4c-9e9f-d29b3c849baf} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15191 | 2025.04.15 04:09:37.982243 [ 5 ] {5810bb02-fbdf-4a4c-9e9f-d29b3c849baf} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002639 sec., 42819.249715801445 rows/sec., 2.77 MiB/sec. | ||
| 15192 | 2025.04.15 04:09:37.982357 [ 5 ] {5810bb02-fbdf-4a4c-9e9f-d29b3c849baf} <Debug> TCPHandler: Processed in 0.002930613 sec. | ||
| 15193 | 2025.04.15 04:09:37.982539 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15194 | 2025.04.15 04:09:37.982671 [ 5 ] {90fe614a-c500-4b41-a635-b8f880435c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15195 | 2025.04.15 04:09:37.982726 [ 5 ] {90fe614a-c500-4b41-a635-b8f880435c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15196 | 2025.04.15 04:09:37.983143 [ 224 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15197 | 2025.04.15 04:09:37.984623 [ 5 ] {90fe614a-c500-4b41-a635-b8f880435c2d} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15198 | 2025.04.15 04:09:37.984680 [ 5 ] {90fe614a-c500-4b41-a635-b8f880435c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15199 | 2025.04.15 04:09:37.985048 [ 5 ] {90fe614a-c500-4b41-a635-b8f880435c2d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15200 | 2025.04.15 04:09:37.985291 [ 5 ] {90fe614a-c500-4b41-a635-b8f880435c2d} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15201 | 2025.04.15 04:09:37.985483 [ 5 ] {90fe614a-c500-4b41-a635-b8f880435c2d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002834 sec., 39520.112914608326 rows/sec., 2.25 MiB/sec. | ||
| 15202 | 2025.04.15 04:09:37.985592 [ 5 ] {90fe614a-c500-4b41-a635-b8f880435c2d} <Debug> TCPHandler: Processed in 0.003133527 sec. | ||
| 15203 | 2025.04.15 04:09:37.985707 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15204 | 2025.04.15 04:09:37.985813 [ 5 ] {10ca5943-a12b-42cc-94bc-47bafd0be422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15205 | 2025.04.15 04:09:37.985858 [ 5 ] {10ca5943-a12b-42cc-94bc-47bafd0be422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15206 | 2025.04.15 04:09:37.986481 [ 5 ] {10ca5943-a12b-42cc-94bc-47bafd0be422} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15207 | 2025.04.15 04:09:37.986520 [ 5 ] {10ca5943-a12b-42cc-94bc-47bafd0be422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15208 | 2025.04.15 04:09:37.986898 [ 5 ] {10ca5943-a12b-42cc-94bc-47bafd0be422} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15209 | 2025.04.15 04:09:37.987143 [ 5 ] {10ca5943-a12b-42cc-94bc-47bafd0be422} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15210 | 2025.04.15 04:09:37.987333 [ 5 ] {10ca5943-a12b-42cc-94bc-47bafd0be422} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001541 sec., 253082.41401687215 rows/sec., 17.89 MiB/sec. | ||
| 15211 | 2025.04.15 04:09:37.987441 [ 5 ] {10ca5943-a12b-42cc-94bc-47bafd0be422} <Debug> TCPHandler: Processed in 0.001784188 sec. | ||
| 15212 | 2025.04.15 04:09:37.987556 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15213 | 2025.04.15 04:09:37.987661 [ 5 ] {6aaef4fa-2c46-433f-8ee8-67db720330d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15214 | 2025.04.15 04:09:37.987711 [ 5 ] {6aaef4fa-2c46-433f-8ee8-67db720330d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15215 | 2025.04.15 04:09:37.988127 [ 5 ] {6aaef4fa-2c46-433f-8ee8-67db720330d6} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15216 | 2025.04.15 04:09:37.988167 [ 5 ] {6aaef4fa-2c46-433f-8ee8-67db720330d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15217 | 2025.04.15 04:09:37.988531 [ 5 ] {6aaef4fa-2c46-433f-8ee8-67db720330d6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15218 | 2025.04.15 04:09:37.988813 [ 5 ] {6aaef4fa-2c46-433f-8ee8-67db720330d6} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15219 | 2025.04.15 04:09:37.989002 [ 5 ] {6aaef4fa-2c46-433f-8ee8-67db720330d6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001362 sec., 4405.286343612335 rows/sec., 230.16 KiB/sec. | ||
| 15220 | 2025.04.15 04:09:37.989051 [ 5 ] {6aaef4fa-2c46-433f-8ee8-67db720330d6} <Debug> TCPHandler: Processed in 0.001545003 sec. | ||
| 15221 | 2025.04.15 04:09:37.989164 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15222 | 2025.04.15 04:09:37.989268 [ 5 ] {0998c2f5-4eb3-4b59-b51e-b3a38be4a2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15223 | 2025.04.15 04:09:37.989317 [ 5 ] {0998c2f5-4eb3-4b59-b51e-b3a38be4a2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15224 | 2025.04.15 04:09:37.989814 [ 5 ] {0998c2f5-4eb3-4b59-b51e-b3a38be4a2cc} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15225 | 2025.04.15 04:09:37.989854 [ 5 ] {0998c2f5-4eb3-4b59-b51e-b3a38be4a2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15226 | 2025.04.15 04:09:37.990265 [ 5 ] {0998c2f5-4eb3-4b59-b51e-b3a38be4a2cc} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15227 | 2025.04.15 04:09:37.990518 [ 5 ] {0998c2f5-4eb3-4b59-b51e-b3a38be4a2cc} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15228 | 2025.04.15 04:09:37.990758 [ 5 ] {0998c2f5-4eb3-4b59-b51e-b3a38be4a2cc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001507 sec., 157266.0915726609 rows/sec., 10.54 MiB/sec. | ||
| 15229 | 2025.04.15 04:09:37.990817 [ 5 ] {0998c2f5-4eb3-4b59-b51e-b3a38be4a2cc} <Debug> TCPHandler: Processed in 0.001702836 sec. | ||
| 15230 | 2025.04.15 04:09:37.990958 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15231 | 2025.04.15 04:09:37.991252 [ 5 ] {3bf88d28-0a45-47f0-947e-52f80ab5b501} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15232 | 2025.04.15 04:09:37.991422 [ 5 ] {3bf88d28-0a45-47f0-947e-52f80ab5b501} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15233 | 2025.04.15 04:09:37.992197 [ 5 ] {3bf88d28-0a45-47f0-947e-52f80ab5b501} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15234 | 2025.04.15 04:09:37.992242 [ 5 ] {3bf88d28-0a45-47f0-947e-52f80ab5b501} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15235 | 2025.04.15 04:09:37.992672 [ 5 ] {3bf88d28-0a45-47f0-947e-52f80ab5b501} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15236 | 2025.04.15 04:09:37.992982 [ 5 ] {3bf88d28-0a45-47f0-947e-52f80ab5b501} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15237 | 2025.04.15 04:09:37.993255 [ 5 ] {3bf88d28-0a45-47f0-947e-52f80ab5b501} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002113 sec., 473.26076668244207 rows/sec., 31.89 KiB/sec. | ||
| 15238 | 2025.04.15 04:09:37.993380 [ 5 ] {3bf88d28-0a45-47f0-947e-52f80ab5b501} <Debug> TCPHandler: Processed in 0.002478623 sec. | ||
| 15239 | 2025.04.15 04:09:37.993621 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15240 | 2025.04.15 04:09:37.993736 [ 5 ] {dc85e575-9042-4ac2-8154-e0ee21bd4b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15241 | 2025.04.15 04:09:37.993811 [ 5 ] {dc85e575-9042-4ac2-8154-e0ee21bd4b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15242 | 2025.04.15 04:09:37.994897 [ 5 ] {dc85e575-9042-4ac2-8154-e0ee21bd4b1c} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15243 | 2025.04.15 04:09:37.994937 [ 5 ] {dc85e575-9042-4ac2-8154-e0ee21bd4b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15244 | 2025.04.15 04:09:37.995561 [ 5 ] {dc85e575-9042-4ac2-8154-e0ee21bd4b1c} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 15245 | 2025.04.15 04:09:37.995856 [ 5 ] {dc85e575-9042-4ac2-8154-e0ee21bd4b1c} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15246 | 2025.04.15 04:09:37.996133 [ 5 ] {dc85e575-9042-4ac2-8154-e0ee21bd4b1c} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002416 sec., 3311.258278145695 rows/sec., 5.93 MiB/sec. | ||
| 15247 | 2025.04.15 04:09:37.996409 [ 5 ] {dc85e575-9042-4ac2-8154-e0ee21bd4b1c} <Debug> TCPHandler: Processed in 0.002873291 sec. | ||
| 15248 | 2025.04.15 04:09:37.996748 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15249 | 2025.04.15 04:09:37.996893 [ 5 ] {2aadb7cc-8f69-49ae-ac1e-f5dcef57b7c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15250 | 2025.04.15 04:09:37.996943 [ 5 ] {2aadb7cc-8f69-49ae-ac1e-f5dcef57b7c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15251 | 2025.04.15 04:09:37.997416 [ 5 ] {2aadb7cc-8f69-49ae-ac1e-f5dcef57b7c5} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15252 | 2025.04.15 04:09:37.997457 [ 5 ] {2aadb7cc-8f69-49ae-ac1e-f5dcef57b7c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15253 | 2025.04.15 04:09:37.997845 [ 5 ] {2aadb7cc-8f69-49ae-ac1e-f5dcef57b7c5} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 15254 | 2025.04.15 04:09:37.998088 [ 5 ] {2aadb7cc-8f69-49ae-ac1e-f5dcef57b7c5} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15255 | 2025.04.15 04:09:37.998291 [ 5 ] {2aadb7cc-8f69-49ae-ac1e-f5dcef57b7c5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001422 sec., 57665.260196905765 rows/sec., 3.66 MiB/sec. | ||
| 15256 | 2025.04.15 04:09:37.998341 [ 5 ] {2aadb7cc-8f69-49ae-ac1e-f5dcef57b7c5} <Debug> TCPHandler: Processed in 0.001698117 sec. | ||
| 15257 | 2025.04.15 04:09:38.000203 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.42 MiB, peak 282.79 MiB, free memory in arenas 0.00 B, will set to 269.11 MiB (RSS), difference: -1.30 MiB | ||
| 15258 | 2025.04.15 04:09:39.455903 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15259 | 2025.04.15 04:09:39.455983 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15260 | 2025.04.15 04:09:39.458360 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15261 | 2025.04.15 04:09:42.586910 [ 218 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15262 | 2025.04.15 04:09:42.586988 [ 218 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15263 | 2025.04.15 04:09:42.589245 [ 218 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15264 | 2025.04.15 04:09:42.966855 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15265 | 2025.04.15 04:09:42.967155 [ 5 ] {7760cc00-5b8f-4676-8a88-ba566481aed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15266 | 2025.04.15 04:09:42.967272 [ 5 ] {7760cc00-5b8f-4676-8a88-ba566481aed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15267 | 2025.04.15 04:09:42.968150 [ 5 ] {7760cc00-5b8f-4676-8a88-ba566481aed7} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15268 | 2025.04.15 04:09:42.968201 [ 5 ] {7760cc00-5b8f-4676-8a88-ba566481aed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15269 | 2025.04.15 04:09:42.968622 [ 5 ] {7760cc00-5b8f-4676-8a88-ba566481aed7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 15270 | 2025.04.15 04:09:42.968878 [ 5 ] {7760cc00-5b8f-4676-8a88-ba566481aed7} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15271 | 2025.04.15 04:09:42.969099 [ 5 ] {7760cc00-5b8f-4676-8a88-ba566481aed7} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002027 sec., 1973.3596447952639 rows/sec., 160.91 KiB/sec. | ||
| 15272 | 2025.04.15 04:09:42.969163 [ 5 ] {7760cc00-5b8f-4676-8a88-ba566481aed7} <Debug> TCPHandler: Processed in 0.002490303 sec. | ||
| 15273 | 2025.04.15 04:09:42.969283 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15274 | 2025.04.15 04:09:42.969394 [ 5 ] {2912787a-fae9-4a80-aaa3-ec67ed1299f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15275 | 2025.04.15 04:09:42.969443 [ 5 ] {2912787a-fae9-4a80-aaa3-ec67ed1299f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15276 | 2025.04.15 04:09:42.969990 [ 5 ] {2912787a-fae9-4a80-aaa3-ec67ed1299f9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15277 | 2025.04.15 04:09:42.970032 [ 5 ] {2912787a-fae9-4a80-aaa3-ec67ed1299f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15278 | 2025.04.15 04:09:42.970399 [ 5 ] {2912787a-fae9-4a80-aaa3-ec67ed1299f9} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15279 | 2025.04.15 04:09:42.970637 [ 5 ] {2912787a-fae9-4a80-aaa3-ec67ed1299f9} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15280 | 2025.04.15 04:09:42.970849 [ 5 ] {2912787a-fae9-4a80-aaa3-ec67ed1299f9} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001476 sec., 82655.82655826557 rows/sec., 7.01 MiB/sec. | ||
| 15281 | 2025.04.15 04:09:42.970906 [ 5 ] {2912787a-fae9-4a80-aaa3-ec67ed1299f9} <Debug> TCPHandler: Processed in 0.001676956 sec. | ||
| 15282 | 2025.04.15 04:09:42.970942 [ 225 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15283 | 2025.04.15 04:09:42.970988 [ 225 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15284 | 2025.04.15 04:09:42.971043 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15285 | 2025.04.15 04:09:42.971159 [ 5 ] {8ac6000e-be21-4508-9c5f-dfdaa881d0d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15286 | 2025.04.15 04:09:42.971205 [ 5 ] {8ac6000e-be21-4508-9c5f-dfdaa881d0d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15287 | 2025.04.15 04:09:42.971890 [ 5 ] {8ac6000e-be21-4508-9c5f-dfdaa881d0d3} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15288 | 2025.04.15 04:09:42.971934 [ 5 ] {8ac6000e-be21-4508-9c5f-dfdaa881d0d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15289 | 2025.04.15 04:09:42.972402 [ 5 ] {8ac6000e-be21-4508-9c5f-dfdaa881d0d3} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 15290 | 2025.04.15 04:09:42.972657 [ 5 ] {8ac6000e-be21-4508-9c5f-dfdaa881d0d3} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15291 | 2025.04.15 04:09:42.972973 [ 5 ] {8ac6000e-be21-4508-9c5f-dfdaa881d0d3} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001836 sec., 19607.843137254902 rows/sec., 1.43 MiB/sec. | ||
| 15292 | 2025.04.15 04:09:42.973024 [ 5 ] {8ac6000e-be21-4508-9c5f-dfdaa881d0d3} <Debug> TCPHandler: Processed in 0.002039903 sec. | ||
| 15293 | 2025.04.15 04:09:42.973150 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15294 | 2025.04.15 04:09:42.973283 [ 5 ] {15edc3b8-7897-4a97-8c41-51bf877bcfa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15295 | 2025.04.15 04:09:42.973331 [ 5 ] {15edc3b8-7897-4a97-8c41-51bf877bcfa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15296 | 2025.04.15 04:09:42.973622 [ 225 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15297 | 2025.04.15 04:09:42.974262 [ 5 ] {15edc3b8-7897-4a97-8c41-51bf877bcfa7} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15298 | 2025.04.15 04:09:42.974308 [ 5 ] {15edc3b8-7897-4a97-8c41-51bf877bcfa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15299 | 2025.04.15 04:09:42.974683 [ 5 ] {15edc3b8-7897-4a97-8c41-51bf877bcfa7} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15300 | 2025.04.15 04:09:42.974926 [ 5 ] {15edc3b8-7897-4a97-8c41-51bf877bcfa7} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15301 | 2025.04.15 04:09:42.975108 [ 5 ] {15edc3b8-7897-4a97-8c41-51bf877bcfa7} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001866 sec., 53590.56806002143 rows/sec., 4.19 MiB/sec. | ||
| 15302 | 2025.04.15 04:09:42.975161 [ 5 ] {15edc3b8-7897-4a97-8c41-51bf877bcfa7} <Debug> TCPHandler: Processed in 0.002064324 sec. | ||
| 15303 | 2025.04.15 04:09:42.975271 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15304 | 2025.04.15 04:09:42.975375 [ 5 ] {d9324895-4321-498d-ab7d-34473e1e505f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15305 | 2025.04.15 04:09:42.975424 [ 5 ] {d9324895-4321-498d-ab7d-34473e1e505f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15306 | 2025.04.15 04:09:42.975916 [ 5 ] {d9324895-4321-498d-ab7d-34473e1e505f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15307 | 2025.04.15 04:09:42.975954 [ 5 ] {d9324895-4321-498d-ab7d-34473e1e505f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15308 | 2025.04.15 04:09:42.976328 [ 5 ] {d9324895-4321-498d-ab7d-34473e1e505f} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15309 | 2025.04.15 04:09:42.976560 [ 5 ] {d9324895-4321-498d-ab7d-34473e1e505f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15310 | 2025.04.15 04:09:42.976789 [ 5 ] {d9324895-4321-498d-ab7d-34473e1e505f} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001415 sec., 114487.63250883392 rows/sec., 7.97 MiB/sec. | ||
| 15311 | 2025.04.15 04:09:42.976861 [ 5 ] {d9324895-4321-498d-ab7d-34473e1e505f} <Debug> TCPHandler: Processed in 0.001638575 sec. | ||
| 15312 | 2025.04.15 04:09:42.976935 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15313 | 2025.04.15 04:09:42.976981 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15314 | 2025.04.15 04:09:42.977021 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15315 | 2025.04.15 04:09:42.977203 [ 5 ] {edc5ad30-e97a-4af9-9efb-7a39d099b6a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15316 | 2025.04.15 04:09:42.977310 [ 5 ] {edc5ad30-e97a-4af9-9efb-7a39d099b6a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15317 | 2025.04.15 04:09:42.980200 [ 5 ] {edc5ad30-e97a-4af9-9efb-7a39d099b6a4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15318 | 2025.04.15 04:09:42.980241 [ 5 ] {edc5ad30-e97a-4af9-9efb-7a39d099b6a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15319 | 2025.04.15 04:09:42.981288 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15320 | 2025.04.15 04:09:42.981742 [ 5 ] {edc5ad30-e97a-4af9-9efb-7a39d099b6a4} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 15321 | 2025.04.15 04:09:42.982300 [ 5 ] {edc5ad30-e97a-4af9-9efb-7a39d099b6a4} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15322 | 2025.04.15 04:09:42.982545 [ 5 ] {edc5ad30-e97a-4af9-9efb-7a39d099b6a4} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00539 sec., 5936.920222634509 rows/sec., 10.64 MiB/sec. | ||
| 15323 | 2025.04.15 04:09:42.982758 [ 5 ] {edc5ad30-e97a-4af9-9efb-7a39d099b6a4} <Debug> TCPHandler: Processed in 0.005838155 sec. | ||
| 15324 | 2025.04.15 04:09:42.982961 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15325 | 2025.04.15 04:09:42.983066 [ 5 ] {d18b6cf8-0e44-4c4d-8531-d2c2d79acbae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15326 | 2025.04.15 04:09:42.983113 [ 5 ] {d18b6cf8-0e44-4c4d-8531-d2c2d79acbae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15327 | 2025.04.15 04:09:42.983549 [ 5 ] {d18b6cf8-0e44-4c4d-8531-d2c2d79acbae} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15328 | 2025.04.15 04:09:42.983587 [ 5 ] {d18b6cf8-0e44-4c4d-8531-d2c2d79acbae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15329 | 2025.04.15 04:09:42.983942 [ 5 ] {d18b6cf8-0e44-4c4d-8531-d2c2d79acbae} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 15330 | 2025.04.15 04:09:42.984173 [ 5 ] {d18b6cf8-0e44-4c4d-8531-d2c2d79acbae} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15331 | 2025.04.15 04:09:42.984385 [ 5 ] {d18b6cf8-0e44-4c4d-8531-d2c2d79acbae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec. | ||
| 15332 | 2025.04.15 04:09:42.984454 [ 5 ] {d18b6cf8-0e44-4c4d-8531-d2c2d79acbae} <Debug> TCPHandler: Processed in 0.001556183 sec. | ||
| 15333 | 2025.04.15 04:09:42.984489 [ 222 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15334 | 2025.04.15 04:09:42.984538 [ 222 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15335 | 2025.04.15 04:09:42.986827 [ 222 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15336 | 2025.04.15 04:09:42.988407 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33428 | ||
| 15337 | 2025.04.15 04:09:42.989073 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15338 | 2025.04.15 04:09:42.989122 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15339 | 2025.04.15 04:09:42.989712 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15340 | 2025.04.15 04:09:42.990000 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15341 | 2025.04.15 04:09:42.990256 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33428 | ||
| 15342 | 2025.04.15 04:09:45.353698 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 15343 | 2025.04.15 04:09:45.377305 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15344 | 2025.04.15 04:09:45.377370 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15345 | 2025.04.15 04:09:45.384578 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 15346 | 2025.04.15 04:09:45.385361 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15347 | 2025.04.15 04:09:45.390948 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 15348 | 2025.04.15 04:09:45.674151 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2172 | ||
| 15349 | 2025.04.15 04:09:45.677679 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15350 | 2025.04.15 04:09:45.677735 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15351 | 2025.04.15 04:09:45.679374 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15352 | 2025.04.15 04:09:45.679708 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15353 | 2025.04.15 04:09:45.680100 [ 222 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15354 | 2025.04.15 04:09:45.680170 [ 222 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15355 | 2025.04.15 04:09:45.681354 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2172 | ||
| 15356 | 2025.04.15 04:09:45.682680 [ 222 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15357 | 2025.04.15 04:09:47.972213 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15358 | 2025.04.15 04:09:47.972400 [ 5 ] {20793842-6d54-45a6-b268-bd8b8d581284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15359 | 2025.04.15 04:09:47.972479 [ 5 ] {20793842-6d54-45a6-b268-bd8b8d581284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15360 | 2025.04.15 04:09:47.973278 [ 5 ] {20793842-6d54-45a6-b268-bd8b8d581284} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15361 | 2025.04.15 04:09:47.973327 [ 5 ] {20793842-6d54-45a6-b268-bd8b8d581284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15362 | 2025.04.15 04:09:47.973783 [ 5 ] {20793842-6d54-45a6-b268-bd8b8d581284} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15363 | 2025.04.15 04:09:47.974041 [ 5 ] {20793842-6d54-45a6-b268-bd8b8d581284} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15364 | 2025.04.15 04:09:47.974243 [ 110 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15365 | 2025.04.15 04:09:47.974273 [ 5 ] {20793842-6d54-45a6-b268-bd8b8d581284} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001923 sec., 110244.40977639105 rows/sec., 7.01 MiB/sec. | ||
| 15366 | 2025.04.15 04:09:47.974326 [ 110 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15367 | 2025.04.15 04:09:47.974406 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15368 | 2025.04.15 04:09:47.974415 [ 5 ] {20793842-6d54-45a6-b268-bd8b8d581284} <Debug> TCPHandler: Processed in 0.002327469 sec. | ||
| 15369 | 2025.04.15 04:09:47.974609 [ 225 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15370 | 2025.04.15 04:09:47.974666 [ 225 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15371 | 2025.04.15 04:09:47.974701 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15372 | 2025.04.15 04:09:47.974740 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15373 | 2025.04.15 04:09:47.974979 [ 5 ] {b1038ada-2ddd-47b5-b1fe-2aa5698e2001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15374 | 2025.04.15 04:09:47.975093 [ 5 ] {b1038ada-2ddd-47b5-b1fe-2aa5698e2001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15375 | 2025.04.15 04:09:47.975217 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15376 | 2025.04.15 04:09:47.975349 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 212 rows starting from the beginning of the part | ||
| 15377 | 2025.04.15 04:09:47.975959 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 212 rows starting from the beginning of the part | ||
| 15378 | 2025.04.15 04:09:47.976602 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 212 rows starting from the beginning of the part | ||
| 15379 | 2025.04.15 04:09:47.977087 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 212 rows starting from the beginning of the part | ||
| 15380 | 2025.04.15 04:09:47.977598 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 212 rows starting from the beginning of the part | ||
| 15381 | 2025.04.15 04:09:47.979473 [ 5 ] {b1038ada-2ddd-47b5-b1fe-2aa5698e2001} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15382 | 2025.04.15 04:09:47.979578 [ 5 ] {b1038ada-2ddd-47b5-b1fe-2aa5698e2001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15383 | 2025.04.15 04:09:47.981038 [ 5 ] {b1038ada-2ddd-47b5-b1fe-2aa5698e2001} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15384 | 2025.04.15 04:09:47.981081 [ 225 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15385 | 2025.04.15 04:09:47.981785 [ 5 ] {b1038ada-2ddd-47b5-b1fe-2aa5698e2001} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15386 | 2025.04.15 04:09:47.982650 [ 5 ] {b1038ada-2ddd-47b5-b1fe-2aa5698e2001} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.007757 sec., 81603.71277555756 rows/sec., 6.42 MiB/sec. | ||
| 15387 | 2025.04.15 04:09:47.982740 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.008203804 sec., 129208.35261300733 rows/sec., 8.71 MiB/sec. | ||
| 15388 | 2025.04.15 04:09:47.982773 [ 5 ] {b1038ada-2ddd-47b5-b1fe-2aa5698e2001} <Debug> TCPHandler: Processed in 0.008177245 sec. | ||
| 15389 | 2025.04.15 04:09:47.982914 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15390 | 2025.04.15 04:09:47.982948 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15391 | 2025.04.15 04:09:47.983061 [ 5 ] {6d48cbb5-fa73-4c4c-8796-ee33bc74b0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15392 | 2025.04.15 04:09:47.983117 [ 5 ] {6d48cbb5-fa73-4c4c-8796-ee33bc74b0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15393 | 2025.04.15 04:09:47.983325 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_53_13} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15394 | 2025.04.15 04:09:47.983463 [ 189 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_53_13} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15395 | 2025.04.15 04:09:47.983574 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 15396 | 2025.04.15 04:09:47.983844 [ 5 ] {6d48cbb5-fa73-4c4c-8796-ee33bc74b0a6} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15397 | 2025.04.15 04:09:47.983884 [ 5 ] {6d48cbb5-fa73-4c4c-8796-ee33bc74b0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15398 | 2025.04.15 04:09:47.984276 [ 5 ] {6d48cbb5-fa73-4c4c-8796-ee33bc74b0a6} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15399 | 2025.04.15 04:09:47.984523 [ 5 ] {6d48cbb5-fa73-4c4c-8796-ee33bc74b0a6} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15400 | 2025.04.15 04:09:47.984748 [ 5 ] {6d48cbb5-fa73-4c4c-8796-ee33bc74b0a6} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00171 sec., 66666.66666666667 rows/sec., 3.99 MiB/sec. | ||
| 15401 | 2025.04.15 04:09:47.984825 [ 5 ] {6d48cbb5-fa73-4c4c-8796-ee33bc74b0a6} <Debug> TCPHandler: Processed in 0.001966862 sec. | ||
| 15402 | 2025.04.15 04:09:47.984949 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15403 | 2025.04.15 04:09:47.985236 [ 5 ] {e052f567-649f-4ec1-9d57-8ba7c2a51a52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15404 | 2025.04.15 04:09:47.985381 [ 5 ] {e052f567-649f-4ec1-9d57-8ba7c2a51a52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15405 | 2025.04.15 04:09:47.986034 [ 5 ] {e052f567-649f-4ec1-9d57-8ba7c2a51a52} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15406 | 2025.04.15 04:09:47.986072 [ 5 ] {e052f567-649f-4ec1-9d57-8ba7c2a51a52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15407 | 2025.04.15 04:09:47.986420 [ 5 ] {e052f567-649f-4ec1-9d57-8ba7c2a51a52} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15408 | 2025.04.15 04:09:47.986657 [ 5 ] {e052f567-649f-4ec1-9d57-8ba7c2a51a52} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15409 | 2025.04.15 04:09:47.986935 [ 5 ] {e052f567-649f-4ec1-9d57-8ba7c2a51a52} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001813 sec., 62327.633756205185 rows/sec., 4.03 MiB/sec. | ||
| 15410 | 2025.04.15 04:09:47.986990 [ 5 ] {e052f567-649f-4ec1-9d57-8ba7c2a51a52} <Debug> TCPHandler: Processed in 0.002091505 sec. | ||
| 15411 | 2025.04.15 04:09:47.987130 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15412 | 2025.04.15 04:09:47.987240 [ 5 ] {02d0263b-a1fa-4335-bfcd-28c58da1d556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15413 | 2025.04.15 04:09:47.987287 [ 5 ] {02d0263b-a1fa-4335-bfcd-28c58da1d556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15414 | 2025.04.15 04:09:47.987833 [ 5 ] {02d0263b-a1fa-4335-bfcd-28c58da1d556} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15415 | 2025.04.15 04:09:47.987874 [ 5 ] {02d0263b-a1fa-4335-bfcd-28c58da1d556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15416 | 2025.04.15 04:09:47.988258 [ 5 ] {02d0263b-a1fa-4335-bfcd-28c58da1d556} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15417 | 2025.04.15 04:09:47.988528 [ 5 ] {02d0263b-a1fa-4335-bfcd-28c58da1d556} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15418 | 2025.04.15 04:09:47.988724 [ 110 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_49_12 to all_53_53_0 | ||
| 15419 | 2025.04.15 04:09:47.988783 [ 5 ] {02d0263b-a1fa-4335-bfcd-28c58da1d556} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00156 sec., 71794.8717948718 rows/sec., 4.09 MiB/sec. | ||
| 15420 | 2025.04.15 04:09:47.988801 [ 110 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15421 | 2025.04.15 04:09:47.988877 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15422 | 2025.04.15 04:09:47.988924 [ 5 ] {02d0263b-a1fa-4335-bfcd-28c58da1d556} <Debug> TCPHandler: Processed in 0.00184794 sec. | ||
| 15423 | 2025.04.15 04:09:47.989136 [ 219 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15424 | 2025.04.15 04:09:47.989193 [ 219 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15425 | 2025.04.15 04:09:47.989226 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_53_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_49_12 to all_53_53_0 into Compact with storage Full | ||
| 15426 | 2025.04.15 04:09:47.989276 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15427 | 2025.04.15 04:09:47.989647 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_53_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15428 | 2025.04.15 04:09:47.989688 [ 5 ] {f4bf0543-7f2e-4330-a5ca-d3cce9421c39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15429 | 2025.04.15 04:09:47.989721 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_49_12, total 112 rows starting from the beginning of the part | ||
| 15430 | 2025.04.15 04:09:47.989800 [ 5 ] {f4bf0543-7f2e-4330-a5ca-d3cce9421c39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15431 | 2025.04.15 04:09:47.990189 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 112 rows starting from the beginning of the part | ||
| 15432 | 2025.04.15 04:09:47.990766 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 112 rows starting from the beginning of the part | ||
| 15433 | 2025.04.15 04:09:47.991299 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 112 rows starting from the beginning of the part | ||
| 15434 | 2025.04.15 04:09:47.991829 [ 187 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_53_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 112 rows starting from the beginning of the part | ||
| 15435 | 2025.04.15 04:09:47.995083 [ 5 ] {f4bf0543-7f2e-4330-a5ca-d3cce9421c39} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15436 | 2025.04.15 04:09:47.995180 [ 5 ] {f4bf0543-7f2e-4330-a5ca-d3cce9421c39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15437 | 2025.04.15 04:09:47.995617 [ 219 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15438 | 2025.04.15 04:09:47.996575 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_53_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00750505 sec., 74616.42494054003 rows/sec., 4.54 MiB/sec. | ||
| 15439 | 2025.04.15 04:09:47.996944 [ 195 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_53_13} <Trace> MergedBlockOutputStream: filled checksums all_1_53_13 (state Temporary) | ||
| 15440 | 2025.04.15 04:09:47.997297 [ 5 ] {f4bf0543-7f2e-4330-a5ca-d3cce9421c39} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15441 | 2025.04.15 04:09:47.997510 [ 195 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_53_13} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_53_13 to all_1_53_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15442 | 2025.04.15 04:09:47.997651 [ 195 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_53_13} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_49_12, all_53_53_0] -> all_1_53_13 | ||
| 15443 | 2025.04.15 04:09:47.997823 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 15444 | 2025.04.15 04:09:47.997839 [ 5 ] {f4bf0543-7f2e-4330-a5ca-d3cce9421c39} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15445 | 2025.04.15 04:09:47.998089 [ 5 ] {f4bf0543-7f2e-4330-a5ca-d3cce9421c39} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.008564 sec., 45539.46753853339 rows/sec., 3.22 MiB/sec. | ||
| 15446 | 2025.04.15 04:09:47.998172 [ 5 ] {f4bf0543-7f2e-4330-a5ca-d3cce9421c39} <Debug> TCPHandler: Processed in 0.009026302 sec. | ||
| 15447 | 2025.04.15 04:09:47.998317 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15448 | 2025.04.15 04:09:47.998432 [ 5 ] {f60f30ac-b34e-4816-ba79-1eeaf9a59447} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15449 | 2025.04.15 04:09:47.998483 [ 5 ] {f60f30ac-b34e-4816-ba79-1eeaf9a59447} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15450 | 2025.04.15 04:09:47.998927 [ 5 ] {f60f30ac-b34e-4816-ba79-1eeaf9a59447} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15451 | 2025.04.15 04:09:47.998966 [ 5 ] {f60f30ac-b34e-4816-ba79-1eeaf9a59447} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15452 | 2025.04.15 04:09:47.999359 [ 5 ] {f60f30ac-b34e-4816-ba79-1eeaf9a59447} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15453 | 2025.04.15 04:09:47.999627 [ 5 ] {f60f30ac-b34e-4816-ba79-1eeaf9a59447} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15454 | 2025.04.15 04:09:47.999857 [ 5 ] {f60f30ac-b34e-4816-ba79-1eeaf9a59447} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 217.24 KiB/sec. | ||
| 15455 | 2025.04.15 04:09:47.999950 [ 5 ] {f60f30ac-b34e-4816-ba79-1eeaf9a59447} <Debug> TCPHandler: Processed in 0.001695316 sec. | ||
| 15456 | 2025.04.15 04:09:48.000187 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.66 MiB, peak 282.79 MiB, free memory in arenas 0.00 B, will set to 269.13 MiB (RSS), difference: 3.46 MiB | ||
| 15457 | 2025.04.15 04:09:48.000207 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15458 | 2025.04.15 04:09:48.000433 [ 5 ] {ffea6813-0f97-4f00-9c76-5238ff35d99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15459 | 2025.04.15 04:09:48.000542 [ 5 ] {ffea6813-0f97-4f00-9c76-5238ff35d99f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15460 | 2025.04.15 04:09:48.001409 [ 5 ] {ffea6813-0f97-4f00-9c76-5238ff35d99f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15461 | 2025.04.15 04:09:48.001449 [ 5 ] {ffea6813-0f97-4f00-9c76-5238ff35d99f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15462 | 2025.04.15 04:09:48.001838 [ 5 ] {ffea6813-0f97-4f00-9c76-5238ff35d99f} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15463 | 2025.04.15 04:09:48.002099 [ 5 ] {ffea6813-0f97-4f00-9c76-5238ff35d99f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15464 | 2025.04.15 04:09:48.002317 [ 110 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 | ||
| 15465 | 2025.04.15 04:09:48.002341 [ 5 ] {ffea6813-0f97-4f00-9c76-5238ff35d99f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001964 sec., 120672.09775967413 rows/sec., 8.09 MiB/sec. | ||
| 15466 | 2025.04.15 04:09:48.002391 [ 110 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15467 | 2025.04.15 04:09:48.002463 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15468 | 2025.04.15 04:09:48.002492 [ 5 ] {ffea6813-0f97-4f00-9c76-5238ff35d99f} <Debug> TCPHandler: Processed in 0.002399761 sec. | ||
| 15469 | 2025.04.15 04:09:48.002663 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_124_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full | ||
| 15470 | 2025.04.15 04:09:48.002689 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15471 | 2025.04.15 04:09:48.002812 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_124_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15472 | 2025.04.15 04:09:48.002829 [ 5 ] {335c34a8-1e2d-47eb-86d7-f7582786a20b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15473 | 2025.04.15 04:09:48.002854 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 35935 rows starting from the beginning of the part | ||
| 15474 | 2025.04.15 04:09:48.002892 [ 5 ] {335c34a8-1e2d-47eb-86d7-f7582786a20b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15475 | 2025.04.15 04:09:48.003064 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 128 rows starting from the beginning of the part | ||
| 15476 | 2025.04.15 04:09:48.003354 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part | ||
| 15477 | 2025.04.15 04:09:48.003734 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 237 rows starting from the beginning of the part | ||
| 15478 | 2025.04.15 04:09:48.003926 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 162 rows starting from the beginning of the part | ||
| 15479 | 2025.04.15 04:09:48.004106 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_124_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 15480 | 2025.04.15 04:09:48.004579 [ 5 ] {335c34a8-1e2d-47eb-86d7-f7582786a20b} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15481 | 2025.04.15 04:09:48.004625 [ 5 ] {335c34a8-1e2d-47eb-86d7-f7582786a20b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15482 | 2025.04.15 04:09:48.005146 [ 5 ] {335c34a8-1e2d-47eb-86d7-f7582786a20b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15483 | 2025.04.15 04:09:48.005419 [ 5 ] {335c34a8-1e2d-47eb-86d7-f7582786a20b} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15484 | 2025.04.15 04:09:48.005681 [ 5 ] {335c34a8-1e2d-47eb-86d7-f7582786a20b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002881 sec., 347.1017007983339 rows/sec., 23.39 KiB/sec. | ||
| 15485 | 2025.04.15 04:09:48.005772 [ 5 ] {335c34a8-1e2d-47eb-86d7-f7582786a20b} <Debug> TCPHandler: Processed in 0.003143487 sec. | ||
| 15486 | 2025.04.15 04:09:48.005929 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15487 | 2025.04.15 04:09:48.006076 [ 5 ] {fe7000d0-ecc3-4e7d-ac43-bd9c1b77c964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15488 | 2025.04.15 04:09:48.006184 [ 5 ] {fe7000d0-ecc3-4e7d-ac43-bd9c1b77c964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15489 | 2025.04.15 04:09:48.007446 [ 5 ] {fe7000d0-ecc3-4e7d-ac43-bd9c1b77c964} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15490 | 2025.04.15 04:09:48.007486 [ 5 ] {fe7000d0-ecc3-4e7d-ac43-bd9c1b77c964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15491 | 2025.04.15 04:09:48.008147 [ 5 ] {fe7000d0-ecc3-4e7d-ac43-bd9c1b77c964} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 15492 | 2025.04.15 04:09:48.008436 [ 5 ] {fe7000d0-ecc3-4e7d-ac43-bd9c1b77c964} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15493 | 2025.04.15 04:09:48.008709 [ 5 ] {fe7000d0-ecc3-4e7d-ac43-bd9c1b77c964} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002671 sec., 2995.132909022838 rows/sec., 5.37 MiB/sec. | ||
| 15494 | 2025.04.15 04:09:48.008850 [ 5 ] {fe7000d0-ecc3-4e7d-ac43-bd9c1b77c964} <Debug> TCPHandler: Processed in 0.002992234 sec. | ||
| 15495 | 2025.04.15 04:09:48.009032 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15496 | 2025.04.15 04:09:48.009159 [ 5 ] {1223cf2e-22a9-4145-ad60-8df22253e942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15497 | 2025.04.15 04:09:48.009211 [ 5 ] {1223cf2e-22a9-4145-ad60-8df22253e942} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15498 | 2025.04.15 04:09:48.009715 [ 5 ] {1223cf2e-22a9-4145-ad60-8df22253e942} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15499 | 2025.04.15 04:09:48.009757 [ 5 ] {1223cf2e-22a9-4145-ad60-8df22253e942} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.02 GiB. | ||
| 15500 | 2025.04.15 04:09:48.010170 [ 5 ] {1223cf2e-22a9-4145-ad60-8df22253e942} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 15501 | 2025.04.15 04:09:48.010450 [ 5 ] {1223cf2e-22a9-4145-ad60-8df22253e942} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15502 | 2025.04.15 04:09:48.010702 [ 5 ] {1223cf2e-22a9-4145-ad60-8df22253e942} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001567 sec., 52329.291640076575 rows/sec., 3.32 MiB/sec. | ||
| 15503 | 2025.04.15 04:09:48.010771 [ 5 ] {1223cf2e-22a9-4145-ad60-8df22253e942} <Debug> TCPHandler: Processed in 0.001794358 sec. | ||
| 15504 | 2025.04.15 04:09:48.011915 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_124_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36859 rows, containing 5 columns (5 merged, 0 gathered) in 0.00934607 sec., 3943796.6974353925 rows/sec., 266.23 MiB/sec. | ||
| 15505 | 2025.04.15 04:09:48.012371 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_124_25} <Trace> MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) | ||
| 15506 | 2025.04.15 04:09:48.012775 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15507 | 2025.04.15 04:09:48.012881 [ 186 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_124_25} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 | ||
| 15508 | 2025.04.15 04:09:48.013003 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 15509 | 2025.04.15 04:09:49.704025 [ 221 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15510 | 2025.04.15 04:09:49.704073 [ 221 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15511 | 2025.04.15 04:09:49.705588 [ 221 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 15512 | 2025.04.15 04:09:50.204831 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15513 | 2025.04.15 04:09:50.204878 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15514 | 2025.04.15 04:09:50.490449 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33916 | ||
| 15515 | 2025.04.15 04:09:50.491137 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15516 | 2025.04.15 04:09:50.491190 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15517 | 2025.04.15 04:09:50.491714 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15518 | 2025.04.15 04:09:50.491987 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15519 | 2025.04.15 04:09:50.492204 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 15520 | 2025.04.15 04:09:52.055893 [ 224 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15521 | 2025.04.15 04:09:52.055944 [ 224 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15522 | 2025.04.15 04:09:52.057790 [ 224 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15523 | 2025.04.15 04:09:52.891070 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 15524 | 2025.04.15 04:09:52.914894 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15525 | 2025.04.15 04:09:52.914967 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15526 | 2025.04.15 04:09:52.922577 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 15527 | 2025.04.15 04:09:52.923454 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15528 | 2025.04.15 04:09:52.926819 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 15529 | 2025.04.15 04:09:52.967240 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15530 | 2025.04.15 04:09:52.967456 [ 5 ] {abd1ee38-6c3f-4b68-b00d-bfcd5b6e07a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15531 | 2025.04.15 04:09:52.967549 [ 5 ] {abd1ee38-6c3f-4b68-b00d-bfcd5b6e07a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15532 | 2025.04.15 04:09:52.968395 [ 5 ] {abd1ee38-6c3f-4b68-b00d-bfcd5b6e07a4} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15533 | 2025.04.15 04:09:52.968448 [ 5 ] {abd1ee38-6c3f-4b68-b00d-bfcd5b6e07a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15534 | 2025.04.15 04:09:52.968977 [ 5 ] {abd1ee38-6c3f-4b68-b00d-bfcd5b6e07a4} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15535 | 2025.04.15 04:09:52.969485 [ 5 ] {abd1ee38-6c3f-4b68-b00d-bfcd5b6e07a4} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15536 | 2025.04.15 04:09:52.970067 [ 5 ] {abd1ee38-6c3f-4b68-b00d-bfcd5b6e07a4} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002663 sec., 45061.9601952685 rows/sec., 3.83 MiB/sec. | ||
| 15537 | 2025.04.15 04:09:52.970145 [ 5 ] {abd1ee38-6c3f-4b68-b00d-bfcd5b6e07a4} <Debug> TCPHandler: Processed in 0.003041995 sec. | ||
| 15538 | 2025.04.15 04:09:52.970376 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15539 | 2025.04.15 04:09:52.970651 [ 5 ] {8f8dfcc6-0b85-41d9-9313-9e1922dff943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15540 | 2025.04.15 04:09:52.970741 [ 5 ] {8f8dfcc6-0b85-41d9-9313-9e1922dff943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15541 | 2025.04.15 04:09:52.971300 [ 5 ] {8f8dfcc6-0b85-41d9-9313-9e1922dff943} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15542 | 2025.04.15 04:09:52.971344 [ 5 ] {8f8dfcc6-0b85-41d9-9313-9e1922dff943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15543 | 2025.04.15 04:09:52.971709 [ 5 ] {8f8dfcc6-0b85-41d9-9313-9e1922dff943} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15544 | 2025.04.15 04:09:52.971961 [ 5 ] {8f8dfcc6-0b85-41d9-9313-9e1922dff943} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15545 | 2025.04.15 04:09:52.972170 [ 5 ] {8f8dfcc6-0b85-41d9-9313-9e1922dff943} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001619 sec., 19765.287214329834 rows/sec., 1.45 MiB/sec. | ||
| 15546 | 2025.04.15 04:09:52.972221 [ 5 ] {8f8dfcc6-0b85-41d9-9313-9e1922dff943} <Debug> TCPHandler: Processed in 0.001936701 sec. | ||
| 15547 | 2025.04.15 04:09:52.972333 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15548 | 2025.04.15 04:09:52.972437 [ 5 ] {010a7403-0a04-46e3-a99c-20936ec60716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15549 | 2025.04.15 04:09:52.972483 [ 5 ] {010a7403-0a04-46e3-a99c-20936ec60716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15550 | 2025.04.15 04:09:52.973016 [ 5 ] {010a7403-0a04-46e3-a99c-20936ec60716} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15551 | 2025.04.15 04:09:52.973057 [ 5 ] {010a7403-0a04-46e3-a99c-20936ec60716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15552 | 2025.04.15 04:09:52.973424 [ 5 ] {010a7403-0a04-46e3-a99c-20936ec60716} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15553 | 2025.04.15 04:09:52.973667 [ 5 ] {010a7403-0a04-46e3-a99c-20936ec60716} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15554 | 2025.04.15 04:09:52.973856 [ 5 ] {010a7403-0a04-46e3-a99c-20936ec60716} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001446 sec., 66390.04149377593 rows/sec., 5.19 MiB/sec. | ||
| 15555 | 2025.04.15 04:09:52.973903 [ 5 ] {010a7403-0a04-46e3-a99c-20936ec60716} <Debug> TCPHandler: Processed in 0.001629704 sec. | ||
| 15556 | 2025.04.15 04:09:52.974010 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15557 | 2025.04.15 04:09:52.974107 [ 5 ] {11ac5612-965d-4aba-9b80-248824242730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15558 | 2025.04.15 04:09:52.974154 [ 5 ] {11ac5612-965d-4aba-9b80-248824242730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15559 | 2025.04.15 04:09:52.974621 [ 5 ] {11ac5612-965d-4aba-9b80-248824242730} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15560 | 2025.04.15 04:09:52.974658 [ 5 ] {11ac5612-965d-4aba-9b80-248824242730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15561 | 2025.04.15 04:09:52.975111 [ 5 ] {11ac5612-965d-4aba-9b80-248824242730} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15562 | 2025.04.15 04:09:52.975380 [ 5 ] {11ac5612-965d-4aba-9b80-248824242730} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15563 | 2025.04.15 04:09:52.975587 [ 5 ] {11ac5612-965d-4aba-9b80-248824242730} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001477 sec., 108327.69126607988 rows/sec., 7.54 MiB/sec. | ||
| 15564 | 2025.04.15 04:09:52.975638 [ 5 ] {11ac5612-965d-4aba-9b80-248824242730} <Debug> TCPHandler: Processed in 0.001661855 sec. | ||
| 15565 | 2025.04.15 04:09:52.975752 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15566 | 2025.04.15 04:09:52.975857 [ 5 ] {ad3e92f5-7efc-443d-9f9f-cb865c086f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15567 | 2025.04.15 04:09:52.975924 [ 5 ] {ad3e92f5-7efc-443d-9f9f-cb865c086f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15568 | 2025.04.15 04:09:52.977039 [ 5 ] {ad3e92f5-7efc-443d-9f9f-cb865c086f7f} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15569 | 2025.04.15 04:09:52.977085 [ 5 ] {ad3e92f5-7efc-443d-9f9f-cb865c086f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15570 | 2025.04.15 04:09:52.977797 [ 5 ] {ad3e92f5-7efc-443d-9f9f-cb865c086f7f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 15571 | 2025.04.15 04:09:52.978062 [ 5 ] {ad3e92f5-7efc-443d-9f9f-cb865c086f7f} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15572 | 2025.04.15 04:09:52.978303 [ 5 ] {ad3e92f5-7efc-443d-9f9f-cb865c086f7f} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002468 sec., 12965.964343598054 rows/sec., 23.23 MiB/sec. | ||
| 15573 | 2025.04.15 04:09:52.978395 [ 5 ] {ad3e92f5-7efc-443d-9f9f-cb865c086f7f} <Debug> TCPHandler: Processed in 0.002693297 sec. | ||
| 15574 | 2025.04.15 04:09:52.978514 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15575 | 2025.04.15 04:09:52.978620 [ 5 ] {94eae468-5908-4eb4-bdd7-5ad9afd08b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15576 | 2025.04.15 04:09:52.978667 [ 5 ] {94eae468-5908-4eb4-bdd7-5ad9afd08b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15577 | 2025.04.15 04:09:52.979076 [ 5 ] {94eae468-5908-4eb4-bdd7-5ad9afd08b55} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15578 | 2025.04.15 04:09:52.979116 [ 5 ] {94eae468-5908-4eb4-bdd7-5ad9afd08b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15579 | 2025.04.15 04:09:52.979485 [ 5 ] {94eae468-5908-4eb4-bdd7-5ad9afd08b55} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 15580 | 2025.04.15 04:09:52.979734 [ 5 ] {94eae468-5908-4eb4-bdd7-5ad9afd08b55} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15581 | 2025.04.15 04:09:52.979940 [ 5 ] {94eae468-5908-4eb4-bdd7-5ad9afd08b55} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001342 sec., 44709.38897168405 rows/sec., 3.01 MiB/sec. | ||
| 15582 | 2025.04.15 04:09:52.979989 [ 5 ] {94eae468-5908-4eb4-bdd7-5ad9afd08b55} <Debug> TCPHandler: Processed in 0.001525173 sec. | ||
| 15583 | 2025.04.15 04:09:53.469592 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15584 | 2025.04.15 04:09:53.469786 [ 5 ] {363bcaf5-bc56-451f-a59d-c2b779390578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15585 | 2025.04.15 04:09:53.469860 [ 5 ] {363bcaf5-bc56-451f-a59d-c2b779390578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15586 | 2025.04.15 04:09:53.470798 [ 5 ] {363bcaf5-bc56-451f-a59d-c2b779390578} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15587 | 2025.04.15 04:09:53.470854 [ 5 ] {363bcaf5-bc56-451f-a59d-c2b779390578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15588 | 2025.04.15 04:09:53.471302 [ 5 ] {363bcaf5-bc56-451f-a59d-c2b779390578} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15589 | 2025.04.15 04:09:53.471583 [ 5 ] {363bcaf5-bc56-451f-a59d-c2b779390578} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15590 | 2025.04.15 04:09:53.471796 [ 5 ] {363bcaf5-bc56-451f-a59d-c2b779390578} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002063 sec., 102762.96655356276 rows/sec., 6.54 MiB/sec. | ||
| 15591 | 2025.04.15 04:09:53.471889 [ 5 ] {363bcaf5-bc56-451f-a59d-c2b779390578} <Debug> TCPHandler: Processed in 0.002429222 sec. | ||
| 15592 | 2025.04.15 04:09:53.472039 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15593 | 2025.04.15 04:09:53.472166 [ 5 ] {45c2f1df-e32b-4e03-ad11-0169ac8dc99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15594 | 2025.04.15 04:09:53.472222 [ 5 ] {45c2f1df-e32b-4e03-ad11-0169ac8dc99a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15595 | 2025.04.15 04:09:53.472788 [ 5 ] {45c2f1df-e32b-4e03-ad11-0169ac8dc99a} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15596 | 2025.04.15 04:09:53.472831 [ 5 ] {45c2f1df-e32b-4e03-ad11-0169ac8dc99a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15597 | 2025.04.15 04:09:53.473283 [ 5 ] {45c2f1df-e32b-4e03-ad11-0169ac8dc99a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 15598 | 2025.04.15 04:09:53.473527 [ 5 ] {45c2f1df-e32b-4e03-ad11-0169ac8dc99a} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15599 | 2025.04.15 04:09:53.473750 [ 5 ] {45c2f1df-e32b-4e03-ad11-0169ac8dc99a} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001608 sec., 6218.905472636816 rows/sec., 507.11 KiB/sec. | ||
| 15600 | 2025.04.15 04:09:53.473861 [ 5 ] {45c2f1df-e32b-4e03-ad11-0169ac8dc99a} <Debug> TCPHandler: Processed in 0.00188359 sec. | ||
| 15601 | 2025.04.15 04:09:53.474048 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15602 | 2025.04.15 04:09:53.474169 [ 5 ] {dda13255-1f0c-4d04-96ba-1d322556a734} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15603 | 2025.04.15 04:09:53.474220 [ 5 ] {dda13255-1f0c-4d04-96ba-1d322556a734} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15604 | 2025.04.15 04:09:53.475856 [ 5 ] {dda13255-1f0c-4d04-96ba-1d322556a734} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15605 | 2025.04.15 04:09:53.475902 [ 5 ] {dda13255-1f0c-4d04-96ba-1d322556a734} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15606 | 2025.04.15 04:09:53.476434 [ 5 ] {dda13255-1f0c-4d04-96ba-1d322556a734} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15607 | 2025.04.15 04:09:53.476701 [ 5 ] {dda13255-1f0c-4d04-96ba-1d322556a734} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15608 | 2025.04.15 04:09:53.476931 [ 103 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15609 | 2025.04.15 04:09:53.476982 [ 5 ] {dda13255-1f0c-4d04-96ba-1d322556a734} <Debug> executeQuery: Read 1778 rows, 147.90 KiB in 0.002832 sec., 627824.8587570621 rows/sec., 51.00 MiB/sec. | ||
| 15610 | 2025.04.15 04:09:53.477025 [ 103 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15611 | 2025.04.15 04:09:53.477105 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15612 | 2025.04.15 04:09:53.477123 [ 5 ] {dda13255-1f0c-4d04-96ba-1d322556a734} <Debug> TCPHandler: Processed in 0.003164888 sec. | ||
| 15613 | 2025.04.15 04:09:53.477285 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15614 | 2025.04.15 04:09:53.477312 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15615 | 2025.04.15 04:09:53.477422 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15616 | 2025.04.15 04:09:53.477451 [ 5 ] {dd3c07cc-712b-4d63-b957-90302510d27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15617 | 2025.04.15 04:09:53.477462 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1847 rows starting from the beginning of the part | ||
| 15618 | 2025.04.15 04:09:53.477507 [ 5 ] {dd3c07cc-712b-4d63-b957-90302510d27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15619 | 2025.04.15 04:09:53.477603 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 633 rows starting from the beginning of the part | ||
| 15620 | 2025.04.15 04:09:53.477870 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 122 rows starting from the beginning of the part | ||
| 15621 | 2025.04.15 04:09:53.478091 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 633 rows starting from the beginning of the part | ||
| 15622 | 2025.04.15 04:09:53.478330 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 120 rows starting from the beginning of the part | ||
| 15623 | 2025.04.15 04:09:53.478569 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1778 rows starting from the beginning of the part | ||
| 15624 | 2025.04.15 04:09:53.479388 [ 5 ] {dd3c07cc-712b-4d63-b957-90302510d27d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15625 | 2025.04.15 04:09:53.479432 [ 5 ] {dd3c07cc-712b-4d63-b957-90302510d27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15626 | 2025.04.15 04:09:53.480017 [ 5 ] {dd3c07cc-712b-4d63-b957-90302510d27d} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15627 | 2025.04.15 04:09:53.480350 [ 5 ] {dd3c07cc-712b-4d63-b957-90302510d27d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15628 | 2025.04.15 04:09:53.480580 [ 103 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15629 | 2025.04.15 04:09:53.480629 [ 5 ] {dd3c07cc-712b-4d63-b957-90302510d27d} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.003207 sec., 38665.41939507327 rows/sec., 2.34 MiB/sec. | ||
| 15630 | 2025.04.15 04:09:53.480663 [ 103 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15631 | 2025.04.15 04:09:53.480769 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15632 | 2025.04.15 04:09:53.480773 [ 5 ] {dd3c07cc-712b-4d63-b957-90302510d27d} <Debug> TCPHandler: Processed in 0.003525096 sec. | ||
| 15633 | 2025.04.15 04:09:53.481086 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15634 | 2025.04.15 04:09:53.481302 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 15635 | 2025.04.15 04:09:53.481387 [ 5 ] {984b18d4-cfb1-4704-a114-c31151fea29b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15636 | 2025.04.15 04:09:53.481509 [ 5 ] {984b18d4-cfb1-4704-a114-c31151fea29b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15637 | 2025.04.15 04:09:53.481675 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15638 | 2025.04.15 04:09:53.481660 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5133 rows, containing 5 columns (5 merged, 0 gathered) in 0.004434964 sec., 1157393.836793264 rows/sec., 98.04 MiB/sec. | ||
| 15639 | 2025.04.15 04:09:53.481752 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 164 rows starting from the beginning of the part | ||
| 15640 | 2025.04.15 04:09:53.481976 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 114 rows starting from the beginning of the part | ||
| 15641 | 2025.04.15 04:09:53.482372 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15642 | 2025.04.15 04:09:53.482492 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 36 rows starting from the beginning of the part | ||
| 15643 | 2025.04.15 04:09:53.483102 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 114 rows starting from the beginning of the part | ||
| 15644 | 2025.04.15 04:09:53.483569 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 32 rows starting from the beginning of the part | ||
| 15645 | 2025.04.15 04:09:53.483948 [ 201 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 124 rows starting from the beginning of the part | ||
| 15646 | 2025.04.15 04:09:53.484029 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_126_25} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15647 | 2025.04.15 04:09:53.484607 [ 199 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_126_25} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15648 | 2025.04.15 04:09:53.484944 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
| 15649 | 2025.04.15 04:09:53.485256 [ 5 ] {984b18d4-cfb1-4704-a114-c31151fea29b} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15650 | 2025.04.15 04:09:53.485307 [ 5 ] {984b18d4-cfb1-4704-a114-c31151fea29b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15651 | 2025.04.15 04:09:53.485892 [ 5 ] {984b18d4-cfb1-4704-a114-c31151fea29b} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15652 | 2025.04.15 04:09:53.486184 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 5 columns (5 merged, 0 gathered) in 0.005287663 sec., 110445.76781841052 rows/sec., 7.33 MiB/sec. | ||
| 15653 | 2025.04.15 04:09:53.486252 [ 5 ] {984b18d4-cfb1-4704-a114-c31151fea29b} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15654 | 2025.04.15 04:09:53.486503 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15655 | 2025.04.15 04:09:53.486669 [ 5 ] {984b18d4-cfb1-4704-a114-c31151fea29b} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.005366 sec., 63548.26686544912 rows/sec., 4.24 MiB/sec. | ||
| 15656 | 2025.04.15 04:09:53.486742 [ 5 ] {984b18d4-cfb1-4704-a114-c31151fea29b} <Debug> TCPHandler: Processed in 0.005777533 sec. | ||
| 15657 | 2025.04.15 04:09:53.486905 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15658 | 2025.04.15 04:09:53.487039 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_106_21} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15659 | 2025.04.15 04:09:53.487103 [ 5 ] {030a0bd0-544d-42c6-a663-a2e2d8cae2ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15660 | 2025.04.15 04:09:53.487183 [ 5 ] {030a0bd0-544d-42c6-a663-a2e2d8cae2ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15661 | 2025.04.15 04:09:53.487196 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_106_21} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15662 | 2025.04.15 04:09:53.487408 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 15663 | 2025.04.15 04:09:53.487973 [ 5 ] {030a0bd0-544d-42c6-a663-a2e2d8cae2ff} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15664 | 2025.04.15 04:09:53.488018 [ 5 ] {030a0bd0-544d-42c6-a663-a2e2d8cae2ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15665 | 2025.04.15 04:09:53.488419 [ 5 ] {030a0bd0-544d-42c6-a663-a2e2d8cae2ff} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15666 | 2025.04.15 04:09:53.488666 [ 5 ] {030a0bd0-544d-42c6-a663-a2e2d8cae2ff} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15667 | 2025.04.15 04:09:53.488880 [ 5 ] {030a0bd0-544d-42c6-a663-a2e2d8cae2ff} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00182 sec., 61538.46153846154 rows/sec., 3.51 MiB/sec. | ||
| 15668 | 2025.04.15 04:09:53.488993 [ 5 ] {030a0bd0-544d-42c6-a663-a2e2d8cae2ff} <Debug> TCPHandler: Processed in 0.002161936 sec. | ||
| 15669 | 2025.04.15 04:09:53.489185 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15670 | 2025.04.15 04:09:53.489313 [ 5 ] {c7b036b2-2522-4444-b6e1-4a9088d6a7fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15671 | 2025.04.15 04:09:53.489361 [ 5 ] {c7b036b2-2522-4444-b6e1-4a9088d6a7fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15672 | 2025.04.15 04:09:53.490263 [ 5 ] {c7b036b2-2522-4444-b6e1-4a9088d6a7fc} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15673 | 2025.04.15 04:09:53.490306 [ 5 ] {c7b036b2-2522-4444-b6e1-4a9088d6a7fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15674 | 2025.04.15 04:09:53.490710 [ 5 ] {c7b036b2-2522-4444-b6e1-4a9088d6a7fc} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15675 | 2025.04.15 04:09:53.490950 [ 5 ] {c7b036b2-2522-4444-b6e1-4a9088d6a7fc} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15676 | 2025.04.15 04:09:53.491148 [ 103 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15677 | 2025.04.15 04:09:53.491177 [ 5 ] {c7b036b2-2522-4444-b6e1-4a9088d6a7fc} <Debug> executeQuery: Read 856 rows, 63.33 KiB in 0.001884 sec., 454352.4416135881 rows/sec., 32.83 MiB/sec. | ||
| 15678 | 2025.04.15 04:09:53.491203 [ 103 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15679 | 2025.04.15 04:09:53.491263 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15680 | 2025.04.15 04:09:53.491318 [ 5 ] {c7b036b2-2522-4444-b6e1-4a9088d6a7fc} <Debug> TCPHandler: Processed in 0.002237968 sec. | ||
| 15681 | 2025.04.15 04:09:53.491456 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15682 | 2025.04.15 04:09:53.491484 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15683 | 2025.04.15 04:09:53.491580 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15684 | 2025.04.15 04:09:53.491620 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 914 rows starting from the beginning of the part | ||
| 15685 | 2025.04.15 04:09:53.491620 [ 5 ] {5de6fd28-f52e-42fd-9f53-ea9a7fc7e595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15686 | 2025.04.15 04:09:53.491712 [ 5 ] {5de6fd28-f52e-42fd-9f53-ea9a7fc7e595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15687 | 2025.04.15 04:09:53.491747 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 390 rows starting from the beginning of the part | ||
| 15688 | 2025.04.15 04:09:53.492037 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 100 rows starting from the beginning of the part | ||
| 15689 | 2025.04.15 04:09:53.492397 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 390 rows starting from the beginning of the part | ||
| 15690 | 2025.04.15 04:09:53.492669 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 96 rows starting from the beginning of the part | ||
| 15691 | 2025.04.15 04:09:53.492967 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 856 rows starting from the beginning of the part | ||
| 15692 | 2025.04.15 04:09:53.493640 [ 5 ] {5de6fd28-f52e-42fd-9f53-ea9a7fc7e595} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15693 | 2025.04.15 04:09:53.493681 [ 5 ] {5de6fd28-f52e-42fd-9f53-ea9a7fc7e595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15694 | 2025.04.15 04:09:53.494180 [ 5 ] {5de6fd28-f52e-42fd-9f53-ea9a7fc7e595} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 15695 | 2025.04.15 04:09:53.494524 [ 5 ] {5de6fd28-f52e-42fd-9f53-ea9a7fc7e595} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15696 | 2025.04.15 04:09:53.494903 [ 5 ] {5de6fd28-f52e-42fd-9f53-ea9a7fc7e595} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003312 sec., 1811.5942028985507 rows/sec., 94.65 KiB/sec. | ||
| 15697 | 2025.04.15 04:09:53.494916 [ 220 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15698 | 2025.04.15 04:09:53.495029 [ 220 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15699 | 2025.04.15 04:09:53.495079 [ 5 ] {5de6fd28-f52e-42fd-9f53-ea9a7fc7e595} <Debug> TCPHandler: Processed in 0.003622287 sec. | ||
| 15700 | 2025.04.15 04:09:53.495303 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15701 | 2025.04.15 04:09:53.495477 [ 5 ] {17a26913-ec01-41ea-ab2a-0ecc0e71e58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15702 | 2025.04.15 04:09:53.495661 [ 5 ] {17a26913-ec01-41ea-ab2a-0ecc0e71e58e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15703 | 2025.04.15 04:09:53.495687 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2746 rows, containing 5 columns (5 merged, 0 gathered) in 0.004315732 sec., 636276.7660271769 rows/sec., 48.46 MiB/sec. | ||
| 15704 | 2025.04.15 04:09:53.496049 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15705 | 2025.04.15 04:09:53.496803 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_126_25} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15706 | 2025.04.15 04:09:53.497054 [ 197 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_126_25} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15707 | 2025.04.15 04:09:53.497374 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 15708 | 2025.04.15 04:09:53.497789 [ 5 ] {17a26913-ec01-41ea-ab2a-0ecc0e71e58e} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15709 | 2025.04.15 04:09:53.497849 [ 5 ] {17a26913-ec01-41ea-ab2a-0ecc0e71e58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15710 | 2025.04.15 04:09:53.498652 [ 5 ] {17a26913-ec01-41ea-ab2a-0ecc0e71e58e} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15711 | 2025.04.15 04:09:53.499110 [ 5 ] {17a26913-ec01-41ea-ab2a-0ecc0e71e58e} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15712 | 2025.04.15 04:09:53.499455 [ 5 ] {17a26913-ec01-41ea-ab2a-0ecc0e71e58e} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.004018 sec., 238924.83822797413 rows/sec., 15.88 MiB/sec. | ||
| 15713 | 2025.04.15 04:09:53.499678 [ 5 ] {17a26913-ec01-41ea-ab2a-0ecc0e71e58e} <Debug> TCPHandler: Processed in 0.004448795 sec. | ||
| 15714 | 2025.04.15 04:09:53.499733 [ 220 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 15715 | 2025.04.15 04:09:53.499979 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15716 | 2025.04.15 04:09:53.500437 [ 5 ] {7e0c29bc-f4aa-48c1-9df6-663a955b1c12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15717 | 2025.04.15 04:09:53.500665 [ 5 ] {7e0c29bc-f4aa-48c1-9df6-663a955b1c12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15718 | 2025.04.15 04:09:53.502579 [ 5 ] {7e0c29bc-f4aa-48c1-9df6-663a955b1c12} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15719 | 2025.04.15 04:09:53.502624 [ 5 ] {7e0c29bc-f4aa-48c1-9df6-663a955b1c12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15720 | 2025.04.15 04:09:53.503062 [ 5 ] {7e0c29bc-f4aa-48c1-9df6-663a955b1c12} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15721 | 2025.04.15 04:09:53.503337 [ 5 ] {7e0c29bc-f4aa-48c1-9df6-663a955b1c12} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15722 | 2025.04.15 04:09:53.503569 [ 5 ] {7e0c29bc-f4aa-48c1-9df6-663a955b1c12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003309 sec., 302.2061045633122 rows/sec., 20.36 KiB/sec. | ||
| 15723 | 2025.04.15 04:09:53.503636 [ 5 ] {7e0c29bc-f4aa-48c1-9df6-663a955b1c12} <Debug> TCPHandler: Processed in 0.003838321 sec. | ||
| 15724 | 2025.04.15 04:09:53.503771 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15725 | 2025.04.15 04:09:53.503903 [ 5 ] {47573a0e-0be6-436f-9d30-ec62539b03fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15726 | 2025.04.15 04:09:53.503993 [ 5 ] {47573a0e-0be6-436f-9d30-ec62539b03fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15727 | 2025.04.15 04:09:53.505174 [ 5 ] {47573a0e-0be6-436f-9d30-ec62539b03fb} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15728 | 2025.04.15 04:09:53.505215 [ 5 ] {47573a0e-0be6-436f-9d30-ec62539b03fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15729 | 2025.04.15 04:09:53.505844 [ 5 ] {47573a0e-0be6-436f-9d30-ec62539b03fb} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 15730 | 2025.04.15 04:09:53.506109 [ 5 ] {47573a0e-0be6-436f-9d30-ec62539b03fb} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15731 | 2025.04.15 04:09:53.506309 [ 103 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 15732 | 2025.04.15 04:09:53.506375 [ 103 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15733 | 2025.04.15 04:09:53.506399 [ 5 ] {47573a0e-0be6-436f-9d30-ec62539b03fb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002512 sec., 3184.7133757961783 rows/sec., 5.71 MiB/sec. | ||
| 15734 | 2025.04.15 04:09:53.506414 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15735 | 2025.04.15 04:09:53.506773 [ 191 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 15736 | 2025.04.15 04:09:53.506815 [ 5 ] {47573a0e-0be6-436f-9d30-ec62539b03fb} <Debug> TCPHandler: Processed in 0.003095656 sec. | ||
| 15737 | 2025.04.15 04:09:53.507065 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15738 | 2025.04.15 04:09:53.507335 [ 5 ] {2bc0180b-b289-40a3-bbb4-82d4e09b8044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15739 | 2025.04.15 04:09:53.507418 [ 191 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15740 | 2025.04.15 04:09:53.507438 [ 5 ] {2bc0180b-b289-40a3-bbb4-82d4e09b8044} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15741 | 2025.04.15 04:09:53.507631 [ 191 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1987 rows starting from the beginning of the part | ||
| 15742 | 2025.04.15 04:09:53.508547 [ 191 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 8 rows starting from the beginning of the part | ||
| 15743 | 2025.04.15 04:09:53.509458 [ 191 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 32 rows starting from the beginning of the part | ||
| 15744 | 2025.04.15 04:09:53.509602 [ 5 ] {2bc0180b-b289-40a3-bbb4-82d4e09b8044} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15745 | 2025.04.15 04:09:53.509701 [ 5 ] {2bc0180b-b289-40a3-bbb4-82d4e09b8044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15746 | 2025.04.15 04:09:53.510210 [ 191 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 8 rows starting from the beginning of the part | ||
| 15747 | 2025.04.15 04:09:53.510966 [ 191 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 32 rows starting from the beginning of the part | ||
| 15748 | 2025.04.15 04:09:53.511278 [ 5 ] {2bc0180b-b289-40a3-bbb4-82d4e09b8044} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 15749 | 2025.04.15 04:09:53.511622 [ 191 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part | ||
| 15750 | 2025.04.15 04:09:53.512288 [ 5 ] {2bc0180b-b289-40a3-bbb4-82d4e09b8044} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15751 | 2025.04.15 04:09:53.512703 [ 103 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 15752 | 2025.04.15 04:09:53.512806 [ 103 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15753 | 2025.04.15 04:09:53.512896 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.01 GiB. | ||
| 15754 | 2025.04.15 04:09:53.513096 [ 5 ] {2bc0180b-b289-40a3-bbb4-82d4e09b8044} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005817 sec., 5844.937252879491 rows/sec., 347.35 KiB/sec. | ||
| 15755 | 2025.04.15 04:09:53.513387 [ 5 ] {2bc0180b-b289-40a3-bbb4-82d4e09b8044} <Debug> TCPHandler: Processed in 0.006393176 sec. | ||
| 15756 | 2025.04.15 04:09:53.513490 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 15757 | 2025.04.15 04:09:53.513856 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15758 | 2025.04.15 04:09:53.513943 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 7230 rows starting from the beginning of the part | ||
| 15759 | 2025.04.15 04:09:53.514234 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 82 rows starting from the beginning of the part | ||
| 15760 | 2025.04.15 04:09:53.514501 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 15761 | 2025.04.15 04:09:53.514876 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 15762 | 2025.04.15 04:09:53.515037 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part | ||
| 15763 | 2025.04.15 04:09:53.515134 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 34 rows starting from the beginning of the part | ||
| 15764 | 2025.04.15 04:09:53.518673 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7548 rows, containing 4 columns (4 merged, 0 gathered) in 0.005575319 sec., 1353823.8798533322 rows/sec., 88.13 MiB/sec. | ||
| 15765 | 2025.04.15 04:09:53.519184 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 15766 | 2025.04.15 04:09:53.519688 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_126_25} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15767 | 2025.04.15 04:09:53.519777 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_126_25} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 15768 | 2025.04.15 04:09:53.520009 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 15769 | 2025.04.15 04:09:53.522889 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2075 rows, containing 19 columns (19 merged, 0 gathered) in 0.016349099 sec., 126918.30907623717 rows/sec., 227.43 MiB/sec. | ||
| 15770 | 2025.04.15 04:09:53.524812 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15771 | 2025.04.15 04:09:53.525204 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15772 | 2025.04.15 04:09:53.525283 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15773 | 2025.04.15 04:09:53.525428 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.82 MiB. | ||
| 15774 | 2025.04.15 04:09:55.681644 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2230 | ||
| 15775 | 2025.04.15 04:09:55.685519 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15776 | 2025.04.15 04:09:55.685579 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15777 | 2025.04.15 04:09:55.687116 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 15778 | 2025.04.15 04:09:55.687436 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15779 | 2025.04.15 04:09:55.688415 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2230 | ||
| 15780 | 2025.04.15 04:09:57.964318 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15781 | 2025.04.15 04:09:57.964526 [ 5 ] {0e413d7d-ffd7-4da0-aea1-af095d5bc1e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15782 | 2025.04.15 04:09:57.964605 [ 5 ] {0e413d7d-ffd7-4da0-aea1-af095d5bc1e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15783 | 2025.04.15 04:09:57.965431 [ 5 ] {0e413d7d-ffd7-4da0-aea1-af095d5bc1e7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15784 | 2025.04.15 04:09:57.965480 [ 5 ] {0e413d7d-ffd7-4da0-aea1-af095d5bc1e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15785 | 2025.04.15 04:09:57.965901 [ 5 ] {0e413d7d-ffd7-4da0-aea1-af095d5bc1e7} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15786 | 2025.04.15 04:09:57.966147 [ 5 ] {0e413d7d-ffd7-4da0-aea1-af095d5bc1e7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15787 | 2025.04.15 04:09:57.966385 [ 5 ] {0e413d7d-ffd7-4da0-aea1-af095d5bc1e7} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001914 sec., 29258.098223615467 rows/sec., 2.25 MiB/sec. | ||
| 15788 | 2025.04.15 04:09:57.966495 [ 5 ] {0e413d7d-ffd7-4da0-aea1-af095d5bc1e7} <Debug> TCPHandler: Processed in 0.00231049 sec. | ||
| 15789 | 2025.04.15 04:09:57.966663 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15790 | 2025.04.15 04:09:57.966969 [ 5 ] {f74ee419-493a-4adf-bba4-ca9851e93cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15791 | 2025.04.15 04:09:57.967081 [ 5 ] {f74ee419-493a-4adf-bba4-ca9851e93cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15792 | 2025.04.15 04:09:57.967663 [ 5 ] {f74ee419-493a-4adf-bba4-ca9851e93cc8} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15793 | 2025.04.15 04:09:57.967702 [ 5 ] {f74ee419-493a-4adf-bba4-ca9851e93cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15794 | 2025.04.15 04:09:57.968047 [ 5 ] {f74ee419-493a-4adf-bba4-ca9851e93cc8} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15795 | 2025.04.15 04:09:57.968282 [ 5 ] {f74ee419-493a-4adf-bba4-ca9851e93cc8} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15796 | 2025.04.15 04:09:57.968473 [ 5 ] {f74ee419-493a-4adf-bba4-ca9851e93cc8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001618 sec., 39555.00618046971 rows/sec., 3.09 MiB/sec. | ||
| 15797 | 2025.04.15 04:09:57.968523 [ 5 ] {f74ee419-493a-4adf-bba4-ca9851e93cc8} <Debug> TCPHandler: Processed in 0.001957732 sec. | ||
| 15798 | 2025.04.15 04:09:57.968631 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15799 | 2025.04.15 04:09:57.968733 [ 5 ] {76628359-d5f6-47d7-a66b-1db1a6ff13ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15800 | 2025.04.15 04:09:57.968781 [ 5 ] {76628359-d5f6-47d7-a66b-1db1a6ff13ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15801 | 2025.04.15 04:09:57.969290 [ 5 ] {76628359-d5f6-47d7-a66b-1db1a6ff13ab} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15802 | 2025.04.15 04:09:57.969328 [ 5 ] {76628359-d5f6-47d7-a66b-1db1a6ff13ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15803 | 2025.04.15 04:09:57.969708 [ 5 ] {76628359-d5f6-47d7-a66b-1db1a6ff13ab} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15804 | 2025.04.15 04:09:57.969958 [ 5 ] {76628359-d5f6-47d7-a66b-1db1a6ff13ab} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15805 | 2025.04.15 04:09:57.970160 [ 5 ] {76628359-d5f6-47d7-a66b-1db1a6ff13ab} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00144 sec., 88888.88888888889 rows/sec., 6.19 MiB/sec. | ||
| 15806 | 2025.04.15 04:09:57.970264 [ 5 ] {76628359-d5f6-47d7-a66b-1db1a6ff13ab} <Debug> TCPHandler: Processed in 0.001680806 sec. | ||
| 15807 | 2025.04.15 04:09:57.970400 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15808 | 2025.04.15 04:09:57.970647 [ 5 ] {29638b9a-ee21-4939-a730-32e90efd85cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15809 | 2025.04.15 04:09:57.970801 [ 5 ] {29638b9a-ee21-4939-a730-32e90efd85cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15810 | 2025.04.15 04:09:57.972392 [ 5 ] {29638b9a-ee21-4939-a730-32e90efd85cc} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15811 | 2025.04.15 04:09:57.972446 [ 5 ] {29638b9a-ee21-4939-a730-32e90efd85cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15812 | 2025.04.15 04:09:57.973394 [ 5 ] {29638b9a-ee21-4939-a730-32e90efd85cc} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 15813 | 2025.04.15 04:09:57.973635 [ 5 ] {29638b9a-ee21-4939-a730-32e90efd85cc} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15814 | 2025.04.15 04:09:57.973827 [ 5 ] {29638b9a-ee21-4939-a730-32e90efd85cc} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003324 sec., 14440.43321299639 rows/sec., 996.54 KiB/sec. | ||
| 15815 | 2025.04.15 04:09:57.973875 [ 5 ] {29638b9a-ee21-4939-a730-32e90efd85cc} <Debug> TCPHandler: Processed in 0.003525125 sec. | ||
| 15816 | 2025.04.15 04:09:57.982191 [ 221 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15817 | 2025.04.15 04:09:57.982254 [ 221 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15818 | 2025.04.15 04:09:57.984443 [ 221 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15819 | 2025.04.15 04:09:57.992332 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34343 | ||
| 15820 | 2025.04.15 04:09:57.992954 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15821 | 2025.04.15 04:09:57.992999 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15822 | 2025.04.15 04:09:57.993508 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15823 | 2025.04.15 04:09:57.993754 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15824 | 2025.04.15 04:09:57.993973 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34343 | ||
| 15825 | 2025.04.15 04:09:59.528375 [ 222 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15826 | 2025.04.15 04:09:59.528428 [ 222 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15827 | 2025.04.15 04:09:59.530641 [ 222 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15828 | 2025.04.15 04:10:00.000311 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.70 MiB, peak 287.98 MiB, free memory in arenas 0.00 B, will set to 269.70 MiB (RSS), difference: 4.00 MiB | ||
| 15829 | 2025.04.15 04:10:00.427154 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 15830 | 2025.04.15 04:10:00.455441 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15831 | 2025.04.15 04:10:00.455556 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15832 | 2025.04.15 04:10:00.466031 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 15833 | 2025.04.15 04:10:00.467114 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15834 | 2025.04.15 04:10:00.473011 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 15835 | 2025.04.15 04:10:02.123662 [ 225 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15836 | 2025.04.15 04:10:02.123714 [ 225 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15837 | 2025.04.15 04:10:02.125896 [ 225 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15838 | 2025.04.15 04:10:02.273809 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15839 | 2025.04.15 04:10:02.273861 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15840 | 2025.04.15 04:10:02.276027 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15841 | 2025.04.15 04:10:02.967149 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15842 | 2025.04.15 04:10:02.967337 [ 5 ] {05ccbe83-3423-449e-921e-5ca9540469d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15843 | 2025.04.15 04:10:02.967413 [ 5 ] {05ccbe83-3423-449e-921e-5ca9540469d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15844 | 2025.04.15 04:10:02.968229 [ 5 ] {05ccbe83-3423-449e-921e-5ca9540469d3} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15845 | 2025.04.15 04:10:02.968280 [ 5 ] {05ccbe83-3423-449e-921e-5ca9540469d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15846 | 2025.04.15 04:10:02.968740 [ 5 ] {05ccbe83-3423-449e-921e-5ca9540469d3} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15847 | 2025.04.15 04:10:02.969005 [ 5 ] {05ccbe83-3423-449e-921e-5ca9540469d3} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15848 | 2025.04.15 04:10:02.969227 [ 5 ] {05ccbe83-3423-449e-921e-5ca9540469d3} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001943 sec., 61760.164693772516 rows/sec., 5.25 MiB/sec. | ||
| 15849 | 2025.04.15 04:10:02.969293 [ 5 ] {05ccbe83-3423-449e-921e-5ca9540469d3} <Debug> TCPHandler: Processed in 0.002270108 sec. | ||
| 15850 | 2025.04.15 04:10:02.969425 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15851 | 2025.04.15 04:10:02.969539 [ 5 ] {1cb86db6-1b27-4195-a5c9-243d609ef858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15852 | 2025.04.15 04:10:02.969589 [ 5 ] {1cb86db6-1b27-4195-a5c9-243d609ef858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15853 | 2025.04.15 04:10:02.970125 [ 5 ] {1cb86db6-1b27-4195-a5c9-243d609ef858} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15854 | 2025.04.15 04:10:02.970168 [ 5 ] {1cb86db6-1b27-4195-a5c9-243d609ef858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15855 | 2025.04.15 04:10:02.970567 [ 5 ] {1cb86db6-1b27-4195-a5c9-243d609ef858} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15856 | 2025.04.15 04:10:02.970807 [ 5 ] {1cb86db6-1b27-4195-a5c9-243d609ef858} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15857 | 2025.04.15 04:10:02.970993 [ 5 ] {1cb86db6-1b27-4195-a5c9-243d609ef858} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001475 sec., 21694.91525423729 rows/sec., 1.59 MiB/sec. | ||
| 15858 | 2025.04.15 04:10:02.971074 [ 5 ] {1cb86db6-1b27-4195-a5c9-243d609ef858} <Debug> TCPHandler: Processed in 0.001701806 sec. | ||
| 15859 | 2025.04.15 04:10:02.971099 [ 222 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15860 | 2025.04.15 04:10:02.971173 [ 222 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15861 | 2025.04.15 04:10:02.971217 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15862 | 2025.04.15 04:10:02.971467 [ 5 ] {427eff31-f729-4a3a-b2d7-b3391c7260b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15863 | 2025.04.15 04:10:02.971515 [ 5 ] {427eff31-f729-4a3a-b2d7-b3391c7260b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15864 | 2025.04.15 04:10:02.972864 [ 5 ] {427eff31-f729-4a3a-b2d7-b3391c7260b7} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15865 | 2025.04.15 04:10:02.972914 [ 5 ] {427eff31-f729-4a3a-b2d7-b3391c7260b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15866 | 2025.04.15 04:10:02.973748 [ 5 ] {427eff31-f729-4a3a-b2d7-b3391c7260b7} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15867 | 2025.04.15 04:10:02.974216 [ 5 ] {427eff31-f729-4a3a-b2d7-b3391c7260b7} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15868 | 2025.04.15 04:10:02.974651 [ 221 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15869 | 2025.04.15 04:10:02.974685 [ 221 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15870 | 2025.04.15 04:10:02.974697 [ 5 ] {427eff31-f729-4a3a-b2d7-b3391c7260b7} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.003316 sec., 28950.542822677926 rows/sec., 2.26 MiB/sec. | ||
| 15871 | 2025.04.15 04:10:02.974772 [ 5 ] {427eff31-f729-4a3a-b2d7-b3391c7260b7} <Debug> TCPHandler: Processed in 0.003630308 sec. | ||
| 15872 | 2025.04.15 04:10:02.974975 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15873 | 2025.04.15 04:10:02.975173 [ 222 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15874 | 2025.04.15 04:10:02.975195 [ 5 ] {e8e4d898-d77e-44c8-a24a-ae4cb3225a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15875 | 2025.04.15 04:10:02.975470 [ 5 ] {e8e4d898-d77e-44c8-a24a-ae4cb3225a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15876 | 2025.04.15 04:10:02.978417 [ 5 ] {e8e4d898-d77e-44c8-a24a-ae4cb3225a1c} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15877 | 2025.04.15 04:10:02.978464 [ 5 ] {e8e4d898-d77e-44c8-a24a-ae4cb3225a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15878 | 2025.04.15 04:10:02.978963 [ 5 ] {e8e4d898-d77e-44c8-a24a-ae4cb3225a1c} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15879 | 2025.04.15 04:10:02.979247 [ 5 ] {e8e4d898-d77e-44c8-a24a-ae4cb3225a1c} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15880 | 2025.04.15 04:10:02.979445 [ 5 ] {e8e4d898-d77e-44c8-a24a-ae4cb3225a1c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004332 sec., 36934.441366574334 rows/sec., 2.57 MiB/sec. | ||
| 15881 | 2025.04.15 04:10:02.979522 [ 5 ] {e8e4d898-d77e-44c8-a24a-ae4cb3225a1c} <Debug> TCPHandler: Processed in 0.004610428 sec. | ||
| 15882 | 2025.04.15 04:10:02.979561 [ 221 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15883 | 2025.04.15 04:10:02.979740 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15884 | 2025.04.15 04:10:02.979889 [ 5 ] {1f31c69b-1ccf-45b3-a3b1-8412e3b080f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15885 | 2025.04.15 04:10:02.980032 [ 5 ] {1f31c69b-1ccf-45b3-a3b1-8412e3b080f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 15886 | 2025.04.15 04:10:02.981417 [ 5 ] {1f31c69b-1ccf-45b3-a3b1-8412e3b080f9} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15887 | 2025.04.15 04:10:02.981456 [ 5 ] {1f31c69b-1ccf-45b3-a3b1-8412e3b080f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15888 | 2025.04.15 04:10:02.982115 [ 5 ] {1f31c69b-1ccf-45b3-a3b1-8412e3b080f9} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15889 | 2025.04.15 04:10:02.982383 [ 5 ] {1f31c69b-1ccf-45b3-a3b1-8412e3b080f9} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15890 | 2025.04.15 04:10:02.982573 [ 5 ] {1f31c69b-1ccf-45b3-a3b1-8412e3b080f9} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002732 sec., 11713.03074670571 rows/sec., 20.99 MiB/sec. | ||
| 15891 | 2025.04.15 04:10:02.982677 [ 5 ] {1f31c69b-1ccf-45b3-a3b1-8412e3b080f9} <Debug> TCPHandler: Processed in 0.003003015 sec. | ||
| 15892 | 2025.04.15 04:10:02.982810 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15893 | 2025.04.15 04:10:02.982917 [ 5 ] {bf077f9a-537f-409a-9181-0ae1f6d7e970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15894 | 2025.04.15 04:10:02.982969 [ 5 ] {bf077f9a-537f-409a-9181-0ae1f6d7e970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15895 | 2025.04.15 04:10:02.983396 [ 5 ] {bf077f9a-537f-409a-9181-0ae1f6d7e970} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15896 | 2025.04.15 04:10:02.983434 [ 5 ] {bf077f9a-537f-409a-9181-0ae1f6d7e970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15897 | 2025.04.15 04:10:02.983794 [ 5 ] {bf077f9a-537f-409a-9181-0ae1f6d7e970} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 15898 | 2025.04.15 04:10:02.984048 [ 5 ] {bf077f9a-537f-409a-9181-0ae1f6d7e970} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15899 | 2025.04.15 04:10:02.984235 [ 5 ] {bf077f9a-537f-409a-9181-0ae1f6d7e970} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001339 sec., 44809.55937266617 rows/sec., 3.02 MiB/sec. | ||
| 15900 | 2025.04.15 04:10:02.984306 [ 5 ] {bf077f9a-537f-409a-9181-0ae1f6d7e970} <Debug> TCPHandler: Processed in 0.001547683 sec. | ||
| 15901 | 2025.04.15 04:10:03.917429 [ 220 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15902 | 2025.04.15 04:10:03.917485 [ 220 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15903 | 2025.04.15 04:10:03.919577 [ 220 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 15904 | 2025.04.15 04:10:04.108166 [ 142 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 5 parts from all_1_51_11 to all_55_55_0 | ||
| 15905 | 2025.04.15 04:10:04.108261 [ 142 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15906 | 2025.04.15 04:10:04.108300 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15907 | 2025.04.15 04:10:04.108564 [ 200 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_55_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_51_11 to all_55_55_0 into Compact with storage Full | ||
| 15908 | 2025.04.15 04:10:04.108938 [ 200 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_55_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15909 | 2025.04.15 04:10:04.108995 [ 200 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 51 rows starting from the beginning of the part | ||
| 15910 | 2025.04.15 04:10:04.109100 [ 200 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part | ||
| 15911 | 2025.04.15 04:10:04.109273 [ 200 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part | ||
| 15912 | 2025.04.15 04:10:04.109596 [ 200 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part | ||
| 15913 | 2025.04.15 04:10:04.109790 [ 200 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part | ||
| 15914 | 2025.04.15 04:10:04.111054 [ 200 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_55_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 55 rows, containing 4 columns (4 merged, 0 gathered) in 0.002651596 sec., 20742.224682794815 rows/sec., 1.36 MiB/sec. | ||
| 15915 | 2025.04.15 04:10:04.111194 [ 200 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_55_12} <Trace> MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary) | ||
| 15916 | 2025.04.15 04:10:04.111478 [ 200 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_55_12} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15917 | 2025.04.15 04:10:04.111561 [ 200 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_55_12} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 5 parts: [all_1_51_11, all_55_55_0] -> all_1_55_12 | ||
| 15918 | 2025.04.15 04:10:04.111644 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15919 | 2025.04.15 04:10:04.123226 [ 142 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 5 parts from all_1_51_11 to all_55_55_0 | ||
| 15920 | 2025.04.15 04:10:04.123267 [ 142 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15921 | 2025.04.15 04:10:04.123287 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15922 | 2025.04.15 04:10:04.123433 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_55_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_51_11 to all_55_55_0 into Compact with storage Full | ||
| 15923 | 2025.04.15 04:10:04.123844 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_55_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15924 | 2025.04.15 04:10:04.123923 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 342 rows starting from the beginning of the part | ||
| 15925 | 2025.04.15 04:10:04.124007 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 341 rows starting from the beginning of the part | ||
| 15926 | 2025.04.15 04:10:04.124122 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 113 rows starting from the beginning of the part | ||
| 15927 | 2025.04.15 04:10:04.124243 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 113 rows starting from the beginning of the part | ||
| 15928 | 2025.04.15 04:10:04.124344 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_55_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 341 rows starting from the beginning of the part | ||
| 15929 | 2025.04.15 04:10:04.125335 [ 200 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_55_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.001990352 sec., 628029.6148620947 rows/sec., 44.07 MiB/sec. | ||
| 15930 | 2025.04.15 04:10:04.125544 [ 194 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_55_12} <Trace> MergedBlockOutputStream: filled checksums all_1_55_12 (state Temporary) | ||
| 15931 | 2025.04.15 04:10:04.125919 [ 194 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_55_12} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_55_12 to all_1_55_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15932 | 2025.04.15 04:10:04.126019 [ 194 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_55_12} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 5 parts: [all_1_51_11, all_55_55_0] -> all_1_55_12 | ||
| 15933 | 2025.04.15 04:10:04.126127 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 15934 | 2025.04.15 04:10:04.148956 [ 218 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15935 | 2025.04.15 04:10:04.149024 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15936 | 2025.04.15 04:10:04.151200 [ 218 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 15937 | 2025.04.15 04:10:05.204951 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15938 | 2025.04.15 04:10:05.205034 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15939 | 2025.04.15 04:10:05.494139 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34831 | ||
| 15940 | 2025.04.15 04:10:05.494783 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15941 | 2025.04.15 04:10:05.494826 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15942 | 2025.04.15 04:10:05.495349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 15943 | 2025.04.15 04:10:05.495601 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15944 | 2025.04.15 04:10:05.495816 [ 143 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 15945 | 2025.04.15 04:10:05.495845 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 15946 | 2025.04.15 04:10:05.495891 [ 143 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15947 | 2025.04.15 04:10:05.495919 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15948 | 2025.04.15 04:10:05.496040 [ 192 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 15949 | 2025.04.15 04:10:05.496153 [ 192 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15950 | 2025.04.15 04:10:05.496187 [ 192 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32513 rows starting from the beginning of the part | ||
| 15951 | 2025.04.15 04:10:05.496251 [ 192 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 488 rows starting from the beginning of the part | ||
| 15952 | 2025.04.15 04:10:05.496333 [ 192 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 427 rows starting from the beginning of the part | ||
| 15953 | 2025.04.15 04:10:05.496474 [ 192 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 488 rows starting from the beginning of the part | ||
| 15954 | 2025.04.15 04:10:05.496720 [ 192 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 427 rows starting from the beginning of the part | ||
| 15955 | 2025.04.15 04:10:05.496878 [ 192 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 488 rows starting from the beginning of the part | ||
| 15956 | 2025.04.15 04:10:05.499763 [ 195 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.00377527 sec., 9226095.087238794 rows/sec., 131.98 MiB/sec. | ||
| 15957 | 2025.04.15 04:10:05.500071 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 15958 | 2025.04.15 04:10:05.500390 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_76_15} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15959 | 2025.04.15 04:10:05.500479 [ 187 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_76_15} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 15960 | 2025.04.15 04:10:05.500590 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 15961 | 2025.04.15 04:10:05.688767 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2250 | ||
| 15962 | 2025.04.15 04:10:05.691731 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15963 | 2025.04.15 04:10:05.691786 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15964 | 2025.04.15 04:10:05.693330 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 15965 | 2025.04.15 04:10:05.693654 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15966 | 2025.04.15 04:10:05.693888 [ 141 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 15967 | 2025.04.15 04:10:05.694007 [ 141 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15968 | 2025.04.15 04:10:05.694075 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15969 | 2025.04.15 04:10:05.694691 [ 200 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 15970 | 2025.04.15 04:10:05.696488 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2250 | ||
| 15971 | 2025.04.15 04:10:05.696810 [ 200 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15972 | 2025.04.15 04:10:05.696981 [ 200 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2058 rows starting from the beginning of the part | ||
| 15973 | 2025.04.15 04:10:05.697590 [ 200 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 58 rows starting from the beginning of the part | ||
| 15974 | 2025.04.15 04:10:05.698204 [ 200 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 20 rows starting from the beginning of the part | ||
| 15975 | 2025.04.15 04:10:05.698810 [ 200 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 36 rows starting from the beginning of the part | ||
| 15976 | 2025.04.15 04:10:05.699399 [ 200 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 58 rows starting from the beginning of the part | ||
| 15977 | 2025.04.15 04:10:05.700082 [ 200 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 20 rows starting from the beginning of the part | ||
| 15978 | 2025.04.15 04:10:05.709547 [ 189 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2250 rows, containing 72 columns (72 merged, 0 gathered) in 0.015334028 sec., 146732.48281534377 rows/sec., 110.53 MiB/sec. | ||
| 15979 | 2025.04.15 04:10:05.712028 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 15980 | 2025.04.15 04:10:05.712819 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_56_11} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15981 | 2025.04.15 04:10:05.712905 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_56_11} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 15982 | 2025.04.15 04:10:05.713249 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 15983 | 2025.04.15 04:10:06.177809 [ 141 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 15984 | 2025.04.15 04:10:06.177915 [ 141 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15985 | 2025.04.15 04:10:06.177959 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 15986 | 2025.04.15 04:10:06.178300 [ 195 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 15987 | 2025.04.15 04:10:06.178808 [ 195 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15988 | 2025.04.15 04:10:06.178881 [ 195 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 18 rows starting from the beginning of the part | ||
| 15989 | 2025.04.15 04:10:06.178974 [ 195 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
| 15990 | 2025.04.15 04:10:06.179270 [ 195 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 15991 | 2025.04.15 04:10:06.179446 [ 195 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part | ||
| 15992 | 2025.04.15 04:10:06.179612 [ 195 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 10 rows starting from the beginning of the part | ||
| 15993 | 2025.04.15 04:10:06.181599 [ 195 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.003513375 sec., 10246.557796990073 rows/sec., 875.56 KiB/sec. | ||
| 15994 | 2025.04.15 04:10:06.181842 [ 195 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 15995 | 2025.04.15 04:10:06.182120 [ 195 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_33_8} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15996 | 2025.04.15 04:10:06.182202 [ 195 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_33_8} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 15997 | 2025.04.15 04:10:06.182284 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15998 | 2025.04.15 04:10:07.971338 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15999 | 2025.04.15 04:10:07.971520 [ 5 ] {adba5237-e3d6-422c-9012-d011f5b177c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16000 | 2025.04.15 04:10:07.971589 [ 5 ] {adba5237-e3d6-422c-9012-d011f5b177c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16001 | 2025.04.15 04:10:07.972449 [ 5 ] {adba5237-e3d6-422c-9012-d011f5b177c0} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16002 | 2025.04.15 04:10:07.972496 [ 5 ] {adba5237-e3d6-422c-9012-d011f5b177c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16003 | 2025.04.15 04:10:07.972915 [ 5 ] {adba5237-e3d6-422c-9012-d011f5b177c0} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16004 | 2025.04.15 04:10:07.973156 [ 5 ] {adba5237-e3d6-422c-9012-d011f5b177c0} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16005 | 2025.04.15 04:10:07.973368 [ 5 ] {adba5237-e3d6-422c-9012-d011f5b177c0} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001897 sec., 111755.40326831839 rows/sec., 7.11 MiB/sec. | ||
| 16006 | 2025.04.15 04:10:07.973421 [ 5 ] {adba5237-e3d6-422c-9012-d011f5b177c0} <Debug> TCPHandler: Processed in 0.002206237 sec. | ||
| 16007 | 2025.04.15 04:10:07.973539 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16008 | 2025.04.15 04:10:07.973641 [ 5 ] {f8e1aea5-9520-428d-8263-1573f5dfb74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16009 | 2025.04.15 04:10:07.973686 [ 5 ] {f8e1aea5-9520-428d-8263-1573f5dfb74e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16010 | 2025.04.15 04:10:07.974062 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 16011 | 2025.04.15 04:10:07.975605 [ 5 ] {f8e1aea5-9520-428d-8263-1573f5dfb74e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16012 | 2025.04.15 04:10:07.975984 [ 5 ] {f8e1aea5-9520-428d-8263-1573f5dfb74e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16013 | 2025.04.15 04:10:07.978650 [ 5 ] {f8e1aea5-9520-428d-8263-1573f5dfb74e} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16014 | 2025.04.15 04:10:07.979580 [ 5 ] {f8e1aea5-9520-428d-8263-1573f5dfb74e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16015 | 2025.04.15 04:10:07.980507 [ 5 ] {f8e1aea5-9520-428d-8263-1573f5dfb74e} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.006866 sec., 92193.41683658608 rows/sec., 7.25 MiB/sec. | ||
| 16016 | 2025.04.15 04:10:07.980742 [ 5 ] {f8e1aea5-9520-428d-8263-1573f5dfb74e} <Debug> TCPHandler: Processed in 0.007237055 sec. | ||
| 16017 | 2025.04.15 04:10:07.981069 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16018 | 2025.04.15 04:10:07.981372 [ 5 ] {a6acdf0c-0775-4a84-b076-89d08ce09302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16019 | 2025.04.15 04:10:07.981548 [ 5 ] {a6acdf0c-0775-4a84-b076-89d08ce09302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16020 | 2025.04.15 04:10:07.987108 [ 5 ] {a6acdf0c-0775-4a84-b076-89d08ce09302} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16021 | 2025.04.15 04:10:07.987243 [ 5 ] {a6acdf0c-0775-4a84-b076-89d08ce09302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16022 | 2025.04.15 04:10:07.989929 [ 5 ] {a6acdf0c-0775-4a84-b076-89d08ce09302} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 16023 | 2025.04.15 04:10:07.990991 [ 5 ] {a6acdf0c-0775-4a84-b076-89d08ce09302} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16024 | 2025.04.15 04:10:07.991585 [ 5 ] {a6acdf0c-0775-4a84-b076-89d08ce09302} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.010274 sec., 11095.970410745571 rows/sec., 680.10 KiB/sec. | ||
| 16025 | 2025.04.15 04:10:07.992060 [ 5 ] {a6acdf0c-0775-4a84-b076-89d08ce09302} <Debug> TCPHandler: Processed in 0.011129577 sec. | ||
| 16026 | 2025.04.15 04:10:07.992433 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16027 | 2025.04.15 04:10:07.992829 [ 5 ] {3d976c67-20e4-4179-b8a5-498f1b6e4c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16028 | 2025.04.15 04:10:07.993009 [ 5 ] {3d976c67-20e4-4179-b8a5-498f1b6e4c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16029 | 2025.04.15 04:10:07.996526 [ 5 ] {3d976c67-20e4-4179-b8a5-498f1b6e4c94} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16030 | 2025.04.15 04:10:07.996594 [ 5 ] {3d976c67-20e4-4179-b8a5-498f1b6e4c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16031 | 2025.04.15 04:10:07.998228 [ 5 ] {3d976c67-20e4-4179-b8a5-498f1b6e4c94} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16032 | 2025.04.15 04:10:07.999067 [ 5 ] {3d976c67-20e4-4179-b8a5-498f1b6e4c94} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16033 | 2025.04.15 04:10:07.999840 [ 5 ] {3d976c67-20e4-4179-b8a5-498f1b6e4c94} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.007082 sec., 15955.944648404406 rows/sec., 1.03 MiB/sec. | ||
| 16034 | 2025.04.15 04:10:08.000182 [ 5 ] {3d976c67-20e4-4179-b8a5-498f1b6e4c94} <Debug> TCPHandler: Processed in 0.007864468 sec. | ||
| 16035 | 2025.04.15 04:10:08.000734 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16036 | 2025.04.15 04:10:08.001309 [ 5 ] {3eb04023-f406-44b2-afd6-8f6a0ff679de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16037 | 2025.04.15 04:10:08.001531 [ 5 ] {3eb04023-f406-44b2-afd6-8f6a0ff679de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16038 | 2025.04.15 04:10:08.004782 [ 5 ] {3eb04023-f406-44b2-afd6-8f6a0ff679de} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16039 | 2025.04.15 04:10:08.004867 [ 5 ] {3eb04023-f406-44b2-afd6-8f6a0ff679de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16040 | 2025.04.15 04:10:08.005712 [ 5 ] {3eb04023-f406-44b2-afd6-8f6a0ff679de} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16041 | 2025.04.15 04:10:08.006553 [ 5 ] {3eb04023-f406-44b2-afd6-8f6a0ff679de} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16042 | 2025.04.15 04:10:08.007507 [ 5 ] {3eb04023-f406-44b2-afd6-8f6a0ff679de} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006406 sec., 17483.609116453325 rows/sec., 1019.86 KiB/sec. | ||
| 16043 | 2025.04.15 04:10:08.007834 [ 5 ] {3eb04023-f406-44b2-afd6-8f6a0ff679de} <Debug> TCPHandler: Processed in 0.007286845 sec. | ||
| 16044 | 2025.04.15 04:10:08.008166 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16045 | 2025.04.15 04:10:08.008438 [ 5 ] {f1210e8c-9e69-4283-963e-c6572b85e774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16046 | 2025.04.15 04:10:08.008576 [ 5 ] {f1210e8c-9e69-4283-963e-c6572b85e774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16047 | 2025.04.15 04:10:08.011650 [ 5 ] {f1210e8c-9e69-4283-963e-c6572b85e774} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16048 | 2025.04.15 04:10:08.011727 [ 5 ] {f1210e8c-9e69-4283-963e-c6572b85e774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16049 | 2025.04.15 04:10:08.013205 [ 5 ] {f1210e8c-9e69-4283-963e-c6572b85e774} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16050 | 2025.04.15 04:10:08.013989 [ 5 ] {f1210e8c-9e69-4283-963e-c6572b85e774} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16051 | 2025.04.15 04:10:08.014851 [ 5 ] {f1210e8c-9e69-4283-963e-c6572b85e774} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.006472 sec., 60259.57972805933 rows/sec., 4.26 MiB/sec. | ||
| 16052 | 2025.04.15 04:10:08.015119 [ 5 ] {f1210e8c-9e69-4283-963e-c6572b85e774} <Debug> TCPHandler: Processed in 0.007077091 sec. | ||
| 16053 | 2025.04.15 04:10:08.015390 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16054 | 2025.04.15 04:10:08.015758 [ 5 ] {11908af3-835d-4409-a763-bcad84a641a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16055 | 2025.04.15 04:10:08.015983 [ 5 ] {11908af3-835d-4409-a763-bcad84a641a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16056 | 2025.04.15 04:10:08.018438 [ 5 ] {11908af3-835d-4409-a763-bcad84a641a5} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16057 | 2025.04.15 04:10:08.018510 [ 5 ] {11908af3-835d-4409-a763-bcad84a641a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16058 | 2025.04.15 04:10:08.019617 [ 5 ] {11908af3-835d-4409-a763-bcad84a641a5} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 16059 | 2025.04.15 04:10:08.020166 [ 5 ] {11908af3-835d-4409-a763-bcad84a641a5} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16060 | 2025.04.15 04:10:08.020990 [ 5 ] {11908af3-835d-4409-a763-bcad84a641a5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005334 sec., 1124.859392575928 rows/sec., 58.77 KiB/sec. | ||
| 16061 | 2025.04.15 04:10:08.021476 [ 5 ] {11908af3-835d-4409-a763-bcad84a641a5} <Debug> TCPHandler: Processed in 0.006210482 sec. | ||
| 16062 | 2025.04.15 04:10:08.021905 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16063 | 2025.04.15 04:10:08.022226 [ 5 ] {ff798d8c-9c49-4c24-9ff3-1fdd70814c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16064 | 2025.04.15 04:10:08.022420 [ 5 ] {ff798d8c-9c49-4c24-9ff3-1fdd70814c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16065 | 2025.04.15 04:10:08.025568 [ 5 ] {ff798d8c-9c49-4c24-9ff3-1fdd70814c87} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16066 | 2025.04.15 04:10:08.025643 [ 5 ] {ff798d8c-9c49-4c24-9ff3-1fdd70814c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16067 | 2025.04.15 04:10:08.026963 [ 5 ] {ff798d8c-9c49-4c24-9ff3-1fdd70814c87} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16068 | 2025.04.15 04:10:08.027601 [ 5 ] {ff798d8c-9c49-4c24-9ff3-1fdd70814c87} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16069 | 2025.04.15 04:10:08.027964 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_124_25 to all_129_129_0 | ||
| 16070 | 2025.04.15 04:10:08.028104 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16071 | 2025.04.15 04:10:08.028192 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16072 | 2025.04.15 04:10:08.028273 [ 5 ] {ff798d8c-9c49-4c24-9ff3-1fdd70814c87} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00615 sec., 38536.58536585366 rows/sec., 2.58 MiB/sec. | ||
| 16073 | 2025.04.15 04:10:08.028699 [ 5 ] {ff798d8c-9c49-4c24-9ff3-1fdd70814c87} <Debug> TCPHandler: Processed in 0.006885727 sec. | ||
| 16074 | 2025.04.15 04:10:08.028731 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_129_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_124_25 to all_129_129_0 into Compact with storage Full | ||
| 16075 | 2025.04.15 04:10:08.029118 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16076 | 2025.04.15 04:10:08.029201 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_129_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16077 | 2025.04.15 04:10:08.029297 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 36859 rows starting from the beginning of the part | ||
| 16078 | 2025.04.15 04:10:08.029626 [ 5 ] {a17d79c6-c2b6-4524-918a-dbefecd8558d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16079 | 2025.04.15 04:10:08.029771 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part | ||
| 16080 | 2025.04.15 04:10:08.029946 [ 5 ] {a17d79c6-c2b6-4524-918a-dbefecd8558d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16081 | 2025.04.15 04:10:08.030316 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 960 rows starting from the beginning of the part | ||
| 16082 | 2025.04.15 04:10:08.030925 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 128 rows starting from the beginning of the part | ||
| 16083 | 2025.04.15 04:10:08.031521 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part | ||
| 16084 | 2025.04.15 04:10:08.032069 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_129_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 237 rows starting from the beginning of the part | ||
| 16085 | 2025.04.15 04:10:08.034646 [ 5 ] {a17d79c6-c2b6-4524-918a-dbefecd8558d} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16086 | 2025.04.15 04:10:08.034728 [ 5 ] {a17d79c6-c2b6-4524-918a-dbefecd8558d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16087 | 2025.04.15 04:10:08.036676 [ 5 ] {a17d79c6-c2b6-4524-918a-dbefecd8558d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16088 | 2025.04.15 04:10:08.037260 [ 5 ] {a17d79c6-c2b6-4524-918a-dbefecd8558d} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16089 | 2025.04.15 04:10:08.037659 [ 5 ] {a17d79c6-c2b6-4524-918a-dbefecd8558d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.008261 sec., 121.0507202517855 rows/sec., 8.16 KiB/sec. | ||
| 16090 | 2025.04.15 04:10:08.038072 [ 5 ] {a17d79c6-c2b6-4524-918a-dbefecd8558d} <Debug> TCPHandler: Processed in 0.009091714 sec. | ||
| 16091 | 2025.04.15 04:10:08.038416 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16092 | 2025.04.15 04:10:08.038940 [ 5 ] {f28b022a-ee88-4243-b00b-9f4336d43805} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16093 | 2025.04.15 04:10:08.039182 [ 5 ] {f28b022a-ee88-4243-b00b-9f4336d43805} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16094 | 2025.04.15 04:10:08.046139 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_129_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38504 rows, containing 5 columns (5 merged, 0 gathered) in 0.017790829 sec., 2164261.148257903 rows/sec., 146.09 MiB/sec. | ||
| 16095 | 2025.04.15 04:10:08.046699 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_129_26} <Trace> MergedBlockOutputStream: filled checksums all_1_129_26 (state Temporary) | ||
| 16096 | 2025.04.15 04:10:08.047787 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_129_26 to all_1_129_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16097 | 2025.04.15 04:10:08.048134 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_129_26} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_124_25, all_129_129_0] -> all_1_129_26 | ||
| 16098 | 2025.04.15 04:10:08.048463 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
| 16099 | 2025.04.15 04:10:08.052589 [ 5 ] {f28b022a-ee88-4243-b00b-9f4336d43805} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16100 | 2025.04.15 04:10:08.052845 [ 5 ] {f28b022a-ee88-4243-b00b-9f4336d43805} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16101 | 2025.04.15 04:10:08.058732 [ 5 ] {f28b022a-ee88-4243-b00b-9f4336d43805} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 16102 | 2025.04.15 04:10:08.059600 [ 5 ] {f28b022a-ee88-4243-b00b-9f4336d43805} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16103 | 2025.04.15 04:10:08.060780 [ 5 ] {f28b022a-ee88-4243-b00b-9f4336d43805} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.021987 sec., 363.85136671669625 rows/sec., 667.65 KiB/sec. | ||
| 16104 | 2025.04.15 04:10:08.062071 [ 5 ] {f28b022a-ee88-4243-b00b-9f4336d43805} <Debug> TCPHandler: Processed in 0.023767147 sec. | ||
| 16105 | 2025.04.15 04:10:08.062613 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16106 | 2025.04.15 04:10:08.063017 [ 5 ] {8c20dfdb-7c4a-4e7d-bc74-221c57846eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16107 | 2025.04.15 04:10:08.063170 [ 5 ] {8c20dfdb-7c4a-4e7d-bc74-221c57846eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16108 | 2025.04.15 04:10:08.065209 [ 5 ] {8c20dfdb-7c4a-4e7d-bc74-221c57846eaf} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16109 | 2025.04.15 04:10:08.065315 [ 5 ] {8c20dfdb-7c4a-4e7d-bc74-221c57846eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16110 | 2025.04.15 04:10:08.066721 [ 5 ] {8c20dfdb-7c4a-4e7d-bc74-221c57846eaf} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 16111 | 2025.04.15 04:10:08.067327 [ 5 ] {8c20dfdb-7c4a-4e7d-bc74-221c57846eaf} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16112 | 2025.04.15 04:10:08.068019 [ 5 ] {8c20dfdb-7c4a-4e7d-bc74-221c57846eaf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005137 sec., 15962.624099669067 rows/sec., 1.01 MiB/sec. | ||
| 16113 | 2025.04.15 04:10:08.068331 [ 5 ] {8c20dfdb-7c4a-4e7d-bc74-221c57846eaf} <Debug> TCPHandler: Processed in 0.005869265 sec. | ||
| 16114 | 2025.04.15 04:10:08.073309 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16115 | 2025.04.15 04:10:08.073354 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16116 | 2025.04.15 04:10:08.081004 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 16117 | 2025.04.15 04:10:08.081816 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16118 | 2025.04.15 04:10:08.082144 [ 139 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 16119 | 2025.04.15 04:10:08.082229 [ 139 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16120 | 2025.04.15 04:10:08.082280 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16121 | 2025.04.15 04:10:08.082723 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 16122 | 2025.04.15 04:10:08.098056 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 16123 | 2025.04.15 04:10:08.099676 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16124 | 2025.04.15 04:10:08.100872 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part | ||
| 16125 | 2025.04.15 04:10:08.106098 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part | ||
| 16126 | 2025.04.15 04:10:08.111874 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 16127 | 2025.04.15 04:10:08.117789 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 16128 | 2025.04.15 04:10:08.124050 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 16129 | 2025.04.15 04:10:08.130276 [ 193 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 16130 | 2025.04.15 04:10:08.197026 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.114623766 sec., 4998.963303997532 rows/sec., 25.85 MiB/sec. | ||
| 16131 | 2025.04.15 04:10:08.199842 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 16132 | 2025.04.15 04:10:08.202844 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_76_15} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16133 | 2025.04.15 04:10:08.203008 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_76_15} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 16134 | 2025.04.15 04:10:08.205528 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 16135 | 2025.04.15 04:10:09.000268 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.35 MiB, peak 288.78 MiB, free memory in arenas 0.00 B, will set to 269.70 MiB (RSS), difference: -1.64 MiB | ||
| 16136 | 2025.04.15 04:10:12.966828 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16137 | 2025.04.15 04:10:12.967053 [ 5 ] {6ce191e9-7856-4139-ad87-e3af8748a1e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16138 | 2025.04.15 04:10:12.967132 [ 5 ] {6ce191e9-7856-4139-ad87-e3af8748a1e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16139 | 2025.04.15 04:10:12.967949 [ 5 ] {6ce191e9-7856-4139-ad87-e3af8748a1e1} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16140 | 2025.04.15 04:10:12.967995 [ 5 ] {6ce191e9-7856-4139-ad87-e3af8748a1e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16141 | 2025.04.15 04:10:12.968397 [ 5 ] {6ce191e9-7856-4139-ad87-e3af8748a1e1} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 16142 | 2025.04.15 04:10:12.968639 [ 5 ] {6ce191e9-7856-4139-ad87-e3af8748a1e1} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16143 | 2025.04.15 04:10:12.968862 [ 5 ] {6ce191e9-7856-4139-ad87-e3af8748a1e1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001868 sec., 1070.663811563169 rows/sec., 87.31 KiB/sec. | ||
| 16144 | 2025.04.15 04:10:12.968916 [ 5 ] {6ce191e9-7856-4139-ad87-e3af8748a1e1} <Debug> TCPHandler: Processed in 0.002219827 sec. | ||
| 16145 | 2025.04.15 04:10:12.969043 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16146 | 2025.04.15 04:10:12.969145 [ 5 ] {13bfef8d-0c2c-4682-a80e-28cb78b4da8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16147 | 2025.04.15 04:10:12.969189 [ 5 ] {13bfef8d-0c2c-4682-a80e-28cb78b4da8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16148 | 2025.04.15 04:10:12.969755 [ 5 ] {13bfef8d-0c2c-4682-a80e-28cb78b4da8f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16149 | 2025.04.15 04:10:12.969793 [ 5 ] {13bfef8d-0c2c-4682-a80e-28cb78b4da8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16150 | 2025.04.15 04:10:12.970145 [ 5 ] {13bfef8d-0c2c-4682-a80e-28cb78b4da8f} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16151 | 2025.04.15 04:10:12.970377 [ 5 ] {13bfef8d-0c2c-4682-a80e-28cb78b4da8f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16152 | 2025.04.15 04:10:12.970582 [ 5 ] {13bfef8d-0c2c-4682-a80e-28cb78b4da8f} <Debug> executeQuery: Read 121 rows, 10.51 KiB in 0.001459 sec., 82933.51610692254 rows/sec., 7.04 MiB/sec. | ||
| 16153 | 2025.04.15 04:10:12.970631 [ 5 ] {13bfef8d-0c2c-4682-a80e-28cb78b4da8f} <Debug> TCPHandler: Processed in 0.001635555 sec. | ||
| 16154 | 2025.04.15 04:10:12.970748 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16155 | 2025.04.15 04:10:12.970849 [ 5 ] {7a3676af-6f26-480e-bbe5-e987134fb4bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16156 | 2025.04.15 04:10:12.970894 [ 5 ] {7a3676af-6f26-480e-bbe5-e987134fb4bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16157 | 2025.04.15 04:10:12.971410 [ 5 ] {7a3676af-6f26-480e-bbe5-e987134fb4bd} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16158 | 2025.04.15 04:10:12.971448 [ 5 ] {7a3676af-6f26-480e-bbe5-e987134fb4bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16159 | 2025.04.15 04:10:12.971801 [ 5 ] {7a3676af-6f26-480e-bbe5-e987134fb4bd} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 16160 | 2025.04.15 04:10:12.972027 [ 5 ] {7a3676af-6f26-480e-bbe5-e987134fb4bd} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16161 | 2025.04.15 04:10:12.972218 [ 5 ] {7a3676af-6f26-480e-bbe5-e987134fb4bd} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.001389 sec., 24478.041756659466 rows/sec., 1.79 MiB/sec. | ||
| 16162 | 2025.04.15 04:10:12.972267 [ 5 ] {7a3676af-6f26-480e-bbe5-e987134fb4bd} <Debug> TCPHandler: Processed in 0.001567993 sec. | ||
| 16163 | 2025.04.15 04:10:12.972377 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16164 | 2025.04.15 04:10:12.972479 [ 5 ] {45357640-f790-4c17-94d9-9852a1d9e9a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16165 | 2025.04.15 04:10:12.972523 [ 5 ] {45357640-f790-4c17-94d9-9852a1d9e9a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16166 | 2025.04.15 04:10:12.973050 [ 5 ] {45357640-f790-4c17-94d9-9852a1d9e9a3} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16167 | 2025.04.15 04:10:12.973087 [ 5 ] {45357640-f790-4c17-94d9-9852a1d9e9a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16168 | 2025.04.15 04:10:12.973427 [ 5 ] {45357640-f790-4c17-94d9-9852a1d9e9a3} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16169 | 2025.04.15 04:10:12.973649 [ 5 ] {45357640-f790-4c17-94d9-9852a1d9e9a3} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16170 | 2025.04.15 04:10:12.973836 [ 5 ] {45357640-f790-4c17-94d9-9852a1d9e9a3} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.001377 sec., 71169.20842411039 rows/sec., 5.56 MiB/sec. | ||
| 16171 | 2025.04.15 04:10:12.973884 [ 5 ] {45357640-f790-4c17-94d9-9852a1d9e9a3} <Debug> TCPHandler: Processed in 0.001553953 sec. | ||
| 16172 | 2025.04.15 04:10:12.974000 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16173 | 2025.04.15 04:10:12.974102 [ 5 ] {706498fc-2653-4d0d-ac82-60721de580b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16174 | 2025.04.15 04:10:12.974149 [ 5 ] {706498fc-2653-4d0d-ac82-60721de580b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16175 | 2025.04.15 04:10:12.974649 [ 5 ] {706498fc-2653-4d0d-ac82-60721de580b0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16176 | 2025.04.15 04:10:12.974686 [ 5 ] {706498fc-2653-4d0d-ac82-60721de580b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16177 | 2025.04.15 04:10:12.975057 [ 5 ] {706498fc-2653-4d0d-ac82-60721de580b0} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16178 | 2025.04.15 04:10:12.975286 [ 5 ] {706498fc-2653-4d0d-ac82-60721de580b0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16179 | 2025.04.15 04:10:12.975480 [ 5 ] {706498fc-2653-4d0d-ac82-60721de580b0} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001399 sec., 115082.20157255181 rows/sec., 8.01 MiB/sec. | ||
| 16180 | 2025.04.15 04:10:12.975536 [ 5 ] {706498fc-2653-4d0d-ac82-60721de580b0} <Debug> TCPHandler: Processed in 0.001578724 sec. | ||
| 16181 | 2025.04.15 04:10:12.975647 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16182 | 2025.04.15 04:10:12.975748 [ 5 ] {8ce43052-ffd7-4178-a592-fa93caa220a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16183 | 2025.04.15 04:10:12.975812 [ 5 ] {8ce43052-ffd7-4178-a592-fa93caa220a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16184 | 2025.04.15 04:10:12.976852 [ 5 ] {8ce43052-ffd7-4178-a592-fa93caa220a5} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16185 | 2025.04.15 04:10:12.976954 [ 5 ] {8ce43052-ffd7-4178-a592-fa93caa220a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16186 | 2025.04.15 04:10:12.977583 [ 5 ] {8ce43052-ffd7-4178-a592-fa93caa220a5} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 16187 | 2025.04.15 04:10:12.977838 [ 5 ] {8ce43052-ffd7-4178-a592-fa93caa220a5} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16188 | 2025.04.15 04:10:12.978079 [ 5 ] {8ce43052-ffd7-4178-a592-fa93caa220a5} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002352 sec., 13605.442176870749 rows/sec., 24.38 MiB/sec. | ||
| 16189 | 2025.04.15 04:10:12.978187 [ 5 ] {8ce43052-ffd7-4178-a592-fa93caa220a5} <Debug> TCPHandler: Processed in 0.002586676 sec. | ||
| 16190 | 2025.04.15 04:10:12.978358 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16191 | 2025.04.15 04:10:12.978516 [ 5 ] {c40348bf-0c35-44bc-b4b7-fd1cfa2b1bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16192 | 2025.04.15 04:10:12.978567 [ 5 ] {c40348bf-0c35-44bc-b4b7-fd1cfa2b1bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16193 | 2025.04.15 04:10:12.978984 [ 5 ] {c40348bf-0c35-44bc-b4b7-fd1cfa2b1bad} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16194 | 2025.04.15 04:10:12.979022 [ 5 ] {c40348bf-0c35-44bc-b4b7-fd1cfa2b1bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16195 | 2025.04.15 04:10:12.979368 [ 5 ] {c40348bf-0c35-44bc-b4b7-fd1cfa2b1bad} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 16196 | 2025.04.15 04:10:12.979593 [ 5 ] {c40348bf-0c35-44bc-b4b7-fd1cfa2b1bad} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16197 | 2025.04.15 04:10:12.979856 [ 5 ] {c40348bf-0c35-44bc-b4b7-fd1cfa2b1bad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 16198 | 2025.04.15 04:10:12.979932 [ 5 ] {c40348bf-0c35-44bc-b4b7-fd1cfa2b1bad} <Debug> TCPHandler: Processed in 0.001636435 sec. | ||
| 16199 | 2025.04.15 04:10:12.996045 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35258 | ||
| 16200 | 2025.04.15 04:10:12.996775 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16201 | 2025.04.15 04:10:12.996820 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16202 | 2025.04.15 04:10:12.997340 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 16203 | 2025.04.15 04:10:12.997584 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16204 | 2025.04.15 04:10:12.997791 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35258 | ||
| 16205 | 2025.04.15 04:10:15.598334 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 16206 | 2025.04.15 04:10:15.622280 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16207 | 2025.04.15 04:10:15.622343 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16208 | 2025.04.15 04:10:15.629775 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 16209 | 2025.04.15 04:10:15.630586 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16210 | 2025.04.15 04:10:15.635125 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 16211 | 2025.04.15 04:10:15.696825 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2286 | ||
| 16212 | 2025.04.15 04:10:15.700536 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16213 | 2025.04.15 04:10:15.700586 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16214 | 2025.04.15 04:10:15.702158 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16215 | 2025.04.15 04:10:15.702487 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16216 | 2025.04.15 04:10:15.703181 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2286 | ||
| 16217 | 2025.04.15 04:10:17.972135 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16218 | 2025.04.15 04:10:17.972347 [ 5 ] {cd412124-5b5d-4238-b859-ecb52f348090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16219 | 2025.04.15 04:10:17.972430 [ 5 ] {cd412124-5b5d-4238-b859-ecb52f348090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16220 | 2025.04.15 04:10:17.973369 [ 5 ] {cd412124-5b5d-4238-b859-ecb52f348090} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16221 | 2025.04.15 04:10:17.973428 [ 5 ] {cd412124-5b5d-4238-b859-ecb52f348090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16222 | 2025.04.15 04:10:17.973942 [ 5 ] {cd412124-5b5d-4238-b859-ecb52f348090} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16223 | 2025.04.15 04:10:17.974203 [ 5 ] {cd412124-5b5d-4238-b859-ecb52f348090} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16224 | 2025.04.15 04:10:17.974447 [ 5 ] {cd412124-5b5d-4238-b859-ecb52f348090} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002153 sec., 98467.25499303298 rows/sec., 6.26 MiB/sec. | ||
| 16225 | 2025.04.15 04:10:17.974576 [ 5 ] {cd412124-5b5d-4238-b859-ecb52f348090} <Debug> TCPHandler: Processed in 0.002579665 sec. | ||
| 16226 | 2025.04.15 04:10:17.974761 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16227 | 2025.04.15 04:10:17.974932 [ 5 ] {9159c711-7509-4817-b47d-606415b01a15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16228 | 2025.04.15 04:10:17.974982 [ 5 ] {9159c711-7509-4817-b47d-606415b01a15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16229 | 2025.04.15 04:10:17.975738 [ 5 ] {9159c711-7509-4817-b47d-606415b01a15} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16230 | 2025.04.15 04:10:17.975780 [ 5 ] {9159c711-7509-4817-b47d-606415b01a15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16231 | 2025.04.15 04:10:17.976180 [ 5 ] {9159c711-7509-4817-b47d-606415b01a15} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16232 | 2025.04.15 04:10:17.976424 [ 5 ] {9159c711-7509-4817-b47d-606415b01a15} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16233 | 2025.04.15 04:10:17.976624 [ 131 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16234 | 2025.04.15 04:10:17.976651 [ 5 ] {9159c711-7509-4817-b47d-606415b01a15} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001747 sec., 362335.4321694333 rows/sec., 28.50 MiB/sec. | ||
| 16235 | 2025.04.15 04:10:17.976722 [ 131 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16236 | 2025.04.15 04:10:17.976791 [ 5 ] {9159c711-7509-4817-b47d-606415b01a15} <Debug> TCPHandler: Processed in 0.002122375 sec. | ||
| 16237 | 2025.04.15 04:10:17.976797 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16238 | 2025.04.15 04:10:17.977027 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16239 | 2025.04.15 04:10:17.977083 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16240 | 2025.04.15 04:10:17.977282 [ 5 ] {c1a25510-09ee-48fc-b45a-5292647bef6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16241 | 2025.04.15 04:10:17.977430 [ 5 ] {c1a25510-09ee-48fc-b45a-5292647bef6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16242 | 2025.04.15 04:10:17.977812 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16243 | 2025.04.15 04:10:17.977974 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1847 rows starting from the beginning of the part | ||
| 16244 | 2025.04.15 04:10:17.978556 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part | ||
| 16245 | 2025.04.15 04:10:17.979117 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 120 rows starting from the beginning of the part | ||
| 16246 | 2025.04.15 04:10:17.979585 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 633 rows starting from the beginning of the part | ||
| 16247 | 2025.04.15 04:10:17.980178 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 121 rows starting from the beginning of the part | ||
| 16248 | 2025.04.15 04:10:17.980722 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 633 rows starting from the beginning of the part | ||
| 16249 | 2025.04.15 04:10:17.982080 [ 5 ] {c1a25510-09ee-48fc-b45a-5292647bef6d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16250 | 2025.04.15 04:10:17.982146 [ 5 ] {c1a25510-09ee-48fc-b45a-5292647bef6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16251 | 2025.04.15 04:10:17.982939 [ 5 ] {c1a25510-09ee-48fc-b45a-5292647bef6d} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 16252 | 2025.04.15 04:10:17.983417 [ 5 ] {c1a25510-09ee-48fc-b45a-5292647bef6d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16253 | 2025.04.15 04:10:17.983699 [ 5 ] {c1a25510-09ee-48fc-b45a-5292647bef6d} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.006514 sec., 17500.76757752533 rows/sec., 1.05 MiB/sec. | ||
| 16254 | 2025.04.15 04:10:17.983771 [ 5 ] {c1a25510-09ee-48fc-b45a-5292647bef6d} <Debug> TCPHandler: Processed in 0.006852706 sec. | ||
| 16255 | 2025.04.15 04:10:17.983908 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16256 | 2025.04.15 04:10:17.984161 [ 5 ] {1f0220cd-0635-4e3f-b955-705eaa799437} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16257 | 2025.04.15 04:10:17.984185 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3410 rows, containing 5 columns (5 merged, 0 gathered) in 0.007244455 sec., 470704.83562945726 rows/sec., 39.76 MiB/sec. | ||
| 16258 | 2025.04.15 04:10:17.984226 [ 5 ] {1f0220cd-0635-4e3f-b955-705eaa799437} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16259 | 2025.04.15 04:10:17.984468 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16260 | 2025.04.15 04:10:17.985060 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_131_26} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16261 | 2025.04.15 04:10:17.985272 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_131_26} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16262 | 2025.04.15 04:10:17.985453 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 16263 | 2025.04.15 04:10:17.985526 [ 5 ] {1f0220cd-0635-4e3f-b955-705eaa799437} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16264 | 2025.04.15 04:10:17.985569 [ 5 ] {1f0220cd-0635-4e3f-b955-705eaa799437} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16265 | 2025.04.15 04:10:17.985921 [ 5 ] {1f0220cd-0635-4e3f-b955-705eaa799437} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16266 | 2025.04.15 04:10:17.986159 [ 5 ] {1f0220cd-0635-4e3f-b955-705eaa799437} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16267 | 2025.04.15 04:10:17.986355 [ 5 ] {1f0220cd-0635-4e3f-b955-705eaa799437} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002271 sec., 49757.81594011449 rows/sec., 3.22 MiB/sec. | ||
| 16268 | 2025.04.15 04:10:17.986409 [ 5 ] {1f0220cd-0635-4e3f-b955-705eaa799437} <Debug> TCPHandler: Processed in 0.002570355 sec. | ||
| 16269 | 2025.04.15 04:10:17.986532 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16270 | 2025.04.15 04:10:17.986654 [ 5 ] {cc7bdd2c-bb4e-41ee-9244-da665bd60f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16271 | 2025.04.15 04:10:17.986707 [ 5 ] {cc7bdd2c-bb4e-41ee-9244-da665bd60f40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16272 | 2025.04.15 04:10:17.987365 [ 5 ] {cc7bdd2c-bb4e-41ee-9244-da665bd60f40} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16273 | 2025.04.15 04:10:17.987409 [ 5 ] {cc7bdd2c-bb4e-41ee-9244-da665bd60f40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16274 | 2025.04.15 04:10:17.987837 [ 5 ] {cc7bdd2c-bb4e-41ee-9244-da665bd60f40} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16275 | 2025.04.15 04:10:17.988135 [ 5 ] {cc7bdd2c-bb4e-41ee-9244-da665bd60f40} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16276 | 2025.04.15 04:10:17.988372 [ 5 ] {cc7bdd2c-bb4e-41ee-9244-da665bd60f40} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001744 sec., 64220.18348623853 rows/sec., 3.66 MiB/sec. | ||
| 16277 | 2025.04.15 04:10:17.990366 [ 5 ] {cc7bdd2c-bb4e-41ee-9244-da665bd60f40} <Debug> TCPHandler: Processed in 0.003883453 sec. | ||
| 16278 | 2025.04.15 04:10:17.990803 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16279 | 2025.04.15 04:10:17.990931 [ 5 ] {ae19239c-bfc2-403f-bed2-baed8d2d0680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16280 | 2025.04.15 04:10:17.990981 [ 5 ] {ae19239c-bfc2-403f-bed2-baed8d2d0680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16281 | 2025.04.15 04:10:17.991656 [ 5 ] {ae19239c-bfc2-403f-bed2-baed8d2d0680} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16282 | 2025.04.15 04:10:17.991697 [ 5 ] {ae19239c-bfc2-403f-bed2-baed8d2d0680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16283 | 2025.04.15 04:10:17.992085 [ 5 ] {ae19239c-bfc2-403f-bed2-baed8d2d0680} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16284 | 2025.04.15 04:10:17.992340 [ 5 ] {ae19239c-bfc2-403f-bed2-baed8d2d0680} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16285 | 2025.04.15 04:10:17.992527 [ 124 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16286 | 2025.04.15 04:10:17.992565 [ 5 ] {ae19239c-bfc2-403f-bed2-baed8d2d0680} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001652 sec., 236077.4818401937 rows/sec., 16.69 MiB/sec. | ||
| 16287 | 2025.04.15 04:10:17.992587 [ 124 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16288 | 2025.04.15 04:10:17.992644 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16289 | 2025.04.15 04:10:17.992677 [ 5 ] {ae19239c-bfc2-403f-bed2-baed8d2d0680} <Debug> TCPHandler: Processed in 0.002002953 sec. | ||
| 16290 | 2025.04.15 04:10:17.992810 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16291 | 2025.04.15 04:10:17.992832 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16292 | 2025.04.15 04:10:17.992952 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16293 | 2025.04.15 04:10:17.992966 [ 5 ] {41e902ac-8fee-4063-aeb8-869777d84aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16294 | 2025.04.15 04:10:17.993003 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 914 rows starting from the beginning of the part | ||
| 16295 | 2025.04.15 04:10:17.993028 [ 5 ] {41e902ac-8fee-4063-aeb8-869777d84aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16296 | 2025.04.15 04:10:17.993284 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part | ||
| 16297 | 2025.04.15 04:10:17.993726 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 96 rows starting from the beginning of the part | ||
| 16298 | 2025.04.15 04:10:17.994082 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 390 rows starting from the beginning of the part | ||
| 16299 | 2025.04.15 04:10:17.994483 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 98 rows starting from the beginning of the part | ||
| 16300 | 2025.04.15 04:10:17.994761 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 390 rows starting from the beginning of the part | ||
| 16301 | 2025.04.15 04:10:17.995454 [ 5 ] {41e902ac-8fee-4063-aeb8-869777d84aea} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16302 | 2025.04.15 04:10:17.995495 [ 5 ] {41e902ac-8fee-4063-aeb8-869777d84aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16303 | 2025.04.15 04:10:17.996027 [ 5 ] {41e902ac-8fee-4063-aeb8-869777d84aea} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 16304 | 2025.04.15 04:10:17.996376 [ 5 ] {41e902ac-8fee-4063-aeb8-869777d84aea} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16305 | 2025.04.15 04:10:17.996587 [ 124 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 6 parts from all_1_51_11 to all_56_56_0 | ||
| 16306 | 2025.04.15 04:10:17.996643 [ 124 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16307 | 2025.04.15 04:10:17.996650 [ 5 ] {41e902ac-8fee-4063-aeb8-869777d84aea} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003707 sec., 1618.5594820609658 rows/sec., 84.56 KiB/sec. | ||
| 16308 | 2025.04.15 04:10:17.996693 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16309 | 2025.04.15 04:10:17.996925 [ 5 ] {41e902ac-8fee-4063-aeb8-869777d84aea} <Debug> TCPHandler: Processed in 0.004157389 sec. | ||
| 16310 | 2025.04.15 04:10:17.997296 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16311 | 2025.04.15 04:10:17.997419 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.00468775 sec., 416404.4584288838 rows/sec., 31.81 MiB/sec. | ||
| 16312 | 2025.04.15 04:10:17.997455 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_56_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_51_11 to all_56_56_0 into Compact with storage Full | ||
| 16313 | 2025.04.15 04:10:17.997553 [ 5 ] {58993cf8-521e-49b1-8a20-b6a733713fd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16314 | 2025.04.15 04:10:17.997723 [ 5 ] {58993cf8-521e-49b1-8a20-b6a733713fd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16315 | 2025.04.15 04:10:17.997736 [ 196 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16316 | 2025.04.15 04:10:17.998143 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_56_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16317 | 2025.04.15 04:10:17.998325 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_11, total 306 rows starting from the beginning of the part | ||
| 16318 | 2025.04.15 04:10:17.998645 [ 196 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_131_26} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16319 | 2025.04.15 04:10:17.998989 [ 196 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_131_26} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16320 | 2025.04.15 04:10:17.999081 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
| 16321 | 2025.04.15 04:10:17.999189 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 16322 | 2025.04.15 04:10:17.999544 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 6 rows starting from the beginning of the part | ||
| 16323 | 2025.04.15 04:10:17.999919 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
| 16324 | 2025.04.15 04:10:18.000234 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part | ||
| 16325 | 2025.04.15 04:10:18.000599 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_56_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
| 16326 | 2025.04.15 04:10:18.000607 [ 5 ] {58993cf8-521e-49b1-8a20-b6a733713fd7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16327 | 2025.04.15 04:10:18.000702 [ 5 ] {58993cf8-521e-49b1-8a20-b6a733713fd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16328 | 2025.04.15 04:10:18.002252 [ 5 ] {58993cf8-521e-49b1-8a20-b6a733713fd7} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16329 | 2025.04.15 04:10:18.002829 [ 5 ] {58993cf8-521e-49b1-8a20-b6a733713fd7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16330 | 2025.04.15 04:10:18.003423 [ 5 ] {58993cf8-521e-49b1-8a20-b6a733713fd7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00592 sec., 40033.78378378379 rows/sec., 2.68 MiB/sec. | ||
| 16331 | 2025.04.15 04:10:18.003741 [ 5 ] {58993cf8-521e-49b1-8a20-b6a733713fd7} <Debug> TCPHandler: Processed in 0.006601401 sec. | ||
| 16332 | 2025.04.15 04:10:18.004120 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16333 | 2025.04.15 04:10:18.004506 [ 5 ] {cf0ee682-3642-4243-842e-d471daeacfff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16334 | 2025.04.15 04:10:18.004728 [ 5 ] {cf0ee682-3642-4243-842e-d471daeacfff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16335 | 2025.04.15 04:10:18.005069 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_56_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.00795148 sec., 42256.28436467173 rows/sec., 2.16 MiB/sec. | ||
| 16336 | 2025.04.15 04:10:18.005692 [ 191 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_56_12} <Trace> MergedBlockOutputStream: filled checksums all_1_56_12 (state Temporary) | ||
| 16337 | 2025.04.15 04:10:18.006412 [ 191 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_56_12} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_56_12 to all_1_56_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16338 | 2025.04.15 04:10:18.006614 [ 5 ] {cf0ee682-3642-4243-842e-d471daeacfff} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16339 | 2025.04.15 04:10:18.006627 [ 191 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_56_12} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 6 parts: [all_1_51_11, all_56_56_0] -> all_1_56_12 | ||
| 16340 | 2025.04.15 04:10:18.006672 [ 5 ] {cf0ee682-3642-4243-842e-d471daeacfff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16341 | 2025.04.15 04:10:18.006814 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16342 | 2025.04.15 04:10:18.007233 [ 5 ] {cf0ee682-3642-4243-842e-d471daeacfff} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16343 | 2025.04.15 04:10:18.007507 [ 5 ] {cf0ee682-3642-4243-842e-d471daeacfff} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16344 | 2025.04.15 04:10:18.007712 [ 5 ] {cf0ee682-3642-4243-842e-d471daeacfff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003375 sec., 296.2962962962963 rows/sec., 19.97 KiB/sec. | ||
| 16345 | 2025.04.15 04:10:18.007766 [ 5 ] {cf0ee682-3642-4243-842e-d471daeacfff} <Debug> TCPHandler: Processed in 0.003788591 sec. | ||
| 16346 | 2025.04.15 04:10:18.007889 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16347 | 2025.04.15 04:10:18.008002 [ 5 ] {9ae08df3-7da7-4d31-aaf0-f5b0470223ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16348 | 2025.04.15 04:10:18.008078 [ 5 ] {9ae08df3-7da7-4d31-aaf0-f5b0470223ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16349 | 2025.04.15 04:10:18.009226 [ 5 ] {9ae08df3-7da7-4d31-aaf0-f5b0470223ad} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16350 | 2025.04.15 04:10:18.009268 [ 5 ] {9ae08df3-7da7-4d31-aaf0-f5b0470223ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16351 | 2025.04.15 04:10:18.009899 [ 5 ] {9ae08df3-7da7-4d31-aaf0-f5b0470223ad} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 16352 | 2025.04.15 04:10:18.010183 [ 5 ] {9ae08df3-7da7-4d31-aaf0-f5b0470223ad} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16353 | 2025.04.15 04:10:18.010423 [ 5 ] {9ae08df3-7da7-4d31-aaf0-f5b0470223ad} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002444 sec., 3273.3224222585923 rows/sec., 5.87 MiB/sec. | ||
| 16354 | 2025.04.15 04:10:18.010541 [ 5 ] {9ae08df3-7da7-4d31-aaf0-f5b0470223ad} <Debug> TCPHandler: Processed in 0.002703957 sec. | ||
| 16355 | 2025.04.15 04:10:18.010664 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16356 | 2025.04.15 04:10:18.010768 [ 5 ] {d23999f2-4ff2-44c5-9ebc-b4c92b6ec36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16357 | 2025.04.15 04:10:18.010824 [ 5 ] {d23999f2-4ff2-44c5-9ebc-b4c92b6ec36b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16358 | 2025.04.15 04:10:18.011249 [ 5 ] {d23999f2-4ff2-44c5-9ebc-b4c92b6ec36b} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16359 | 2025.04.15 04:10:18.011289 [ 5 ] {d23999f2-4ff2-44c5-9ebc-b4c92b6ec36b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16360 | 2025.04.15 04:10:18.011662 [ 5 ] {d23999f2-4ff2-44c5-9ebc-b4c92b6ec36b} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 16361 | 2025.04.15 04:10:18.011905 [ 5 ] {d23999f2-4ff2-44c5-9ebc-b4c92b6ec36b} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16362 | 2025.04.15 04:10:18.012108 [ 5 ] {d23999f2-4ff2-44c5-9ebc-b4c92b6ec36b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001349 sec., 60785.76723498888 rows/sec., 3.86 MiB/sec. | ||
| 16363 | 2025.04.15 04:10:18.012109 [ 124 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 16364 | 2025.04.15 04:10:18.012198 [ 5 ] {d23999f2-4ff2-44c5-9ebc-b4c92b6ec36b} <Debug> TCPHandler: Processed in 0.001587164 sec. | ||
| 16365 | 2025.04.15 04:10:18.012209 [ 124 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16366 | 2025.04.15 04:10:18.012268 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.00 GiB. | ||
| 16367 | 2025.04.15 04:10:18.012424 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 16368 | 2025.04.15 04:10:18.012586 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16369 | 2025.04.15 04:10:18.012629 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 7548 rows starting from the beginning of the part | ||
| 16370 | 2025.04.15 04:10:18.012788 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 48 rows starting from the beginning of the part | ||
| 16371 | 2025.04.15 04:10:18.013184 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part | ||
| 16372 | 2025.04.15 04:10:18.013527 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 82 rows starting from the beginning of the part | ||
| 16373 | 2025.04.15 04:10:18.013934 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part | ||
| 16374 | 2025.04.15 04:10:18.014285 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 82 rows starting from the beginning of the part | ||
| 16375 | 2025.04.15 04:10:18.016723 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7880 rows, containing 4 columns (4 merged, 0 gathered) in 0.004369703 sec., 1803326.221484618 rows/sec., 117.42 MiB/sec. | ||
| 16376 | 2025.04.15 04:10:18.017193 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 16377 | 2025.04.15 04:10:18.017489 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_131_26} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16378 | 2025.04.15 04:10:18.017576 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_131_26} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 16379 | 2025.04.15 04:10:18.017666 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 16380 | 2025.04.15 04:10:20.205489 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16381 | 2025.04.15 04:10:20.205541 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16382 | 2025.04.15 04:10:20.498835 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35746 | ||
| 16383 | 2025.04.15 04:10:20.499528 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16384 | 2025.04.15 04:10:20.499584 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16385 | 2025.04.15 04:10:20.500126 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16386 | 2025.04.15 04:10:20.500384 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16387 | 2025.04.15 04:10:20.500647 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 16388 | 2025.04.15 04:10:22.967138 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16389 | 2025.04.15 04:10:22.967343 [ 5 ] {a2ffb95e-ca4a-435f-987a-3f871d8ca464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16390 | 2025.04.15 04:10:22.967423 [ 5 ] {a2ffb95e-ca4a-435f-987a-3f871d8ca464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16391 | 2025.04.15 04:10:22.968332 [ 5 ] {a2ffb95e-ca4a-435f-987a-3f871d8ca464} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16392 | 2025.04.15 04:10:22.968381 [ 5 ] {a2ffb95e-ca4a-435f-987a-3f871d8ca464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16393 | 2025.04.15 04:10:22.968833 [ 5 ] {a2ffb95e-ca4a-435f-987a-3f871d8ca464} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16394 | 2025.04.15 04:10:22.969127 [ 5 ] {a2ffb95e-ca4a-435f-987a-3f871d8ca464} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16395 | 2025.04.15 04:10:22.969350 [ 5 ] {a2ffb95e-ca4a-435f-987a-3f871d8ca464} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002062 sec., 58195.926285160036 rows/sec., 4.95 MiB/sec. | ||
| 16396 | 2025.04.15 04:10:22.969438 [ 5 ] {a2ffb95e-ca4a-435f-987a-3f871d8ca464} <Debug> TCPHandler: Processed in 0.002432332 sec. | ||
| 16397 | 2025.04.15 04:10:22.969572 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16398 | 2025.04.15 04:10:22.969840 [ 5 ] {2425fdb2-f9f7-4039-b58c-e67e034f3b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16399 | 2025.04.15 04:10:22.969971 [ 5 ] {2425fdb2-f9f7-4039-b58c-e67e034f3b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16400 | 2025.04.15 04:10:22.970912 [ 5 ] {2425fdb2-f9f7-4039-b58c-e67e034f3b81} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16401 | 2025.04.15 04:10:22.970952 [ 5 ] {2425fdb2-f9f7-4039-b58c-e67e034f3b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16402 | 2025.04.15 04:10:22.971298 [ 5 ] {2425fdb2-f9f7-4039-b58c-e67e034f3b81} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16403 | 2025.04.15 04:10:22.971529 [ 5 ] {2425fdb2-f9f7-4039-b58c-e67e034f3b81} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16404 | 2025.04.15 04:10:22.971724 [ 5 ] {2425fdb2-f9f7-4039-b58c-e67e034f3b81} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001985 sec., 16120.906801007559 rows/sec., 1.18 MiB/sec. | ||
| 16405 | 2025.04.15 04:10:22.971723 [ 119 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16406 | 2025.04.15 04:10:22.971802 [ 5 ] {2425fdb2-f9f7-4039-b58c-e67e034f3b81} <Debug> TCPHandler: Processed in 0.002281249 sec. | ||
| 16407 | 2025.04.15 04:10:22.971823 [ 119 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16408 | 2025.04.15 04:10:22.971886 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16409 | 2025.04.15 04:10:22.971978 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16410 | 2025.04.15 04:10:22.972183 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::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 | ||
| 16411 | 2025.04.15 04:10:22.972236 [ 5 ] {80b8ab18-9081-4955-884a-0a616c98d003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16412 | 2025.04.15 04:10:22.972397 [ 5 ] {80b8ab18-9081-4955-884a-0a616c98d003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16413 | 2025.04.15 04:10:22.972999 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16414 | 2025.04.15 04:10:22.973182 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 164 rows starting from the beginning of the part | ||
| 16415 | 2025.04.15 04:10:22.973761 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 32 rows starting from the beginning of the part | ||
| 16416 | 2025.04.15 04:10:22.974315 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 114 rows starting from the beginning of the part | ||
| 16417 | 2025.04.15 04:10:22.974879 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 34 rows starting from the beginning of the part | ||
| 16418 | 2025.04.15 04:10:22.975519 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 114 rows starting from the beginning of the part | ||
| 16419 | 2025.04.15 04:10:22.975911 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 32 rows starting from the beginning of the part | ||
| 16420 | 2025.04.15 04:10:22.976910 [ 5 ] {80b8ab18-9081-4955-884a-0a616c98d003} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16421 | 2025.04.15 04:10:22.976976 [ 5 ] {80b8ab18-9081-4955-884a-0a616c98d003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16422 | 2025.04.15 04:10:22.978055 [ 5 ] {80b8ab18-9081-4955-884a-0a616c98d003} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16423 | 2025.04.15 04:10:22.978641 [ 5 ] {80b8ab18-9081-4955-884a-0a616c98d003} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16424 | 2025.04.15 04:10:22.978995 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 5 columns (5 merged, 0 gathered) in 0.00702799 sec., 69721.21474276429 rows/sec., 4.71 MiB/sec. | ||
| 16425 | 2025.04.15 04:10:22.979187 [ 5 ] {80b8ab18-9081-4955-884a-0a616c98d003} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.007001 sec., 13712.326810455648 rows/sec., 1.07 MiB/sec. | ||
| 16426 | 2025.04.15 04:10:22.979328 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16427 | 2025.04.15 04:10:22.979363 [ 5 ] {80b8ab18-9081-4955-884a-0a616c98d003} <Debug> TCPHandler: Processed in 0.007471309 sec. | ||
| 16428 | 2025.04.15 04:10:22.979703 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16429 | 2025.04.15 04:10:22.980073 [ 5 ] {7f698a89-484f-4534-8b29-881e60940a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16430 | 2025.04.15 04:10:22.980263 [ 5 ] {7f698a89-484f-4534-8b29-881e60940a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16431 | 2025.04.15 04:10:22.980352 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_111_22} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16432 | 2025.04.15 04:10:22.980790 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_111_22} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16433 | 2025.04.15 04:10:22.981094 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 16434 | 2025.04.15 04:10:22.982013 [ 5 ] {7f698a89-484f-4534-8b29-881e60940a54} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16435 | 2025.04.15 04:10:22.982056 [ 5 ] {7f698a89-484f-4534-8b29-881e60940a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16436 | 2025.04.15 04:10:22.982445 [ 5 ] {7f698a89-484f-4534-8b29-881e60940a54} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16437 | 2025.04.15 04:10:22.982686 [ 5 ] {7f698a89-484f-4534-8b29-881e60940a54} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16438 | 2025.04.15 04:10:22.982919 [ 5 ] {7f698a89-484f-4534-8b29-881e60940a54} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002993 sec., 53458.06882726362 rows/sec., 3.72 MiB/sec. | ||
| 16439 | 2025.04.15 04:10:22.983018 [ 5 ] {7f698a89-484f-4534-8b29-881e60940a54} <Debug> TCPHandler: Processed in 0.003425104 sec. | ||
| 16440 | 2025.04.15 04:10:22.983190 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16441 | 2025.04.15 04:10:22.983479 [ 5 ] {a571269e-f2ed-4ff8-a4c8-26e6a47283c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16442 | 2025.04.15 04:10:22.983681 [ 5 ] {a571269e-f2ed-4ff8-a4c8-26e6a47283c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16443 | 2025.04.15 04:10:22.984813 [ 5 ] {a571269e-f2ed-4ff8-a4c8-26e6a47283c2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16444 | 2025.04.15 04:10:22.984852 [ 5 ] {a571269e-f2ed-4ff8-a4c8-26e6a47283c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16445 | 2025.04.15 04:10:22.985488 [ 5 ] {a571269e-f2ed-4ff8-a4c8-26e6a47283c2} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 16446 | 2025.04.15 04:10:22.985752 [ 5 ] {a571269e-f2ed-4ff8-a4c8-26e6a47283c2} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16447 | 2025.04.15 04:10:22.985934 [ 119 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 16448 | 2025.04.15 04:10:22.986018 [ 119 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16449 | 2025.04.15 04:10:22.986029 [ 5 ] {a571269e-f2ed-4ff8-a4c8-26e6a47283c2} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002654 sec., 12057.272042200451 rows/sec., 21.61 MiB/sec. | ||
| 16450 | 2025.04.15 04:10:22.986060 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16451 | 2025.04.15 04:10:22.986459 [ 5 ] {a571269e-f2ed-4ff8-a4c8-26e6a47283c2} <Debug> TCPHandler: Processed in 0.003373002 sec. | ||
| 16452 | 2025.04.15 04:10:22.986493 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::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 | ||
| 16453 | 2025.04.15 04:10:22.986650 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16454 | 2025.04.15 04:10:22.986928 [ 5 ] {4fe032d0-5971-41b0-b275-4197a043d39f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16455 | 2025.04.15 04:10:22.987059 [ 5 ] {4fe032d0-5971-41b0-b275-4197a043d39f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16456 | 2025.04.15 04:10:22.987226 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16457 | 2025.04.15 04:10:22.987486 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2075 rows starting from the beginning of the part | ||
| 16458 | 2025.04.15 04:10:22.988325 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 32 rows starting from the beginning of the part | ||
| 16459 | 2025.04.15 04:10:22.989025 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 8 rows starting from the beginning of the part | ||
| 16460 | 2025.04.15 04:10:22.989162 [ 5 ] {4fe032d0-5971-41b0-b275-4197a043d39f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16461 | 2025.04.15 04:10:22.989267 [ 5 ] {4fe032d0-5971-41b0-b275-4197a043d39f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16462 | 2025.04.15 04:10:22.989729 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 32 rows starting from the beginning of the part | ||
| 16463 | 2025.04.15 04:10:22.990590 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 8 rows starting from the beginning of the part | ||
| 16464 | 2025.04.15 04:10:22.990937 [ 5 ] {4fe032d0-5971-41b0-b275-4197a043d39f} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 16465 | 2025.04.15 04:10:22.991239 [ 192 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 32 rows starting from the beginning of the part | ||
| 16466 | 2025.04.15 04:10:22.991916 [ 5 ] {4fe032d0-5971-41b0-b275-4197a043d39f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16467 | 2025.04.15 04:10:22.992476 [ 5 ] {4fe032d0-5971-41b0-b275-4197a043d39f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005643 sec., 10632.64221158958 rows/sec., 733.76 KiB/sec. | ||
| 16468 | 2025.04.15 04:10:22.992629 [ 5 ] {4fe032d0-5971-41b0-b275-4197a043d39f} <Debug> TCPHandler: Processed in 0.006063239 sec. | ||
| 16469 | 2025.04.15 04:10:22.999910 [ 189 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2187 rows, containing 19 columns (19 merged, 0 gathered) in 0.013680222 sec., 159865.8267387766 rows/sec., 286.47 MiB/sec. | ||
| 16470 | 2025.04.15 04:10:23.001157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.29 MiB, peak 288.78 MiB, free memory in arenas 0.00 B, will set to 270.10 MiB (RSS), difference: -7.20 MiB | ||
| 16471 | 2025.04.15 04:10:23.001528 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 16472 | 2025.04.15 04:10:23.001968 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16473 | 2025.04.15 04:10:23.002056 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 16474 | 2025.04.15 04:10:23.002184 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.33 MiB. | ||
| 16475 | 2025.04.15 04:10:23.136022 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 16476 | 2025.04.15 04:10:23.160268 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16477 | 2025.04.15 04:10:23.160325 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16478 | 2025.04.15 04:10:23.167822 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 16479 | 2025.04.15 04:10:23.168624 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16480 | 2025.04.15 04:10:23.171668 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 16481 | 2025.04.15 04:10:23.388958 [ 222 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16482 | 2025.04.15 04:10:23.389026 [ 222 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16483 | 2025.04.15 04:10:23.390718 [ 222 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16484 | 2025.04.15 04:10:23.465869 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16485 | 2025.04.15 04:10:23.466085 [ 5 ] {52525ab8-ba71-45f9-84bd-544b4cd188c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16486 | 2025.04.15 04:10:23.466163 [ 5 ] {52525ab8-ba71-45f9-84bd-544b4cd188c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16487 | 2025.04.15 04:10:23.467082 [ 5 ] {52525ab8-ba71-45f9-84bd-544b4cd188c2} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16488 | 2025.04.15 04:10:23.467138 [ 5 ] {52525ab8-ba71-45f9-84bd-544b4cd188c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16489 | 2025.04.15 04:10:23.467596 [ 5 ] {52525ab8-ba71-45f9-84bd-544b4cd188c2} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16490 | 2025.04.15 04:10:23.467859 [ 5 ] {52525ab8-ba71-45f9-84bd-544b4cd188c2} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16491 | 2025.04.15 04:10:23.468063 [ 120 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16492 | 2025.04.15 04:10:23.468131 [ 5 ] {52525ab8-ba71-45f9-84bd-544b4cd188c2} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002095 sec., 101193.31742243437 rows/sec., 6.44 MiB/sec. | ||
| 16493 | 2025.04.15 04:10:23.468152 [ 120 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16494 | 2025.04.15 04:10:23.468221 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16495 | 2025.04.15 04:10:23.468287 [ 5 ] {52525ab8-ba71-45f9-84bd-544b4cd188c2} <Debug> TCPHandler: Processed in 0.002554504 sec. | ||
| 16496 | 2025.04.15 04:10:23.468438 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16497 | 2025.04.15 04:10:23.468491 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16498 | 2025.04.15 04:10:23.468657 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16499 | 2025.04.15 04:10:23.468709 [ 5 ] {21ee809a-8514-4cd9-84a1-19fc16910dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16500 | 2025.04.15 04:10:23.468729 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 212 rows starting from the beginning of the part | ||
| 16501 | 2025.04.15 04:10:23.468825 [ 5 ] {21ee809a-8514-4cd9-84a1-19fc16910dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16502 | 2025.04.15 04:10:23.469001 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 212 rows starting from the beginning of the part | ||
| 16503 | 2025.04.15 04:10:23.469432 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 212 rows starting from the beginning of the part | ||
| 16504 | 2025.04.15 04:10:23.469826 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 212 rows starting from the beginning of the part | ||
| 16505 | 2025.04.15 04:10:23.470251 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 212 rows starting from the beginning of the part | ||
| 16506 | 2025.04.15 04:10:23.471558 [ 5 ] {21ee809a-8514-4cd9-84a1-19fc16910dfb} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16507 | 2025.04.15 04:10:23.471629 [ 5 ] {21ee809a-8514-4cd9-84a1-19fc16910dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16508 | 2025.04.15 04:10:23.472591 [ 5 ] {21ee809a-8514-4cd9-84a1-19fc16910dfb} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 16509 | 2025.04.15 04:10:23.473046 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004723381 sec., 224415.51930703878 rows/sec., 15.13 MiB/sec. | ||
| 16510 | 2025.04.15 04:10:23.473070 [ 5 ] {21ee809a-8514-4cd9-84a1-19fc16910dfb} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16511 | 2025.04.15 04:10:23.473246 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16512 | 2025.04.15 04:10:23.473553 [ 5 ] {21ee809a-8514-4cd9-84a1-19fc16910dfb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004913 sec., 407.0832485243232 rows/sec., 33.19 KiB/sec. | ||
| 16513 | 2025.04.15 04:10:23.473921 [ 5 ] {21ee809a-8514-4cd9-84a1-19fc16910dfb} <Debug> TCPHandler: Processed in 0.005487427 sec. | ||
| 16514 | 2025.04.15 04:10:23.474123 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_57_14} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16515 | 2025.04.15 04:10:23.474260 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16516 | 2025.04.15 04:10:23.474426 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_57_14} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16517 | 2025.04.15 04:10:23.474573 [ 5 ] {2c89fe26-f8cb-4b94-b310-2ad497937afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16518 | 2025.04.15 04:10:23.474588 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 16519 | 2025.04.15 04:10:23.474646 [ 5 ] {2c89fe26-f8cb-4b94-b310-2ad497937afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16520 | 2025.04.15 04:10:23.476607 [ 5 ] {2c89fe26-f8cb-4b94-b310-2ad497937afc} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16521 | 2025.04.15 04:10:23.476653 [ 5 ] {2c89fe26-f8cb-4b94-b310-2ad497937afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16522 | 2025.04.15 04:10:23.477151 [ 5 ] {2c89fe26-f8cb-4b94-b310-2ad497937afc} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16523 | 2025.04.15 04:10:23.477401 [ 5 ] {2c89fe26-f8cb-4b94-b310-2ad497937afc} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16524 | 2025.04.15 04:10:23.477611 [ 5 ] {2c89fe26-f8cb-4b94-b310-2ad497937afc} <Debug> executeQuery: Read 1774 rows, 147.61 KiB in 0.003131 sec., 566592.1430852762 rows/sec., 46.04 MiB/sec. | ||
| 16525 | 2025.04.15 04:10:23.477676 [ 5 ] {2c89fe26-f8cb-4b94-b310-2ad497937afc} <Debug> TCPHandler: Processed in 0.003542066 sec. | ||
| 16526 | 2025.04.15 04:10:23.477803 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16527 | 2025.04.15 04:10:23.477915 [ 5 ] {83012eda-aa98-45da-a9b2-5ed1ccec8f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16528 | 2025.04.15 04:10:23.477964 [ 5 ] {83012eda-aa98-45da-a9b2-5ed1ccec8f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16529 | 2025.04.15 04:10:23.478738 [ 5 ] {83012eda-aa98-45da-a9b2-5ed1ccec8f22} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16530 | 2025.04.15 04:10:23.478778 [ 5 ] {83012eda-aa98-45da-a9b2-5ed1ccec8f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16531 | 2025.04.15 04:10:23.479161 [ 5 ] {83012eda-aa98-45da-a9b2-5ed1ccec8f22} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16532 | 2025.04.15 04:10:23.479435 [ 5 ] {83012eda-aa98-45da-a9b2-5ed1ccec8f22} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16533 | 2025.04.15 04:10:23.479630 [ 5 ] {83012eda-aa98-45da-a9b2-5ed1ccec8f22} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001741 sec., 66628.37449741528 rows/sec., 4.00 MiB/sec. | ||
| 16534 | 2025.04.15 04:10:23.479682 [ 5 ] {83012eda-aa98-45da-a9b2-5ed1ccec8f22} <Debug> TCPHandler: Processed in 0.001932361 sec. | ||
| 16535 | 2025.04.15 04:10:23.479805 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16536 | 2025.04.15 04:10:23.479909 [ 5 ] {c2e2191b-4164-43d2-a00d-df84368bc7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16537 | 2025.04.15 04:10:23.479953 [ 5 ] {c2e2191b-4164-43d2-a00d-df84368bc7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16538 | 2025.04.15 04:10:23.480661 [ 5 ] {c2e2191b-4164-43d2-a00d-df84368bc7a9} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16539 | 2025.04.15 04:10:23.480701 [ 5 ] {c2e2191b-4164-43d2-a00d-df84368bc7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16540 | 2025.04.15 04:10:23.481066 [ 5 ] {c2e2191b-4164-43d2-a00d-df84368bc7a9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16541 | 2025.04.15 04:10:23.481309 [ 5 ] {c2e2191b-4164-43d2-a00d-df84368bc7a9} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16542 | 2025.04.15 04:10:23.481512 [ 5 ] {c2e2191b-4164-43d2-a00d-df84368bc7a9} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001622 sec., 210234.27866831073 rows/sec., 14.03 MiB/sec. | ||
| 16543 | 2025.04.15 04:10:23.481563 [ 5 ] {c2e2191b-4164-43d2-a00d-df84368bc7a9} <Debug> TCPHandler: Processed in 0.001808338 sec. | ||
| 16544 | 2025.04.15 04:10:23.481677 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16545 | 2025.04.15 04:10:23.481780 [ 5 ] {f1090c1f-2546-44c3-8e3b-27ed062668c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16546 | 2025.04.15 04:10:23.481825 [ 5 ] {f1090c1f-2546-44c3-8e3b-27ed062668c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16547 | 2025.04.15 04:10:23.482401 [ 5 ] {f1090c1f-2546-44c3-8e3b-27ed062668c7} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16548 | 2025.04.15 04:10:23.482439 [ 5 ] {f1090c1f-2546-44c3-8e3b-27ed062668c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16549 | 2025.04.15 04:10:23.482792 [ 5 ] {f1090c1f-2546-44c3-8e3b-27ed062668c7} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16550 | 2025.04.15 04:10:23.483052 [ 5 ] {f1090c1f-2546-44c3-8e3b-27ed062668c7} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16551 | 2025.04.15 04:10:23.483221 [ 120 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_53_13 to all_57_57_0 | ||
| 16552 | 2025.04.15 04:10:23.483273 [ 5 ] {f1090c1f-2546-44c3-8e3b-27ed062668c7} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001507 sec., 74319.84074319841 rows/sec., 4.23 MiB/sec. | ||
| 16553 | 2025.04.15 04:10:23.483280 [ 120 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16554 | 2025.04.15 04:10:23.483350 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16555 | 2025.04.15 04:10:23.483382 [ 5 ] {f1090c1f-2546-44c3-8e3b-27ed062668c7} <Debug> TCPHandler: Processed in 0.001752717 sec. | ||
| 16556 | 2025.04.15 04:10:23.483536 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_57_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_53_13 to all_57_57_0 into Compact with storage Full | ||
| 16557 | 2025.04.15 04:10:23.483554 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16558 | 2025.04.15 04:10:23.483676 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_57_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16559 | 2025.04.15 04:10:23.483713 [ 5 ] {0b5d1401-b380-419a-915e-d5019c6771cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16560 | 2025.04.15 04:10:23.483723 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_53_13, total 112 rows starting from the beginning of the part | ||
| 16561 | 2025.04.15 04:10:23.483771 [ 5 ] {0b5d1401-b380-419a-915e-d5019c6771cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16562 | 2025.04.15 04:10:23.484008 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 112 rows starting from the beginning of the part | ||
| 16563 | 2025.04.15 04:10:23.484378 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 112 rows starting from the beginning of the part | ||
| 16564 | 2025.04.15 04:10:23.484700 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 112 rows starting from the beginning of the part | ||
| 16565 | 2025.04.15 04:10:23.485035 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_57_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 112 rows starting from the beginning of the part | ||
| 16566 | 2025.04.15 04:10:23.486694 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_57_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.003230359 sec., 173355.3453346826 rows/sec., 10.54 MiB/sec. | ||
| 16567 | 2025.04.15 04:10:23.486708 [ 5 ] {0b5d1401-b380-419a-915e-d5019c6771cf} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16568 | 2025.04.15 04:10:23.486768 [ 5 ] {0b5d1401-b380-419a-915e-d5019c6771cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16569 | 2025.04.15 04:10:23.486890 [ 197 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_57_14} <Trace> MergedBlockOutputStream: filled checksums all_1_57_14 (state Temporary) | ||
| 16570 | 2025.04.15 04:10:23.487261 [ 5 ] {0b5d1401-b380-419a-915e-d5019c6771cf} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16571 | 2025.04.15 04:10:23.487313 [ 197 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_57_14} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_57_14 to all_1_57_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16572 | 2025.04.15 04:10:23.487445 [ 197 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_57_14} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_53_13, all_57_57_0] -> all_1_57_14 | ||
| 16573 | 2025.04.15 04:10:23.487556 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 16574 | 2025.04.15 04:10:23.487581 [ 5 ] {0b5d1401-b380-419a-915e-d5019c6771cf} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16575 | 2025.04.15 04:10:23.487798 [ 5 ] {0b5d1401-b380-419a-915e-d5019c6771cf} <Debug> executeQuery: Read 848 rows, 62.68 KiB in 0.004113 sec., 206175.5409676635 rows/sec., 14.88 MiB/sec. | ||
| 16576 | 2025.04.15 04:10:23.487862 [ 5 ] {0b5d1401-b380-419a-915e-d5019c6771cf} <Debug> TCPHandler: Processed in 0.004364733 sec. | ||
| 16577 | 2025.04.15 04:10:23.487985 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16578 | 2025.04.15 04:10:23.488088 [ 5 ] {f0c4e5ef-7f74-4ddf-be43-f4e6368c309c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16579 | 2025.04.15 04:10:23.488134 [ 5 ] {f0c4e5ef-7f74-4ddf-be43-f4e6368c309c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16580 | 2025.04.15 04:10:23.488560 [ 5 ] {f0c4e5ef-7f74-4ddf-be43-f4e6368c309c} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16581 | 2025.04.15 04:10:23.488598 [ 5 ] {f0c4e5ef-7f74-4ddf-be43-f4e6368c309c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16582 | 2025.04.15 04:10:23.488940 [ 5 ] {f0c4e5ef-7f74-4ddf-be43-f4e6368c309c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 16583 | 2025.04.15 04:10:23.489178 [ 5 ] {f0c4e5ef-7f74-4ddf-be43-f4e6368c309c} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16584 | 2025.04.15 04:10:23.489372 [ 5 ] {f0c4e5ef-7f74-4ddf-be43-f4e6368c309c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001305 sec., 4597.701149425287 rows/sec., 240.21 KiB/sec. | ||
| 16585 | 2025.04.15 04:10:23.489421 [ 5 ] {f0c4e5ef-7f74-4ddf-be43-f4e6368c309c} <Debug> TCPHandler: Processed in 0.001488191 sec. | ||
| 16586 | 2025.04.15 04:10:23.489537 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16587 | 2025.04.15 04:10:23.489641 [ 5 ] {62ec4d97-8b3c-48f9-b167-6e8c6df4a468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16588 | 2025.04.15 04:10:23.489689 [ 5 ] {62ec4d97-8b3c-48f9-b167-6e8c6df4a468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16589 | 2025.04.15 04:10:23.490459 [ 5 ] {62ec4d97-8b3c-48f9-b167-6e8c6df4a468} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16590 | 2025.04.15 04:10:23.490498 [ 5 ] {62ec4d97-8b3c-48f9-b167-6e8c6df4a468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16591 | 2025.04.15 04:10:23.490902 [ 5 ] {62ec4d97-8b3c-48f9-b167-6e8c6df4a468} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16592 | 2025.04.15 04:10:23.491140 [ 5 ] {62ec4d97-8b3c-48f9-b167-6e8c6df4a468} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16593 | 2025.04.15 04:10:23.491341 [ 5 ] {62ec4d97-8b3c-48f9-b167-6e8c6df4a468} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001721 sec., 555490.9936083672 rows/sec., 36.91 MiB/sec. | ||
| 16594 | 2025.04.15 04:10:23.491392 [ 5 ] {62ec4d97-8b3c-48f9-b167-6e8c6df4a468} <Debug> TCPHandler: Processed in 0.00190393 sec. | ||
| 16595 | 2025.04.15 04:10:23.491508 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16596 | 2025.04.15 04:10:23.491612 [ 5 ] {70cc1a03-c7aa-480d-8cd0-00ff7c0262a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16597 | 2025.04.15 04:10:23.491657 [ 5 ] {70cc1a03-c7aa-480d-8cd0-00ff7c0262a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16598 | 2025.04.15 04:10:23.492070 [ 5 ] {70cc1a03-c7aa-480d-8cd0-00ff7c0262a9} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16599 | 2025.04.15 04:10:23.492108 [ 5 ] {70cc1a03-c7aa-480d-8cd0-00ff7c0262a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16600 | 2025.04.15 04:10:23.492445 [ 5 ] {70cc1a03-c7aa-480d-8cd0-00ff7c0262a9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16601 | 2025.04.15 04:10:23.492674 [ 5 ] {70cc1a03-c7aa-480d-8cd0-00ff7c0262a9} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16602 | 2025.04.15 04:10:23.492892 [ 5 ] {70cc1a03-c7aa-480d-8cd0-00ff7c0262a9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001294 sec., 772.7975270479135 rows/sec., 52.07 KiB/sec. | ||
| 16603 | 2025.04.15 04:10:23.492924 [ 219 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16604 | 2025.04.15 04:10:23.492957 [ 5 ] {70cc1a03-c7aa-480d-8cd0-00ff7c0262a9} <Debug> TCPHandler: Processed in 0.001498552 sec. | ||
| 16605 | 2025.04.15 04:10:23.492992 [ 219 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16606 | 2025.04.15 04:10:23.493134 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16607 | 2025.04.15 04:10:23.493277 [ 5 ] {05c79f9e-4c14-4992-b7ec-e098abcb420b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16608 | 2025.04.15 04:10:23.493393 [ 5 ] {05c79f9e-4c14-4992-b7ec-e098abcb420b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16609 | 2025.04.15 04:10:23.496242 [ 5 ] {05c79f9e-4c14-4992-b7ec-e098abcb420b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16610 | 2025.04.15 04:10:23.496282 [ 5 ] {05c79f9e-4c14-4992-b7ec-e098abcb420b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16611 | 2025.04.15 04:10:23.497378 [ 219 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16612 | 2025.04.15 04:10:23.497818 [ 5 ] {05c79f9e-4c14-4992-b7ec-e098abcb420b} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 16613 | 2025.04.15 04:10:23.498294 [ 5 ] {05c79f9e-4c14-4992-b7ec-e098abcb420b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16614 | 2025.04.15 04:10:23.498559 [ 5 ] {05c79f9e-4c14-4992-b7ec-e098abcb420b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005302 sec., 1508.8645794039985 rows/sec., 2.70 MiB/sec. | ||
| 16615 | 2025.04.15 04:10:23.498678 [ 5 ] {05c79f9e-4c14-4992-b7ec-e098abcb420b} <Debug> TCPHandler: Processed in 0.0055952 sec. | ||
| 16616 | 2025.04.15 04:10:23.498838 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16617 | 2025.04.15 04:10:23.498965 [ 5 ] {b7ea87db-85ba-40c0-ba72-59ee8a49299e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16618 | 2025.04.15 04:10:23.499015 [ 5 ] {b7ea87db-85ba-40c0-ba72-59ee8a49299e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16619 | 2025.04.15 04:10:23.499452 [ 5 ] {b7ea87db-85ba-40c0-ba72-59ee8a49299e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16620 | 2025.04.15 04:10:23.499491 [ 5 ] {b7ea87db-85ba-40c0-ba72-59ee8a49299e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16621 | 2025.04.15 04:10:23.499863 [ 5 ] {b7ea87db-85ba-40c0-ba72-59ee8a49299e} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 16622 | 2025.04.15 04:10:23.500196 [ 5 ] {b7ea87db-85ba-40c0-ba72-59ee8a49299e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16623 | 2025.04.15 04:10:23.500448 [ 5 ] {b7ea87db-85ba-40c0-ba72-59ee8a49299e} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00151 sec., 22516.556291390727 rows/sec., 1.31 MiB/sec. | ||
| 16624 | 2025.04.15 04:10:23.500513 [ 5 ] {b7ea87db-85ba-40c0-ba72-59ee8a49299e} <Debug> TCPHandler: Processed in 0.001737477 sec. | ||
| 16625 | 2025.04.15 04:10:23.947644 [ 221 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16626 | 2025.04.15 04:10:23.947705 [ 221 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16627 | 2025.04.15 04:10:23.949392 [ 221 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 16628 | 2025.04.15 04:10:24.000178 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.44 MiB, peak 288.78 MiB, free memory in arenas 0.00 B, will set to 270.10 MiB (RSS), difference: 5.66 MiB | ||
| 16629 | 2025.04.15 04:10:24.147024 [ 224 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16630 | 2025.04.15 04:10:24.147076 [ 224 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16631 | 2025.04.15 04:10:24.149331 [ 224 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16632 | 2025.04.15 04:10:24.154640 [ 221 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16633 | 2025.04.15 04:10:24.154681 [ 221 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16634 | 2025.04.15 04:10:24.156646 [ 221 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16635 | 2025.04.15 04:10:24.338045 [ 221 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16636 | 2025.04.15 04:10:24.338097 [ 221 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16637 | 2025.04.15 04:10:24.340478 [ 221 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16638 | 2025.04.15 04:10:24.493723 [ 224 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16639 | 2025.04.15 04:10:24.493780 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16640 | 2025.04.15 04:10:24.495760 [ 224 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16641 | 2025.04.15 04:10:24.527527 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16642 | 2025.04.15 04:10:24.527602 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16643 | 2025.04.15 04:10:24.529739 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16644 | 2025.04.15 04:10:24.840288 [ 224 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16645 | 2025.04.15 04:10:24.840335 [ 224 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16646 | 2025.04.15 04:10:24.842281 [ 224 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 16647 | 2025.04.15 04:10:25.703477 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2344 | ||
| 16648 | 2025.04.15 04:10:25.707773 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16649 | 2025.04.15 04:10:25.707830 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16650 | 2025.04.15 04:10:25.709425 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16651 | 2025.04.15 04:10:25.709751 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16652 | 2025.04.15 04:10:25.710425 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2344 | ||
| 16653 | 2025.04.15 04:10:27.965037 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16654 | 2025.04.15 04:10:27.965337 [ 5 ] {af5bcbca-8008-461b-b155-e36bb0e3f505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16655 | 2025.04.15 04:10:27.965435 [ 5 ] {af5bcbca-8008-461b-b155-e36bb0e3f505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16656 | 2025.04.15 04:10:27.966260 [ 5 ] {af5bcbca-8008-461b-b155-e36bb0e3f505} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16657 | 2025.04.15 04:10:27.966310 [ 5 ] {af5bcbca-8008-461b-b155-e36bb0e3f505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16658 | 2025.04.15 04:10:27.966726 [ 5 ] {af5bcbca-8008-461b-b155-e36bb0e3f505} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16659 | 2025.04.15 04:10:27.966977 [ 5 ] {af5bcbca-8008-461b-b155-e36bb0e3f505} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16660 | 2025.04.15 04:10:27.967194 [ 5 ] {af5bcbca-8008-461b-b155-e36bb0e3f505} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.22 MiB/sec. | ||
| 16661 | 2025.04.15 04:10:27.967247 [ 5 ] {af5bcbca-8008-461b-b155-e36bb0e3f505} <Debug> TCPHandler: Processed in 0.002393761 sec. | ||
| 16662 | 2025.04.15 04:10:27.967392 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16663 | 2025.04.15 04:10:27.967495 [ 5 ] {9d337af6-c21c-4e1a-a784-638c53a6ee36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16664 | 2025.04.15 04:10:27.967539 [ 5 ] {9d337af6-c21c-4e1a-a784-638c53a6ee36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16665 | 2025.04.15 04:10:27.968114 [ 5 ] {9d337af6-c21c-4e1a-a784-638c53a6ee36} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16666 | 2025.04.15 04:10:27.968154 [ 5 ] {9d337af6-c21c-4e1a-a784-638c53a6ee36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16667 | 2025.04.15 04:10:27.968501 [ 5 ] {9d337af6-c21c-4e1a-a784-638c53a6ee36} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16668 | 2025.04.15 04:10:27.968726 [ 5 ] {9d337af6-c21c-4e1a-a784-638c53a6ee36} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16669 | 2025.04.15 04:10:27.968917 [ 5 ] {9d337af6-c21c-4e1a-a784-638c53a6ee36} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001444 sec., 44321.3296398892 rows/sec., 3.46 MiB/sec. | ||
| 16670 | 2025.04.15 04:10:27.968967 [ 5 ] {9d337af6-c21c-4e1a-a784-638c53a6ee36} <Debug> TCPHandler: Processed in 0.001623944 sec. | ||
| 16671 | 2025.04.15 04:10:27.969103 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16672 | 2025.04.15 04:10:27.969207 [ 5 ] {b91a7a8b-9143-42de-8bf5-2efdafd6b2ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16673 | 2025.04.15 04:10:27.969255 [ 5 ] {b91a7a8b-9143-42de-8bf5-2efdafd6b2ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16674 | 2025.04.15 04:10:27.969786 [ 5 ] {b91a7a8b-9143-42de-8bf5-2efdafd6b2ca} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16675 | 2025.04.15 04:10:27.969825 [ 5 ] {b91a7a8b-9143-42de-8bf5-2efdafd6b2ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16676 | 2025.04.15 04:10:27.970337 [ 5 ] {b91a7a8b-9143-42de-8bf5-2efdafd6b2ca} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16677 | 2025.04.15 04:10:27.970872 [ 5 ] {b91a7a8b-9143-42de-8bf5-2efdafd6b2ca} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16678 | 2025.04.15 04:10:27.971034 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 5 parts from all_1_129_26 to all_133_133_0 | ||
| 16679 | 2025.04.15 04:10:27.971081 [ 5 ] {b91a7a8b-9143-42de-8bf5-2efdafd6b2ca} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00189 sec., 67724.86772486773 rows/sec., 4.72 MiB/sec. | ||
| 16680 | 2025.04.15 04:10:27.971127 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16681 | 2025.04.15 04:10:27.971193 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16682 | 2025.04.15 04:10:27.971197 [ 5 ] {b91a7a8b-9143-42de-8bf5-2efdafd6b2ca} <Debug> TCPHandler: Processed in 0.002140586 sec. | ||
| 16683 | 2025.04.15 04:10:27.971486 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16684 | 2025.04.15 04:10:27.971733 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_133_27} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_129_26 to all_133_133_0 into Compact with storage Full | ||
| 16685 | 2025.04.15 04:10:27.971906 [ 5 ] {8b8568ad-de90-4bf9-ba6d-dcbee137929e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16686 | 2025.04.15 04:10:27.972150 [ 5 ] {8b8568ad-de90-4bf9-ba6d-dcbee137929e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16687 | 2025.04.15 04:10:27.972281 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_133_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16688 | 2025.04.15 04:10:27.972432 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_129_26, total 38504 rows starting from the beginning of the part | ||
| 16689 | 2025.04.15 04:10:27.972985 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 161 rows starting from the beginning of the part | ||
| 16690 | 2025.04.15 04:10:27.973690 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 237 rows starting from the beginning of the part | ||
| 16691 | 2025.04.15 04:10:27.974377 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part | ||
| 16692 | 2025.04.15 04:10:27.974869 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_133_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 956 rows starting from the beginning of the part | ||
| 16693 | 2025.04.15 04:10:27.975940 [ 5 ] {8b8568ad-de90-4bf9-ba6d-dcbee137929e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16694 | 2025.04.15 04:10:27.976009 [ 5 ] {8b8568ad-de90-4bf9-ba6d-dcbee137929e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16695 | 2025.04.15 04:10:27.976685 [ 5 ] {8b8568ad-de90-4bf9-ba6d-dcbee137929e} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 16696 | 2025.04.15 04:10:27.977009 [ 5 ] {8b8568ad-de90-4bf9-ba6d-dcbee137929e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16697 | 2025.04.15 04:10:27.977364 [ 5 ] {8b8568ad-de90-4bf9-ba6d-dcbee137929e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00562 sec., 8540.925266903914 rows/sec., 589.41 KiB/sec. | ||
| 16698 | 2025.04.15 04:10:27.977571 [ 5 ] {8b8568ad-de90-4bf9-ba6d-dcbee137929e} <Debug> TCPHandler: Processed in 0.006210932 sec. | ||
| 16699 | 2025.04.15 04:10:27.984267 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_133_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40018 rows, containing 5 columns (5 merged, 0 gathered) in 0.012922316 sec., 3096813.295697149 rows/sec., 209.01 MiB/sec. | ||
| 16700 | 2025.04.15 04:10:27.984879 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_133_27} <Trace> MergedBlockOutputStream: filled checksums all_1_133_27 (state Temporary) | ||
| 16701 | 2025.04.15 04:10:27.985239 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_133_27 to all_1_133_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16702 | 2025.04.15 04:10:27.985337 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_133_27} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 5 parts: [all_1_129_26, all_133_133_0] -> all_1_133_27 | ||
| 16703 | 2025.04.15 04:10:27.985443 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. | ||
| 16704 | 2025.04.15 04:10:28.000990 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 16705 | 2025.04.15 04:10:28.001642 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16706 | 2025.04.15 04:10:28.001679 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16707 | 2025.04.15 04:10:28.002177 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16708 | 2025.04.15 04:10:28.002441 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16709 | 2025.04.15 04:10:28.003175 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 16710 | 2025.04.15 04:10:30.671966 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 16711 | 2025.04.15 04:10:30.699426 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16712 | 2025.04.15 04:10:30.699510 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16713 | 2025.04.15 04:10:30.707278 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 16714 | 2025.04.15 04:10:30.708182 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16715 | 2025.04.15 04:10:30.712094 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 16716 | 2025.04.15 04:10:32.966971 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16717 | 2025.04.15 04:10:32.967165 [ 5 ] {7db64cbf-c7da-4db9-b8be-b936fdfa0e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16718 | 2025.04.15 04:10:32.967239 [ 5 ] {7db64cbf-c7da-4db9-b8be-b936fdfa0e91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16719 | 2025.04.15 04:10:32.968016 [ 5 ] {7db64cbf-c7da-4db9-b8be-b936fdfa0e91} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16720 | 2025.04.15 04:10:32.968066 [ 5 ] {7db64cbf-c7da-4db9-b8be-b936fdfa0e91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16721 | 2025.04.15 04:10:32.968529 [ 5 ] {7db64cbf-c7da-4db9-b8be-b936fdfa0e91} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16722 | 2025.04.15 04:10:32.968791 [ 5 ] {7db64cbf-c7da-4db9-b8be-b936fdfa0e91} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16723 | 2025.04.15 04:10:32.969039 [ 5 ] {7db64cbf-c7da-4db9-b8be-b936fdfa0e91} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001908 sec., 62893.08176100629 rows/sec., 5.34 MiB/sec. | ||
| 16724 | 2025.04.15 04:10:32.969105 [ 5 ] {7db64cbf-c7da-4db9-b8be-b936fdfa0e91} <Debug> TCPHandler: Processed in 0.002259038 sec. | ||
| 16725 | 2025.04.15 04:10:32.969265 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16726 | 2025.04.15 04:10:32.969565 [ 5 ] {1a1bb219-76f6-4c55-bc68-b177eded69c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16727 | 2025.04.15 04:10:32.969707 [ 5 ] {1a1bb219-76f6-4c55-bc68-b177eded69c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16728 | 2025.04.15 04:10:32.970593 [ 5 ] {1a1bb219-76f6-4c55-bc68-b177eded69c9} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16729 | 2025.04.15 04:10:32.970633 [ 5 ] {1a1bb219-76f6-4c55-bc68-b177eded69c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16730 | 2025.04.15 04:10:32.970989 [ 5 ] {1a1bb219-76f6-4c55-bc68-b177eded69c9} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 16731 | 2025.04.15 04:10:32.971232 [ 5 ] {1a1bb219-76f6-4c55-bc68-b177eded69c9} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16732 | 2025.04.15 04:10:32.971443 [ 5 ] {1a1bb219-76f6-4c55-bc68-b177eded69c9} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001983 sec., 16137.165910237016 rows/sec., 1.18 MiB/sec. | ||
| 16733 | 2025.04.15 04:10:32.971540 [ 5 ] {1a1bb219-76f6-4c55-bc68-b177eded69c9} <Debug> TCPHandler: Processed in 0.00233062 sec. | ||
| 16734 | 2025.04.15 04:10:32.971726 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16735 | 2025.04.15 04:10:32.971931 [ 5 ] {86a21e1c-8811-41b2-84c0-0c58a921dea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16736 | 2025.04.15 04:10:32.971979 [ 5 ] {86a21e1c-8811-41b2-84c0-0c58a921dea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16737 | 2025.04.15 04:10:32.972522 [ 5 ] {86a21e1c-8811-41b2-84c0-0c58a921dea6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16738 | 2025.04.15 04:10:32.972562 [ 5 ] {86a21e1c-8811-41b2-84c0-0c58a921dea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16739 | 2025.04.15 04:10:32.972929 [ 5 ] {86a21e1c-8811-41b2-84c0-0c58a921dea6} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16740 | 2025.04.15 04:10:32.973200 [ 5 ] {86a21e1c-8811-41b2-84c0-0c58a921dea6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16741 | 2025.04.15 04:10:32.973384 [ 5 ] {86a21e1c-8811-41b2-84c0-0c58a921dea6} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001499 sec., 64042.69513008673 rows/sec., 5.00 MiB/sec. | ||
| 16742 | 2025.04.15 04:10:32.973443 [ 5 ] {86a21e1c-8811-41b2-84c0-0c58a921dea6} <Debug> TCPHandler: Processed in 0.001808348 sec. | ||
| 16743 | 2025.04.15 04:10:32.973558 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16744 | 2025.04.15 04:10:32.973663 [ 5 ] {86e79f69-f6e7-4a81-9691-78193d9f7467} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16745 | 2025.04.15 04:10:32.973714 [ 5 ] {86e79f69-f6e7-4a81-9691-78193d9f7467} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16746 | 2025.04.15 04:10:32.974208 [ 5 ] {86e79f69-f6e7-4a81-9691-78193d9f7467} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16747 | 2025.04.15 04:10:32.974248 [ 5 ] {86e79f69-f6e7-4a81-9691-78193d9f7467} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16748 | 2025.04.15 04:10:32.974632 [ 5 ] {86e79f69-f6e7-4a81-9691-78193d9f7467} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16749 | 2025.04.15 04:10:32.974871 [ 5 ] {86e79f69-f6e7-4a81-9691-78193d9f7467} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16750 | 2025.04.15 04:10:32.975073 [ 5 ] {86e79f69-f6e7-4a81-9691-78193d9f7467} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001432 sec., 111731.843575419 rows/sec., 7.78 MiB/sec. | ||
| 16751 | 2025.04.15 04:10:32.975124 [ 5 ] {86e79f69-f6e7-4a81-9691-78193d9f7467} <Debug> TCPHandler: Processed in 0.001616834 sec. | ||
| 16752 | 2025.04.15 04:10:32.975236 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16753 | 2025.04.15 04:10:32.975342 [ 5 ] {d7a7d5ef-86ec-4d4d-b193-4907760aaa31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16754 | 2025.04.15 04:10:32.975409 [ 5 ] {d7a7d5ef-86ec-4d4d-b193-4907760aaa31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16755 | 2025.04.15 04:10:32.976477 [ 5 ] {d7a7d5ef-86ec-4d4d-b193-4907760aaa31} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16756 | 2025.04.15 04:10:32.976516 [ 5 ] {d7a7d5ef-86ec-4d4d-b193-4907760aaa31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16757 | 2025.04.15 04:10:32.977161 [ 5 ] {d7a7d5ef-86ec-4d4d-b193-4907760aaa31} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 16758 | 2025.04.15 04:10:32.977414 [ 5 ] {d7a7d5ef-86ec-4d4d-b193-4907760aaa31} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16759 | 2025.04.15 04:10:32.977636 [ 5 ] {d7a7d5ef-86ec-4d4d-b193-4907760aaa31} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002316 sec., 13816.92573402418 rows/sec., 24.76 MiB/sec. | ||
| 16760 | 2025.04.15 04:10:32.977727 [ 5 ] {d7a7d5ef-86ec-4d4d-b193-4907760aaa31} <Debug> TCPHandler: Processed in 0.002540645 sec. | ||
| 16761 | 2025.04.15 04:10:32.977832 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16762 | 2025.04.15 04:10:32.977933 [ 5 ] {6a019eb1-ff70-455c-bba8-7f6ddf98b67d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16763 | 2025.04.15 04:10:32.977981 [ 5 ] {6a019eb1-ff70-455c-bba8-7f6ddf98b67d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16764 | 2025.04.15 04:10:32.978388 [ 5 ] {6a019eb1-ff70-455c-bba8-7f6ddf98b67d} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16765 | 2025.04.15 04:10:32.978427 [ 5 ] {6a019eb1-ff70-455c-bba8-7f6ddf98b67d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16766 | 2025.04.15 04:10:32.978782 [ 5 ] {6a019eb1-ff70-455c-bba8-7f6ddf98b67d} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 16767 | 2025.04.15 04:10:32.979022 [ 5 ] {6a019eb1-ff70-455c-bba8-7f6ddf98b67d} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16768 | 2025.04.15 04:10:32.979230 [ 5 ] {6a019eb1-ff70-455c-bba8-7f6ddf98b67d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.07 MiB/sec. | ||
| 16769 | 2025.04.15 04:10:32.979279 [ 5 ] {6a019eb1-ff70-455c-bba8-7f6ddf98b67d} <Debug> TCPHandler: Processed in 0.001495222 sec. | ||
| 16770 | 2025.04.15 04:10:35.205595 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16771 | 2025.04.15 04:10:35.205647 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16772 | 2025.04.15 04:10:35.437467 [ 225 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16773 | 2025.04.15 04:10:35.437539 [ 225 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16774 | 2025.04.15 04:10:35.439473 [ 225 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 16775 | 2025.04.15 04:10:35.504238 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 16776 | 2025.04.15 04:10:35.504869 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16777 | 2025.04.15 04:10:35.504923 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16778 | 2025.04.15 04:10:35.505467 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16779 | 2025.04.15 04:10:35.505720 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16780 | 2025.04.15 04:10:35.505989 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 16781 | 2025.04.15 04:10:35.506061 [ 223 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16782 | 2025.04.15 04:10:35.506113 [ 223 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16783 | 2025.04.15 04:10:35.507978 [ 223 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16784 | 2025.04.15 04:10:35.711672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2364 | ||
| 16785 | 2025.04.15 04:10:35.714554 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16786 | 2025.04.15 04:10:35.714612 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16787 | 2025.04.15 04:10:35.716152 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16788 | 2025.04.15 04:10:35.716476 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16789 | 2025.04.15 04:10:35.717142 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2364 | ||
| 16790 | 2025.04.15 04:10:35.791276 [ 222 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16791 | 2025.04.15 04:10:35.791308 [ 222 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16792 | 2025.04.15 04:10:35.793266 [ 222 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 16793 | 2025.04.15 04:10:36.002366 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001819429 sec. | ||
| 16794 | 2025.04.15 04:10:36.174512 [ 220 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16795 | 2025.04.15 04:10:36.174600 [ 220 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16796 | 2025.04.15 04:10:36.176433 [ 220 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 16797 | 2025.04.15 04:10:37.972547 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16798 | 2025.04.15 04:10:37.972746 [ 5 ] {fc336b3c-fc94-4892-a9ea-1611b9a9489a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16799 | 2025.04.15 04:10:37.972819 [ 5 ] {fc336b3c-fc94-4892-a9ea-1611b9a9489a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16800 | 2025.04.15 04:10:37.973666 [ 5 ] {fc336b3c-fc94-4892-a9ea-1611b9a9489a} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16801 | 2025.04.15 04:10:37.973716 [ 5 ] {fc336b3c-fc94-4892-a9ea-1611b9a9489a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16802 | 2025.04.15 04:10:37.974183 [ 5 ] {fc336b3c-fc94-4892-a9ea-1611b9a9489a} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16803 | 2025.04.15 04:10:37.974460 [ 5 ] {fc336b3c-fc94-4892-a9ea-1611b9a9489a} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16804 | 2025.04.15 04:10:37.974720 [ 5 ] {fc336b3c-fc94-4892-a9ea-1611b9a9489a} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002025 sec., 104691.35802469136 rows/sec., 6.66 MiB/sec. | ||
| 16805 | 2025.04.15 04:10:37.974798 [ 5 ] {fc336b3c-fc94-4892-a9ea-1611b9a9489a} <Debug> TCPHandler: Processed in 0.002380391 sec. | ||
| 16806 | 2025.04.15 04:10:37.974960 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16807 | 2025.04.15 04:10:37.975072 [ 5 ] {c6b412d3-3114-463d-96a7-a45dc853def7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16808 | 2025.04.15 04:10:37.975123 [ 5 ] {c6b412d3-3114-463d-96a7-a45dc853def7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16809 | 2025.04.15 04:10:37.975971 [ 5 ] {c6b412d3-3114-463d-96a7-a45dc853def7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16810 | 2025.04.15 04:10:37.976011 [ 5 ] {c6b412d3-3114-463d-96a7-a45dc853def7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16811 | 2025.04.15 04:10:37.976400 [ 5 ] {c6b412d3-3114-463d-96a7-a45dc853def7} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16812 | 2025.04.15 04:10:37.976634 [ 5 ] {c6b412d3-3114-463d-96a7-a45dc853def7} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16813 | 2025.04.15 04:10:37.976813 [ 5 ] {c6b412d3-3114-463d-96a7-a45dc853def7} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001818 sec., 348184.81848184817 rows/sec., 27.38 MiB/sec. | ||
| 16814 | 2025.04.15 04:10:37.976839 [ 100 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16815 | 2025.04.15 04:10:37.976893 [ 5 ] {c6b412d3-3114-463d-96a7-a45dc853def7} <Debug> TCPHandler: Processed in 0.002055424 sec. | ||
| 16816 | 2025.04.15 04:10:37.976933 [ 100 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16817 | 2025.04.15 04:10:37.977049 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16818 | 2025.04.15 04:10:37.977159 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16819 | 2025.04.15 04:10:37.977290 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16820 | 2025.04.15 04:10:37.977330 [ 5 ] {24e7da5a-baf8-4495-a6a6-b372206e7b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16821 | 2025.04.15 04:10:37.977411 [ 5 ] {24e7da5a-baf8-4495-a6a6-b372206e7b96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16822 | 2025.04.15 04:10:37.977686 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16823 | 2025.04.15 04:10:37.977772 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1847 rows starting from the beginning of the part | ||
| 16824 | 2025.04.15 04:10:37.978221 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 120 rows starting from the beginning of the part | ||
| 16825 | 2025.04.15 04:10:37.978700 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1774 rows starting from the beginning of the part | ||
| 16826 | 2025.04.15 04:10:37.979031 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part | ||
| 16827 | 2025.04.15 04:10:37.979274 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 120 rows starting from the beginning of the part | ||
| 16828 | 2025.04.15 04:10:37.979525 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 633 rows starting from the beginning of the part | ||
| 16829 | 2025.04.15 04:10:37.980567 [ 5 ] {24e7da5a-baf8-4495-a6a6-b372206e7b96} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16830 | 2025.04.15 04:10:37.980634 [ 5 ] {24e7da5a-baf8-4495-a6a6-b372206e7b96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16831 | 2025.04.15 04:10:37.981483 [ 5 ] {24e7da5a-baf8-4495-a6a6-b372206e7b96} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16832 | 2025.04.15 04:10:37.982006 [ 5 ] {24e7da5a-baf8-4495-a6a6-b372206e7b96} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16833 | 2025.04.15 04:10:37.982630 [ 5 ] {24e7da5a-baf8-4495-a6a6-b372206e7b96} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.005312 sec., 21460.843373493975 rows/sec., 1.28 MiB/sec. | ||
| 16834 | 2025.04.15 04:10:37.982851 [ 5 ] {24e7da5a-baf8-4495-a6a6-b372206e7b96} <Debug> TCPHandler: Processed in 0.005778234 sec. | ||
| 16835 | 2025.04.15 04:10:37.983181 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16836 | 2025.04.15 04:10:37.983513 [ 5 ] {cb44efc5-2ddb-484d-953d-4199a89c485a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16837 | 2025.04.15 04:10:37.983675 [ 5 ] {cb44efc5-2ddb-484d-953d-4199a89c485a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16838 | 2025.04.15 04:10:37.984801 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4550 rows, containing 5 columns (5 merged, 0 gathered) in 0.007630513 sec., 596290.1838972032 rows/sec., 50.68 MiB/sec. | ||
| 16839 | 2025.04.15 04:10:37.985123 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16840 | 2025.04.15 04:10:37.985653 [ 5 ] {cb44efc5-2ddb-484d-953d-4199a89c485a} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16841 | 2025.04.15 04:10:37.985724 [ 5 ] {cb44efc5-2ddb-484d-953d-4199a89c485a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16842 | 2025.04.15 04:10:37.985731 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_136_27} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16843 | 2025.04.15 04:10:37.985983 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_136_27} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16844 | 2025.04.15 04:10:37.986175 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 16845 | 2025.04.15 04:10:37.986380 [ 5 ] {cb44efc5-2ddb-484d-953d-4199a89c485a} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16846 | 2025.04.15 04:10:37.986632 [ 5 ] {cb44efc5-2ddb-484d-953d-4199a89c485a} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16847 | 2025.04.15 04:10:37.986832 [ 5 ] {cb44efc5-2ddb-484d-953d-4199a89c485a} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.003454 sec., 32715.69195136074 rows/sec., 2.12 MiB/sec. | ||
| 16848 | 2025.04.15 04:10:37.986885 [ 5 ] {cb44efc5-2ddb-484d-953d-4199a89c485a} <Debug> TCPHandler: Processed in 0.003821452 sec. | ||
| 16849 | 2025.04.15 04:10:37.987004 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16850 | 2025.04.15 04:10:37.987111 [ 5 ] {253aff50-6ee7-44b3-82f0-15bb662e20a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16851 | 2025.04.15 04:10:37.987157 [ 5 ] {253aff50-6ee7-44b3-82f0-15bb662e20a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16852 | 2025.04.15 04:10:37.987717 [ 5 ] {253aff50-6ee7-44b3-82f0-15bb662e20a9} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16853 | 2025.04.15 04:10:37.987757 [ 5 ] {253aff50-6ee7-44b3-82f0-15bb662e20a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16854 | 2025.04.15 04:10:37.988120 [ 5 ] {253aff50-6ee7-44b3-82f0-15bb662e20a9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16855 | 2025.04.15 04:10:37.988379 [ 5 ] {253aff50-6ee7-44b3-82f0-15bb662e20a9} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16856 | 2025.04.15 04:10:37.988569 [ 5 ] {253aff50-6ee7-44b3-82f0-15bb662e20a9} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001481 sec., 75624.57798784606 rows/sec., 4.31 MiB/sec. | ||
| 16857 | 2025.04.15 04:10:37.988621 [ 5 ] {253aff50-6ee7-44b3-82f0-15bb662e20a9} <Debug> TCPHandler: Processed in 0.001668416 sec. | ||
| 16858 | 2025.04.15 04:10:37.988734 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16859 | 2025.04.15 04:10:37.988840 [ 5 ] {ea9a5010-ee51-46db-9953-12244b039edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16860 | 2025.04.15 04:10:37.988887 [ 5 ] {ea9a5010-ee51-46db-9953-12244b039edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16861 | 2025.04.15 04:10:37.989599 [ 5 ] {ea9a5010-ee51-46db-9953-12244b039edc} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16862 | 2025.04.15 04:10:37.989639 [ 5 ] {ea9a5010-ee51-46db-9953-12244b039edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16863 | 2025.04.15 04:10:37.990028 [ 5 ] {ea9a5010-ee51-46db-9953-12244b039edc} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16864 | 2025.04.15 04:10:37.990284 [ 5 ] {ea9a5010-ee51-46db-9953-12244b039edc} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16865 | 2025.04.15 04:10:37.990451 [ 100 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16866 | 2025.04.15 04:10:37.990505 [ 5 ] {ea9a5010-ee51-46db-9953-12244b039edc} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001679 sec., 232281.11971411554 rows/sec., 16.42 MiB/sec. | ||
| 16867 | 2025.04.15 04:10:37.990509 [ 100 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16868 | 2025.04.15 04:10:37.990591 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16869 | 2025.04.15 04:10:37.990638 [ 5 ] {ea9a5010-ee51-46db-9953-12244b039edc} <Debug> TCPHandler: Processed in 0.001951462 sec. | ||
| 16870 | 2025.04.15 04:10:37.990847 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16871 | 2025.04.15 04:10:37.990864 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16872 | 2025.04.15 04:10:37.991127 [ 5 ] {411f83ee-2d30-4341-bafa-a32cfaad7e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16873 | 2025.04.15 04:10:37.991127 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16874 | 2025.04.15 04:10:37.991228 [ 5 ] {411f83ee-2d30-4341-bafa-a32cfaad7e76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16875 | 2025.04.15 04:10:37.991232 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 914 rows starting from the beginning of the part | ||
| 16876 | 2025.04.15 04:10:37.991664 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 96 rows starting from the beginning of the part | ||
| 16877 | 2025.04.15 04:10:37.992139 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 848 rows starting from the beginning of the part | ||
| 16878 | 2025.04.15 04:10:37.992566 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part | ||
| 16879 | 2025.04.15 04:10:37.992932 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 96 rows starting from the beginning of the part | ||
| 16880 | 2025.04.15 04:10:37.993412 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 390 rows starting from the beginning of the part | ||
| 16881 | 2025.04.15 04:10:37.994004 [ 5 ] {411f83ee-2d30-4341-bafa-a32cfaad7e76} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16882 | 2025.04.15 04:10:37.994080 [ 5 ] {411f83ee-2d30-4341-bafa-a32cfaad7e76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16883 | 2025.04.15 04:10:37.994967 [ 5 ] {411f83ee-2d30-4341-bafa-a32cfaad7e76} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 16884 | 2025.04.15 04:10:37.995525 [ 5 ] {411f83ee-2d30-4341-bafa-a32cfaad7e76} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16885 | 2025.04.15 04:10:37.996020 [ 5 ] {411f83ee-2d30-4341-bafa-a32cfaad7e76} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00497 sec., 1207.2434607645876 rows/sec., 63.07 KiB/sec. | ||
| 16886 | 2025.04.15 04:10:37.996210 [ 5 ] {411f83ee-2d30-4341-bafa-a32cfaad7e76} <Debug> TCPHandler: Processed in 0.005420526 sec. | ||
| 16887 | 2025.04.15 04:10:37.996920 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16888 | 2025.04.15 04:10:37.997157 [ 5 ] {64525b87-0472-4465-929f-4f5d28bed2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16889 | 2025.04.15 04:10:37.997390 [ 5 ] {64525b87-0472-4465-929f-4f5d28bed2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16890 | 2025.04.15 04:10:37.997705 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.007005279 sec., 343740.77035332925 rows/sec., 26.32 MiB/sec. | ||
| 16891 | 2025.04.15 04:10:37.997983 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16892 | 2025.04.15 04:10:37.998513 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_136_27} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16893 | 2025.04.15 04:10:37.998686 [ 5 ] {64525b87-0472-4465-929f-4f5d28bed2be} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16894 | 2025.04.15 04:10:37.998706 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_136_27} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16895 | 2025.04.15 04:10:37.998750 [ 5 ] {64525b87-0472-4465-929f-4f5d28bed2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16896 | 2025.04.15 04:10:37.998891 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 16897 | 2025.04.15 04:10:37.999272 [ 5 ] {64525b87-0472-4465-929f-4f5d28bed2be} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16898 | 2025.04.15 04:10:37.999504 [ 5 ] {64525b87-0472-4465-929f-4f5d28bed2be} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16899 | 2025.04.15 04:10:37.999689 [ 5 ] {64525b87-0472-4465-929f-4f5d28bed2be} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002615 sec., 90630.97514340344 rows/sec., 6.07 MiB/sec. | ||
| 16900 | 2025.04.15 04:10:37.999739 [ 5 ] {64525b87-0472-4465-929f-4f5d28bed2be} <Debug> TCPHandler: Processed in 0.003018674 sec. | ||
| 16901 | 2025.04.15 04:10:37.999863 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16902 | 2025.04.15 04:10:37.999967 [ 5 ] {be5d892c-c921-4b44-bf95-5ee2f6965302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16903 | 2025.04.15 04:10:38.000013 [ 5 ] {be5d892c-c921-4b44-bf95-5ee2f6965302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16904 | 2025.04.15 04:10:38.000754 [ 5 ] {be5d892c-c921-4b44-bf95-5ee2f6965302} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16905 | 2025.04.15 04:10:38.000793 [ 5 ] {be5d892c-c921-4b44-bf95-5ee2f6965302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16906 | 2025.04.15 04:10:38.001134 [ 5 ] {be5d892c-c921-4b44-bf95-5ee2f6965302} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 16907 | 2025.04.15 04:10:38.001361 [ 5 ] {be5d892c-c921-4b44-bf95-5ee2f6965302} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16908 | 2025.04.15 04:10:38.001551 [ 5 ] {be5d892c-c921-4b44-bf95-5ee2f6965302} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001606 sec., 622.66500622665 rows/sec., 41.96 KiB/sec. | ||
| 16909 | 2025.04.15 04:10:38.001598 [ 5 ] {be5d892c-c921-4b44-bf95-5ee2f6965302} <Debug> TCPHandler: Processed in 0.001783908 sec. | ||
| 16910 | 2025.04.15 04:10:38.001710 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16911 | 2025.04.15 04:10:38.001812 [ 5 ] {0dcd355c-50d4-468b-94a0-55bf8b57ccfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16912 | 2025.04.15 04:10:38.001876 [ 5 ] {0dcd355c-50d4-468b-94a0-55bf8b57ccfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16913 | 2025.04.15 04:10:38.002879 [ 5 ] {0dcd355c-50d4-468b-94a0-55bf8b57ccfc} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16914 | 2025.04.15 04:10:38.002917 [ 5 ] {0dcd355c-50d4-468b-94a0-55bf8b57ccfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16915 | 2025.04.15 04:10:38.003522 [ 5 ] {0dcd355c-50d4-468b-94a0-55bf8b57ccfc} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16916 | 2025.04.15 04:10:38.003775 [ 5 ] {0dcd355c-50d4-468b-94a0-55bf8b57ccfc} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16917 | 2025.04.15 04:10:38.003998 [ 5 ] {0dcd355c-50d4-468b-94a0-55bf8b57ccfc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002206 sec., 3626.473254759746 rows/sec., 6.50 MiB/sec. | ||
| 16918 | 2025.04.15 04:10:38.004110 [ 5 ] {0dcd355c-50d4-468b-94a0-55bf8b57ccfc} <Debug> TCPHandler: Processed in 0.002448012 sec. | ||
| 16919 | 2025.04.15 04:10:38.004228 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16920 | 2025.04.15 04:10:38.004330 [ 5 ] {644acc47-0047-4de3-90a2-3d6080e49e5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16921 | 2025.04.15 04:10:38.004375 [ 5 ] {644acc47-0047-4de3-90a2-3d6080e49e5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16922 | 2025.04.15 04:10:38.004785 [ 5 ] {644acc47-0047-4de3-90a2-3d6080e49e5c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16923 | 2025.04.15 04:10:38.004822 [ 5 ] {644acc47-0047-4de3-90a2-3d6080e49e5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16924 | 2025.04.15 04:10:38.005178 [ 5 ] {644acc47-0047-4de3-90a2-3d6080e49e5c} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 16925 | 2025.04.15 04:10:38.005403 [ 5 ] {644acc47-0047-4de3-90a2-3d6080e49e5c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16926 | 2025.04.15 04:10:38.005594 [ 5 ] {644acc47-0047-4de3-90a2-3d6080e49e5c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001282 sec., 63962.5585023401 rows/sec., 4.06 MiB/sec. | ||
| 16927 | 2025.04.15 04:10:38.005593 [ 100 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 16928 | 2025.04.15 04:10:38.005669 [ 5 ] {644acc47-0047-4de3-90a2-3d6080e49e5c} <Debug> TCPHandler: Processed in 0.001484702 sec. | ||
| 16929 | 2025.04.15 04:10:38.005688 [ 100 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16930 | 2025.04.15 04:10:38.005752 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16931 | 2025.04.15 04:10:38.005917 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 16932 | 2025.04.15 04:10:38.006139 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16933 | 2025.04.15 04:10:38.006204 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7880 rows starting from the beginning of the part | ||
| 16934 | 2025.04.15 04:10:38.006483 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part | ||
| 16935 | 2025.04.15 04:10:38.006833 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 34 rows starting from the beginning of the part | ||
| 16936 | 2025.04.15 04:10:38.007085 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 48 rows starting from the beginning of the part | ||
| 16937 | 2025.04.15 04:10:38.007246 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part | ||
| 16938 | 2025.04.15 04:10:38.007365 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 82 rows starting from the beginning of the part | ||
| 16939 | 2025.04.15 04:10:38.010149 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8164 rows, containing 4 columns (4 merged, 0 gathered) in 0.004314632 sec., 1892166.0062781717 rows/sec., 123.21 MiB/sec. | ||
| 16940 | 2025.04.15 04:10:38.010743 [ 190 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 16941 | 2025.04.15 04:10:38.011136 [ 190 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_136_27} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16942 | 2025.04.15 04:10:38.011239 [ 190 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_136_27} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 16943 | 2025.04.15 04:10:38.011347 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 16944 | 2025.04.15 04:10:38.213128 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 16945 | 2025.04.15 04:10:38.236707 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16946 | 2025.04.15 04:10:38.236771 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16947 | 2025.04.15 04:10:38.244365 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 16948 | 2025.04.15 04:10:38.245187 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16949 | 2025.04.15 04:10:38.248234 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 16950 | 2025.04.15 04:10:42.967267 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16951 | 2025.04.15 04:10:42.967592 [ 5 ] {70498d04-5736-4647-a606-1985013c2770} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16952 | 2025.04.15 04:10:42.967710 [ 5 ] {70498d04-5736-4647-a606-1985013c2770} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16953 | 2025.04.15 04:10:42.968612 [ 5 ] {70498d04-5736-4647-a606-1985013c2770} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16954 | 2025.04.15 04:10:42.968670 [ 5 ] {70498d04-5736-4647-a606-1985013c2770} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16955 | 2025.04.15 04:10:42.969125 [ 5 ] {70498d04-5736-4647-a606-1985013c2770} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 16956 | 2025.04.15 04:10:42.969370 [ 5 ] {70498d04-5736-4647-a606-1985013c2770} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16957 | 2025.04.15 04:10:42.969584 [ 5 ] {70498d04-5736-4647-a606-1985013c2770} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002071 sec., 1931.4340898116852 rows/sec., 157.49 KiB/sec. | ||
| 16958 | 2025.04.15 04:10:42.969646 [ 5 ] {70498d04-5736-4647-a606-1985013c2770} <Debug> TCPHandler: Processed in 0.002567144 sec. | ||
| 16959 | 2025.04.15 04:10:42.969773 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16960 | 2025.04.15 04:10:42.969877 [ 5 ] {f04dc4de-a921-415e-8112-b15fb3ffd809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16961 | 2025.04.15 04:10:42.969922 [ 5 ] {f04dc4de-a921-415e-8112-b15fb3ffd809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16962 | 2025.04.15 04:10:42.970492 [ 5 ] {f04dc4de-a921-415e-8112-b15fb3ffd809} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16963 | 2025.04.15 04:10:42.970532 [ 5 ] {f04dc4de-a921-415e-8112-b15fb3ffd809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16964 | 2025.04.15 04:10:42.970886 [ 5 ] {f04dc4de-a921-415e-8112-b15fb3ffd809} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16965 | 2025.04.15 04:10:42.971144 [ 5 ] {f04dc4de-a921-415e-8112-b15fb3ffd809} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16966 | 2025.04.15 04:10:42.971329 [ 5 ] {f04dc4de-a921-415e-8112-b15fb3ffd809} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.001468 sec., 83106.26702997276 rows/sec., 7.04 MiB/sec. | ||
| 16967 | 2025.04.15 04:10:42.971378 [ 5 ] {f04dc4de-a921-415e-8112-b15fb3ffd809} <Debug> TCPHandler: Processed in 0.001654966 sec. | ||
| 16968 | 2025.04.15 04:10:42.971503 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16969 | 2025.04.15 04:10:42.971604 [ 5 ] {627d91db-550c-4dd7-9a20-1030c85bbe75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16970 | 2025.04.15 04:10:42.971647 [ 5 ] {627d91db-550c-4dd7-9a20-1030c85bbe75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16971 | 2025.04.15 04:10:42.972180 [ 5 ] {627d91db-550c-4dd7-9a20-1030c85bbe75} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16972 | 2025.04.15 04:10:42.972219 [ 5 ] {627d91db-550c-4dd7-9a20-1030c85bbe75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16973 | 2025.04.15 04:10:42.972561 [ 5 ] {627d91db-550c-4dd7-9a20-1030c85bbe75} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16974 | 2025.04.15 04:10:42.972795 [ 5 ] {627d91db-550c-4dd7-9a20-1030c85bbe75} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16975 | 2025.04.15 04:10:42.972975 [ 5 ] {627d91db-550c-4dd7-9a20-1030c85bbe75} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001393 sec., 25843.503230437906 rows/sec., 1.88 MiB/sec. | ||
| 16976 | 2025.04.15 04:10:42.973024 [ 5 ] {627d91db-550c-4dd7-9a20-1030c85bbe75} <Debug> TCPHandler: Processed in 0.001569864 sec. | ||
| 16977 | 2025.04.15 04:10:42.973135 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16978 | 2025.04.15 04:10:42.973235 [ 5 ] {1f1ddd35-2cc5-4a82-b153-a0942d2c671c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16979 | 2025.04.15 04:10:42.973278 [ 5 ] {1f1ddd35-2cc5-4a82-b153-a0942d2c671c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16980 | 2025.04.15 04:10:42.973787 [ 5 ] {1f1ddd35-2cc5-4a82-b153-a0942d2c671c} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16981 | 2025.04.15 04:10:42.973826 [ 5 ] {1f1ddd35-2cc5-4a82-b153-a0942d2c671c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16982 | 2025.04.15 04:10:42.974171 [ 5 ] {1f1ddd35-2cc5-4a82-b153-a0942d2c671c} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16983 | 2025.04.15 04:10:42.974427 [ 5 ] {1f1ddd35-2cc5-4a82-b153-a0942d2c671c} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16984 | 2025.04.15 04:10:42.974670 [ 5 ] {1f1ddd35-2cc5-4a82-b153-a0942d2c671c} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.001453 sec., 68823.12456985547 rows/sec., 5.38 MiB/sec. | ||
| 16985 | 2025.04.15 04:10:42.974733 [ 5 ] {1f1ddd35-2cc5-4a82-b153-a0942d2c671c} <Debug> TCPHandler: Processed in 0.001647385 sec. | ||
| 16986 | 2025.04.15 04:10:42.974864 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16987 | 2025.04.15 04:10:42.974972 [ 5 ] {d24d007a-02eb-457a-888b-94ed4d005529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16988 | 2025.04.15 04:10:42.975022 [ 5 ] {d24d007a-02eb-457a-888b-94ed4d005529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16989 | 2025.04.15 04:10:42.975539 [ 5 ] {d24d007a-02eb-457a-888b-94ed4d005529} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16990 | 2025.04.15 04:10:42.975579 [ 5 ] {d24d007a-02eb-457a-888b-94ed4d005529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 16991 | 2025.04.15 04:10:42.975969 [ 5 ] {d24d007a-02eb-457a-888b-94ed4d005529} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 16992 | 2025.04.15 04:10:42.976203 [ 5 ] {d24d007a-02eb-457a-888b-94ed4d005529} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16993 | 2025.04.15 04:10:42.976392 [ 5 ] {d24d007a-02eb-457a-888b-94ed4d005529} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001441 sec., 112421.92921582234 rows/sec., 7.83 MiB/sec. | ||
| 16994 | 2025.04.15 04:10:42.976448 [ 5 ] {d24d007a-02eb-457a-888b-94ed4d005529} <Debug> TCPHandler: Processed in 0.001646456 sec. | ||
| 16995 | 2025.04.15 04:10:42.976558 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16996 | 2025.04.15 04:10:42.976664 [ 5 ] {58bd5a55-fa44-4e06-82fd-7375dc21029d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16997 | 2025.04.15 04:10:42.976731 [ 5 ] {58bd5a55-fa44-4e06-82fd-7375dc21029d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 16998 | 2025.04.15 04:10:42.977823 [ 5 ] {58bd5a55-fa44-4e06-82fd-7375dc21029d} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16999 | 2025.04.15 04:10:42.977866 [ 5 ] {58bd5a55-fa44-4e06-82fd-7375dc21029d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17000 | 2025.04.15 04:10:42.978526 [ 5 ] {58bd5a55-fa44-4e06-82fd-7375dc21029d} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 17001 | 2025.04.15 04:10:42.978793 [ 5 ] {58bd5a55-fa44-4e06-82fd-7375dc21029d} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17002 | 2025.04.15 04:10:42.979071 [ 5 ] {58bd5a55-fa44-4e06-82fd-7375dc21029d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002423 sec., 13206.768468840282 rows/sec., 23.67 MiB/sec. | ||
| 17003 | 2025.04.15 04:10:42.979260 [ 5 ] {58bd5a55-fa44-4e06-82fd-7375dc21029d} <Debug> TCPHandler: Processed in 0.002752089 sec. | ||
| 17004 | 2025.04.15 04:10:42.979574 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17005 | 2025.04.15 04:10:42.979738 [ 5 ] {01ae3baf-658a-4c83-a8a4-168fc16104a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17006 | 2025.04.15 04:10:42.979788 [ 5 ] {01ae3baf-658a-4c83-a8a4-168fc16104a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17007 | 2025.04.15 04:10:42.980259 [ 5 ] {01ae3baf-658a-4c83-a8a4-168fc16104a1} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17008 | 2025.04.15 04:10:42.980304 [ 5 ] {01ae3baf-658a-4c83-a8a4-168fc16104a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17009 | 2025.04.15 04:10:42.980741 [ 5 ] {01ae3baf-658a-4c83-a8a4-168fc16104a1} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 17010 | 2025.04.15 04:10:42.980988 [ 5 ] {01ae3baf-658a-4c83-a8a4-168fc16104a1} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17011 | 2025.04.15 04:10:42.981206 [ 5 ] {01ae3baf-658a-4c83-a8a4-168fc16104a1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0015 sec., 40000 rows/sec., 2.70 MiB/sec. | ||
| 17012 | 2025.04.15 04:10:42.981266 [ 5 ] {01ae3baf-658a-4c83-a8a4-168fc16104a1} <Debug> TCPHandler: Processed in 0.001791309 sec. | ||
| 17013 | 2025.04.15 04:10:43.006188 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 17014 | 2025.04.15 04:10:43.006834 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17015 | 2025.04.15 04:10:43.006876 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17016 | 2025.04.15 04:10:43.007428 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 17017 | 2025.04.15 04:10:43.007694 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17018 | 2025.04.15 04:10:43.007902 [ 94 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 17019 | 2025.04.15 04:10:43.007933 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 17020 | 2025.04.15 04:10:43.007983 [ 94 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17021 | 2025.04.15 04:10:43.008013 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17022 | 2025.04.15 04:10:43.008187 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 17023 | 2025.04.15 04:10:43.008580 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17024 | 2025.04.15 04:10:43.008679 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 17025 | 2025.04.15 04:10:43.008769 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 427 rows starting from the beginning of the part | ||
| 17026 | 2025.04.15 04:10:43.008890 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 488 rows starting from the beginning of the part | ||
| 17027 | 2025.04.15 04:10:43.009143 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part | ||
| 17028 | 2025.04.15 04:10:43.009294 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part | ||
| 17029 | 2025.04.15 04:10:43.009478 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part | ||
| 17030 | 2025.04.15 04:10:43.012273 [ 189 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004181329 sec., 8884495.814608226 rows/sec., 127.09 MiB/sec. | ||
| 17031 | 2025.04.15 04:10:43.012661 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 17032 | 2025.04.15 04:10:43.012984 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_81_16} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17033 | 2025.04.15 04:10:43.013066 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_81_16} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 17034 | 2025.04.15 04:10:43.013173 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 17035 | 2025.04.15 04:10:45.717463 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2400 | ||
| 17036 | 2025.04.15 04:10:45.720815 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17037 | 2025.04.15 04:10:45.720865 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17038 | 2025.04.15 04:10:45.722407 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17039 | 2025.04.15 04:10:45.722727 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17040 | 2025.04.15 04:10:45.724939 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2400 | ||
| 17041 | 2025.04.15 04:10:45.748420 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 17042 | 2025.04.15 04:10:45.771684 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17043 | 2025.04.15 04:10:45.771738 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17044 | 2025.04.15 04:10:45.779256 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 17045 | 2025.04.15 04:10:45.780023 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17046 | 2025.04.15 04:10:45.780458 [ 92 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 17047 | 2025.04.15 04:10:45.780621 [ 92 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17048 | 2025.04.15 04:10:45.780705 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17049 | 2025.04.15 04:10:45.781181 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 17050 | 2025.04.15 04:10:45.796761 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 17051 | 2025.04.15 04:10:45.798508 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17052 | 2025.04.15 04:10:45.800320 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 17053 | 2025.04.15 04:10:45.806848 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 17054 | 2025.04.15 04:10:45.813125 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 17055 | 2025.04.15 04:10:45.819382 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 17056 | 2025.04.15 04:10:45.825951 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 17057 | 2025.04.15 04:10:45.831995 [ 188 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 17058 | 2025.04.15 04:10:45.899042 [ 189 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.118183301 sec., 5169.93513322157 rows/sec., 26.73 MiB/sec. | ||
| 17059 | 2025.04.15 04:10:45.902698 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 17060 | 2025.04.15 04:10:45.905763 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_81_16} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17061 | 2025.04.15 04:10:45.905888 [ 197 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_81_16} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 17062 | 2025.04.15 04:10:45.908611 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 17063 | 2025.04.15 04:10:46.000346 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.17 MiB, peak 288.78 MiB, free memory in arenas 0.00 B, will set to 270.10 MiB (RSS), difference: -1.08 MiB | ||
| 17064 | 2025.04.15 04:10:47.654208 [ 223 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17065 | 2025.04.15 04:10:47.654294 [ 223 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17066 | 2025.04.15 04:10:47.656672 [ 223 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17067 | 2025.04.15 04:10:47.972810 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17068 | 2025.04.15 04:10:47.973107 [ 5 ] {41e5bb49-03e3-46b0-adb7-67c5e67a960c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17069 | 2025.04.15 04:10:47.973204 [ 5 ] {41e5bb49-03e3-46b0-adb7-67c5e67a960c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17070 | 2025.04.15 04:10:47.974002 [ 5 ] {41e5bb49-03e3-46b0-adb7-67c5e67a960c} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17071 | 2025.04.15 04:10:47.974048 [ 5 ] {41e5bb49-03e3-46b0-adb7-67c5e67a960c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17072 | 2025.04.15 04:10:47.974493 [ 5 ] {41e5bb49-03e3-46b0-adb7-67c5e67a960c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17073 | 2025.04.15 04:10:47.974746 [ 5 ] {41e5bb49-03e3-46b0-adb7-67c5e67a960c} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17074 | 2025.04.15 04:10:47.974973 [ 5 ] {41e5bb49-03e3-46b0-adb7-67c5e67a960c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001944 sec., 109053.49794238684 rows/sec., 6.94 MiB/sec. | ||
| 17075 | 2025.04.15 04:10:47.975074 [ 5 ] {41e5bb49-03e3-46b0-adb7-67c5e67a960c} <Debug> TCPHandler: Processed in 0.002446252 sec. | ||
| 17076 | 2025.04.15 04:10:47.975311 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17077 | 2025.04.15 04:10:47.975464 [ 5 ] {bf8c79c3-13cb-4f4f-b3a6-bdb4d684e784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17078 | 2025.04.15 04:10:47.975516 [ 5 ] {bf8c79c3-13cb-4f4f-b3a6-bdb4d684e784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17079 | 2025.04.15 04:10:47.976284 [ 5 ] {bf8c79c3-13cb-4f4f-b3a6-bdb4d684e784} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17080 | 2025.04.15 04:10:47.976322 [ 5 ] {bf8c79c3-13cb-4f4f-b3a6-bdb4d684e784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17081 | 2025.04.15 04:10:47.976718 [ 5 ] {bf8c79c3-13cb-4f4f-b3a6-bdb4d684e784} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17082 | 2025.04.15 04:10:47.976950 [ 5 ] {bf8c79c3-13cb-4f4f-b3a6-bdb4d684e784} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17083 | 2025.04.15 04:10:47.977120 [ 5 ] {bf8c79c3-13cb-4f4f-b3a6-bdb4d684e784} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001682 sec., 376337.69322235434 rows/sec., 29.60 MiB/sec. | ||
| 17084 | 2025.04.15 04:10:47.977170 [ 5 ] {bf8c79c3-13cb-4f4f-b3a6-bdb4d684e784} <Debug> TCPHandler: Processed in 0.001961212 sec. | ||
| 17085 | 2025.04.15 04:10:47.977286 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17086 | 2025.04.15 04:10:47.977393 [ 5 ] {e5742e62-0007-414a-bb6e-32abcda85c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17087 | 2025.04.15 04:10:47.977437 [ 5 ] {e5742e62-0007-414a-bb6e-32abcda85c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17088 | 2025.04.15 04:10:47.977958 [ 5 ] {e5742e62-0007-414a-bb6e-32abcda85c9a} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17089 | 2025.04.15 04:10:47.977994 [ 5 ] {e5742e62-0007-414a-bb6e-32abcda85c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17090 | 2025.04.15 04:10:47.978338 [ 5 ] {e5742e62-0007-414a-bb6e-32abcda85c9a} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 17091 | 2025.04.15 04:10:47.978568 [ 5 ] {e5742e62-0007-414a-bb6e-32abcda85c9a} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17092 | 2025.04.15 04:10:47.978688 [ 89 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 17093 | 2025.04.15 04:10:47.978732 [ 89 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17094 | 2025.04.15 04:10:47.978737 [ 5 ] {e5742e62-0007-414a-bb6e-32abcda85c9a} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001366 sec., 83455.34407027818 rows/sec., 5.00 MiB/sec. | ||
| 17095 | 2025.04.15 04:10:47.978754 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17096 | 2025.04.15 04:10:47.978814 [ 5 ] {e5742e62-0007-414a-bb6e-32abcda85c9a} <Debug> TCPHandler: Processed in 0.001577714 sec. | ||
| 17097 | 2025.04.15 04:10:47.978918 [ 189 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 17098 | 2025.04.15 04:10:47.978948 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17099 | 2025.04.15 04:10:47.979058 [ 189 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17100 | 2025.04.15 04:10:47.979078 [ 5 ] {1699e58a-ea3e-471f-9409-6fc08992fd0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17101 | 2025.04.15 04:10:47.979101 [ 189 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 164 rows starting from the beginning of the part | ||
| 17102 | 2025.04.15 04:10:47.979129 [ 5 ] {1699e58a-ea3e-471f-9409-6fc08992fd0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17103 | 2025.04.15 04:10:47.979282 [ 189 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 116 rows starting from the beginning of the part | ||
| 17104 | 2025.04.15 04:10:47.979584 [ 189 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 32 rows starting from the beginning of the part | ||
| 17105 | 2025.04.15 04:10:47.980037 [ 189 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 114 rows starting from the beginning of the part | ||
| 17106 | 2025.04.15 04:10:47.980459 [ 189 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 36 rows starting from the beginning of the part | ||
| 17107 | 2025.04.15 04:10:47.980792 [ 189 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 114 rows starting from the beginning of the part | ||
| 17108 | 2025.04.15 04:10:47.981821 [ 5 ] {1699e58a-ea3e-471f-9409-6fc08992fd0c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17109 | 2025.04.15 04:10:47.981863 [ 5 ] {1699e58a-ea3e-471f-9409-6fc08992fd0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17110 | 2025.04.15 04:10:47.982415 [ 5 ] {1699e58a-ea3e-471f-9409-6fc08992fd0c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17111 | 2025.04.15 04:10:47.982611 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 576 rows, containing 5 columns (5 merged, 0 gathered) in 0.003803871 sec., 151424.6934241461 rows/sec., 10.04 MiB/sec. | ||
| 17112 | 2025.04.15 04:10:47.982769 [ 5 ] {1699e58a-ea3e-471f-9409-6fc08992fd0c} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17113 | 2025.04.15 04:10:47.982911 [ 187 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 17114 | 2025.04.15 04:10:47.982961 [ 89 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 6 parts from all_1_55_12 to all_60_60_0 | ||
| 17115 | 2025.04.15 04:10:47.983047 [ 89 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17116 | 2025.04.15 04:10:47.983132 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17117 | 2025.04.15 04:10:47.983295 [ 5 ] {1699e58a-ea3e-471f-9409-6fc08992fd0c} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004231 sec., 26707.634129047503 rows/sec., 1.73 MiB/sec. | ||
| 17118 | 2025.04.15 04:10:47.983810 [ 5 ] {1699e58a-ea3e-471f-9409-6fc08992fd0c} <Debug> TCPHandler: Processed in 0.004899354 sec. | ||
| 17119 | 2025.04.15 04:10:47.983801 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_12 to all_60_60_0 into Compact with storage Full | ||
| 17120 | 2025.04.15 04:10:47.984291 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17121 | 2025.04.15 04:10:47.984605 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17122 | 2025.04.15 04:10:47.984676 [ 5 ] {7386a68b-1a27-4b6d-a5c1-4d3172dbb8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17123 | 2025.04.15 04:10:47.984765 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 342 rows starting from the beginning of the part | ||
| 17124 | 2025.04.15 04:10:47.984821 [ 5 ] {7386a68b-1a27-4b6d-a5c1-4d3172dbb8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17125 | 2025.04.15 04:10:47.985299 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 113 rows starting from the beginning of the part | ||
| 17126 | 2025.04.15 04:10:47.985310 [ 189 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_116_23} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17127 | 2025.04.15 04:10:47.985799 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 113 rows starting from the beginning of the part | ||
| 17128 | 2025.04.15 04:10:47.986302 [ 189 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_116_23} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 17129 | 2025.04.15 04:10:47.986474 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 341 rows starting from the beginning of the part | ||
| 17130 | 2025.04.15 04:10:47.986737 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 17131 | 2025.04.15 04:10:47.986968 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 113 rows starting from the beginning of the part | ||
| 17132 | 2025.04.15 04:10:47.987338 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 113 rows starting from the beginning of the part | ||
| 17133 | 2025.04.15 04:10:47.988815 [ 5 ] {7386a68b-1a27-4b6d-a5c1-4d3172dbb8f3} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17134 | 2025.04.15 04:10:47.988889 [ 5 ] {7386a68b-1a27-4b6d-a5c1-4d3172dbb8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17135 | 2025.04.15 04:10:47.989866 [ 5 ] {7386a68b-1a27-4b6d-a5c1-4d3172dbb8f3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17136 | 2025.04.15 04:10:47.990356 [ 5 ] {7386a68b-1a27-4b6d-a5c1-4d3172dbb8f3} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17137 | 2025.04.15 04:10:47.990569 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.007211734 sec., 157382.39929537056 rows/sec., 10.98 MiB/sec. | ||
| 17138 | 2025.04.15 04:10:47.990747 [ 5 ] {7386a68b-1a27-4b6d-a5c1-4d3172dbb8f3} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006149 sec., 18214.343795739143 rows/sec., 1.04 MiB/sec. | ||
| 17139 | 2025.04.15 04:10:47.990813 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 17140 | 2025.04.15 04:10:47.990940 [ 5 ] {7386a68b-1a27-4b6d-a5c1-4d3172dbb8f3} <Debug> TCPHandler: Processed in 0.006800115 sec. | ||
| 17141 | 2025.04.15 04:10:47.991346 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17142 | 2025.04.15 04:10:47.991743 [ 5 ] {58be172d-1ead-46f3-91dd-cfa9da937065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17143 | 2025.04.15 04:10:47.991876 [ 5 ] {58be172d-1ead-46f3-91dd-cfa9da937065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17144 | 2025.04.15 04:10:47.991903 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_60_13} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17145 | 2025.04.15 04:10:47.992032 [ 189 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_60_13} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 6 parts: [all_1_55_12, all_60_60_0] -> all_1_60_13 | ||
| 17146 | 2025.04.15 04:10:47.992137 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 17147 | 2025.04.15 04:10:47.992777 [ 5 ] {58be172d-1ead-46f3-91dd-cfa9da937065} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17148 | 2025.04.15 04:10:47.992816 [ 5 ] {58be172d-1ead-46f3-91dd-cfa9da937065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17149 | 2025.04.15 04:10:47.993193 [ 5 ] {58be172d-1ead-46f3-91dd-cfa9da937065} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17150 | 2025.04.15 04:10:47.993432 [ 5 ] {58be172d-1ead-46f3-91dd-cfa9da937065} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17151 | 2025.04.15 04:10:47.993615 [ 5 ] {58be172d-1ead-46f3-91dd-cfa9da937065} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001978 sec., 197168.85743174923 rows/sec., 13.94 MiB/sec. | ||
| 17152 | 2025.04.15 04:10:47.993674 [ 5 ] {58be172d-1ead-46f3-91dd-cfa9da937065} <Debug> TCPHandler: Processed in 0.002468883 sec. | ||
| 17153 | 2025.04.15 04:10:47.993698 [ 224 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17154 | 2025.04.15 04:10:47.993751 [ 224 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17155 | 2025.04.15 04:10:47.993825 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17156 | 2025.04.15 04:10:47.993955 [ 5 ] {65441d62-cb7f-4851-be28-e7ad6d3bd9ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17157 | 2025.04.15 04:10:47.994014 [ 5 ] {65441d62-cb7f-4851-be28-e7ad6d3bd9ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17158 | 2025.04.15 04:10:47.995017 [ 5 ] {65441d62-cb7f-4851-be28-e7ad6d3bd9ee} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17159 | 2025.04.15 04:10:47.995090 [ 5 ] {65441d62-cb7f-4851-be28-e7ad6d3bd9ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17160 | 2025.04.15 04:10:47.995791 [ 5 ] {65441d62-cb7f-4851-be28-e7ad6d3bd9ee} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 17161 | 2025.04.15 04:10:47.996203 [ 5 ] {65441d62-cb7f-4851-be28-e7ad6d3bd9ee} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17162 | 2025.04.15 04:10:47.996533 [ 5 ] {65441d62-cb7f-4851-be28-e7ad6d3bd9ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002596 sec., 2311.2480739599387 rows/sec., 120.75 KiB/sec. | ||
| 17163 | 2025.04.15 04:10:47.996571 [ 219 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17164 | 2025.04.15 04:10:47.996660 [ 219 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17165 | 2025.04.15 04:10:47.996696 [ 5 ] {65441d62-cb7f-4851-be28-e7ad6d3bd9ee} <Debug> TCPHandler: Processed in 0.002942843 sec. | ||
| 17166 | 2025.04.15 04:10:47.996988 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17167 | 2025.04.15 04:10:47.997266 [ 5 ] {0c710e1d-e7be-4f12-8eff-5956bd05a3d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17168 | 2025.04.15 04:10:47.997316 [ 5 ] {0c710e1d-e7be-4f12-8eff-5956bd05a3d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17169 | 2025.04.15 04:10:47.997911 [ 224 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17170 | 2025.04.15 04:10:47.999720 [ 5 ] {0c710e1d-e7be-4f12-8eff-5956bd05a3d8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17171 | 2025.04.15 04:10:47.999817 [ 5 ] {0c710e1d-e7be-4f12-8eff-5956bd05a3d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17172 | 2025.04.15 04:10:48.001507 [ 5 ] {0c710e1d-e7be-4f12-8eff-5956bd05a3d8} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17173 | 2025.04.15 04:10:48.002036 [ 5 ] {0c710e1d-e7be-4f12-8eff-5956bd05a3d8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17174 | 2025.04.15 04:10:48.002235 [ 89 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_133_27 to all_138_138_0 | ||
| 17175 | 2025.04.15 04:10:48.002316 [ 89 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17176 | 2025.04.15 04:10:48.002384 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17177 | 2025.04.15 04:10:48.002402 [ 5 ] {0c710e1d-e7be-4f12-8eff-5956bd05a3d8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005165 sec., 45885.76960309777 rows/sec., 3.08 MiB/sec. | ||
| 17178 | 2025.04.15 04:10:48.002746 [ 5 ] {0c710e1d-e7be-4f12-8eff-5956bd05a3d8} <Debug> TCPHandler: Processed in 0.005853075 sec. | ||
| 17179 | 2025.04.15 04:10:48.002801 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_138_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_133_27 to all_138_138_0 into Compact with storage Full | ||
| 17180 | 2025.04.15 04:10:48.003074 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17181 | 2025.04.15 04:10:48.003147 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_138_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17182 | 2025.04.15 04:10:48.003231 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_133_27, total 40018 rows starting from the beginning of the part | ||
| 17183 | 2025.04.15 04:10:48.003312 [ 5 ] {44dcedb2-205f-43e4-a260-0f58d449d72a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17184 | 2025.04.15 04:10:48.003494 [ 5 ] {44dcedb2-205f-43e4-a260-0f58d449d72a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17185 | 2025.04.15 04:10:48.003652 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 128 rows starting from the beginning of the part | ||
| 17186 | 2025.04.15 04:10:48.004056 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part | ||
| 17187 | 2025.04.15 04:10:48.004402 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 237 rows starting from the beginning of the part | ||
| 17188 | 2025.04.15 04:10:48.004801 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 162 rows starting from the beginning of the part | ||
| 17189 | 2025.04.15 04:10:48.005172 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_138_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 237 rows starting from the beginning of the part | ||
| 17190 | 2025.04.15 04:10:48.005412 [ 219 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] | ||
| 17191 | 2025.04.15 04:10:48.006614 [ 5 ] {44dcedb2-205f-43e4-a260-0f58d449d72a} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17192 | 2025.04.15 04:10:48.006738 [ 5 ] {44dcedb2-205f-43e4-a260-0f58d449d72a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17193 | 2025.04.15 04:10:48.007833 [ 5 ] {44dcedb2-205f-43e4-a260-0f58d449d72a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17194 | 2025.04.15 04:10:48.008244 [ 5 ] {44dcedb2-205f-43e4-a260-0f58d449d72a} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17195 | 2025.04.15 04:10:48.008551 [ 88 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 6 parts from all_1_55_12 to all_60_60_0 | ||
| 17196 | 2025.04.15 04:10:48.008653 [ 88 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17197 | 2025.04.15 04:10:48.008728 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17198 | 2025.04.15 04:10:48.008842 [ 5 ] {44dcedb2-205f-43e4-a260-0f58d449d72a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005596 sec., 178.69907076483202 rows/sec., 12.04 KiB/sec. | ||
| 17199 | 2025.04.15 04:10:48.009166 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_12 to all_60_60_0 into Compact with storage Full | ||
| 17200 | 2025.04.15 04:10:48.009201 [ 5 ] {44dcedb2-205f-43e4-a260-0f58d449d72a} <Debug> TCPHandler: Processed in 0.006268864 sec. | ||
| 17201 | 2025.04.15 04:10:48.009535 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17202 | 2025.04.15 04:10:48.009542 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17203 | 2025.04.15 04:10:48.009603 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_12, total 55 rows starting from the beginning of the part | ||
| 17204 | 2025.04.15 04:10:48.009883 [ 5 ] {ae166f2f-53cd-4aad-9163-5ce725f12cda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17205 | 2025.04.15 04:10:48.009965 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part | ||
| 17206 | 2025.04.15 04:10:48.010290 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part | ||
| 17207 | 2025.04.15 04:10:48.010235 [ 5 ] {ae166f2f-53cd-4aad-9163-5ce725f12cda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17208 | 2025.04.15 04:10:48.010720 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part | ||
| 17209 | 2025.04.15 04:10:48.011150 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part | ||
| 17210 | 2025.04.15 04:10:48.011655 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part | ||
| 17211 | 2025.04.15 04:10:48.016969 [ 194 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.008106053 sec., 7401.876104190288 rows/sec., 498.28 KiB/sec. | ||
| 17212 | 2025.04.15 04:10:48.017218 [ 5 ] {ae166f2f-53cd-4aad-9163-5ce725f12cda} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17213 | 2025.04.15 04:10:48.017282 [ 5 ] {ae166f2f-53cd-4aad-9163-5ce725f12cda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17214 | 2025.04.15 04:10:48.017301 [ 194 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 17215 | 2025.04.15 04:10:48.018212 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_138_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40942 rows, containing 5 columns (5 merged, 0 gathered) in 0.015683145 sec., 2610573.3256945596 rows/sec., 176.24 MiB/sec. | ||
| 17216 | 2025.04.15 04:10:48.018491 [ 194 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_60_13} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17217 | 2025.04.15 04:10:48.018705 [ 194 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_60_13} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 6 parts: [all_1_55_12, all_60_60_0] -> all_1_60_13 | ||
| 17218 | 2025.04.15 04:10:48.018868 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_138_28} <Trace> MergedBlockOutputStream: filled checksums all_1_138_28 (state Temporary) | ||
| 17219 | 2025.04.15 04:10:48.019029 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17220 | 2025.04.15 04:10:48.019632 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_138_28 to all_1_138_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17221 | 2025.04.15 04:10:48.019642 [ 5 ] {ae166f2f-53cd-4aad-9163-5ce725f12cda} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 17222 | 2025.04.15 04:10:48.019802 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_138_28} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_133_27, all_138_138_0] -> all_1_138_28 | ||
| 17223 | 2025.04.15 04:10:48.019958 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 17224 | 2025.04.15 04:10:48.020131 [ 5 ] {ae166f2f-53cd-4aad-9163-5ce725f12cda} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17225 | 2025.04.15 04:10:48.020331 [ 88 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 17226 | 2025.04.15 04:10:48.020385 [ 5 ] {ae166f2f-53cd-4aad-9163-5ce725f12cda} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.010609 sec., 754.0767273070035 rows/sec., 1.35 MiB/sec. | ||
| 17227 | 2025.04.15 04:10:48.020392 [ 88 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17228 | 2025.04.15 04:10:48.020508 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17229 | 2025.04.15 04:10:48.020722 [ 5 ] {ae166f2f-53cd-4aad-9163-5ce725f12cda} <Debug> TCPHandler: Processed in 0.011299061 sec. | ||
| 17230 | 2025.04.15 04:10:48.020811 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_116_23} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full | ||
| 17231 | 2025.04.15 04:10:48.020945 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17232 | 2025.04.15 04:10:48.021189 [ 5 ] {5668e31a-0567-42cf-901a-c219269c864e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17233 | 2025.04.15 04:10:48.021311 [ 5 ] {5668e31a-0567-42cf-901a-c219269c864e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17234 | 2025.04.15 04:10:48.021657 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17235 | 2025.04.15 04:10:48.021926 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2187 rows starting from the beginning of the part | ||
| 17236 | 2025.04.15 04:10:48.022743 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 8 rows starting from the beginning of the part | ||
| 17237 | 2025.04.15 04:10:48.023633 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 32 rows starting from the beginning of the part | ||
| 17238 | 2025.04.15 04:10:48.023722 [ 5 ] {5668e31a-0567-42cf-901a-c219269c864e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17239 | 2025.04.15 04:10:48.023799 [ 5 ] {5668e31a-0567-42cf-901a-c219269c864e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17240 | 2025.04.15 04:10:48.024326 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 8 rows starting from the beginning of the part | ||
| 17241 | 2025.04.15 04:10:48.025087 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 32 rows starting from the beginning of the part | ||
| 17242 | 2025.04.15 04:10:48.025563 [ 5 ] {5668e31a-0567-42cf-901a-c219269c864e} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 17243 | 2025.04.15 04:10:48.025794 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 8 rows starting from the beginning of the part | ||
| 17244 | 2025.04.15 04:10:48.026570 [ 5 ] {5668e31a-0567-42cf-901a-c219269c864e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17245 | 2025.04.15 04:10:48.027107 [ 225 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17246 | 2025.04.15 04:10:48.027178 [ 225 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17247 | 2025.04.15 04:10:48.027184 [ 5 ] {5668e31a-0567-42cf-901a-c219269c864e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006056 sec., 13540.290620871863 rows/sec., 880.62 KiB/sec. | ||
| 17248 | 2025.04.15 04:10:48.027466 [ 5 ] {5668e31a-0567-42cf-901a-c219269c864e} <Debug> TCPHandler: Processed in 0.006598661 sec. | ||
| 17249 | 2025.04.15 04:10:48.029824 [ 225 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17250 | 2025.04.15 04:10:48.036295 [ 195 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2275 rows, containing 19 columns (19 merged, 0 gathered) in 0.015628793 sec., 145564.6638867122 rows/sec., 260.85 MiB/sec. | ||
| 17251 | 2025.04.15 04:10:48.038787 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 17252 | 2025.04.15 04:10:48.039247 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17253 | 2025.04.15 04:10:48.039338 [ 194 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 17254 | 2025.04.15 04:10:48.039515 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.37 MiB. | ||
| 17255 | 2025.04.15 04:10:49.529710 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17256 | 2025.04.15 04:10:49.529769 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17257 | 2025.04.15 04:10:49.531951 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17258 | 2025.04.15 04:10:50.205698 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17259 | 2025.04.15 04:10:50.205777 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17260 | 2025.04.15 04:10:50.508161 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 17261 | 2025.04.15 04:10:50.508820 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17262 | 2025.04.15 04:10:50.508877 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17263 | 2025.04.15 04:10:50.509408 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 17264 | 2025.04.15 04:10:50.509667 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17265 | 2025.04.15 04:10:50.509953 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 17266 | 2025.04.15 04:10:52.967324 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17267 | 2025.04.15 04:10:52.967531 [ 5 ] {a4f026a8-2e13-4eea-a1b7-e1a9981812ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17268 | 2025.04.15 04:10:52.967610 [ 5 ] {a4f026a8-2e13-4eea-a1b7-e1a9981812ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17269 | 2025.04.15 04:10:52.968467 [ 5 ] {a4f026a8-2e13-4eea-a1b7-e1a9981812ce} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17270 | 2025.04.15 04:10:52.968516 [ 5 ] {a4f026a8-2e13-4eea-a1b7-e1a9981812ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17271 | 2025.04.15 04:10:52.968944 [ 5 ] {a4f026a8-2e13-4eea-a1b7-e1a9981812ce} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17272 | 2025.04.15 04:10:52.969189 [ 5 ] {a4f026a8-2e13-4eea-a1b7-e1a9981812ce} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17273 | 2025.04.15 04:10:52.969408 [ 5 ] {a4f026a8-2e13-4eea-a1b7-e1a9981812ce} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001921 sec., 62467.46486205102 rows/sec., 5.31 MiB/sec. | ||
| 17274 | 2025.04.15 04:10:52.969507 [ 5 ] {a4f026a8-2e13-4eea-a1b7-e1a9981812ce} <Debug> TCPHandler: Processed in 0.00231095 sec. | ||
| 17275 | 2025.04.15 04:10:52.969700 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17276 | 2025.04.15 04:10:52.969990 [ 5 ] {99e5b61f-0194-4f01-91c2-84018d1003c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17277 | 2025.04.15 04:10:52.970083 [ 5 ] {99e5b61f-0194-4f01-91c2-84018d1003c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17278 | 2025.04.15 04:10:52.970660 [ 5 ] {99e5b61f-0194-4f01-91c2-84018d1003c4} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17279 | 2025.04.15 04:10:52.970700 [ 5 ] {99e5b61f-0194-4f01-91c2-84018d1003c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17280 | 2025.04.15 04:10:52.971049 [ 5 ] {99e5b61f-0194-4f01-91c2-84018d1003c4} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 17281 | 2025.04.15 04:10:52.971284 [ 5 ] {99e5b61f-0194-4f01-91c2-84018d1003c4} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17282 | 2025.04.15 04:10:52.971480 [ 5 ] {99e5b61f-0194-4f01-91c2-84018d1003c4} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.0016 sec., 20000 rows/sec., 1.47 MiB/sec. | ||
| 17283 | 2025.04.15 04:10:52.971535 [ 5 ] {99e5b61f-0194-4f01-91c2-84018d1003c4} <Debug> TCPHandler: Processed in 0.001937281 sec. | ||
| 17284 | 2025.04.15 04:10:52.971538 [ 225 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17285 | 2025.04.15 04:10:52.971579 [ 225 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17286 | 2025.04.15 04:10:52.971652 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17287 | 2025.04.15 04:10:52.971763 [ 5 ] {bbd36cf1-4430-4e85-85b3-9fee08453f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17288 | 2025.04.15 04:10:52.971807 [ 5 ] {bbd36cf1-4430-4e85-85b3-9fee08453f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17289 | 2025.04.15 04:10:52.972557 [ 5 ] {bbd36cf1-4430-4e85-85b3-9fee08453f9f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17290 | 2025.04.15 04:10:52.972600 [ 5 ] {bbd36cf1-4430-4e85-85b3-9fee08453f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17291 | 2025.04.15 04:10:52.973030 [ 5 ] {bbd36cf1-4430-4e85-85b3-9fee08453f9f} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17292 | 2025.04.15 04:10:52.973326 [ 5 ] {bbd36cf1-4430-4e85-85b3-9fee08453f9f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17293 | 2025.04.15 04:10:52.973572 [ 5 ] {bbd36cf1-4430-4e85-85b3-9fee08453f9f} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001828 sec., 52516.4113785558 rows/sec., 4.10 MiB/sec. | ||
| 17294 | 2025.04.15 04:10:52.973643 [ 5 ] {bbd36cf1-4430-4e85-85b3-9fee08453f9f} <Debug> TCPHandler: Processed in 0.002043674 sec. | ||
| 17295 | 2025.04.15 04:10:52.973763 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17296 | 2025.04.15 04:10:52.973862 [ 5 ] {99f332f0-cb42-4cc4-b3de-a4a749594bf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17297 | 2025.04.15 04:10:52.973918 [ 5 ] {99f332f0-cb42-4cc4-b3de-a4a749594bf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17298 | 2025.04.15 04:10:52.974111 [ 225 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17299 | 2025.04.15 04:10:52.974893 [ 5 ] {99f332f0-cb42-4cc4-b3de-a4a749594bf8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17300 | 2025.04.15 04:10:52.974933 [ 5 ] {99f332f0-cb42-4cc4-b3de-a4a749594bf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17301 | 2025.04.15 04:10:52.975296 [ 5 ] {99f332f0-cb42-4cc4-b3de-a4a749594bf8} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17302 | 2025.04.15 04:10:52.975528 [ 5 ] {99f332f0-cb42-4cc4-b3de-a4a749594bf8} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17303 | 2025.04.15 04:10:52.975731 [ 5 ] {99f332f0-cb42-4cc4-b3de-a4a749594bf8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001889 sec., 84700.89994706193 rows/sec., 5.90 MiB/sec. | ||
| 17304 | 2025.04.15 04:10:52.975781 [ 5 ] {99f332f0-cb42-4cc4-b3de-a4a749594bf8} <Debug> TCPHandler: Processed in 0.002069574 sec. | ||
| 17305 | 2025.04.15 04:10:52.975898 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17306 | 2025.04.15 04:10:52.976006 [ 5 ] {790a0402-48be-467f-9555-acabb275c4c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17307 | 2025.04.15 04:10:52.976073 [ 5 ] {790a0402-48be-467f-9555-acabb275c4c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17308 | 2025.04.15 04:10:52.977180 [ 5 ] {790a0402-48be-467f-9555-acabb275c4c6} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17309 | 2025.04.15 04:10:52.977219 [ 5 ] {790a0402-48be-467f-9555-acabb275c4c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17310 | 2025.04.15 04:10:52.977868 [ 5 ] {790a0402-48be-467f-9555-acabb275c4c6} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 17311 | 2025.04.15 04:10:52.978126 [ 5 ] {790a0402-48be-467f-9555-acabb275c4c6} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17312 | 2025.04.15 04:10:52.978401 [ 5 ] {790a0402-48be-467f-9555-acabb275c4c6} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002416 sec., 13245.03311258278 rows/sec., 23.73 MiB/sec. | ||
| 17313 | 2025.04.15 04:10:52.978417 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17314 | 2025.04.15 04:10:52.978491 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17315 | 2025.04.15 04:10:52.978633 [ 5 ] {790a0402-48be-467f-9555-acabb275c4c6} <Debug> TCPHandler: Processed in 0.002785339 sec. | ||
| 17316 | 2025.04.15 04:10:52.978857 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17317 | 2025.04.15 04:10:52.978984 [ 5 ] {819da473-d64c-48aa-945a-3a6720993601} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17318 | 2025.04.15 04:10:52.979073 [ 5 ] {819da473-d64c-48aa-945a-3a6720993601} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17319 | 2025.04.15 04:10:52.980264 [ 5 ] {819da473-d64c-48aa-945a-3a6720993601} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17320 | 2025.04.15 04:10:52.980305 [ 5 ] {819da473-d64c-48aa-945a-3a6720993601} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17321 | 2025.04.15 04:10:52.980968 [ 5 ] {819da473-d64c-48aa-945a-3a6720993601} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 17322 | 2025.04.15 04:10:52.981384 [ 5 ] {819da473-d64c-48aa-945a-3a6720993601} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17323 | 2025.04.15 04:10:52.981884 [ 5 ] {819da473-d64c-48aa-945a-3a6720993601} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002918 sec., 20562.028786840303 rows/sec., 1.39 MiB/sec. | ||
| 17324 | 2025.04.15 04:10:52.982195 [ 5 ] {819da473-d64c-48aa-945a-3a6720993601} <Debug> TCPHandler: Processed in 0.003396222 sec. | ||
| 17325 | 2025.04.15 04:10:52.982474 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17326 | 2025.04.15 04:10:53.297823 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 619 | ||
| 17327 | 2025.04.15 04:10:53.322976 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17328 | 2025.04.15 04:10:53.323018 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17329 | 2025.04.15 04:10:53.330427 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 17330 | 2025.04.15 04:10:53.331220 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17331 | 2025.04.15 04:10:53.334194 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 619 | ||
| 17332 | 2025.04.15 04:10:53.472593 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17333 | 2025.04.15 04:10:53.472809 [ 5 ] {c3b301e9-932c-41be-9c72-911ada6b5229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17334 | 2025.04.15 04:10:53.472892 [ 5 ] {c3b301e9-932c-41be-9c72-911ada6b5229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17335 | 2025.04.15 04:10:53.473772 [ 5 ] {c3b301e9-932c-41be-9c72-911ada6b5229} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17336 | 2025.04.15 04:10:53.473826 [ 5 ] {c3b301e9-932c-41be-9c72-911ada6b5229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17337 | 2025.04.15 04:10:53.474271 [ 5 ] {c3b301e9-932c-41be-9c72-911ada6b5229} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17338 | 2025.04.15 04:10:53.474526 [ 5 ] {c3b301e9-932c-41be-9c72-911ada6b5229} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17339 | 2025.04.15 04:10:53.474726 [ 5 ] {c3b301e9-932c-41be-9c72-911ada6b5229} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001977 sec., 107233.18158826504 rows/sec., 6.82 MiB/sec. | ||
| 17340 | 2025.04.15 04:10:53.474793 [ 5 ] {c3b301e9-932c-41be-9c72-911ada6b5229} <Debug> TCPHandler: Processed in 0.00233941 sec. | ||
| 17341 | 2025.04.15 04:10:53.474916 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17342 | 2025.04.15 04:10:53.475028 [ 5 ] {0dd124a8-6c45-4cc3-bfd7-c135898cf246} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17343 | 2025.04.15 04:10:53.475077 [ 5 ] {0dd124a8-6c45-4cc3-bfd7-c135898cf246} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17344 | 2025.04.15 04:10:53.475589 [ 5 ] {0dd124a8-6c45-4cc3-bfd7-c135898cf246} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17345 | 2025.04.15 04:10:53.475626 [ 5 ] {0dd124a8-6c45-4cc3-bfd7-c135898cf246} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17346 | 2025.04.15 04:10:53.475968 [ 5 ] {0dd124a8-6c45-4cc3-bfd7-c135898cf246} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 17347 | 2025.04.15 04:10:53.476213 [ 5 ] {0dd124a8-6c45-4cc3-bfd7-c135898cf246} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17348 | 2025.04.15 04:10:53.476388 [ 5 ] {0dd124a8-6c45-4cc3-bfd7-c135898cf246} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001386 sec., 7215.007215007215 rows/sec., 588.33 KiB/sec. | ||
| 17349 | 2025.04.15 04:10:53.476497 [ 5 ] {0dd124a8-6c45-4cc3-bfd7-c135898cf246} <Debug> TCPHandler: Processed in 0.001635075 sec. | ||
| 17350 | 2025.04.15 04:10:53.476653 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17351 | 2025.04.15 04:10:53.476800 [ 5 ] {91cff3f5-490c-43d1-a84d-6984b7a0528e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17352 | 2025.04.15 04:10:53.476847 [ 5 ] {91cff3f5-490c-43d1-a84d-6984b7a0528e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17353 | 2025.04.15 04:10:53.478285 [ 5 ] {91cff3f5-490c-43d1-a84d-6984b7a0528e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17354 | 2025.04.15 04:10:53.478323 [ 5 ] {91cff3f5-490c-43d1-a84d-6984b7a0528e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17355 | 2025.04.15 04:10:53.478789 [ 5 ] {91cff3f5-490c-43d1-a84d-6984b7a0528e} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17356 | 2025.04.15 04:10:53.479039 [ 5 ] {91cff3f5-490c-43d1-a84d-6984b7a0528e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17357 | 2025.04.15 04:10:53.479212 [ 5 ] {91cff3f5-490c-43d1-a84d-6984b7a0528e} <Debug> executeQuery: Read 1778 rows, 147.90 KiB in 0.002437 sec., 729585.5560114896 rows/sec., 59.27 MiB/sec. | ||
| 17358 | 2025.04.15 04:10:53.479266 [ 5 ] {91cff3f5-490c-43d1-a84d-6984b7a0528e} <Debug> TCPHandler: Processed in 0.002698078 sec. | ||
| 17359 | 2025.04.15 04:10:53.479395 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17360 | 2025.04.15 04:10:53.479502 [ 5 ] {be8d045d-fb17-49b4-91a2-057dd9d07674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17361 | 2025.04.15 04:10:53.479546 [ 5 ] {be8d045d-fb17-49b4-91a2-057dd9d07674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17362 | 2025.04.15 04:10:53.480100 [ 5 ] {be8d045d-fb17-49b4-91a2-057dd9d07674} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17363 | 2025.04.15 04:10:53.480136 [ 5 ] {be8d045d-fb17-49b4-91a2-057dd9d07674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17364 | 2025.04.15 04:10:53.480486 [ 5 ] {be8d045d-fb17-49b4-91a2-057dd9d07674} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17365 | 2025.04.15 04:10:53.480713 [ 5 ] {be8d045d-fb17-49b4-91a2-057dd9d07674} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17366 | 2025.04.15 04:10:53.480874 [ 5 ] {be8d045d-fb17-49b4-91a2-057dd9d07674} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.001395 sec., 88888.88888888889 rows/sec., 5.38 MiB/sec. | ||
| 17367 | 2025.04.15 04:10:53.480923 [ 5 ] {be8d045d-fb17-49b4-91a2-057dd9d07674} <Debug> TCPHandler: Processed in 0.001580014 sec. | ||
| 17368 | 2025.04.15 04:10:53.481034 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17369 | 2025.04.15 04:10:53.481140 [ 5 ] {4473624b-d194-4627-a57f-a58e00fed812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17370 | 2025.04.15 04:10:53.481184 [ 5 ] {4473624b-d194-4627-a57f-a58e00fed812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17371 | 2025.04.15 04:10:53.481793 [ 5 ] {4473624b-d194-4627-a57f-a58e00fed812} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17372 | 2025.04.15 04:10:53.481829 [ 5 ] {4473624b-d194-4627-a57f-a58e00fed812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17373 | 2025.04.15 04:10:53.482182 [ 5 ] {4473624b-d194-4627-a57f-a58e00fed812} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17374 | 2025.04.15 04:10:53.482415 [ 5 ] {4473624b-d194-4627-a57f-a58e00fed812} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17375 | 2025.04.15 04:10:53.482574 [ 5 ] {4473624b-d194-4627-a57f-a58e00fed812} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001455 sec., 234364.2611683849 rows/sec., 15.64 MiB/sec. | ||
| 17376 | 2025.04.15 04:10:53.482622 [ 5 ] {4473624b-d194-4627-a57f-a58e00fed812} <Debug> TCPHandler: Processed in 0.001638986 sec. | ||
| 17377 | 2025.04.15 04:10:53.482731 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17378 | 2025.04.15 04:10:53.482835 [ 5 ] {5b17854a-c312-4053-a89b-75538369d37c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17379 | 2025.04.15 04:10:53.482879 [ 5 ] {5b17854a-c312-4053-a89b-75538369d37c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17380 | 2025.04.15 04:10:53.483396 [ 5 ] {5b17854a-c312-4053-a89b-75538369d37c} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17381 | 2025.04.15 04:10:53.483434 [ 5 ] {5b17854a-c312-4053-a89b-75538369d37c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17382 | 2025.04.15 04:10:53.483774 [ 5 ] {5b17854a-c312-4053-a89b-75538369d37c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17383 | 2025.04.15 04:10:53.484007 [ 5 ] {5b17854a-c312-4053-a89b-75538369d37c} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17384 | 2025.04.15 04:10:53.484163 [ 5 ] {5b17854a-c312-4053-a89b-75538369d37c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00135 sec., 82962.96296296296 rows/sec., 4.73 MiB/sec. | ||
| 17385 | 2025.04.15 04:10:53.484210 [ 5 ] {5b17854a-c312-4053-a89b-75538369d37c} <Debug> TCPHandler: Processed in 0.001530692 sec. | ||
| 17386 | 2025.04.15 04:10:53.484321 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17387 | 2025.04.15 04:10:53.484424 [ 5 ] {61ca5d4c-6623-419c-b22b-1d7b920a41be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17388 | 2025.04.15 04:10:53.484468 [ 5 ] {61ca5d4c-6623-419c-b22b-1d7b920a41be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17389 | 2025.04.15 04:10:53.485280 [ 5 ] {61ca5d4c-6623-419c-b22b-1d7b920a41be} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17390 | 2025.04.15 04:10:53.485317 [ 5 ] {61ca5d4c-6623-419c-b22b-1d7b920a41be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17391 | 2025.04.15 04:10:53.485702 [ 5 ] {61ca5d4c-6623-419c-b22b-1d7b920a41be} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17392 | 2025.04.15 04:10:53.485931 [ 5 ] {61ca5d4c-6623-419c-b22b-1d7b920a41be} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17393 | 2025.04.15 04:10:53.486095 [ 5 ] {61ca5d4c-6623-419c-b22b-1d7b920a41be} <Debug> executeQuery: Read 856 rows, 63.33 KiB in 0.001692 sec., 505910.1654846336 rows/sec., 36.55 MiB/sec. | ||
| 17394 | 2025.04.15 04:10:53.486144 [ 5 ] {61ca5d4c-6623-419c-b22b-1d7b920a41be} <Debug> TCPHandler: Processed in 0.00187195 sec. | ||
| 17395 | 2025.04.15 04:10:53.486257 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17396 | 2025.04.15 04:10:53.486362 [ 5 ] {c574b888-dbbb-4728-b624-b508f0d23806} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17397 | 2025.04.15 04:10:53.486407 [ 5 ] {c574b888-dbbb-4728-b624-b508f0d23806} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17398 | 2025.04.15 04:10:53.486806 [ 5 ] {c574b888-dbbb-4728-b624-b508f0d23806} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17399 | 2025.04.15 04:10:53.486841 [ 5 ] {c574b888-dbbb-4728-b624-b508f0d23806} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17400 | 2025.04.15 04:10:53.487188 [ 5 ] {c574b888-dbbb-4728-b624-b508f0d23806} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 17401 | 2025.04.15 04:10:53.487417 [ 5 ] {c574b888-dbbb-4728-b624-b508f0d23806} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17402 | 2025.04.15 04:10:53.487599 [ 5 ] {c574b888-dbbb-4728-b624-b508f0d23806} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001256 sec., 4777.070063694267 rows/sec., 249.58 KiB/sec. | ||
| 17403 | 2025.04.15 04:10:53.487688 [ 5 ] {c574b888-dbbb-4728-b624-b508f0d23806} <Debug> TCPHandler: Processed in 0.001480182 sec. | ||
| 17404 | 2025.04.15 04:10:53.487882 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17405 | 2025.04.15 04:10:53.488033 [ 5 ] {fa846b3c-c231-41e8-99cb-425c6ff75acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17406 | 2025.04.15 04:10:53.488083 [ 5 ] {fa846b3c-c231-41e8-99cb-425c6ff75acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17407 | 2025.04.15 04:10:53.488759 [ 5 ] {fa846b3c-c231-41e8-99cb-425c6ff75acf} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17408 | 2025.04.15 04:10:53.488795 [ 5 ] {fa846b3c-c231-41e8-99cb-425c6ff75acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17409 | 2025.04.15 04:10:53.489211 [ 5 ] {fa846b3c-c231-41e8-99cb-425c6ff75acf} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17410 | 2025.04.15 04:10:53.489447 [ 5 ] {fa846b3c-c231-41e8-99cb-425c6ff75acf} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17411 | 2025.04.15 04:10:53.489611 [ 5 ] {fa846b3c-c231-41e8-99cb-425c6ff75acf} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.001603 sec., 598877.1054273237 rows/sec., 39.79 MiB/sec. | ||
| 17412 | 2025.04.15 04:10:53.489658 [ 5 ] {fa846b3c-c231-41e8-99cb-425c6ff75acf} <Debug> TCPHandler: Processed in 0.00186705 sec. | ||
| 17413 | 2025.04.15 04:10:53.489769 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17414 | 2025.04.15 04:10:53.489873 [ 5 ] {3cb4bae9-dc18-49c8-99a4-a95c11b26e7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17415 | 2025.04.15 04:10:53.489920 [ 5 ] {3cb4bae9-dc18-49c8-99a4-a95c11b26e7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17416 | 2025.04.15 04:10:53.490305 [ 5 ] {3cb4bae9-dc18-49c8-99a4-a95c11b26e7f} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17417 | 2025.04.15 04:10:53.490340 [ 5 ] {3cb4bae9-dc18-49c8-99a4-a95c11b26e7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17418 | 2025.04.15 04:10:53.490686 [ 5 ] {3cb4bae9-dc18-49c8-99a4-a95c11b26e7f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17419 | 2025.04.15 04:10:53.490912 [ 5 ] {3cb4bae9-dc18-49c8-99a4-a95c11b26e7f} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17420 | 2025.04.15 04:10:53.491070 [ 5 ] {3cb4bae9-dc18-49c8-99a4-a95c11b26e7f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001219 sec., 820.3445447087777 rows/sec., 55.28 KiB/sec. | ||
| 17421 | 2025.04.15 04:10:53.491117 [ 5 ] {3cb4bae9-dc18-49c8-99a4-a95c11b26e7f} <Debug> TCPHandler: Processed in 0.00139792 sec. | ||
| 17422 | 2025.04.15 04:10:53.491224 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17423 | 2025.04.15 04:10:53.491327 [ 5 ] {ceb06489-c842-485e-adc1-731e6c448856} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17424 | 2025.04.15 04:10:53.491389 [ 5 ] {ceb06489-c842-485e-adc1-731e6c448856} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17425 | 2025.04.15 04:10:53.492396 [ 5 ] {ceb06489-c842-485e-adc1-731e6c448856} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17426 | 2025.04.15 04:10:53.492432 [ 5 ] {ceb06489-c842-485e-adc1-731e6c448856} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17427 | 2025.04.15 04:10:53.493041 [ 5 ] {ceb06489-c842-485e-adc1-731e6c448856} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 17428 | 2025.04.15 04:10:53.493298 [ 5 ] {ceb06489-c842-485e-adc1-731e6c448856} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17429 | 2025.04.15 04:10:53.493510 [ 5 ] {ceb06489-c842-485e-adc1-731e6c448856} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002205 sec., 3628.1179138321995 rows/sec., 6.50 MiB/sec. | ||
| 17430 | 2025.04.15 04:10:53.493619 [ 5 ] {ceb06489-c842-485e-adc1-731e6c448856} <Debug> TCPHandler: Processed in 0.002445082 sec. | ||
| 17431 | 2025.04.15 04:10:53.493725 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17432 | 2025.04.15 04:10:53.493827 [ 5 ] {889e55fd-46d7-4dbb-b19d-322ad7d62ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17433 | 2025.04.15 04:10:53.493872 [ 5 ] {889e55fd-46d7-4dbb-b19d-322ad7d62ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17434 | 2025.04.15 04:10:53.494267 [ 5 ] {889e55fd-46d7-4dbb-b19d-322ad7d62ac3} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17435 | 2025.04.15 04:10:53.494306 [ 5 ] {889e55fd-46d7-4dbb-b19d-322ad7d62ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17436 | 2025.04.15 04:10:53.494646 [ 5 ] {889e55fd-46d7-4dbb-b19d-322ad7d62ac3} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 17437 | 2025.04.15 04:10:53.494877 [ 5 ] {889e55fd-46d7-4dbb-b19d-322ad7d62ac3} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17438 | 2025.04.15 04:10:53.495079 [ 5 ] {889e55fd-46d7-4dbb-b19d-322ad7d62ac3} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001273 sec., 26708.562450903377 rows/sec., 1.55 MiB/sec. | ||
| 17439 | 2025.04.15 04:10:53.495126 [ 5 ] {889e55fd-46d7-4dbb-b19d-322ad7d62ac3} <Debug> TCPHandler: Processed in 0.001449931 sec. | ||
| 17440 | 2025.04.15 04:10:54.000219 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.79 MiB, peak 288.85 MiB, free memory in arenas 0.00 B, will set to 271.41 MiB (RSS), difference: -1.37 MiB | ||
| 17441 | 2025.04.15 04:10:55.726096 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2458 | ||
| 17442 | 2025.04.15 04:10:55.730031 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17443 | 2025.04.15 04:10:55.730091 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17444 | 2025.04.15 04:10:55.731637 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17445 | 2025.04.15 04:10:55.731966 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17446 | 2025.04.15 04:10:55.732230 [ 79 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 17447 | 2025.04.15 04:10:55.732373 [ 79 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17448 | 2025.04.15 04:10:55.732449 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17449 | 2025.04.15 04:10:55.732752 [ 190 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 17450 | 2025.04.15 04:10:55.733137 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2458 | ||
| 17451 | 2025.04.15 04:10:55.733510 [ 190 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17452 | 2025.04.15 04:10:55.733642 [ 190 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2250 rows starting from the beginning of the part | ||
| 17453 | 2025.04.15 04:10:55.734267 [ 190 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part | ||
| 17454 | 2025.04.15 04:10:55.734938 [ 190 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 58 rows starting from the beginning of the part | ||
| 17455 | 2025.04.15 04:10:55.735598 [ 190 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 20 rows starting from the beginning of the part | ||
| 17456 | 2025.04.15 04:10:55.736200 [ 190 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 36 rows starting from the beginning of the part | ||
| 17457 | 2025.04.15 04:10:55.736836 [ 190 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 58 rows starting from the beginning of the part | ||
| 17458 | 2025.04.15 04:10:55.746336 [ 201 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2458 rows, containing 72 columns (72 merged, 0 gathered) in 0.013723602 sec., 179107.49670531103 rows/sec., 134.22 MiB/sec. | ||
| 17459 | 2025.04.15 04:10:55.748383 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 17460 | 2025.04.15 04:10:55.749069 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_61_12} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17461 | 2025.04.15 04:10:55.749157 [ 186 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_61_12} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 17462 | 2025.04.15 04:10:55.749364 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.02 MiB. | ||
| 17463 | 2025.04.15 04:10:57.964405 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17464 | 2025.04.15 04:10:57.964614 [ 5 ] {4f46153d-6707-4294-82a5-a309ab341bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17465 | 2025.04.15 04:10:57.964696 [ 5 ] {4f46153d-6707-4294-82a5-a309ab341bd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17466 | 2025.04.15 04:10:57.965631 [ 5 ] {4f46153d-6707-4294-82a5-a309ab341bd0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17467 | 2025.04.15 04:10:57.965691 [ 5 ] {4f46153d-6707-4294-82a5-a309ab341bd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17468 | 2025.04.15 04:10:57.966191 [ 5 ] {4f46153d-6707-4294-82a5-a309ab341bd0} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17469 | 2025.04.15 04:10:57.966480 [ 5 ] {4f46153d-6707-4294-82a5-a309ab341bd0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17470 | 2025.04.15 04:10:57.966664 [ 74 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17471 | 2025.04.15 04:10:57.966739 [ 5 ] {4f46153d-6707-4294-82a5-a309ab341bd0} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002179 sec., 25699.862322166133 rows/sec., 1.97 MiB/sec. | ||
| 17472 | 2025.04.15 04:10:57.966758 [ 74 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17473 | 2025.04.15 04:10:57.966831 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17474 | 2025.04.15 04:10:57.966886 [ 5 ] {4f46153d-6707-4294-82a5-a309ab341bd0} <Debug> TCPHandler: Processed in 0.002619896 sec. | ||
| 17475 | 2025.04.15 04:10:57.967102 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17476 | 2025.04.15 04:10:57.967108 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17477 | 2025.04.15 04:10:57.967383 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17478 | 2025.04.15 04:10:57.967392 [ 5 ] {d13deb49-ffce-4297-9bb6-970d0dd755ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17479 | 2025.04.15 04:10:57.967445 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1847 rows starting from the beginning of the part | ||
| 17480 | 2025.04.15 04:10:57.967489 [ 5 ] {d13deb49-ffce-4297-9bb6-970d0dd755ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17481 | 2025.04.15 04:10:57.967800 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 122 rows starting from the beginning of the part | ||
| 17482 | 2025.04.15 04:10:57.968137 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 633 rows starting from the beginning of the part | ||
| 17483 | 2025.04.15 04:10:57.968525 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 120 rows starting from the beginning of the part | ||
| 17484 | 2025.04.15 04:10:57.968919 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1778 rows starting from the beginning of the part | ||
| 17485 | 2025.04.15 04:10:57.969291 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part | ||
| 17486 | 2025.04.15 04:10:57.970620 [ 5 ] {d13deb49-ffce-4297-9bb6-970d0dd755ce} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17487 | 2025.04.15 04:10:57.970681 [ 5 ] {d13deb49-ffce-4297-9bb6-970d0dd755ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17488 | 2025.04.15 04:10:57.971598 [ 5 ] {d13deb49-ffce-4297-9bb6-970d0dd755ce} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17489 | 2025.04.15 04:10:57.972055 [ 5 ] {d13deb49-ffce-4297-9bb6-970d0dd755ce} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17490 | 2025.04.15 04:10:57.972315 [ 74 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17491 | 2025.04.15 04:10:57.972378 [ 5 ] {d13deb49-ffce-4297-9bb6-970d0dd755ce} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005083 sec., 12590.98957308676 rows/sec., 1006.34 KiB/sec. | ||
| 17492 | 2025.04.15 04:10:57.972401 [ 74 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17493 | 2025.04.15 04:10:57.972590 [ 5 ] {d13deb49-ffce-4297-9bb6-970d0dd755ce} <Debug> TCPHandler: Processed in 0.005585139 sec. | ||
| 17494 | 2025.04.15 04:10:57.972598 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17495 | 2025.04.15 04:10:57.972918 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17496 | 2025.04.15 04:10:57.973341 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17497 | 2025.04.15 04:10:57.973449 [ 5 ] {e1be5337-9123-4188-a1d6-5514f9fd521a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17498 | 2025.04.15 04:10:57.973681 [ 5 ] {e1be5337-9123-4188-a1d6-5514f9fd521a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17499 | 2025.04.15 04:10:57.973924 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17500 | 2025.04.15 04:10:57.974056 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 914 rows starting from the beginning of the part | ||
| 17501 | 2025.04.15 04:10:57.974252 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4556 rows, containing 5 columns (5 merged, 0 gathered) in 0.007268475 sec., 626816.4917675303 rows/sec., 53.26 MiB/sec. | ||
| 17502 | 2025.04.15 04:10:57.974836 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 100 rows starting from the beginning of the part | ||
| 17503 | 2025.04.15 04:10:57.975486 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 390 rows starting from the beginning of the part | ||
| 17504 | 2025.04.15 04:10:57.975537 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17505 | 2025.04.15 04:10:57.976340 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 96 rows starting from the beginning of the part | ||
| 17506 | 2025.04.15 04:10:57.977084 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 856 rows starting from the beginning of the part | ||
| 17507 | 2025.04.15 04:10:57.977740 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part | ||
| 17508 | 2025.04.15 04:10:57.977880 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_141_28} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17509 | 2025.04.15 04:10:57.978540 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_141_28} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17510 | 2025.04.15 04:10:57.979054 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 17511 | 2025.04.15 04:10:57.980016 [ 5 ] {e1be5337-9123-4188-a1d6-5514f9fd521a} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17512 | 2025.04.15 04:10:57.980068 [ 5 ] {e1be5337-9123-4188-a1d6-5514f9fd521a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17513 | 2025.04.15 04:10:57.980646 [ 5 ] {e1be5337-9123-4188-a1d6-5514f9fd521a} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17514 | 2025.04.15 04:10:57.980906 [ 5 ] {e1be5337-9123-4188-a1d6-5514f9fd521a} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17515 | 2025.04.15 04:10:57.981278 [ 5 ] {e1be5337-9123-4188-a1d6-5514f9fd521a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.00799 sec., 16020.02503128911 rows/sec., 1.12 MiB/sec. | ||
| 17516 | 2025.04.15 04:10:57.981622 [ 5 ] {e1be5337-9123-4188-a1d6-5514f9fd521a} <Debug> TCPHandler: Processed in 0.008830378 sec. | ||
| 17517 | 2025.04.15 04:10:57.981726 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2420 rows, containing 5 columns (5 merged, 0 gathered) in 0.00889177 sec., 272161.78556125495 rows/sec., 20.85 MiB/sec. | ||
| 17518 | 2025.04.15 04:10:57.981938 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17519 | 2025.04.15 04:10:57.982187 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17520 | 2025.04.15 04:10:57.982327 [ 5 ] {c5492731-326b-4545-b35e-7c18a77c5940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17521 | 2025.04.15 04:10:57.982524 [ 5 ] {c5492731-326b-4545-b35e-7c18a77c5940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17522 | 2025.04.15 04:10:57.983350 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_141_28} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17523 | 2025.04.15 04:10:57.983759 [ 193 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_141_28} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17524 | 2025.04.15 04:10:57.984043 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 17525 | 2025.04.15 04:10:57.984467 [ 5 ] {c5492731-326b-4545-b35e-7c18a77c5940} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17526 | 2025.04.15 04:10:57.984507 [ 5 ] {c5492731-326b-4545-b35e-7c18a77c5940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17527 | 2025.04.15 04:10:57.984863 [ 5 ] {c5492731-326b-4545-b35e-7c18a77c5940} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 17528 | 2025.04.15 04:10:57.985090 [ 5 ] {c5492731-326b-4545-b35e-7c18a77c5940} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17529 | 2025.04.15 04:10:57.985272 [ 74 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 17530 | 2025.04.15 04:10:57.985334 [ 5 ] {c5492731-326b-4545-b35e-7c18a77c5940} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003156 sec., 15209.125475285171 rows/sec., 1.02 MiB/sec. | ||
| 17531 | 2025.04.15 04:10:57.985345 [ 74 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17532 | 2025.04.15 04:10:57.985436 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17533 | 2025.04.15 04:10:57.985468 [ 5 ] {c5492731-326b-4545-b35e-7c18a77c5940} <Debug> TCPHandler: Processed in 0.003627507 sec. | ||
| 17534 | 2025.04.15 04:10:57.985688 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 17535 | 2025.04.15 04:10:57.985837 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17536 | 2025.04.15 04:10:57.985876 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 8164 rows starting from the beginning of the part | ||
| 17537 | 2025.04.15 04:10:57.986002 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part | ||
| 17538 | 2025.04.15 04:10:57.986155 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 82 rows starting from the beginning of the part | ||
| 17539 | 2025.04.15 04:10:57.986413 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part | ||
| 17540 | 2025.04.15 04:10:57.986702 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 34 rows starting from the beginning of the part | ||
| 17541 | 2025.04.15 04:10:57.986875 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 48 rows starting from the beginning of the part | ||
| 17542 | 2025.04.15 04:10:57.989518 [ 198 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8448 rows, containing 4 columns (4 merged, 0 gathered) in 0.003932534 sec., 2148233.174843498 rows/sec., 139.88 MiB/sec. | ||
| 17543 | 2025.04.15 04:10:57.989734 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 17544 | 2025.04.15 04:10:57.990070 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_141_28} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17545 | 2025.04.15 04:10:57.990157 [ 196 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_141_28} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 17546 | 2025.04.15 04:10:57.990253 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 17547 | 2025.04.15 04:10:58.010083 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 17548 | 2025.04.15 04:10:58.010710 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17549 | 2025.04.15 04:10:58.010757 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17550 | 2025.04.15 04:10:58.011292 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17551 | 2025.04.15 04:10:58.011577 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17552 | 2025.04.15 04:10:58.011841 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 17553 | 2025.04.15 04:11:00.834413 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 626 | ||
| 17554 | 2025.04.15 04:11:00.857653 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17555 | 2025.04.15 04:11:00.857721 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17556 | 2025.04.15 04:11:00.865342 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 17557 | 2025.04.15 04:11:00.866234 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17558 | 2025.04.15 04:11:00.869545 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 17559 | 2025.04.15 04:11:01.176937 [ 221 ] {} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17560 | 2025.04.15 04:11:01.177014 [ 221 ] {} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17561 | 2025.04.15 04:11:01.178754 [ 221 ] {} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
| 17562 | 2025.04.15 04:11:02.967576 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17563 | 2025.04.15 04:11:02.967790 [ 5 ] {169c3231-726a-4cf6-9766-29ff3872584d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17564 | 2025.04.15 04:11:02.967873 [ 5 ] {169c3231-726a-4cf6-9766-29ff3872584d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17565 | 2025.04.15 04:11:02.968764 [ 5 ] {169c3231-726a-4cf6-9766-29ff3872584d} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17566 | 2025.04.15 04:11:02.968817 [ 5 ] {169c3231-726a-4cf6-9766-29ff3872584d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17567 | 2025.04.15 04:11:02.969268 [ 5 ] {169c3231-726a-4cf6-9766-29ff3872584d} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17568 | 2025.04.15 04:11:02.969540 [ 5 ] {169c3231-726a-4cf6-9766-29ff3872584d} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17569 | 2025.04.15 04:11:02.969736 [ 5 ] {169c3231-726a-4cf6-9766-29ff3872584d} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002006 sec., 59820.538384845466 rows/sec., 5.08 MiB/sec. | ||
| 17570 | 2025.04.15 04:11:02.969801 [ 5 ] {169c3231-726a-4cf6-9766-29ff3872584d} <Debug> TCPHandler: Processed in 0.00236424 sec. | ||
| 17571 | 2025.04.15 04:11:02.969935 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17572 | 2025.04.15 04:11:02.970049 [ 5 ] {0d2b67ec-1d71-41ae-b6d3-b3502b7596f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17573 | 2025.04.15 04:11:02.970098 [ 5 ] {0d2b67ec-1d71-41ae-b6d3-b3502b7596f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17574 | 2025.04.15 04:11:02.970624 [ 5 ] {0d2b67ec-1d71-41ae-b6d3-b3502b7596f6} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17575 | 2025.04.15 04:11:02.970663 [ 5 ] {0d2b67ec-1d71-41ae-b6d3-b3502b7596f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17576 | 2025.04.15 04:11:02.971037 [ 5 ] {0d2b67ec-1d71-41ae-b6d3-b3502b7596f6} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 17577 | 2025.04.15 04:11:02.971285 [ 5 ] {0d2b67ec-1d71-41ae-b6d3-b3502b7596f6} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17578 | 2025.04.15 04:11:02.971453 [ 5 ] {0d2b67ec-1d71-41ae-b6d3-b3502b7596f6} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001432 sec., 22346.3687150838 rows/sec., 1.64 MiB/sec. | ||
| 17579 | 2025.04.15 04:11:02.971506 [ 5 ] {0d2b67ec-1d71-41ae-b6d3-b3502b7596f6} <Debug> TCPHandler: Processed in 0.001624434 sec. | ||
| 17580 | 2025.04.15 04:11:02.971623 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17581 | 2025.04.15 04:11:02.971732 [ 5 ] {c1183559-94c0-405e-90b1-e3366df52826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17582 | 2025.04.15 04:11:02.971778 [ 5 ] {c1183559-94c0-405e-90b1-e3366df52826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17583 | 2025.04.15 04:11:02.972319 [ 5 ] {c1183559-94c0-405e-90b1-e3366df52826} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17584 | 2025.04.15 04:11:02.972357 [ 5 ] {c1183559-94c0-405e-90b1-e3366df52826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17585 | 2025.04.15 04:11:02.972712 [ 5 ] {c1183559-94c0-405e-90b1-e3366df52826} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17586 | 2025.04.15 04:11:02.972952 [ 5 ] {c1183559-94c0-405e-90b1-e3366df52826} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17587 | 2025.04.15 04:11:02.973118 [ 5 ] {c1183559-94c0-405e-90b1-e3366df52826} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.001411 sec., 68036.85329553508 rows/sec., 5.31 MiB/sec. | ||
| 17588 | 2025.04.15 04:11:02.973171 [ 5 ] {c1183559-94c0-405e-90b1-e3366df52826} <Debug> TCPHandler: Processed in 0.001600414 sec. | ||
| 17589 | 2025.04.15 04:11:02.973295 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17590 | 2025.04.15 04:11:02.973401 [ 5 ] {3a844ab6-aadb-487d-b7a0-e35e2168eef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17591 | 2025.04.15 04:11:02.973449 [ 5 ] {3a844ab6-aadb-487d-b7a0-e35e2168eef7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17592 | 2025.04.15 04:11:02.973976 [ 5 ] {3a844ab6-aadb-487d-b7a0-e35e2168eef7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17593 | 2025.04.15 04:11:02.974014 [ 5 ] {3a844ab6-aadb-487d-b7a0-e35e2168eef7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17594 | 2025.04.15 04:11:02.974409 [ 5 ] {3a844ab6-aadb-487d-b7a0-e35e2168eef7} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17595 | 2025.04.15 04:11:02.974655 [ 5 ] {3a844ab6-aadb-487d-b7a0-e35e2168eef7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17596 | 2025.04.15 04:11:02.974837 [ 5 ] {3a844ab6-aadb-487d-b7a0-e35e2168eef7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001449 sec., 110420.97998619737 rows/sec., 7.69 MiB/sec. | ||
| 17597 | 2025.04.15 04:11:02.974908 [ 5 ] {3a844ab6-aadb-487d-b7a0-e35e2168eef7} <Debug> TCPHandler: Processed in 0.001665016 sec. | ||
| 17598 | 2025.04.15 04:11:02.975054 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17599 | 2025.04.15 04:11:02.975337 [ 5 ] {525a65aa-81ad-45b9-9487-c8a722f10560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17600 | 2025.04.15 04:11:02.975621 [ 5 ] {525a65aa-81ad-45b9-9487-c8a722f10560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17601 | 2025.04.15 04:11:02.977221 [ 5 ] {525a65aa-81ad-45b9-9487-c8a722f10560} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17602 | 2025.04.15 04:11:02.977261 [ 5 ] {525a65aa-81ad-45b9-9487-c8a722f10560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17603 | 2025.04.15 04:11:02.977921 [ 5 ] {525a65aa-81ad-45b9-9487-c8a722f10560} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 17604 | 2025.04.15 04:11:02.978181 [ 5 ] {525a65aa-81ad-45b9-9487-c8a722f10560} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17605 | 2025.04.15 04:11:02.978372 [ 5 ] {525a65aa-81ad-45b9-9487-c8a722f10560} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.003158 sec., 10132.99556681444 rows/sec., 18.16 MiB/sec. | ||
| 17606 | 2025.04.15 04:11:02.978479 [ 5 ] {525a65aa-81ad-45b9-9487-c8a722f10560} <Debug> TCPHandler: Processed in 0.003481854 sec. | ||
| 17607 | 2025.04.15 04:11:02.978592 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17608 | 2025.04.15 04:11:02.978694 [ 5 ] {613302d3-53eb-4d0e-861b-db0fa8b24454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17609 | 2025.04.15 04:11:02.978741 [ 5 ] {613302d3-53eb-4d0e-861b-db0fa8b24454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17610 | 2025.04.15 04:11:02.979158 [ 5 ] {613302d3-53eb-4d0e-861b-db0fa8b24454} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17611 | 2025.04.15 04:11:02.979195 [ 5 ] {613302d3-53eb-4d0e-861b-db0fa8b24454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17612 | 2025.04.15 04:11:02.979551 [ 5 ] {613302d3-53eb-4d0e-861b-db0fa8b24454} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 17613 | 2025.04.15 04:11:02.979798 [ 5 ] {613302d3-53eb-4d0e-861b-db0fa8b24454} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17614 | 2025.04.15 04:11:02.979981 [ 5 ] {613302d3-53eb-4d0e-861b-db0fa8b24454} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001302 sec., 46082.949308755764 rows/sec., 3.11 MiB/sec. | ||
| 17615 | 2025.04.15 04:11:02.980040 [ 5 ] {613302d3-53eb-4d0e-861b-db0fa8b24454} <Debug> TCPHandler: Processed in 0.001497502 sec. | ||
| 17616 | 2025.04.15 04:11:05.096615 [ 68 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 5 parts from all_1_56_12 to all_60_60_0 | ||
| 17617 | 2025.04.15 04:11:05.096684 [ 68 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17618 | 2025.04.15 04:11:05.096710 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17619 | 2025.04.15 04:11:05.096912 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_60_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_56_12 to all_60_60_0 into Compact with storage Full | ||
| 17620 | 2025.04.15 04:11:05.097189 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_60_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17621 | 2025.04.15 04:11:05.097230 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_12, total 336 rows starting from the beginning of the part | ||
| 17622 | 2025.04.15 04:11:05.097309 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part | ||
| 17623 | 2025.04.15 04:11:05.097390 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
| 17624 | 2025.04.15 04:11:05.097640 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part | ||
| 17625 | 2025.04.15 04:11:05.097756 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_60_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
| 17626 | 2025.04.15 04:11:05.098980 [ 194 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_60_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.002191757 sec., 164251.78521159053 rows/sec., 8.38 MiB/sec. | ||
| 17627 | 2025.04.15 04:11:05.099125 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_60_13} <Trace> MergedBlockOutputStream: filled checksums all_1_60_13 (state Temporary) | ||
| 17628 | 2025.04.15 04:11:05.099429 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_60_13} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_60_13 to all_1_60_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17629 | 2025.04.15 04:11:05.099513 [ 198 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_60_13} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 5 parts: [all_1_56_12, all_60_60_0] -> all_1_60_13 | ||
| 17630 | 2025.04.15 04:11:05.099591 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 17631 | 2025.04.15 04:11:05.205826 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17632 | 2025.04.15 04:11:05.205874 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17633 | 2025.04.15 04:11:05.511953 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 17634 | 2025.04.15 04:11:05.512675 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17635 | 2025.04.15 04:11:05.512724 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17636 | 2025.04.15 04:11:05.513245 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17637 | 2025.04.15 04:11:05.513509 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17638 | 2025.04.15 04:11:05.513720 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 17639 | 2025.04.15 04:11:05.733547 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2478 | ||
| 17640 | 2025.04.15 04:11:05.736823 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17641 | 2025.04.15 04:11:05.736893 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17642 | 2025.04.15 04:11:05.738439 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17643 | 2025.04.15 04:11:05.738778 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17644 | 2025.04.15 04:11:05.739520 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2478 | ||
| 17645 | 2025.04.15 04:11:05.882441 [ 67 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Selected 5 parts from all_1_33_8 to all_37_37_0 | ||
| 17646 | 2025.04.15 04:11:05.882540 [ 67 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17647 | 2025.04.15 04:11:05.882581 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17648 | 2025.04.15 04:11:05.882785 [ 220 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17649 | 2025.04.15 04:11:05.882808 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 17650 | 2025.04.15 04:11:05.882859 [ 220 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17651 | 2025.04.15 04:11:05.883138 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_37_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17652 | 2025.04.15 04:11:05.883208 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_33_8, total 18 rows starting from the beginning of the part | ||
| 17653 | 2025.04.15 04:11:05.883427 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 2 rows starting from the beginning of the part | ||
| 17654 | 2025.04.15 04:11:05.883817 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
| 17655 | 2025.04.15 04:11:05.884148 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part | ||
| 17656 | 2025.04.15 04:11:05.884463 [ 192 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_37_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part | ||
| 17657 | 2025.04.15 04:11:05.885793 [ 198 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_37_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.003106457 sec., 11588.764949909173 rows/sec., 990.25 KiB/sec. | ||
| 17658 | 2025.04.15 04:11:05.886038 [ 189 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_37_9} <Trace> MergedBlockOutputStream: filled checksums all_1_37_9 (state Temporary) | ||
| 17659 | 2025.04.15 04:11:05.886338 [ 220 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] | ||
| 17660 | 2025.04.15 04:11:05.886651 [ 189 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_37_9} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_merge_all_1_37_9 to all_1_37_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17661 | 2025.04.15 04:11:05.886858 [ 189 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_37_9} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Merged 5 parts: [all_1_33_8, all_37_37_0] -> all_1_37_9 | ||
| 17662 | 2025.04.15 04:11:05.887015 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17663 | 2025.04.15 04:11:07.083997 [ 225 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17664 | 2025.04.15 04:11:07.084053 [ 225 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17665 | 2025.04.15 04:11:07.085157 [ 218 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17666 | 2025.04.15 04:11:07.085225 [ 218 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17667 | 2025.04.15 04:11:07.086194 [ 225 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17668 | 2025.04.15 04:11:07.095020 [ 218 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17669 | 2025.04.15 04:11:07.293090 [ 225 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17670 | 2025.04.15 04:11:07.293133 [ 225 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17671 | 2025.04.15 04:11:07.295267 [ 225 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17672 | 2025.04.15 04:11:07.972148 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17673 | 2025.04.15 04:11:07.972358 [ 5 ] {f8d6e8a3-c9de-4c3f-b896-31283a433d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17674 | 2025.04.15 04:11:07.972440 [ 5 ] {f8d6e8a3-c9de-4c3f-b896-31283a433d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17675 | 2025.04.15 04:11:07.973288 [ 5 ] {f8d6e8a3-c9de-4c3f-b896-31283a433d8f} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17676 | 2025.04.15 04:11:07.973341 [ 5 ] {f8d6e8a3-c9de-4c3f-b896-31283a433d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17677 | 2025.04.15 04:11:07.973786 [ 5 ] {f8d6e8a3-c9de-4c3f-b896-31283a433d8f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17678 | 2025.04.15 04:11:07.974059 [ 5 ] {f8d6e8a3-c9de-4c3f-b896-31283a433d8f} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17679 | 2025.04.15 04:11:07.974276 [ 66 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17680 | 2025.04.15 04:11:07.974291 [ 5 ] {f8d6e8a3-c9de-4c3f-b896-31283a433d8f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001986 sec., 106747.2306143001 rows/sec., 6.79 MiB/sec. | ||
| 17681 | 2025.04.15 04:11:07.974375 [ 66 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17682 | 2025.04.15 04:11:07.974458 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17683 | 2025.04.15 04:11:07.974478 [ 5 ] {f8d6e8a3-c9de-4c3f-b896-31283a433d8f} <Debug> TCPHandler: Processed in 0.002460612 sec. | ||
| 17684 | 2025.04.15 04:11:07.974703 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 17685 | 2025.04.15 04:11:07.974713 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17686 | 2025.04.15 04:11:07.975014 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17687 | 2025.04.15 04:11:07.975027 [ 5 ] {821af42a-f779-4d78-a0c9-620f487aa697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17688 | 2025.04.15 04:11:07.975086 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 212 rows starting from the beginning of the part | ||
| 17689 | 2025.04.15 04:11:07.975126 [ 5 ] {821af42a-f779-4d78-a0c9-620f487aa697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17690 | 2025.04.15 04:11:07.975458 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 212 rows starting from the beginning of the part | ||
| 17691 | 2025.04.15 04:11:07.975803 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 212 rows starting from the beginning of the part | ||
| 17692 | 2025.04.15 04:11:07.976190 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 212 rows starting from the beginning of the part | ||
| 17693 | 2025.04.15 04:11:07.976587 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 212 rows starting from the beginning of the part | ||
| 17694 | 2025.04.15 04:11:07.978640 [ 5 ] {821af42a-f779-4d78-a0c9-620f487aa697} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17695 | 2025.04.15 04:11:07.978729 [ 5 ] {821af42a-f779-4d78-a0c9-620f487aa697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17696 | 2025.04.15 04:11:07.979275 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.00468252 sec., 226373.8328933993 rows/sec., 15.26 MiB/sec. | ||
| 17697 | 2025.04.15 04:11:07.979492 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17698 | 2025.04.15 04:11:07.979616 [ 5 ] {821af42a-f779-4d78-a0c9-620f487aa697} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17699 | 2025.04.15 04:11:07.979940 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_61_15} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17700 | 2025.04.15 04:11:07.980109 [ 187 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_61_15} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17701 | 2025.04.15 04:11:07.980114 [ 5 ] {821af42a-f779-4d78-a0c9-620f487aa697} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17702 | 2025.04.15 04:11:07.980268 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 17703 | 2025.04.15 04:11:07.980466 [ 5 ] {821af42a-f779-4d78-a0c9-620f487aa697} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.005544 sec., 114177.48917748917 rows/sec., 8.98 MiB/sec. | ||
| 17704 | 2025.04.15 04:11:07.980532 [ 5 ] {821af42a-f779-4d78-a0c9-620f487aa697} <Debug> TCPHandler: Processed in 0.005902236 sec. | ||
| 17705 | 2025.04.15 04:11:07.980654 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17706 | 2025.04.15 04:11:07.980764 [ 5 ] {8de981ab-b760-430d-8d23-206bbf663016} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17707 | 2025.04.15 04:11:07.980811 [ 5 ] {8de981ab-b760-430d-8d23-206bbf663016} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17708 | 2025.04.15 04:11:07.981383 [ 5 ] {8de981ab-b760-430d-8d23-206bbf663016} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17709 | 2025.04.15 04:11:07.981424 [ 5 ] {8de981ab-b760-430d-8d23-206bbf663016} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17710 | 2025.04.15 04:11:07.981782 [ 5 ] {8de981ab-b760-430d-8d23-206bbf663016} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 17711 | 2025.04.15 04:11:07.982019 [ 5 ] {8de981ab-b760-430d-8d23-206bbf663016} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17712 | 2025.04.15 04:11:07.982242 [ 5 ] {8de981ab-b760-430d-8d23-206bbf663016} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001503 sec., 75848.30339321357 rows/sec., 4.54 MiB/sec. | ||
| 17713 | 2025.04.15 04:11:07.982318 [ 5 ] {8de981ab-b760-430d-8d23-206bbf663016} <Debug> TCPHandler: Processed in 0.001717017 sec. | ||
| 17714 | 2025.04.15 04:11:07.982460 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17715 | 2025.04.15 04:11:07.982723 [ 5 ] {d5652c41-274c-4c87-a309-cc1c16a72c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17716 | 2025.04.15 04:11:07.982848 [ 5 ] {d5652c41-274c-4c87-a309-cc1c16a72c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17717 | 2025.04.15 04:11:07.983667 [ 5 ] {d5652c41-274c-4c87-a309-cc1c16a72c65} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17718 | 2025.04.15 04:11:07.983707 [ 5 ] {d5652c41-274c-4c87-a309-cc1c16a72c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17719 | 2025.04.15 04:11:07.984060 [ 5 ] {d5652c41-274c-4c87-a309-cc1c16a72c65} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17720 | 2025.04.15 04:11:07.984299 [ 5 ] {d5652c41-274c-4c87-a309-cc1c16a72c65} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17721 | 2025.04.15 04:11:07.984500 [ 5 ] {d5652c41-274c-4c87-a309-cc1c16a72c65} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001875 sec., 60266.66666666667 rows/sec., 3.90 MiB/sec. | ||
| 17722 | 2025.04.15 04:11:07.984550 [ 5 ] {d5652c41-274c-4c87-a309-cc1c16a72c65} <Debug> TCPHandler: Processed in 0.002143826 sec. | ||
| 17723 | 2025.04.15 04:11:07.984673 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17724 | 2025.04.15 04:11:07.984776 [ 5 ] {0fe147a4-42e6-4f49-9ee9-9f32729ac550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 17725 | 2025.04.15 04:11:07.984822 [ 5 ] {0fe147a4-42e6-4f49-9ee9-9f32729ac550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17726 | 2025.04.15 04:11:07.985361 [ 5 ] {0fe147a4-42e6-4f49-9ee9-9f32729ac550} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17727 | 2025.04.15 04:11:07.985401 [ 5 ] {0fe147a4-42e6-4f49-9ee9-9f32729ac550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17728 | 2025.04.15 04:11:07.985764 [ 5 ] {0fe147a4-42e6-4f49-9ee9-9f32729ac550} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17729 | 2025.04.15 04:11:07.986000 [ 5 ] {0fe147a4-42e6-4f49-9ee9-9f32729ac550} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17730 | 2025.04.15 04:11:07.986150 [ 66 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_57_14 to all_61_61_0 | ||
| 17731 | 2025.04.15 04:11:07.986221 [ 66 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17732 | 2025.04.15 04:11:07.986221 [ 5 ] {0fe147a4-42e6-4f49-9ee9-9f32729ac550} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00145 sec., 77241.37931034483 rows/sec., 4.40 MiB/sec. | ||
| 17733 | 2025.04.15 04:11:07.986252 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17734 | 2025.04.15 04:11:07.986387 [ 5 ] {0fe147a4-42e6-4f49-9ee9-9f32729ac550} <Debug> TCPHandler: Processed in 0.001763137 sec. | ||
| 17735 | 2025.04.15 04:11:07.986530 [ 223 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17736 | 2025.04.15 04:11:07.986593 [ 223 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17737 | 2025.04.15 04:11:07.986590 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_61_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_57_14 to all_61_61_0 into Compact with storage Full | ||
| 17738 | 2025.04.15 04:11:07.986626 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17739 | 2025.04.15 04:11:07.986848 [ 5 ] {d6e8bdf1-b823-456b-95e8-4e606ff8bd5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17740 | 2025.04.15 04:11:07.987026 [ 5 ] {d6e8bdf1-b823-456b-95e8-4e606ff8bd5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17741 | 2025.04.15 04:11:07.987089 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_61_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17742 | 2025.04.15 04:11:07.987208 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_57_14, total 112 rows starting from the beginning of the part | ||
| 17743 | 2025.04.15 04:11:07.987422 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 112 rows starting from the beginning of the part | ||
| 17744 | 2025.04.15 04:11:07.987891 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 112 rows starting from the beginning of the part | ||
| 17745 | 2025.04.15 04:11:07.988216 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 112 rows starting from the beginning of the part | ||
| 17746 | 2025.04.15 04:11:07.988730 [ 189 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_61_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 112 rows starting from the beginning of the part | ||
| 17747 | 2025.04.15 04:11:07.990754 [ 5 ] {d6e8bdf1-b823-456b-95e8-4e606ff8bd5f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17748 | 2025.04.15 04:11:07.990849 [ 5 ] {d6e8bdf1-b823-456b-95e8-4e606ff8bd5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17749 | 2025.04.15 04:11:07.992461 [ 5 ] {d6e8bdf1-b823-456b-95e8-4e606ff8bd5f} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17750 | 2025.04.15 04:11:07.992540 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_61_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.006153222 sec., 91009.23061121475 rows/sec., 5.53 MiB/sec. | ||
| 17751 | 2025.04.15 04:11:07.992827 [ 198 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_61_15} <Trace> MergedBlockOutputStream: filled checksums all_1_61_15 (state Temporary) | ||
| 17752 | 2025.04.15 04:11:07.993206 [ 5 ] {d6e8bdf1-b823-456b-95e8-4e606ff8bd5f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17753 | 2025.04.15 04:11:07.993795 [ 195 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_61_15} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_61_15 to all_1_61_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17754 | 2025.04.15 04:11:07.993822 [ 5 ] {d6e8bdf1-b823-456b-95e8-4e606ff8bd5f} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.007013 sec., 55611.008127762725 rows/sec., 3.93 MiB/sec. | ||
| 17755 | 2025.04.15 04:11:07.994043 [ 5 ] {d6e8bdf1-b823-456b-95e8-4e606ff8bd5f} <Debug> TCPHandler: Processed in 0.00748325 sec. | ||
| 17756 | 2025.04.15 04:11:07.994111 [ 195 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_61_15} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_57_14, all_61_61_0] -> all_1_61_15 | ||
| 17757 | 2025.04.15 04:11:07.994123 [ 223 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 17758 | 2025.04.15 04:11:07.994302 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17759 | 2025.04.15 04:11:07.994404 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 17760 | 2025.04.15 04:11:07.994603 [ 5 ] {60181e42-b534-4a5c-ba61-6ed9e7f9fe52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 17761 | 2025.04.15 04:11:07.994762 [ 5 ] {60181e42-b534-4a5c-ba61-6ed9e7f9fe52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17762 | 2025.04.15 04:11:07.995392 [ 5 ] {60181e42-b534-4a5c-ba61-6ed9e7f9fe52} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17763 | 2025.04.15 04:11:07.995431 [ 5 ] {60181e42-b534-4a5c-ba61-6ed9e7f9fe52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17764 | 2025.04.15 04:11:07.995805 [ 5 ] {60181e42-b534-4a5c-ba61-6ed9e7f9fe52} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 17765 | 2025.04.15 04:11:07.996044 [ 5 ] {60181e42-b534-4a5c-ba61-6ed9e7f9fe52} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17766 | 2025.04.15 04:11:07.996260 [ 5 ] {60181e42-b534-4a5c-ba61-6ed9e7f9fe52} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00176 sec., 3409.090909090909 rows/sec., 178.11 KiB/sec. | ||
| 17767 | 2025.04.15 04:11:07.996321 [ 5 ] {60181e42-b534-4a5c-ba61-6ed9e7f9fe52} <Debug> TCPHandler: Processed in 0.002176706 sec. | ||
| 17768 | 2025.04.15 04:11:07.996543 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17769 | 2025.04.15 04:11:07.996666 [ 5 ] {bcc53db3-87f2-44db-882f-936935bb3837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17770 | 2025.04.15 04:11:07.996714 [ 5 ] {bcc53db3-87f2-44db-882f-936935bb3837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17771 | 2025.04.15 04:11:07.997231 [ 5 ] {bcc53db3-87f2-44db-882f-936935bb3837} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17772 | 2025.04.15 04:11:07.997272 [ 5 ] {bcc53db3-87f2-44db-882f-936935bb3837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17773 | 2025.04.15 04:11:07.997656 [ 5 ] {bcc53db3-87f2-44db-882f-936935bb3837} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17774 | 2025.04.15 04:11:07.997883 [ 5 ] {bcc53db3-87f2-44db-882f-936935bb3837} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17775 | 2025.04.15 04:11:07.998069 [ 64 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_138_28 to all_143_143_0 | ||
| 17776 | 2025.04.15 04:11:07.998072 [ 5 ] {bcc53db3-87f2-44db-882f-936935bb3837} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001423 sec., 166549.54321855237 rows/sec., 11.16 MiB/sec. | ||
| 17777 | 2025.04.15 04:11:07.998154 [ 64 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17778 | 2025.04.15 04:11:07.998222 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17779 | 2025.04.15 04:11:07.998231 [ 5 ] {bcc53db3-87f2-44db-882f-936935bb3837} <Debug> TCPHandler: Processed in 0.001779108 sec. | ||
| 17780 | 2025.04.15 04:11:07.998439 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_143_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_138_28 to all_143_143_0 into Compact with storage Full | ||
| 17781 | 2025.04.15 04:11:07.998457 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17782 | 2025.04.15 04:11:07.998702 [ 5 ] {21326ac3-a436-41ec-9544-f2a753e74015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 17783 | 2025.04.15 04:11:07.998721 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_143_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17784 | 2025.04.15 04:11:07.998808 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_138_28, total 40942 rows starting from the beginning of the part | ||
| 17785 | 2025.04.15 04:11:07.998809 [ 5 ] {21326ac3-a436-41ec-9544-f2a753e74015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17786 | 2025.04.15 04:11:07.999151 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part | ||
| 17787 | 2025.04.15 04:11:07.999582 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 960 rows starting from the beginning of the part | ||
| 17788 | 2025.04.15 04:11:07.999972 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 128 rows starting from the beginning of the part | ||
| 17789 | 2025.04.15 04:11:08.000270 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part | ||
| 17790 | 2025.04.15 04:11:08.000718 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_143_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 237 rows starting from the beginning of the part | ||
| 17791 | 2025.04.15 04:11:08.001821 [ 5 ] {21326ac3-a436-41ec-9544-f2a753e74015} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17792 | 2025.04.15 04:11:08.001876 [ 5 ] {21326ac3-a436-41ec-9544-f2a753e74015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17793 | 2025.04.15 04:11:08.002634 [ 5 ] {21326ac3-a436-41ec-9544-f2a753e74015} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17794 | 2025.04.15 04:11:08.002954 [ 5 ] {21326ac3-a436-41ec-9544-f2a753e74015} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17795 | 2025.04.15 04:11:08.003232 [ 5 ] {21326ac3-a436-41ec-9544-f2a753e74015} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004618 sec., 216.54395842355999 rows/sec., 14.59 KiB/sec. | ||
| 17796 | 2025.04.15 04:11:08.003567 [ 5 ] {21326ac3-a436-41ec-9544-f2a753e74015} <Debug> TCPHandler: Processed in 0.005187741 sec. | ||
| 17797 | 2025.04.15 04:11:08.004113 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17798 | 2025.04.15 04:11:08.004400 [ 5 ] {128756d3-3e35-43d1-89fe-f0368a54dfb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17799 | 2025.04.15 04:11:08.004640 [ 5 ] {128756d3-3e35-43d1-89fe-f0368a54dfb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17800 | 2025.04.15 04:11:08.006345 [ 5 ] {128756d3-3e35-43d1-89fe-f0368a54dfb3} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17801 | 2025.04.15 04:11:08.006390 [ 5 ] {128756d3-3e35-43d1-89fe-f0368a54dfb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17802 | 2025.04.15 04:11:08.007559 [ 5 ] {128756d3-3e35-43d1-89fe-f0368a54dfb3} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 17803 | 2025.04.15 04:11:08.007981 [ 5 ] {128756d3-3e35-43d1-89fe-f0368a54dfb3} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17804 | 2025.04.15 04:11:08.008417 [ 5 ] {128756d3-3e35-43d1-89fe-f0368a54dfb3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004111 sec., 1945.9985405010946 rows/sec., 3.49 MiB/sec. | ||
| 17805 | 2025.04.15 04:11:08.008579 [ 5 ] {128756d3-3e35-43d1-89fe-f0368a54dfb3} <Debug> TCPHandler: Processed in 0.004640969 sec. | ||
| 17806 | 2025.04.15 04:11:08.008735 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17807 | 2025.04.15 04:11:08.008890 [ 5 ] {1c4590bb-1adb-4f79-baf8-d666d2b8798f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17808 | 2025.04.15 04:11:08.008948 [ 5 ] {1c4590bb-1adb-4f79-baf8-d666d2b8798f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17809 | 2025.04.15 04:11:08.009584 [ 5 ] {1c4590bb-1adb-4f79-baf8-d666d2b8798f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17810 | 2025.04.15 04:11:08.009627 [ 5 ] {1c4590bb-1adb-4f79-baf8-d666d2b8798f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17811 | 2025.04.15 04:11:08.010114 [ 5 ] {1c4590bb-1adb-4f79-baf8-d666d2b8798f} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 17812 | 2025.04.15 04:11:08.010458 [ 5 ] {1c4590bb-1adb-4f79-baf8-d666d2b8798f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17813 | 2025.04.15 04:11:08.010834 [ 220 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17814 | 2025.04.15 04:11:08.010851 [ 5 ] {1c4590bb-1adb-4f79-baf8-d666d2b8798f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001971 sec., 41603.247082699134 rows/sec., 2.64 MiB/sec. | ||
| 17815 | 2025.04.15 04:11:08.010908 [ 220 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17816 | 2025.04.15 04:11:08.011031 [ 5 ] {1c4590bb-1adb-4f79-baf8-d666d2b8798f} <Debug> TCPHandler: Processed in 0.002369 sec. | ||
| 17817 | 2025.04.15 04:11:08.012698 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_143_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42587 rows, containing 5 columns (5 merged, 0 gathered) in 0.014376357 sec., 2962294.272464158 rows/sec., 199.97 MiB/sec. | ||
| 17818 | 2025.04.15 04:11:08.013082 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_143_29} <Trace> MergedBlockOutputStream: filled checksums all_1_143_29 (state Temporary) | ||
| 17819 | 2025.04.15 04:11:08.013497 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_143_29 to all_1_143_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17820 | 2025.04.15 04:11:08.013605 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_143_29} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_138_28, all_143_143_0] -> all_1_143_29 | ||
| 17821 | 2025.04.15 04:11:08.013734 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 17822 | 2025.04.15 04:11:08.013862 [ 220 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17823 | 2025.04.15 04:11:08.369589 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 17824 | 2025.04.15 04:11:08.393334 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17825 | 2025.04.15 04:11:08.393391 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17826 | 2025.04.15 04:11:08.400852 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 17827 | 2025.04.15 04:11:08.401684 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17828 | 2025.04.15 04:11:08.404777 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||
| 17829 | 2025.04.15 04:11:08.977554 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17830 | 2025.04.15 04:11:08.977636 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17831 | 2025.04.15 04:11:08.979968 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 17832 | 2025.04.15 04:11:09.000184 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.19 MiB, peak 288.85 MiB, free memory in arenas 0.00 B, will set to 271.41 MiB (RSS), difference: 3.23 MiB | ||
| 17833 | 2025.04.15 04:11:12.935723 [ 218 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17834 | 2025.04.15 04:11:12.935803 [ 218 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17835 | 2025.04.15 04:11:12.937901 [ 218 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17836 | 2025.04.15 04:11:12.967602 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17837 | 2025.04.15 04:11:12.967915 [ 5 ] {c0ada03c-998b-4ce4-9d9a-a2fbb48a5db8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 17838 | 2025.04.15 04:11:12.968018 [ 5 ] {c0ada03c-998b-4ce4-9d9a-a2fbb48a5db8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17839 | 2025.04.15 04:11:12.968727 [ 5 ] {c0ada03c-998b-4ce4-9d9a-a2fbb48a5db8} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17840 | 2025.04.15 04:11:12.968777 [ 5 ] {c0ada03c-998b-4ce4-9d9a-a2fbb48a5db8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17841 | 2025.04.15 04:11:12.969202 [ 5 ] {c0ada03c-998b-4ce4-9d9a-a2fbb48a5db8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 17842 | 2025.04.15 04:11:12.969495 [ 5 ] {c0ada03c-998b-4ce4-9d9a-a2fbb48a5db8} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17843 | 2025.04.15 04:11:12.969804 [ 5 ] {c0ada03c-998b-4ce4-9d9a-a2fbb48a5db8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001973 sec., 1013.6847440446022 rows/sec., 82.66 KiB/sec. | ||
| 17844 | 2025.04.15 04:11:12.969882 [ 5 ] {c0ada03c-998b-4ce4-9d9a-a2fbb48a5db8} <Debug> TCPHandler: Processed in 0.002463102 sec. | ||
| 17845 | 2025.04.15 04:11:12.970004 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17846 | 2025.04.15 04:11:12.970111 [ 5 ] {d6c99b8e-af0a-4a28-9e12-5026e048f6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17847 | 2025.04.15 04:11:12.970158 [ 5 ] {d6c99b8e-af0a-4a28-9e12-5026e048f6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17848 | 2025.04.15 04:11:12.970702 [ 5 ] {d6c99b8e-af0a-4a28-9e12-5026e048f6c0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17849 | 2025.04.15 04:11:12.970740 [ 5 ] {d6c99b8e-af0a-4a28-9e12-5026e048f6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17850 | 2025.04.15 04:11:12.971110 [ 5 ] {d6c99b8e-af0a-4a28-9e12-5026e048f6c0} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17851 | 2025.04.15 04:11:12.971346 [ 5 ] {d6c99b8e-af0a-4a28-9e12-5026e048f6c0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17852 | 2025.04.15 04:11:12.971545 [ 5 ] {d6c99b8e-af0a-4a28-9e12-5026e048f6c0} <Debug> executeQuery: Read 121 rows, 10.51 KiB in 0.001458 sec., 82990.39780521262 rows/sec., 7.04 MiB/sec. | ||
| 17853 | 2025.04.15 04:11:12.971597 [ 5 ] {d6c99b8e-af0a-4a28-9e12-5026e048f6c0} <Debug> TCPHandler: Processed in 0.001650885 sec. | ||
| 17854 | 2025.04.15 04:11:12.971726 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17855 | 2025.04.15 04:11:12.971896 [ 5 ] {e5bc97ef-6228-4bb2-bc13-1996272605d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17856 | 2025.04.15 04:11:12.971957 [ 5 ] {e5bc97ef-6228-4bb2-bc13-1996272605d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17857 | 2025.04.15 04:11:12.972457 [ 5 ] {e5bc97ef-6228-4bb2-bc13-1996272605d5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17858 | 2025.04.15 04:11:12.972495 [ 5 ] {e5bc97ef-6228-4bb2-bc13-1996272605d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17859 | 2025.04.15 04:11:12.972848 [ 5 ] {e5bc97ef-6228-4bb2-bc13-1996272605d5} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 17860 | 2025.04.15 04:11:12.973079 [ 5 ] {e5bc97ef-6228-4bb2-bc13-1996272605d5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17861 | 2025.04.15 04:11:12.973229 [ 56 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 17862 | 2025.04.15 04:11:12.973300 [ 5 ] {e5bc97ef-6228-4bb2-bc13-1996272605d5} <Debug> executeQuery: Read 34 rows, 2.55 KiB in 0.001443 sec., 23562.02356202356 rows/sec., 1.72 MiB/sec. | ||
| 17863 | 2025.04.15 04:11:12.973327 [ 56 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17864 | 2025.04.15 04:11:12.973401 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17865 | 2025.04.15 04:11:12.973410 [ 5 ] {e5bc97ef-6228-4bb2-bc13-1996272605d5} <Debug> TCPHandler: Processed in 0.001744047 sec. | ||
| 17866 | 2025.04.15 04:11:12.973628 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 17867 | 2025.04.15 04:11:12.973637 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17868 | 2025.04.15 04:11:12.973898 [ 5 ] {20cbcf35-84ed-4f13-93c9-183e75251264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 17869 | 2025.04.15 04:11:12.973898 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17870 | 2025.04.15 04:11:12.973997 [ 5 ] {20cbcf35-84ed-4f13-93c9-183e75251264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17871 | 2025.04.15 04:11:12.974003 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 164 rows starting from the beginning of the part | ||
| 17872 | 2025.04.15 04:11:12.974336 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 32 rows starting from the beginning of the part | ||
| 17873 | 2025.04.15 04:11:12.974703 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 124 rows starting from the beginning of the part | ||
| 17874 | 2025.04.15 04:11:12.975241 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 32 rows starting from the beginning of the part | ||
| 17875 | 2025.04.15 04:11:12.975656 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 114 rows starting from the beginning of the part | ||
| 17876 | 2025.04.15 04:11:12.975961 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 34 rows starting from the beginning of the part | ||
| 17877 | 2025.04.15 04:11:12.976764 [ 5 ] {20cbcf35-84ed-4f13-93c9-183e75251264} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17878 | 2025.04.15 04:11:12.976840 [ 5 ] {20cbcf35-84ed-4f13-93c9-183e75251264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17879 | 2025.04.15 04:11:12.977874 [ 5 ] {20cbcf35-84ed-4f13-93c9-183e75251264} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17880 | 2025.04.15 04:11:12.978443 [ 5 ] {20cbcf35-84ed-4f13-93c9-183e75251264} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17881 | 2025.04.15 04:11:12.978905 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 500 rows, containing 5 columns (5 merged, 0 gathered) in 0.005378104 sec., 92969.56697006975 rows/sec., 6.29 MiB/sec. | ||
| 17882 | 2025.04.15 04:11:12.978982 [ 5 ] {20cbcf35-84ed-4f13-93c9-183e75251264} <Debug> executeQuery: Read 98 rows, 7.84 KiB in 0.00517 sec., 18955.512572533848 rows/sec., 1.48 MiB/sec. | ||
| 17883 | 2025.04.15 04:11:12.979092 [ 5 ] {20cbcf35-84ed-4f13-93c9-183e75251264} <Debug> TCPHandler: Processed in 0.005537429 sec. | ||
| 17884 | 2025.04.15 04:11:12.979156 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 17885 | 2025.04.15 04:11:12.979242 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17886 | 2025.04.15 04:11:12.979432 [ 5 ] {4d37b6f4-8b24-416c-b220-a236cd0dc1e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 17887 | 2025.04.15 04:11:12.979520 [ 5 ] {4d37b6f4-8b24-416c-b220-a236cd0dc1e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17888 | 2025.04.15 04:11:12.979650 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_121_24} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17889 | 2025.04.15 04:11:12.979907 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_121_24} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 17890 | 2025.04.15 04:11:12.980085 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 17891 | 2025.04.15 04:11:12.980452 [ 5 ] {4d37b6f4-8b24-416c-b220-a236cd0dc1e0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17892 | 2025.04.15 04:11:12.980496 [ 5 ] {4d37b6f4-8b24-416c-b220-a236cd0dc1e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17893 | 2025.04.15 04:11:12.980886 [ 5 ] {4d37b6f4-8b24-416c-b220-a236cd0dc1e0} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17894 | 2025.04.15 04:11:12.981143 [ 5 ] {4d37b6f4-8b24-416c-b220-a236cd0dc1e0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17895 | 2025.04.15 04:11:12.981333 [ 5 ] {4d37b6f4-8b24-416c-b220-a236cd0dc1e0} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00195 sec., 82564.10256410256 rows/sec., 5.75 MiB/sec. | ||
| 17896 | 2025.04.15 04:11:12.981385 [ 5 ] {4d37b6f4-8b24-416c-b220-a236cd0dc1e0} <Debug> TCPHandler: Processed in 0.002203516 sec. | ||
| 17897 | 2025.04.15 04:11:12.981493 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17898 | 2025.04.15 04:11:12.981596 [ 5 ] {18c89581-6b82-477b-b0b2-28ca53545ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 17899 | 2025.04.15 04:11:12.981663 [ 5 ] {18c89581-6b82-477b-b0b2-28ca53545ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 17900 | 2025.04.15 04:11:12.982740 [ 5 ] {18c89581-6b82-477b-b0b2-28ca53545ca3} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17901 | 2025.04.15 04:11:12.982780 [ 5 ] {18c89581-6b82-477b-b0b2-28ca53545ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17902 | 2025.04.15 04:11:12.983430 [ 5 ] {18c89581-6b82-477b-b0b2-28ca53545ca3} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 17903 | 2025.04.15 04:11:12.983678 [ 5 ] {18c89581-6b82-477b-b0b2-28ca53545ca3} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17904 | 2025.04.15 04:11:12.983877 [ 55 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 17905 | 2025.04.15 04:11:12.983918 [ 5 ] {18c89581-6b82-477b-b0b2-28ca53545ca3} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002343 sec., 13657.70379854887 rows/sec., 24.47 MiB/sec. | ||
| 17906 | 2025.04.15 04:11:12.983983 [ 55 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17907 | 2025.04.15 04:11:12.984083 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17908 | 2025.04.15 04:11:12.984167 [ 5 ] {18c89581-6b82-477b-b0b2-28ca53545ca3} <Debug> TCPHandler: Processed in 0.002722978 sec. | ||
| 17909 | 2025.04.15 04:11:12.984608 [ 186 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 17910 | 2025.04.15 04:11:12.984626 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17911 | 2025.04.15 04:11:12.985169 [ 5 ] {90c4825f-f7ac-4a4d-8cf2-bfa558613acf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 17912 | 2025.04.15 04:11:12.985436 [ 5 ] {90c4825f-f7ac-4a4d-8cf2-bfa558613acf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17913 | 2025.04.15 04:11:12.986731 [ 186 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17914 | 2025.04.15 04:11:12.987122 [ 186 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2275 rows starting from the beginning of the part | ||
| 17915 | 2025.04.15 04:11:12.987822 [ 186 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 32 rows starting from the beginning of the part | ||
| 17916 | 2025.04.15 04:11:12.988604 [ 186 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 8 rows starting from the beginning of the part | ||
| 17917 | 2025.04.15 04:11:12.988665 [ 5 ] {90c4825f-f7ac-4a4d-8cf2-bfa558613acf} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17918 | 2025.04.15 04:11:12.988740 [ 5 ] {90c4825f-f7ac-4a4d-8cf2-bfa558613acf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17919 | 2025.04.15 04:11:12.989282 [ 186 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 32 rows starting from the beginning of the part | ||
| 17920 | 2025.04.15 04:11:12.990024 [ 186 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 8 rows starting from the beginning of the part | ||
| 17921 | 2025.04.15 04:11:12.990628 [ 186 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 32 rows starting from the beginning of the part | ||
| 17922 | 2025.04.15 04:11:12.990705 [ 5 ] {90c4825f-f7ac-4a4d-8cf2-bfa558613acf} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 17923 | 2025.04.15 04:11:12.991626 [ 5 ] {90c4825f-f7ac-4a4d-8cf2-bfa558613acf} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17924 | 2025.04.15 04:11:12.992166 [ 5 ] {90c4825f-f7ac-4a4d-8cf2-bfa558613acf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007222 sec., 8307.947936859595 rows/sec., 573.33 KiB/sec. | ||
| 17925 | 2025.04.15 04:11:12.992376 [ 5 ] {90c4825f-f7ac-4a4d-8cf2-bfa558613acf} <Debug> TCPHandler: Processed in 0.007857258 sec. | ||
| 17926 | 2025.04.15 04:11:12.998926 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 19 columns (19 merged, 0 gathered) in 0.014689324 sec., 162498.9686387202 rows/sec., 291.19 MiB/sec. | ||
| 17927 | 2025.04.15 04:11:13.000133 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 279.43 MiB, peak 290.56 MiB, free memory in arenas 0.00 B, will set to 271.55 MiB (RSS), difference: -7.88 MiB | ||
| 17928 | 2025.04.15 04:11:13.001365 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 17929 | 2025.04.15 04:11:13.001834 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17930 | 2025.04.15 04:11:13.001929 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_121_24} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 17931 | 2025.04.15 04:11:13.002108 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.60 MiB. | ||
| 17932 | 2025.04.15 04:11:13.013861 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38979 | ||
| 17933 | 2025.04.15 04:11:13.014514 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17934 | 2025.04.15 04:11:13.014559 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17935 | 2025.04.15 04:11:13.015101 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17936 | 2025.04.15 04:11:13.015351 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17937 | 2025.04.15 04:11:13.015566 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38979 | ||
| 17938 | 2025.04.15 04:11:13.791266 [ 223 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17939 | 2025.04.15 04:11:13.791330 [ 223 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17940 | 2025.04.15 04:11:13.793213 [ 223 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 17941 | 2025.04.15 04:11:14.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 260.12 MiB, peak 290.56 MiB, free memory in arenas 0.00 B, will set to 271.55 MiB (RSS), difference: 11.44 MiB | ||
| 17942 | 2025.04.15 04:11:15.739746 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2514 | ||
| 17943 | 2025.04.15 04:11:15.742881 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17944 | 2025.04.15 04:11:15.742922 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17945 | 2025.04.15 04:11:15.744401 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17946 | 2025.04.15 04:11:15.744702 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17947 | 2025.04.15 04:11:15.745608 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2514 | ||
| 17948 | 2025.04.15 04:11:15.904881 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 641 | ||
| 17949 | 2025.04.15 04:11:15.929213 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17950 | 2025.04.15 04:11:15.929283 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17951 | 2025.04.15 04:11:15.936810 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 17952 | 2025.04.15 04:11:15.937588 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17953 | 2025.04.15 04:11:15.940708 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 641 | ||
| 17954 | 2025.04.15 04:11:17.597719 [ 222 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17955 | 2025.04.15 04:11:17.597780 [ 222 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17956 | 2025.04.15 04:11:17.599757 [ 222 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17957 | 2025.04.15 04:11:17.670214 [ 222 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17958 | 2025.04.15 04:11:17.670256 [ 222 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17959 | 2025.04.15 04:11:17.672101 [ 222 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 17960 | 2025.04.15 04:11:17.972433 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17961 | 2025.04.15 04:11:17.972732 [ 5 ] {18753563-85be-419c-9403-526c8bf87fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 17962 | 2025.04.15 04:11:17.972862 [ 5 ] {18753563-85be-419c-9403-526c8bf87fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 17963 | 2025.04.15 04:11:17.973959 [ 5 ] {18753563-85be-419c-9403-526c8bf87fba} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17964 | 2025.04.15 04:11:17.974011 [ 5 ] {18753563-85be-419c-9403-526c8bf87fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17965 | 2025.04.15 04:11:17.974443 [ 5 ] {18753563-85be-419c-9403-526c8bf87fba} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 17966 | 2025.04.15 04:11:17.974687 [ 5 ] {18753563-85be-419c-9403-526c8bf87fba} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17967 | 2025.04.15 04:11:17.974933 [ 5 ] {18753563-85be-419c-9403-526c8bf87fba} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002281 sec., 92941.69224024551 rows/sec., 5.91 MiB/sec. | ||
| 17968 | 2025.04.15 04:11:17.975016 [ 5 ] {18753563-85be-419c-9403-526c8bf87fba} <Debug> TCPHandler: Processed in 0.002766809 sec. | ||
| 17969 | 2025.04.15 04:11:17.975275 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17970 | 2025.04.15 04:11:17.975391 [ 5 ] {a125deed-d841-49d1-a81d-e6f224d2edb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 17971 | 2025.04.15 04:11:17.975437 [ 5 ] {a125deed-d841-49d1-a81d-e6f224d2edb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17972 | 2025.04.15 04:11:17.976434 [ 5 ] {a125deed-d841-49d1-a81d-e6f224d2edb6} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17973 | 2025.04.15 04:11:17.976474 [ 5 ] {a125deed-d841-49d1-a81d-e6f224d2edb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17974 | 2025.04.15 04:11:17.976862 [ 5 ] {a125deed-d841-49d1-a81d-e6f224d2edb6} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 17975 | 2025.04.15 04:11:17.977104 [ 5 ] {a125deed-d841-49d1-a81d-e6f224d2edb6} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17976 | 2025.04.15 04:11:17.977312 [ 5 ] {a125deed-d841-49d1-a81d-e6f224d2edb6} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.001944 sec., 325617.2839506173 rows/sec., 25.61 MiB/sec. | ||
| 17977 | 2025.04.15 04:11:17.977375 [ 5 ] {a125deed-d841-49d1-a81d-e6f224d2edb6} <Debug> TCPHandler: Processed in 0.002185276 sec. | ||
| 17978 | 2025.04.15 04:11:17.977506 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17979 | 2025.04.15 04:11:17.977661 [ 5 ] {9e6a1fd1-0551-4d88-a080-6f8a8327df6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 17980 | 2025.04.15 04:11:17.977730 [ 5 ] {9e6a1fd1-0551-4d88-a080-6f8a8327df6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17981 | 2025.04.15 04:11:17.978508 [ 5 ] {9e6a1fd1-0551-4d88-a080-6f8a8327df6b} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17982 | 2025.04.15 04:11:17.978547 [ 5 ] {9e6a1fd1-0551-4d88-a080-6f8a8327df6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17983 | 2025.04.15 04:11:17.978889 [ 5 ] {9e6a1fd1-0551-4d88-a080-6f8a8327df6b} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 17984 | 2025.04.15 04:11:17.979118 [ 5 ] {9e6a1fd1-0551-4d88-a080-6f8a8327df6b} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17985 | 2025.04.15 04:11:17.979308 [ 5 ] {9e6a1fd1-0551-4d88-a080-6f8a8327df6b} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001693 sec., 67336.08978145303 rows/sec., 4.03 MiB/sec. | ||
| 17986 | 2025.04.15 04:11:17.979358 [ 5 ] {9e6a1fd1-0551-4d88-a080-6f8a8327df6b} <Debug> TCPHandler: Processed in 0.001900251 sec. | ||
| 17987 | 2025.04.15 04:11:17.979480 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17988 | 2025.04.15 04:11:17.979582 [ 5 ] {addab41c-98dd-4808-aecd-d47017f6545f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 17989 | 2025.04.15 04:11:17.979625 [ 5 ] {addab41c-98dd-4808-aecd-d47017f6545f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17990 | 2025.04.15 04:11:17.980194 [ 5 ] {addab41c-98dd-4808-aecd-d47017f6545f} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17991 | 2025.04.15 04:11:17.980233 [ 5 ] {addab41c-98dd-4808-aecd-d47017f6545f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 17992 | 2025.04.15 04:11:17.980584 [ 5 ] {addab41c-98dd-4808-aecd-d47017f6545f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 17993 | 2025.04.15 04:11:17.980808 [ 5 ] {addab41c-98dd-4808-aecd-d47017f6545f} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17994 | 2025.04.15 04:11:17.981027 [ 218 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17995 | 2025.04.15 04:11:17.981043 [ 5 ] {addab41c-98dd-4808-aecd-d47017f6545f} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001473 sec., 76714.18873048201 rows/sec., 4.97 MiB/sec. | ||
| 17996 | 2025.04.15 04:11:17.981086 [ 218 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 17997 | 2025.04.15 04:11:17.981197 [ 5 ] {addab41c-98dd-4808-aecd-d47017f6545f} <Debug> TCPHandler: Processed in 0.001763848 sec. | ||
| 17998 | 2025.04.15 04:11:17.981383 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17999 | 2025.04.15 04:11:17.981486 [ 5 ] {87a1bc84-e4d0-4ca3-b729-faab4de52027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18000 | 2025.04.15 04:11:17.981544 [ 5 ] {87a1bc84-e4d0-4ca3-b729-faab4de52027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18001 | 2025.04.15 04:11:17.982885 [ 5 ] {87a1bc84-e4d0-4ca3-b729-faab4de52027} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18002 | 2025.04.15 04:11:17.982942 [ 5 ] {87a1bc84-e4d0-4ca3-b729-faab4de52027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18003 | 2025.04.15 04:11:17.983634 [ 5 ] {87a1bc84-e4d0-4ca3-b729-faab4de52027} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18004 | 2025.04.15 04:11:17.984108 [ 5 ] {87a1bc84-e4d0-4ca3-b729-faab4de52027} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18005 | 2025.04.15 04:11:17.984529 [ 5 ] {87a1bc84-e4d0-4ca3-b729-faab4de52027} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.003052 sec., 36697.247706422015 rows/sec., 2.09 MiB/sec. | ||
| 18006 | 2025.04.15 04:11:17.984690 [ 5 ] {87a1bc84-e4d0-4ca3-b729-faab4de52027} <Debug> TCPHandler: Processed in 0.003380782 sec. | ||
| 18007 | 2025.04.15 04:11:17.984745 [ 218 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18008 | 2025.04.15 04:11:17.984905 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18009 | 2025.04.15 04:11:17.985250 [ 5 ] {7d237304-2b1e-4849-8b25-4225cd6bac1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18010 | 2025.04.15 04:11:17.985395 [ 5 ] {7d237304-2b1e-4849-8b25-4225cd6bac1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18011 | 2025.04.15 04:11:17.986282 [ 5 ] {7d237304-2b1e-4849-8b25-4225cd6bac1d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18012 | 2025.04.15 04:11:17.986322 [ 5 ] {7d237304-2b1e-4849-8b25-4225cd6bac1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18013 | 2025.04.15 04:11:17.986709 [ 5 ] {7d237304-2b1e-4849-8b25-4225cd6bac1d} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18014 | 2025.04.15 04:11:17.986947 [ 5 ] {7d237304-2b1e-4849-8b25-4225cd6bac1d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18015 | 2025.04.15 04:11:17.987149 [ 5 ] {7d237304-2b1e-4849-8b25-4225cd6bac1d} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.002024 sec., 192687.7470355731 rows/sec., 13.62 MiB/sec. | ||
| 18016 | 2025.04.15 04:11:17.987211 [ 5 ] {7d237304-2b1e-4849-8b25-4225cd6bac1d} <Debug> TCPHandler: Processed in 0.002423182 sec. | ||
| 18017 | 2025.04.15 04:11:17.987321 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18018 | 2025.04.15 04:11:17.987423 [ 5 ] {236eb6bb-194e-4d38-9e03-893e0a89c8d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18019 | 2025.04.15 04:11:17.987469 [ 5 ] {236eb6bb-194e-4d38-9e03-893e0a89c8d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18020 | 2025.04.15 04:11:17.987908 [ 5 ] {236eb6bb-194e-4d38-9e03-893e0a89c8d9} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18021 | 2025.04.15 04:11:17.987946 [ 5 ] {236eb6bb-194e-4d38-9e03-893e0a89c8d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18022 | 2025.04.15 04:11:17.988294 [ 5 ] {236eb6bb-194e-4d38-9e03-893e0a89c8d9} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 18023 | 2025.04.15 04:11:17.988529 [ 5 ] {236eb6bb-194e-4d38-9e03-893e0a89c8d9} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18024 | 2025.04.15 04:11:17.988711 [ 5 ] {236eb6bb-194e-4d38-9e03-893e0a89c8d9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 239.30 KiB/sec. | ||
| 18025 | 2025.04.15 04:11:17.988762 [ 5 ] {236eb6bb-194e-4d38-9e03-893e0a89c8d9} <Debug> TCPHandler: Processed in 0.001489441 sec. | ||
| 18026 | 2025.04.15 04:11:17.988880 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18027 | 2025.04.15 04:11:17.988986 [ 5 ] {15a19539-73a6-43c0-ac65-4e696a670c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18028 | 2025.04.15 04:11:17.989033 [ 5 ] {15a19539-73a6-43c0-ac65-4e696a670c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18029 | 2025.04.15 04:11:17.989571 [ 5 ] {15a19539-73a6-43c0-ac65-4e696a670c67} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18030 | 2025.04.15 04:11:17.989609 [ 5 ] {15a19539-73a6-43c0-ac65-4e696a670c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18031 | 2025.04.15 04:11:17.990013 [ 5 ] {15a19539-73a6-43c0-ac65-4e696a670c67} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18032 | 2025.04.15 04:11:17.990276 [ 5 ] {15a19539-73a6-43c0-ac65-4e696a670c67} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18033 | 2025.04.15 04:11:17.990458 [ 5 ] {15a19539-73a6-43c0-ac65-4e696a670c67} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001495 sec., 158528.4280936455 rows/sec., 10.63 MiB/sec. | ||
| 18034 | 2025.04.15 04:11:17.990508 [ 5 ] {15a19539-73a6-43c0-ac65-4e696a670c67} <Debug> TCPHandler: Processed in 0.001675425 sec. | ||
| 18035 | 2025.04.15 04:11:17.990637 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18036 | 2025.04.15 04:11:17.990738 [ 5 ] {a4768ea1-0c9e-4a5d-8bfa-1dddb6199d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18037 | 2025.04.15 04:11:17.990785 [ 5 ] {a4768ea1-0c9e-4a5d-8bfa-1dddb6199d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18038 | 2025.04.15 04:11:17.991180 [ 5 ] {a4768ea1-0c9e-4a5d-8bfa-1dddb6199d08} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18039 | 2025.04.15 04:11:17.991218 [ 5 ] {a4768ea1-0c9e-4a5d-8bfa-1dddb6199d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18040 | 2025.04.15 04:11:17.991568 [ 5 ] {a4768ea1-0c9e-4a5d-8bfa-1dddb6199d08} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18041 | 2025.04.15 04:11:17.991803 [ 5 ] {a4768ea1-0c9e-4a5d-8bfa-1dddb6199d08} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18042 | 2025.04.15 04:11:17.991978 [ 5 ] {a4768ea1-0c9e-4a5d-8bfa-1dddb6199d08} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00126 sec., 793.6507936507936 rows/sec., 53.48 KiB/sec. | ||
| 18043 | 2025.04.15 04:11:17.992025 [ 5 ] {a4768ea1-0c9e-4a5d-8bfa-1dddb6199d08} <Debug> TCPHandler: Processed in 0.001435941 sec. | ||
| 18044 | 2025.04.15 04:11:17.992134 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18045 | 2025.04.15 04:11:17.992236 [ 5 ] {10bf4e64-318f-4492-9340-963300bb5c86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18046 | 2025.04.15 04:11:17.992300 [ 5 ] {10bf4e64-318f-4492-9340-963300bb5c86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18047 | 2025.04.15 04:11:17.993325 [ 5 ] {10bf4e64-318f-4492-9340-963300bb5c86} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18048 | 2025.04.15 04:11:17.993369 [ 5 ] {10bf4e64-318f-4492-9340-963300bb5c86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18049 | 2025.04.15 04:11:17.993976 [ 5 ] {10bf4e64-318f-4492-9340-963300bb5c86} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 18050 | 2025.04.15 04:11:17.994227 [ 5 ] {10bf4e64-318f-4492-9340-963300bb5c86} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18051 | 2025.04.15 04:11:17.994439 [ 5 ] {10bf4e64-318f-4492-9340-963300bb5c86} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002224 sec., 3597.1223021582737 rows/sec., 6.45 MiB/sec. | ||
| 18052 | 2025.04.15 04:11:17.994539 [ 5 ] {10bf4e64-318f-4492-9340-963300bb5c86} <Debug> TCPHandler: Processed in 0.002452402 sec. | ||
| 18053 | 2025.04.15 04:11:17.994644 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18054 | 2025.04.15 04:11:17.994742 [ 5 ] {f6043869-72ed-434f-ba17-9773342dfa5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18055 | 2025.04.15 04:11:17.994788 [ 5 ] {f6043869-72ed-434f-ba17-9773342dfa5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18056 | 2025.04.15 04:11:17.995200 [ 5 ] {f6043869-72ed-434f-ba17-9773342dfa5a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18057 | 2025.04.15 04:11:17.995239 [ 5 ] {f6043869-72ed-434f-ba17-9773342dfa5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18058 | 2025.04.15 04:11:17.995592 [ 5 ] {f6043869-72ed-434f-ba17-9773342dfa5a} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 18059 | 2025.04.15 04:11:17.995830 [ 5 ] {f6043869-72ed-434f-ba17-9773342dfa5a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18060 | 2025.04.15 04:11:17.996039 [ 5 ] {f6043869-72ed-434f-ba17-9773342dfa5a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001317 sec., 62262.718299164764 rows/sec., 3.95 MiB/sec. | ||
| 18061 | 2025.04.15 04:11:17.996086 [ 5 ] {f6043869-72ed-434f-ba17-9773342dfa5a} <Debug> TCPHandler: Processed in 0.001489072 sec. | ||
| 18062 | 2025.04.15 04:11:19.147768 [ 221 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18063 | 2025.04.15 04:11:19.147821 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18064 | 2025.04.15 04:11:19.149632 [ 221 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18065 | 2025.04.15 04:11:20.205911 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18066 | 2025.04.15 04:11:20.205962 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18067 | 2025.04.15 04:11:20.515842 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 39406 | ||
| 18068 | 2025.04.15 04:11:20.516686 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18069 | 2025.04.15 04:11:20.516754 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18070 | 2025.04.15 04:11:20.517475 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 18071 | 2025.04.15 04:11:20.517823 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18072 | 2025.04.15 04:11:20.518117 [ 47 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 18073 | 2025.04.15 04:11:20.518206 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39406 | ||
| 18074 | 2025.04.15 04:11:20.518252 [ 47 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18075 | 2025.04.15 04:11:20.518294 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18076 | 2025.04.15 04:11:20.518501 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 18077 | 2025.04.15 04:11:20.518734 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18078 | 2025.04.15 04:11:20.518796 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 37149 rows starting from the beginning of the part | ||
| 18079 | 2025.04.15 04:11:20.518925 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 427 rows starting from the beginning of the part | ||
| 18080 | 2025.04.15 04:11:20.519159 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 488 rows starting from the beginning of the part | ||
| 18081 | 2025.04.15 04:11:20.519368 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 427 rows starting from the beginning of the part | ||
| 18082 | 2025.04.15 04:11:20.519523 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 488 rows starting from the beginning of the part | ||
| 18083 | 2025.04.15 04:11:20.519721 [ 193 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 427 rows starting from the beginning of the part | ||
| 18084 | 2025.04.15 04:11:20.524005 [ 201 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 39406 rows, containing 4 columns (4 merged, 0 gathered) in 0.00560471 sec., 7030872.248519549 rows/sec., 100.58 MiB/sec. | ||
| 18085 | 2025.04.15 04:11:20.524540 [ 190 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 18086 | 2025.04.15 04:11:20.525089 [ 190 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_86_17} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18087 | 2025.04.15 04:11:20.525240 [ 190 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_86_17} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 18088 | 2025.04.15 04:11:20.525449 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 18089 | 2025.04.15 04:11:22.967876 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18090 | 2025.04.15 04:11:22.968146 [ 5 ] {8c0269bb-b462-49b8-a851-0a0e48cc5594} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18091 | 2025.04.15 04:11:22.968249 [ 5 ] {8c0269bb-b462-49b8-a851-0a0e48cc5594} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18092 | 2025.04.15 04:11:22.969270 [ 5 ] {8c0269bb-b462-49b8-a851-0a0e48cc5594} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18093 | 2025.04.15 04:11:22.969323 [ 5 ] {8c0269bb-b462-49b8-a851-0a0e48cc5594} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18094 | 2025.04.15 04:11:22.969756 [ 5 ] {8c0269bb-b462-49b8-a851-0a0e48cc5594} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18095 | 2025.04.15 04:11:22.970012 [ 5 ] {8c0269bb-b462-49b8-a851-0a0e48cc5594} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18096 | 2025.04.15 04:11:22.970206 [ 5 ] {8c0269bb-b462-49b8-a851-0a0e48cc5594} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.002137 sec., 56153.48619560131 rows/sec., 4.77 MiB/sec. | ||
| 18097 | 2025.04.15 04:11:22.970237 [ 43 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18098 | 2025.04.15 04:11:22.970278 [ 5 ] {8c0269bb-b462-49b8-a851-0a0e48cc5594} <Debug> TCPHandler: Processed in 0.002562735 sec. | ||
| 18099 | 2025.04.15 04:11:22.970337 [ 43 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18100 | 2025.04.15 04:11:22.970383 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18101 | 2025.04.15 04:11:22.970469 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18102 | 2025.04.15 04:11:22.970543 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18103 | 2025.04.15 04:11:22.970608 [ 5 ] {07cb8235-f56b-4adb-8883-42ca29b27dbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18104 | 2025.04.15 04:11:22.970673 [ 5 ] {07cb8235-f56b-4adb-8883-42ca29b27dbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18105 | 2025.04.15 04:11:22.970718 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18106 | 2025.04.15 04:11:22.970777 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1847 rows starting from the beginning of the part | ||
| 18107 | 2025.04.15 04:11:22.970943 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 120 rows starting from the beginning of the part | ||
| 18108 | 2025.04.15 04:11:22.971336 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 633 rows starting from the beginning of the part | ||
| 18109 | 2025.04.15 04:11:22.971768 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 121 rows starting from the beginning of the part | ||
| 18110 | 2025.04.15 04:11:22.971968 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 633 rows starting from the beginning of the part | ||
| 18111 | 2025.04.15 04:11:22.972095 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 120 rows starting from the beginning of the part | ||
| 18112 | 2025.04.15 04:11:22.972620 [ 5 ] {07cb8235-f56b-4adb-8883-42ca29b27dbb} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18113 | 2025.04.15 04:11:22.972664 [ 5 ] {07cb8235-f56b-4adb-8883-42ca29b27dbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18114 | 2025.04.15 04:11:22.973170 [ 5 ] {07cb8235-f56b-4adb-8883-42ca29b27dbb} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 18115 | 2025.04.15 04:11:22.973513 [ 5 ] {07cb8235-f56b-4adb-8883-42ca29b27dbb} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18116 | 2025.04.15 04:11:22.973766 [ 5 ] {07cb8235-f56b-4adb-8883-42ca29b27dbb} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.003183 sec., 10053.408733898837 rows/sec., 755.97 KiB/sec. | ||
| 18117 | 2025.04.15 04:11:22.973834 [ 5 ] {07cb8235-f56b-4adb-8883-42ca29b27dbb} <Debug> TCPHandler: Processed in 0.003439924 sec. | ||
| 18118 | 2025.04.15 04:11:22.973974 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18119 | 2025.04.15 04:11:22.974106 [ 5 ] {466b5510-262c-4b65-aa80-3026b79b27e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18120 | 2025.04.15 04:11:22.974197 [ 5 ] {466b5510-262c-4b65-aa80-3026b79b27e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18121 | 2025.04.15 04:11:22.974241 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3474 rows, containing 5 columns (5 merged, 0 gathered) in 0.00377045 sec., 921375.4326406663 rows/sec., 78.02 MiB/sec. | ||
| 18122 | 2025.04.15 04:11:22.974626 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18123 | 2025.04.15 04:11:22.975190 [ 5 ] {466b5510-262c-4b65-aa80-3026b79b27e8} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18124 | 2025.04.15 04:11:22.975249 [ 5 ] {466b5510-262c-4b65-aa80-3026b79b27e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18125 | 2025.04.15 04:11:22.975343 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_146_29} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18126 | 2025.04.15 04:11:22.975507 [ 196 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_146_29} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18127 | 2025.04.15 04:11:22.975679 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 18128 | 2025.04.15 04:11:22.975849 [ 5 ] {466b5510-262c-4b65-aa80-3026b79b27e8} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18129 | 2025.04.15 04:11:22.976089 [ 5 ] {466b5510-262c-4b65-aa80-3026b79b27e8} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18130 | 2025.04.15 04:11:22.976280 [ 43 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18131 | 2025.04.15 04:11:22.976288 [ 5 ] {466b5510-262c-4b65-aa80-3026b79b27e8} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.002207 sec., 43497.96103307657 rows/sec., 3.40 MiB/sec. | ||
| 18132 | 2025.04.15 04:11:22.976334 [ 43 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18133 | 2025.04.15 04:11:22.976415 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18134 | 2025.04.15 04:11:22.976423 [ 5 ] {466b5510-262c-4b65-aa80-3026b79b27e8} <Debug> TCPHandler: Processed in 0.002499604 sec. | ||
| 18135 | 2025.04.15 04:11:22.976713 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18136 | 2025.04.15 04:11:22.976721 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18137 | 2025.04.15 04:11:22.977018 [ 5 ] {1219ad01-9a31-46ce-b575-2df726217c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18138 | 2025.04.15 04:11:22.977213 [ 5 ] {1219ad01-9a31-46ce-b575-2df726217c8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18139 | 2025.04.15 04:11:22.977425 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18140 | 2025.04.15 04:11:22.977598 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 914 rows starting from the beginning of the part | ||
| 18141 | 2025.04.15 04:11:22.978226 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 96 rows starting from the beginning of the part | ||
| 18142 | 2025.04.15 04:11:22.979000 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 390 rows starting from the beginning of the part | ||
| 18143 | 2025.04.15 04:11:22.979628 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 98 rows starting from the beginning of the part | ||
| 18144 | 2025.04.15 04:11:22.980228 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 390 rows starting from the beginning of the part | ||
| 18145 | 2025.04.15 04:11:22.980610 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 96 rows starting from the beginning of the part | ||
| 18146 | 2025.04.15 04:11:22.981461 [ 5 ] {1219ad01-9a31-46ce-b575-2df726217c8f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18147 | 2025.04.15 04:11:22.981527 [ 5 ] {1219ad01-9a31-46ce-b575-2df726217c8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18148 | 2025.04.15 04:11:22.982459 [ 5 ] {1219ad01-9a31-46ce-b575-2df726217c8f} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18149 | 2025.04.15 04:11:22.982987 [ 5 ] {1219ad01-9a31-46ce-b575-2df726217c8f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18150 | 2025.04.15 04:11:22.983357 [ 5 ] {1219ad01-9a31-46ce-b575-2df726217c8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006455 sec., 24786.986831913247 rows/sec., 1.73 MiB/sec. | ||
| 18151 | 2025.04.15 04:11:22.983410 [ 5 ] {1219ad01-9a31-46ce-b575-2df726217c8f} <Debug> TCPHandler: Processed in 0.006803415 sec. | ||
| 18152 | 2025.04.15 04:11:22.983622 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18153 | 2025.04.15 04:11:22.983781 [ 196 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1984 rows, containing 5 columns (5 merged, 0 gathered) in 0.007278676 sec., 272577.0456055469 rows/sec., 20.85 MiB/sec. | ||
| 18154 | 2025.04.15 04:11:22.983811 [ 5 ] {9e6661be-6168-4978-bbac-e2833252cb58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18155 | 2025.04.15 04:11:22.983921 [ 5 ] {9e6661be-6168-4978-bbac-e2833252cb58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18156 | 2025.04.15 04:11:22.984073 [ 196 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18157 | 2025.04.15 04:11:22.984818 [ 196 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_146_29} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18158 | 2025.04.15 04:11:22.985092 [ 196 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_146_29} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18159 | 2025.04.15 04:11:22.985288 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 18160 | 2025.04.15 04:11:22.986034 [ 5 ] {9e6661be-6168-4978-bbac-e2833252cb58} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18161 | 2025.04.15 04:11:22.986077 [ 5 ] {9e6661be-6168-4978-bbac-e2833252cb58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18162 | 2025.04.15 04:11:22.986729 [ 5 ] {9e6661be-6168-4978-bbac-e2833252cb58} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 18163 | 2025.04.15 04:11:22.986983 [ 5 ] {9e6661be-6168-4978-bbac-e2833252cb58} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18164 | 2025.04.15 04:11:22.987200 [ 5 ] {9e6661be-6168-4978-bbac-e2833252cb58} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00343 sec., 9329.446064139942 rows/sec., 16.72 MiB/sec. | ||
| 18165 | 2025.04.15 04:11:22.987291 [ 5 ] {9e6661be-6168-4978-bbac-e2833252cb58} <Debug> TCPHandler: Processed in 0.003763951 sec. | ||
| 18166 | 2025.04.15 04:11:22.987419 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18167 | 2025.04.15 04:11:22.987526 [ 5 ] {001ca858-c4a7-4610-b552-dbc939dccd6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18168 | 2025.04.15 04:11:22.987572 [ 5 ] {001ca858-c4a7-4610-b552-dbc939dccd6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18169 | 2025.04.15 04:11:22.988008 [ 5 ] {001ca858-c4a7-4610-b552-dbc939dccd6c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18170 | 2025.04.15 04:11:22.988046 [ 5 ] {001ca858-c4a7-4610-b552-dbc939dccd6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18171 | 2025.04.15 04:11:22.988390 [ 5 ] {001ca858-c4a7-4610-b552-dbc939dccd6c} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 18172 | 2025.04.15 04:11:22.988625 [ 5 ] {001ca858-c4a7-4610-b552-dbc939dccd6c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18173 | 2025.04.15 04:11:22.988794 [ 43 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 18174 | 2025.04.15 04:11:22.988820 [ 5 ] {001ca858-c4a7-4610-b552-dbc939dccd6c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. | ||
| 18175 | 2025.04.15 04:11:22.988845 [ 43 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18176 | 2025.04.15 04:11:22.988903 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18177 | 2025.04.15 04:11:22.988934 [ 5 ] {001ca858-c4a7-4610-b552-dbc939dccd6c} <Debug> TCPHandler: Processed in 0.001561644 sec. | ||
| 18178 | 2025.04.15 04:11:22.989119 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 18179 | 2025.04.15 04:11:22.989289 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18180 | 2025.04.15 04:11:22.989327 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 8448 rows starting from the beginning of the part | ||
| 18181 | 2025.04.15 04:11:22.989456 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part | ||
| 18182 | 2025.04.15 04:11:22.989674 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 82 rows starting from the beginning of the part | ||
| 18183 | 2025.04.15 04:11:22.989855 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part | ||
| 18184 | 2025.04.15 04:11:22.990022 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 82 rows starting from the beginning of the part | ||
| 18185 | 2025.04.15 04:11:22.990149 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part | ||
| 18186 | 2025.04.15 04:11:22.992851 [ 192 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8792 rows, containing 4 columns (4 merged, 0 gathered) in 0.003828692 sec., 2296345.5926984986 rows/sec., 149.56 MiB/sec. | ||
| 18187 | 2025.04.15 04:11:22.993088 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 18188 | 2025.04.15 04:11:22.993452 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_146_29} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18189 | 2025.04.15 04:11:22.993539 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_146_29} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 18190 | 2025.04.15 04:11:22.993635 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 18191 | 2025.04.15 04:11:23.440807 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 649 | ||
| 18192 | 2025.04.15 04:11:23.464565 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18193 | 2025.04.15 04:11:23.464624 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18194 | 2025.04.15 04:11:23.465644 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18195 | 2025.04.15 04:11:23.466220 [ 5 ] {b26a0204-d776-4922-85a1-8302cde1f336} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18196 | 2025.04.15 04:11:23.466423 [ 5 ] {b26a0204-d776-4922-85a1-8302cde1f336} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18197 | 2025.04.15 04:11:23.469110 [ 5 ] {b26a0204-d776-4922-85a1-8302cde1f336} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18198 | 2025.04.15 04:11:23.469224 [ 5 ] {b26a0204-d776-4922-85a1-8302cde1f336} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18199 | 2025.04.15 04:11:23.470138 [ 5 ] {b26a0204-d776-4922-85a1-8302cde1f336} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18200 | 2025.04.15 04:11:23.470811 [ 5 ] {b26a0204-d776-4922-85a1-8302cde1f336} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18201 | 2025.04.15 04:11:23.471476 [ 5 ] {b26a0204-d776-4922-85a1-8302cde1f336} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.005459 sec., 38834.95145631068 rows/sec., 2.47 MiB/sec. | ||
| 18202 | 2025.04.15 04:11:23.471705 [ 5 ] {b26a0204-d776-4922-85a1-8302cde1f336} <Debug> TCPHandler: Processed in 0.006252643 sec. | ||
| 18203 | 2025.04.15 04:11:23.471950 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18204 | 2025.04.15 04:11:23.472215 [ 5 ] {37502a83-7d8d-40d5-b716-11a595da89af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18205 | 2025.04.15 04:11:23.472330 [ 5 ] {37502a83-7d8d-40d5-b716-11a595da89af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18206 | 2025.04.15 04:11:23.474957 [ 5 ] {37502a83-7d8d-40d5-b716-11a595da89af} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18207 | 2025.04.15 04:11:23.475038 [ 5 ] {37502a83-7d8d-40d5-b716-11a595da89af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18208 | 2025.04.15 04:11:23.476229 [ 5 ] {37502a83-7d8d-40d5-b716-11a595da89af} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 18209 | 2025.04.15 04:11:23.476833 [ 5 ] {37502a83-7d8d-40d5-b716-11a595da89af} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18210 | 2025.04.15 04:11:23.477426 [ 5 ] {37502a83-7d8d-40d5-b716-11a595da89af} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005284 sec., 378.50113550340654 rows/sec., 30.86 KiB/sec. | ||
| 18211 | 2025.04.15 04:11:23.477645 [ 5 ] {37502a83-7d8d-40d5-b716-11a595da89af} <Debug> TCPHandler: Processed in 0.005789674 sec. | ||
| 18212 | 2025.04.15 04:11:23.477877 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18213 | 2025.04.15 04:11:23.478151 [ 5 ] {9b2aad33-de48-45bc-ae59-32147fd43af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18214 | 2025.04.15 04:11:23.478273 [ 5 ] {9b2aad33-de48-45bc-ae59-32147fd43af6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18215 | 2025.04.15 04:11:23.481572 [ 5 ] {9b2aad33-de48-45bc-ae59-32147fd43af6} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18216 | 2025.04.15 04:11:23.481621 [ 5 ] {9b2aad33-de48-45bc-ae59-32147fd43af6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18217 | 2025.04.15 04:11:23.483525 [ 5 ] {9b2aad33-de48-45bc-ae59-32147fd43af6} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18218 | 2025.04.15 04:11:23.484150 [ 5 ] {9b2aad33-de48-45bc-ae59-32147fd43af6} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18219 | 2025.04.15 04:11:23.484790 [ 5 ] {9b2aad33-de48-45bc-ae59-32147fd43af6} <Debug> executeQuery: Read 1774 rows, 147.61 KiB in 0.0067 sec., 264776.1194029851 rows/sec., 21.52 MiB/sec. | ||
| 18220 | 2025.04.15 04:11:23.485309 [ 5 ] {9b2aad33-de48-45bc-ae59-32147fd43af6} <Debug> TCPHandler: Processed in 0.00750802 sec. | ||
| 18221 | 2025.04.15 04:11:23.485795 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18222 | 2025.04.15 04:11:23.486249 [ 5 ] {7f0613f0-9620-4403-8812-ce6f13b3989e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18223 | 2025.04.15 04:11:23.486472 [ 5 ] {7f0613f0-9620-4403-8812-ce6f13b3989e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18224 | 2025.04.15 04:11:23.489342 [ 5 ] {7f0613f0-9620-4403-8812-ce6f13b3989e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18225 | 2025.04.15 04:11:23.489424 [ 5 ] {7f0613f0-9620-4403-8812-ce6f13b3989e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18226 | 2025.04.15 04:11:23.490733 [ 5 ] {7f0613f0-9620-4403-8812-ce6f13b3989e} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 18227 | 2025.04.15 04:11:23.490799 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 18228 | 2025.04.15 04:11:23.491095 [ 5 ] {7f0613f0-9620-4403-8812-ce6f13b3989e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18229 | 2025.04.15 04:11:23.491424 [ 5 ] {7f0613f0-9620-4403-8812-ce6f13b3989e} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.005346 sec., 21698.466142910587 rows/sec., 1.30 MiB/sec. | ||
| 18230 | 2025.04.15 04:11:23.491887 [ 5 ] {7f0613f0-9620-4403-8812-ce6f13b3989e} <Debug> TCPHandler: Processed in 0.006242343 sec. | ||
| 18231 | 2025.04.15 04:11:23.492227 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18232 | 2025.04.15 04:11:23.492546 [ 5 ] {5ffef427-db75-462c-bdf7-e2d378e172f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18233 | 2025.04.15 04:11:23.492693 [ 5 ] {5ffef427-db75-462c-bdf7-e2d378e172f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18234 | 2025.04.15 04:11:23.494741 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18235 | 2025.04.15 04:11:23.495231 [ 45 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 18236 | 2025.04.15 04:11:23.495413 [ 45 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18237 | 2025.04.15 04:11:23.495514 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18238 | 2025.04.15 04:11:23.496266 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 18239 | 2025.04.15 04:11:23.497246 [ 5 ] {5ffef427-db75-462c-bdf7-e2d378e172f5} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18240 | 2025.04.15 04:11:23.497388 [ 5 ] {5ffef427-db75-462c-bdf7-e2d378e172f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18241 | 2025.04.15 04:11:23.499659 [ 5 ] {5ffef427-db75-462c-bdf7-e2d378e172f5} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18242 | 2025.04.15 04:11:23.500705 [ 5 ] {5ffef427-db75-462c-bdf7-e2d378e172f5} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18243 | 2025.04.15 04:11:23.501761 [ 5 ] {5ffef427-db75-462c-bdf7-e2d378e172f5} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.009278 sec., 36753.610691959475 rows/sec., 2.45 MiB/sec. | ||
| 18244 | 2025.04.15 04:11:23.502226 [ 5 ] {5ffef427-db75-462c-bdf7-e2d378e172f5} <Debug> TCPHandler: Processed in 0.010083845 sec. | ||
| 18245 | 2025.04.15 04:11:23.502658 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18246 | 2025.04.15 04:11:23.503079 [ 5 ] {821b8dad-8054-495d-8fc7-66bdeda8b628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18247 | 2025.04.15 04:11:23.503274 [ 5 ] {821b8dad-8054-495d-8fc7-66bdeda8b628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18248 | 2025.04.15 04:11:23.508238 [ 5 ] {821b8dad-8054-495d-8fc7-66bdeda8b628} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18249 | 2025.04.15 04:11:23.508380 [ 5 ] {821b8dad-8054-495d-8fc7-66bdeda8b628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18250 | 2025.04.15 04:11:23.510805 [ 5 ] {821b8dad-8054-495d-8fc7-66bdeda8b628} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18251 | 2025.04.15 04:11:23.512062 [ 5 ] {821b8dad-8054-495d-8fc7-66bdeda8b628} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18252 | 2025.04.15 04:11:23.513270 [ 5 ] {821b8dad-8054-495d-8fc7-66bdeda8b628} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.010309 sec., 10864.293335920069 rows/sec., 633.74 KiB/sec. | ||
| 18253 | 2025.04.15 04:11:23.513850 [ 5 ] {821b8dad-8054-495d-8fc7-66bdeda8b628} <Debug> TCPHandler: Processed in 0.011325141 sec. | ||
| 18254 | 2025.04.15 04:11:23.514307 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18255 | 2025.04.15 04:11:23.514857 [ 5 ] {6b1862e9-6834-48a3-bd1a-b0283b75bf7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18256 | 2025.04.15 04:11:23.515068 [ 5 ] {6b1862e9-6834-48a3-bd1a-b0283b75bf7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18257 | 2025.04.15 04:11:23.521233 [ 5 ] {6b1862e9-6834-48a3-bd1a-b0283b75bf7a} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18258 | 2025.04.15 04:11:23.521381 [ 5 ] {6b1862e9-6834-48a3-bd1a-b0283b75bf7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18259 | 2025.04.15 04:11:23.523678 [ 5 ] {6b1862e9-6834-48a3-bd1a-b0283b75bf7a} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18260 | 2025.04.15 04:11:23.524767 [ 5 ] {6b1862e9-6834-48a3-bd1a-b0283b75bf7a} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18261 | 2025.04.15 04:11:23.525808 [ 5 ] {6b1862e9-6834-48a3-bd1a-b0283b75bf7a} <Debug> executeQuery: Read 848 rows, 62.68 KiB in 0.011112 sec., 76313.89488840892 rows/sec., 5.51 MiB/sec. | ||
| 18262 | 2025.04.15 04:11:23.526311 [ 5 ] {6b1862e9-6834-48a3-bd1a-b0283b75bf7a} <Debug> TCPHandler: Processed in 0.012142329 sec. | ||
| 18263 | 2025.04.15 04:11:23.529392 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18264 | 2025.04.15 04:11:23.530079 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18265 | 2025.04.15 04:11:23.530689 [ 5 ] {ee000964-e3eb-4d92-827b-78264a695d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18266 | 2025.04.15 04:11:23.531050 [ 5 ] {ee000964-e3eb-4d92-827b-78264a695d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18267 | 2025.04.15 04:11:23.533938 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 649 | ||
| 18268 | 2025.04.15 04:11:23.535208 [ 5 ] {ee000964-e3eb-4d92-827b-78264a695d21} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18269 | 2025.04.15 04:11:23.535276 [ 5 ] {ee000964-e3eb-4d92-827b-78264a695d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18270 | 2025.04.15 04:11:23.536336 [ 5 ] {ee000964-e3eb-4d92-827b-78264a695d21} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 18271 | 2025.04.15 04:11:23.536932 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 611 rows starting from the beginning of the part | ||
| 18272 | 2025.04.15 04:11:23.536950 [ 5 ] {ee000964-e3eb-4d92-827b-78264a695d21} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18273 | 2025.04.15 04:11:23.537564 [ 5 ] {ee000964-e3eb-4d92-827b-78264a695d21} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.007148 sec., 839.3956351426973 rows/sec., 43.86 KiB/sec. | ||
| 18274 | 2025.04.15 04:11:23.537737 [ 5 ] {ee000964-e3eb-4d92-827b-78264a695d21} <Debug> TCPHandler: Processed in 0.007881928 sec. | ||
| 18275 | 2025.04.15 04:11:23.537948 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18276 | 2025.04.15 04:11:23.538165 [ 5 ] {0a0aa819-6026-47ed-a6c6-126a463cb28f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18277 | 2025.04.15 04:11:23.538272 [ 5 ] {0a0aa819-6026-47ed-a6c6-126a463cb28f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18278 | 2025.04.15 04:11:23.540073 [ 5 ] {0a0aa819-6026-47ed-a6c6-126a463cb28f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18279 | 2025.04.15 04:11:23.540132 [ 5 ] {0a0aa819-6026-47ed-a6c6-126a463cb28f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18280 | 2025.04.15 04:11:23.541113 [ 5 ] {0a0aa819-6026-47ed-a6c6-126a463cb28f} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18281 | 2025.04.15 04:11:23.541754 [ 5 ] {0a0aa819-6026-47ed-a6c6-126a463cb28f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18282 | 2025.04.15 04:11:23.542533 [ 5 ] {0a0aa819-6026-47ed-a6c6-126a463cb28f} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.00441 sec., 216780.04535147393 rows/sec., 14.40 MiB/sec. | ||
| 18283 | 2025.04.15 04:11:23.542795 [ 5 ] {0a0aa819-6026-47ed-a6c6-126a463cb28f} <Debug> TCPHandler: Processed in 0.004921455 sec. | ||
| 18284 | 2025.04.15 04:11:23.543009 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18285 | 2025.04.15 04:11:23.543251 [ 5 ] {6196f022-65c3-454a-bf2e-f4ec9b4d4b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18286 | 2025.04.15 04:11:23.543370 [ 5 ] {6196f022-65c3-454a-bf2e-f4ec9b4d4b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18287 | 2025.04.15 04:11:23.545202 [ 5 ] {6196f022-65c3-454a-bf2e-f4ec9b4d4b15} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18288 | 2025.04.15 04:11:23.545266 [ 5 ] {6196f022-65c3-454a-bf2e-f4ec9b4d4b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18289 | 2025.04.15 04:11:23.546830 [ 5 ] {6196f022-65c3-454a-bf2e-f4ec9b4d4b15} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18290 | 2025.04.15 04:11:23.547779 [ 5 ] {6196f022-65c3-454a-bf2e-f4ec9b4d4b15} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18291 | 2025.04.15 04:11:23.548667 [ 5 ] {6196f022-65c3-454a-bf2e-f4ec9b4d4b15} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00548 sec., 182.48175182481754 rows/sec., 12.30 KiB/sec. | ||
| 18292 | 2025.04.15 04:11:23.548877 [ 5 ] {6196f022-65c3-454a-bf2e-f4ec9b4d4b15} <Debug> TCPHandler: Processed in 0.005946877 sec. | ||
| 18293 | 2025.04.15 04:11:23.549129 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18294 | 2025.04.15 04:11:23.549348 [ 5 ] {6674d235-3378-432d-9c8c-c77602f012db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18295 | 2025.04.15 04:11:23.549593 [ 5 ] {6674d235-3378-432d-9c8c-c77602f012db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18296 | 2025.04.15 04:11:23.557424 [ 5 ] {6674d235-3378-432d-9c8c-c77602f012db} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18297 | 2025.04.15 04:11:23.557490 [ 5 ] {6674d235-3378-432d-9c8c-c77602f012db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18298 | 2025.04.15 04:11:23.559218 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part | ||
| 18299 | 2025.04.15 04:11:23.560498 [ 5 ] {6674d235-3378-432d-9c8c-c77602f012db} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 18300 | 2025.04.15 04:11:23.561050 [ 5 ] {6674d235-3378-432d-9c8c-c77602f012db} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18301 | 2025.04.15 04:11:23.561510 [ 5 ] {6674d235-3378-432d-9c8c-c77602f012db} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.012229 sec., 654.1826805135333 rows/sec., 1.17 MiB/sec. | ||
| 18302 | 2025.04.15 04:11:23.561831 [ 5 ] {6674d235-3378-432d-9c8c-c77602f012db} <Debug> TCPHandler: Processed in 0.012779902 sec. | ||
| 18303 | 2025.04.15 04:11:23.562032 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18304 | 2025.04.15 04:11:23.562223 [ 5 ] {0929f6e9-ac88-495b-997f-0e88563f4769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18305 | 2025.04.15 04:11:23.562301 [ 5 ] {0929f6e9-ac88-495b-997f-0e88563f4769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18306 | 2025.04.15 04:11:23.563365 [ 5 ] {0929f6e9-ac88-495b-997f-0e88563f4769} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18307 | 2025.04.15 04:11:23.563418 [ 5 ] {0929f6e9-ac88-495b-997f-0e88563f4769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18308 | 2025.04.15 04:11:23.564570 [ 5 ] {0929f6e9-ac88-495b-997f-0e88563f4769} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 18309 | 2025.04.15 04:11:23.565280 [ 5 ] {0929f6e9-ac88-495b-997f-0e88563f4769} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18310 | 2025.04.15 04:11:23.565940 [ 5 ] {0929f6e9-ac88-495b-997f-0e88563f4769} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.003768 sec., 9023.354564755839 rows/sec., 536.23 KiB/sec. | ||
| 18311 | 2025.04.15 04:11:23.566115 [ 5 ] {0929f6e9-ac88-495b-997f-0e88563f4769} <Debug> TCPHandler: Processed in 0.004151629 sec. | ||
| 18312 | 2025.04.15 04:11:23.570013 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part | ||
| 18313 | 2025.04.15 04:11:23.576013 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part | ||
| 18314 | 2025.04.15 04:11:23.582262 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part | ||
| 18315 | 2025.04.15 04:11:23.588487 [ 195 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part | ||
| 18316 | 2025.04.15 04:11:23.654357 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 649 rows, containing 679 columns (679 merged, 0 gathered) in 0.158606475 sec., 4091.888430153939 rows/sec., 21.16 MiB/sec. | ||
| 18317 | 2025.04.15 04:11:23.656797 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 18318 | 2025.04.15 04:11:23.659455 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_86_17} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18319 | 2025.04.15 04:11:23.659565 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_86_17} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 18320 | 2025.04.15 04:11:23.661182 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 18321 | 2025.04.15 04:11:24.001158 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 273.47 MiB, peak 290.89 MiB, free memory in arenas 0.00 B, will set to 271.55 MiB (RSS), difference: -1.92 MiB | ||
| 18322 | 2025.04.15 04:11:25.116795 [ 218 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18323 | 2025.04.15 04:11:25.116859 [ 218 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18324 | 2025.04.15 04:11:25.119070 [ 218 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] | ||
| 18325 | 2025.04.15 04:11:25.745869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2572 | ||
| 18326 | 2025.04.15 04:11:25.749547 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18327 | 2025.04.15 04:11:25.749601 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18328 | 2025.04.15 04:11:25.751182 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18329 | 2025.04.15 04:11:25.751499 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18330 | 2025.04.15 04:11:25.752037 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2572 | ||
| 18331 | 2025.04.15 04:11:27.341710 [ 221 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18332 | 2025.04.15 04:11:27.341763 [ 221 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18333 | 2025.04.15 04:11:27.343645 [ 221 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18334 | 2025.04.15 04:11:27.964263 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18335 | 2025.04.15 04:11:27.964479 [ 5 ] {6e0ef88f-e470-4232-a43d-247cd3ada129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18336 | 2025.04.15 04:11:27.964553 [ 5 ] {6e0ef88f-e470-4232-a43d-247cd3ada129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18337 | 2025.04.15 04:11:27.965305 [ 5 ] {6e0ef88f-e470-4232-a43d-247cd3ada129} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18338 | 2025.04.15 04:11:27.965356 [ 5 ] {6e0ef88f-e470-4232-a43d-247cd3ada129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18339 | 2025.04.15 04:11:27.965794 [ 5 ] {6e0ef88f-e470-4232-a43d-247cd3ada129} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18340 | 2025.04.15 04:11:27.966064 [ 5 ] {6e0ef88f-e470-4232-a43d-247cd3ada129} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18341 | 2025.04.15 04:11:27.966320 [ 5 ] {6e0ef88f-e470-4232-a43d-247cd3ada129} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.27 MiB/sec. | ||
| 18342 | 2025.04.15 04:11:27.966395 [ 5 ] {6e0ef88f-e470-4232-a43d-247cd3ada129} <Debug> TCPHandler: Processed in 0.002263718 sec. | ||
| 18343 | 2025.04.15 04:11:27.966407 [ 221 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18344 | 2025.04.15 04:11:27.966449 [ 221 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18345 | 2025.04.15 04:11:27.966518 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18346 | 2025.04.15 04:11:27.966641 [ 5 ] {7f0ef172-0112-4e2a-8401-211c1f065b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18347 | 2025.04.15 04:11:27.966690 [ 5 ] {7f0ef172-0112-4e2a-8401-211c1f065b54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18348 | 2025.04.15 04:11:27.967466 [ 5 ] {7f0ef172-0112-4e2a-8401-211c1f065b54} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18349 | 2025.04.15 04:11:27.967511 [ 5 ] {7f0ef172-0112-4e2a-8401-211c1f065b54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18350 | 2025.04.15 04:11:27.967933 [ 5 ] {7f0ef172-0112-4e2a-8401-211c1f065b54} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18351 | 2025.04.15 04:11:27.968202 [ 5 ] {7f0ef172-0112-4e2a-8401-211c1f065b54} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18352 | 2025.04.15 04:11:27.968528 [ 5 ] {7f0ef172-0112-4e2a-8401-211c1f065b54} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.0019 sec., 33684.21052631579 rows/sec., 2.63 MiB/sec. | ||
| 18353 | 2025.04.15 04:11:27.968600 [ 222 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18354 | 2025.04.15 04:11:27.968626 [ 5 ] {7f0ef172-0112-4e2a-8401-211c1f065b54} <Debug> TCPHandler: Processed in 0.002163456 sec. | ||
| 18355 | 2025.04.15 04:11:27.968682 [ 222 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18356 | 2025.04.15 04:11:27.968907 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18357 | 2025.04.15 04:11:27.969223 [ 5 ] {1d0d7632-2a2f-4881-83f3-d31f2b23e3bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18358 | 2025.04.15 04:11:27.969325 [ 5 ] {1d0d7632-2a2f-4881-83f3-d31f2b23e3bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18359 | 2025.04.15 04:11:27.970108 [ 221 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18360 | 2025.04.15 04:11:27.971826 [ 5 ] {1d0d7632-2a2f-4881-83f3-d31f2b23e3bb} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18361 | 2025.04.15 04:11:27.971912 [ 5 ] {1d0d7632-2a2f-4881-83f3-d31f2b23e3bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18362 | 2025.04.15 04:11:27.972752 [ 5 ] {1d0d7632-2a2f-4881-83f3-d31f2b23e3bb} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18363 | 2025.04.15 04:11:27.973174 [ 5 ] {1d0d7632-2a2f-4881-83f3-d31f2b23e3bb} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18364 | 2025.04.15 04:11:27.973466 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 5 parts from all_1_143_29 to all_147_147_0 | ||
| 18365 | 2025.04.15 04:11:27.973579 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18366 | 2025.04.15 04:11:27.973619 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18367 | 2025.04.15 04:11:27.973653 [ 5 ] {1d0d7632-2a2f-4881-83f3-d31f2b23e3bb} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.004503 sec., 28425.49411503442 rows/sec., 1.98 MiB/sec. | ||
| 18368 | 2025.04.15 04:11:27.973916 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18369 | 2025.04.15 04:11:27.974044 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18370 | 2025.04.15 04:11:27.974049 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_147_30} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_143_29 to all_147_147_0 into Compact with storage Full | ||
| 18371 | 2025.04.15 04:11:27.974063 [ 5 ] {1d0d7632-2a2f-4881-83f3-d31f2b23e3bb} <Debug> TCPHandler: Processed in 0.005231622 sec. | ||
| 18372 | 2025.04.15 04:11:27.974505 [ 222 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18373 | 2025.04.15 04:11:27.974686 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18374 | 2025.04.15 04:11:27.974829 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_147_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18375 | 2025.04.15 04:11:27.975019 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_143_29, total 42587 rows starting from the beginning of the part | ||
| 18376 | 2025.04.15 04:11:27.975385 [ 5 ] {e3e8a20a-9484-4c46-a913-0156cd8bf550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18377 | 2025.04.15 04:11:27.975702 [ 5 ] {e3e8a20a-9484-4c46-a913-0156cd8bf550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18378 | 2025.04.15 04:11:27.975801 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 161 rows starting from the beginning of the part | ||
| 18379 | 2025.04.15 04:11:27.976728 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 237 rows starting from the beginning of the part | ||
| 18380 | 2025.04.15 04:11:27.977897 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part | ||
| 18381 | 2025.04.15 04:11:27.978703 [ 198 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_147_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 956 rows starting from the beginning of the part | ||
| 18382 | 2025.04.15 04:11:27.980839 [ 5 ] {e3e8a20a-9484-4c46-a913-0156cd8bf550} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18383 | 2025.04.15 04:11:27.980953 [ 5 ] {e3e8a20a-9484-4c46-a913-0156cd8bf550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18384 | 2025.04.15 04:11:27.982488 [ 5 ] {e3e8a20a-9484-4c46-a913-0156cd8bf550} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 18385 | 2025.04.15 04:11:27.983261 [ 5 ] {e3e8a20a-9484-4c46-a913-0156cd8bf550} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18386 | 2025.04.15 04:11:27.984084 [ 5 ] {e3e8a20a-9484-4c46-a913-0156cd8bf550} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.008974 sec., 5348.785379986629 rows/sec., 369.12 KiB/sec. | ||
| 18387 | 2025.04.15 04:11:27.984217 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 18388 | 2025.04.15 04:11:27.984309 [ 5 ] {e3e8a20a-9484-4c46-a913-0156cd8bf550} <Debug> TCPHandler: Processed in 0.00984179 sec. | ||
| 18389 | 2025.04.15 04:11:27.990630 [ 192 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_147_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44101 rows, containing 5 columns (5 merged, 0 gathered) in 0.016922111 sec., 2606116.931865061 rows/sec., 175.90 MiB/sec. | ||
| 18390 | 2025.04.15 04:11:27.991147 [ 192 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_147_30} <Trace> MergedBlockOutputStream: filled checksums all_1_147_30 (state Temporary) | ||
| 18391 | 2025.04.15 04:11:27.991498 [ 192 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_147_30 to all_1_147_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18392 | 2025.04.15 04:11:27.991594 [ 192 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_147_30} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 5 parts: [all_1_143_29, all_147_147_0] -> all_1_147_30 | ||
| 18393 | 2025.04.15 04:11:27.991709 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 18394 | 2025.04.15 04:11:28.019280 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 39894 | ||
| 18395 | 2025.04.15 04:11:28.019924 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18396 | 2025.04.15 04:11:28.019971 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18397 | 2025.04.15 04:11:28.020516 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 18398 | 2025.04.15 04:11:28.020769 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18399 | 2025.04.15 04:11:28.020992 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39894 | ||
| 18400 | 2025.04.15 04:11:31.034076 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 656 | ||
| 18401 | 2025.04.15 04:11:31.058283 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18402 | 2025.04.15 04:11:31.058354 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18403 | 2025.04.15 04:11:31.066006 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 18404 | 2025.04.15 04:11:31.066912 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18405 | 2025.04.15 04:11:31.070769 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 656 | ||
| 18406 | 2025.04.15 04:11:32.967339 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18407 | 2025.04.15 04:11:32.967528 [ 5 ] {7c6ae79f-2114-4b75-947f-b3b708bdca35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18408 | 2025.04.15 04:11:32.967602 [ 5 ] {7c6ae79f-2114-4b75-947f-b3b708bdca35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18409 | 2025.04.15 04:11:32.968355 [ 5 ] {7c6ae79f-2114-4b75-947f-b3b708bdca35} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18410 | 2025.04.15 04:11:32.968397 [ 5 ] {7c6ae79f-2114-4b75-947f-b3b708bdca35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18411 | 2025.04.15 04:11:32.968851 [ 5 ] {7c6ae79f-2114-4b75-947f-b3b708bdca35} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18412 | 2025.04.15 04:11:32.969102 [ 5 ] {7c6ae79f-2114-4b75-947f-b3b708bdca35} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18413 | 2025.04.15 04:11:32.969309 [ 5 ] {7c6ae79f-2114-4b75-947f-b3b708bdca35} <Debug> executeQuery: Read 120 rows, 10.44 KiB in 0.001824 sec., 65789.47368421052 rows/sec., 5.59 MiB/sec. | ||
| 18414 | 2025.04.15 04:11:32.969381 [ 5 ] {7c6ae79f-2114-4b75-947f-b3b708bdca35} <Debug> TCPHandler: Processed in 0.002168066 sec. | ||
| 18415 | 2025.04.15 04:11:32.969555 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18416 | 2025.04.15 04:11:32.969833 [ 5 ] {23e132a2-bdc8-44c6-ae80-7e3ac952335e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18417 | 2025.04.15 04:11:32.969962 [ 5 ] {23e132a2-bdc8-44c6-ae80-7e3ac952335e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18418 | 2025.04.15 04:11:32.970670 [ 5 ] {23e132a2-bdc8-44c6-ae80-7e3ac952335e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18419 | 2025.04.15 04:11:32.970709 [ 5 ] {23e132a2-bdc8-44c6-ae80-7e3ac952335e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18420 | 2025.04.15 04:11:32.971055 [ 5 ] {23e132a2-bdc8-44c6-ae80-7e3ac952335e} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 18421 | 2025.04.15 04:11:32.971302 [ 5 ] {23e132a2-bdc8-44c6-ae80-7e3ac952335e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18422 | 2025.04.15 04:11:32.971495 [ 5 ] {23e132a2-bdc8-44c6-ae80-7e3ac952335e} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001764 sec., 18140.589569161 rows/sec., 1.33 MiB/sec. | ||
| 18423 | 2025.04.15 04:11:32.971587 [ 5 ] {23e132a2-bdc8-44c6-ae80-7e3ac952335e} <Debug> TCPHandler: Processed in 0.002104055 sec. | ||
| 18424 | 2025.04.15 04:11:32.971736 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18425 | 2025.04.15 04:11:32.972028 [ 5 ] {852f6bd9-ad6b-4874-8524-0c6da8460260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18426 | 2025.04.15 04:11:32.972117 [ 5 ] {852f6bd9-ad6b-4874-8524-0c6da8460260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18427 | 2025.04.15 04:11:32.972658 [ 5 ] {852f6bd9-ad6b-4874-8524-0c6da8460260} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18428 | 2025.04.15 04:11:32.972696 [ 5 ] {852f6bd9-ad6b-4874-8524-0c6da8460260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18429 | 2025.04.15 04:11:32.973066 [ 5 ] {852f6bd9-ad6b-4874-8524-0c6da8460260} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18430 | 2025.04.15 04:11:32.973302 [ 5 ] {852f6bd9-ad6b-4874-8524-0c6da8460260} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18431 | 2025.04.15 04:11:32.973480 [ 5 ] {852f6bd9-ad6b-4874-8524-0c6da8460260} <Debug> executeQuery: Read 96 rows, 7.68 KiB in 0.00155 sec., 61935.48387096774 rows/sec., 4.84 MiB/sec. | ||
| 18432 | 2025.04.15 04:11:32.973562 [ 5 ] {852f6bd9-ad6b-4874-8524-0c6da8460260} <Debug> TCPHandler: Processed in 0.00189754 sec. | ||
| 18433 | 2025.04.15 04:11:32.973700 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18434 | 2025.04.15 04:11:32.973961 [ 5 ] {b53f0cf2-bb30-4866-a8fb-eeb48287ca52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18435 | 2025.04.15 04:11:32.974106 [ 5 ] {b53f0cf2-bb30-4866-a8fb-eeb48287ca52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18436 | 2025.04.15 04:11:32.974719 [ 5 ] {b53f0cf2-bb30-4866-a8fb-eeb48287ca52} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18437 | 2025.04.15 04:11:32.974758 [ 5 ] {b53f0cf2-bb30-4866-a8fb-eeb48287ca52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18438 | 2025.04.15 04:11:32.975139 [ 5 ] {b53f0cf2-bb30-4866-a8fb-eeb48287ca52} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18439 | 2025.04.15 04:11:32.975383 [ 5 ] {b53f0cf2-bb30-4866-a8fb-eeb48287ca52} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18440 | 2025.04.15 04:11:32.975542 [ 5 ] {b53f0cf2-bb30-4866-a8fb-eeb48287ca52} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec. | ||
| 18441 | 2025.04.15 04:11:32.975596 [ 5 ] {b53f0cf2-bb30-4866-a8fb-eeb48287ca52} <Debug> TCPHandler: Processed in 0.001966552 sec. | ||
| 18442 | 2025.04.15 04:11:32.975707 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18443 | 2025.04.15 04:11:32.975815 [ 5 ] {0428f4f5-9234-4299-9404-4fb85fcd412a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18444 | 2025.04.15 04:11:32.975881 [ 5 ] {0428f4f5-9234-4299-9404-4fb85fcd412a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18445 | 2025.04.15 04:11:32.976941 [ 5 ] {0428f4f5-9234-4299-9404-4fb85fcd412a} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18446 | 2025.04.15 04:11:32.976980 [ 5 ] {0428f4f5-9234-4299-9404-4fb85fcd412a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18447 | 2025.04.15 04:11:32.977630 [ 5 ] {0428f4f5-9234-4299-9404-4fb85fcd412a} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 18448 | 2025.04.15 04:11:32.977901 [ 5 ] {0428f4f5-9234-4299-9404-4fb85fcd412a} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18449 | 2025.04.15 04:11:32.978115 [ 5 ] {0428f4f5-9234-4299-9404-4fb85fcd412a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002322 sec., 13781.223083548666 rows/sec., 24.70 MiB/sec. | ||
| 18450 | 2025.04.15 04:11:32.978283 [ 5 ] {0428f4f5-9234-4299-9404-4fb85fcd412a} <Debug> TCPHandler: Processed in 0.002626566 sec. | ||
| 18451 | 2025.04.15 04:11:32.978630 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18452 | 2025.04.15 04:11:32.978901 [ 5 ] {4c8cb954-04d2-4ffc-b7c5-62c3db7552ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18453 | 2025.04.15 04:11:32.978954 [ 5 ] {4c8cb954-04d2-4ffc-b7c5-62c3db7552ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18454 | 2025.04.15 04:11:32.979384 [ 5 ] {4c8cb954-04d2-4ffc-b7c5-62c3db7552ba} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18455 | 2025.04.15 04:11:32.979423 [ 5 ] {4c8cb954-04d2-4ffc-b7c5-62c3db7552ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18456 | 2025.04.15 04:11:32.979790 [ 5 ] {4c8cb954-04d2-4ffc-b7c5-62c3db7552ba} <Trace> MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) | ||
| 18457 | 2025.04.15 04:11:32.980030 [ 5 ] {4c8cb954-04d2-4ffc-b7c5-62c3db7552ba} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18458 | 2025.04.15 04:11:32.980212 [ 5 ] {4c8cb954-04d2-4ffc-b7c5-62c3db7552ba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
| 18459 | 2025.04.15 04:11:32.980293 [ 5 ] {4c8cb954-04d2-4ffc-b7c5-62c3db7552ba} <Debug> TCPHandler: Processed in 0.001775558 sec. | ||
| 18460 | 2025.04.15 04:11:34.657924 [ 30 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 5 parts from all_1_60_13 to all_64_64_0 | ||
| 18461 | 2025.04.15 04:11:34.657994 [ 30 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18462 | 2025.04.15 04:11:34.658020 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18463 | 2025.04.15 04:11:34.658250 [ 199 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_64_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_60_13 to all_64_64_0 into Compact with storage Full | ||
| 18464 | 2025.04.15 04:11:34.658558 [ 199 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_64_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18465 | 2025.04.15 04:11:34.658601 [ 199 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 342 rows starting from the beginning of the part | ||
| 18466 | 2025.04.15 04:11:34.658702 [ 199 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 341 rows starting from the beginning of the part | ||
| 18467 | 2025.04.15 04:11:34.658929 [ 199 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 113 rows starting from the beginning of the part | ||
| 18468 | 2025.04.15 04:11:34.659210 [ 199 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 113 rows starting from the beginning of the part | ||
| 18469 | 2025.04.15 04:11:34.659363 [ 199 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 341 rows starting from the beginning of the part | ||
| 18470 | 2025.04.15 04:11:34.660771 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_64_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.002640686 sec., 473361.84612634743 rows/sec., 33.22 MiB/sec. | ||
| 18471 | 2025.04.15 04:11:34.661032 [ 186 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_64_14} <Trace> MergedBlockOutputStream: filled checksums all_1_64_14 (state Temporary) | ||
| 18472 | 2025.04.15 04:11:34.661421 [ 186 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_64_14} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_64_14 to all_1_64_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18473 | 2025.04.15 04:11:34.661527 [ 186 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_64_14} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 5 parts: [all_1_60_13, all_64_64_0] -> all_1_64_14 | ||
| 18474 | 2025.04.15 04:11:34.661642 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 18475 | 2025.04.15 04:11:34.874628 [ 218 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Found 5 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18476 | 2025.04.15 04:11:34.874664 [ 218 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Removing 5 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18477 | 2025.04.15 04:11:34.876237 [ 218 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Removing 5 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 18478 | 2025.04.15 04:11:35.206039 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18479 | 2025.04.15 04:11:35.206117 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18480 | 2025.04.15 04:11:35.521277 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 40321 | ||
| 18481 | 2025.04.15 04:11:35.522240 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18482 | 2025.04.15 04:11:35.522290 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18483 | 2025.04.15 04:11:35.522885 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 18484 | 2025.04.15 04:11:35.523145 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18485 | 2025.04.15 04:11:35.523433 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40321 | ||
| 18486 | 2025.04.15 04:11:35.643965 [ 28 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 5 parts from all_1_60_13 to all_64_64_0 | ||
| 18487 | 2025.04.15 04:11:35.644006 [ 28 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18488 | 2025.04.15 04:11:35.644028 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18489 | 2025.04.15 04:11:35.644178 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_64_14} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_60_13 to all_64_64_0 into Compact with storage Full | ||
| 18490 | 2025.04.15 04:11:35.644540 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_64_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18491 | 2025.04.15 04:11:35.644641 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 60 rows starting from the beginning of the part | ||
| 18492 | 2025.04.15 04:11:35.644838 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part | ||
| 18493 | 2025.04.15 04:11:35.644920 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part | ||
| 18494 | 2025.04.15 04:11:35.645171 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part | ||
| 18495 | 2025.04.15 04:11:35.645377 [ 188 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_64_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part | ||
| 18496 | 2025.04.15 04:11:35.646422 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_64_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 64 rows, containing 4 columns (4 merged, 0 gathered) in 0.00233786 sec., 27375.46303029266 rows/sec., 1.80 MiB/sec. | ||
| 18497 | 2025.04.15 04:11:35.646545 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_64_14} <Trace> MergedBlockOutputStream: filled checksums all_1_64_14 (state Temporary) | ||
| 18498 | 2025.04.15 04:11:35.646817 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_64_14} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_64_14 to all_1_64_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18499 | 2025.04.15 04:11:35.646894 [ 192 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_64_14} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 5 parts: [all_1_60_13, all_64_64_0] -> all_1_64_14 | ||
| 18500 | 2025.04.15 04:11:35.646967 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 18501 | 2025.04.15 04:11:35.752470 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2592 | ||
| 18502 | 2025.04.15 04:11:35.755309 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18503 | 2025.04.15 04:11:35.755352 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18504 | 2025.04.15 04:11:35.756885 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18505 | 2025.04.15 04:11:35.757207 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18506 | 2025.04.15 04:11:35.758204 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2592 | ||
| 18507 | 2025.04.15 04:11:37.973266 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18508 | 2025.04.15 04:11:37.973471 [ 5 ] {5974f05a-6983-44d6-9226-a43f62e78b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18509 | 2025.04.15 04:11:37.973550 [ 5 ] {5974f05a-6983-44d6-9226-a43f62e78b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18510 | 2025.04.15 04:11:37.974450 [ 5 ] {5974f05a-6983-44d6-9226-a43f62e78b2f} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18511 | 2025.04.15 04:11:37.974497 [ 5 ] {5974f05a-6983-44d6-9226-a43f62e78b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18512 | 2025.04.15 04:11:37.974931 [ 5 ] {5974f05a-6983-44d6-9226-a43f62e78b2f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18513 | 2025.04.15 04:11:37.975179 [ 5 ] {5974f05a-6983-44d6-9226-a43f62e78b2f} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18514 | 2025.04.15 04:11:37.975400 [ 5 ] {5974f05a-6983-44d6-9226-a43f62e78b2f} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001985 sec., 106801.00755667507 rows/sec., 6.79 MiB/sec. | ||
| 18515 | 2025.04.15 04:11:37.975464 [ 5 ] {5974f05a-6983-44d6-9226-a43f62e78b2f} <Debug> TCPHandler: Processed in 0.002330329 sec. | ||
| 18516 | 2025.04.15 04:11:37.975598 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18517 | 2025.04.15 04:11:37.975709 [ 5 ] {8d57e989-4ffb-4802-a579-83fdbb8d325f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18518 | 2025.04.15 04:11:37.975757 [ 5 ] {8d57e989-4ffb-4802-a579-83fdbb8d325f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18519 | 2025.04.15 04:11:37.976660 [ 5 ] {8d57e989-4ffb-4802-a579-83fdbb8d325f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18520 | 2025.04.15 04:11:37.976738 [ 5 ] {8d57e989-4ffb-4802-a579-83fdbb8d325f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18521 | 2025.04.15 04:11:37.977362 [ 5 ] {8d57e989-4ffb-4802-a579-83fdbb8d325f} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18522 | 2025.04.15 04:11:37.977615 [ 5 ] {8d57e989-4ffb-4802-a579-83fdbb8d325f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18523 | 2025.04.15 04:11:37.977811 [ 5 ] {8d57e989-4ffb-4802-a579-83fdbb8d325f} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.002128 sec., 297462.40601503756 rows/sec., 23.39 MiB/sec. | ||
| 18524 | 2025.04.15 04:11:37.977862 [ 5 ] {8d57e989-4ffb-4802-a579-83fdbb8d325f} <Debug> TCPHandler: Processed in 0.00231467 sec. | ||
| 18525 | 2025.04.15 04:11:37.977997 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18526 | 2025.04.15 04:11:37.978136 [ 5 ] {e98b2a32-9dce-4866-a271-98c52c746159} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18527 | 2025.04.15 04:11:37.978192 [ 5 ] {e98b2a32-9dce-4866-a271-98c52c746159} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18528 | 2025.04.15 04:11:37.978880 [ 5 ] {e98b2a32-9dce-4866-a271-98c52c746159} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18529 | 2025.04.15 04:11:37.978926 [ 5 ] {e98b2a32-9dce-4866-a271-98c52c746159} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18530 | 2025.04.15 04:11:37.979302 [ 5 ] {e98b2a32-9dce-4866-a271-98c52c746159} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 18531 | 2025.04.15 04:11:37.979549 [ 5 ] {e98b2a32-9dce-4866-a271-98c52c746159} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18532 | 2025.04.15 04:11:37.979713 [ 44 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 18533 | 2025.04.15 04:11:37.979761 [ 5 ] {e98b2a32-9dce-4866-a271-98c52c746159} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001652 sec., 69007.26392251816 rows/sec., 4.13 MiB/sec. | ||
| 18534 | 2025.04.15 04:11:37.979792 [ 44 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18535 | 2025.04.15 04:11:37.979862 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18536 | 2025.04.15 04:11:37.979879 [ 5 ] {e98b2a32-9dce-4866-a271-98c52c746159} <Debug> TCPHandler: Processed in 0.001938992 sec. | ||
| 18537 | 2025.04.15 04:11:37.980084 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 18538 | 2025.04.15 04:11:37.980091 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18539 | 2025.04.15 04:11:37.980357 [ 5 ] {88ca5ea1-8e91-4e39-bca5-3eec35606999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18540 | 2025.04.15 04:11:37.980372 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18541 | 2025.04.15 04:11:37.980442 [ 5 ] {88ca5ea1-8e91-4e39-bca5-3eec35606999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18542 | 2025.04.15 04:11:37.980462 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 164 rows starting from the beginning of the part | ||
| 18543 | 2025.04.15 04:11:37.980813 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 114 rows starting from the beginning of the part | ||
| 18544 | 2025.04.15 04:11:37.981178 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 32 rows starting from the beginning of the part | ||
| 18545 | 2025.04.15 04:11:37.981608 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 116 rows starting from the beginning of the part | ||
| 18546 | 2025.04.15 04:11:37.981989 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 32 rows starting from the beginning of the part | ||
| 18547 | 2025.04.15 04:11:37.982274 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 114 rows starting from the beginning of the part | ||
| 18548 | 2025.04.15 04:11:37.983264 [ 5 ] {88ca5ea1-8e91-4e39-bca5-3eec35606999} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18549 | 2025.04.15 04:11:37.983327 [ 5 ] {88ca5ea1-8e91-4e39-bca5-3eec35606999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 18550 | 2025.04.15 04:11:37.984292 [ 5 ] {88ca5ea1-8e91-4e39-bca5-3eec35606999} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18551 | 2025.04.15 04:11:37.984843 [ 5 ] {88ca5ea1-8e91-4e39-bca5-3eec35606999} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18552 | 2025.04.15 04:11:37.984863 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 5 columns (5 merged, 0 gathered) in 0.004907735 sec., 116550.71025636063 rows/sec., 7.72 MiB/sec. | ||
| 18553 | 2025.04.15 04:11:37.985099 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 18554 | 2025.04.15 04:11:37.985186 [ 5 ] {88ca5ea1-8e91-4e39-bca5-3eec35606999} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.004902 sec., 23051.815585475317 rows/sec., 1.49 MiB/sec. | ||
| 18555 | 2025.04.15 04:11:37.985306 [ 5 ] {88ca5ea1-8e91-4e39-bca5-3eec35606999} <Debug> TCPHandler: Processed in 0.005299093 sec. | ||
| 18556 | 2025.04.15 04:11:37.985457 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18557 | 2025.04.15 04:11:37.985544 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_126_25} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18558 | 2025.04.15 04:11:37.985652 [ 5 ] {703cc0b1-da77-456d-a3b6-0c3ae6b1a69d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18559 | 2025.04.15 04:11:37.985715 [ 188 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_126_25} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 18560 | 2025.04.15 04:11:37.985731 [ 5 ] {703cc0b1-da77-456d-a3b6-0c3ae6b1a69d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18561 | 2025.04.15 04:11:37.985878 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 18562 | 2025.04.15 04:11:37.986419 [ 5 ] {703cc0b1-da77-456d-a3b6-0c3ae6b1a69d} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18563 | 2025.04.15 04:11:37.986461 [ 5 ] {703cc0b1-da77-456d-a3b6-0c3ae6b1a69d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18564 | 2025.04.15 04:11:37.986814 [ 5 ] {703cc0b1-da77-456d-a3b6-0c3ae6b1a69d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18565 | 2025.04.15 04:11:37.987056 [ 5 ] {703cc0b1-da77-456d-a3b6-0c3ae6b1a69d} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18566 | 2025.04.15 04:11:37.987268 [ 5 ] {703cc0b1-da77-456d-a3b6-0c3ae6b1a69d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001686 sec., 66429.418742586 rows/sec., 3.78 MiB/sec. | ||
| 18567 | 2025.04.15 04:11:37.987376 [ 5 ] {703cc0b1-da77-456d-a3b6-0c3ae6b1a69d} <Debug> TCPHandler: Processed in 0.001982392 sec. | ||
| 18568 | 2025.04.15 04:11:37.987546 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18569 | 2025.04.15 04:11:37.987704 [ 5 ] {dbc27827-a200-41d1-a848-61e2d71e2631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18570 | 2025.04.15 04:11:37.987751 [ 5 ] {dbc27827-a200-41d1-a848-61e2d71e2631} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18571 | 2025.04.15 04:11:37.988410 [ 5 ] {dbc27827-a200-41d1-a848-61e2d71e2631} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18572 | 2025.04.15 04:11:37.988449 [ 5 ] {dbc27827-a200-41d1-a848-61e2d71e2631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18573 | 2025.04.15 04:11:37.988818 [ 5 ] {dbc27827-a200-41d1-a848-61e2d71e2631} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18574 | 2025.04.15 04:11:37.989057 [ 5 ] {dbc27827-a200-41d1-a848-61e2d71e2631} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18575 | 2025.04.15 04:11:37.989249 [ 5 ] {dbc27827-a200-41d1-a848-61e2d71e2631} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001568 sec., 248724.48979591837 rows/sec., 17.58 MiB/sec. | ||
| 18576 | 2025.04.15 04:11:37.989300 [ 5 ] {dbc27827-a200-41d1-a848-61e2d71e2631} <Debug> TCPHandler: Processed in 0.0018611 sec. | ||
| 18577 | 2025.04.15 04:11:37.989414 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18578 | 2025.04.15 04:11:37.989543 [ 5 ] {7e8a2679-6e26-44ca-aea9-aebaced2e51c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18579 | 2025.04.15 04:11:37.989589 [ 5 ] {7e8a2679-6e26-44ca-aea9-aebaced2e51c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18580 | 2025.04.15 04:11:37.989995 [ 5 ] {7e8a2679-6e26-44ca-aea9-aebaced2e51c} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18581 | 2025.04.15 04:11:37.990033 [ 5 ] {7e8a2679-6e26-44ca-aea9-aebaced2e51c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18582 | 2025.04.15 04:11:37.990408 [ 5 ] {7e8a2679-6e26-44ca-aea9-aebaced2e51c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 18583 | 2025.04.15 04:11:37.990739 [ 5 ] {7e8a2679-6e26-44ca-aea9-aebaced2e51c} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18584 | 2025.04.15 04:11:37.990980 [ 5 ] {7e8a2679-6e26-44ca-aea9-aebaced2e51c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001454 sec., 4126.547455295736 rows/sec., 215.60 KiB/sec. | ||
| 18585 | 2025.04.15 04:11:37.991056 [ 5 ] {7e8a2679-6e26-44ca-aea9-aebaced2e51c} <Debug> TCPHandler: Processed in 0.001692116 sec. | ||
| 18586 | 2025.04.15 04:11:37.991281 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18587 | 2025.04.15 04:11:37.991462 [ 5 ] {d2acc710-8b49-49f2-b5aa-0f5dcb2e0980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18588 | 2025.04.15 04:11:37.991512 [ 5 ] {d2acc710-8b49-49f2-b5aa-0f5dcb2e0980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18589 | 2025.04.15 04:11:37.992035 [ 5 ] {d2acc710-8b49-49f2-b5aa-0f5dcb2e0980} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18590 | 2025.04.15 04:11:37.992073 [ 5 ] {d2acc710-8b49-49f2-b5aa-0f5dcb2e0980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18591 | 2025.04.15 04:11:37.992462 [ 5 ] {d2acc710-8b49-49f2-b5aa-0f5dcb2e0980} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18592 | 2025.04.15 04:11:37.992709 [ 5 ] {d2acc710-8b49-49f2-b5aa-0f5dcb2e0980} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18593 | 2025.04.15 04:11:37.992916 [ 5 ] {d2acc710-8b49-49f2-b5aa-0f5dcb2e0980} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001488 sec., 159274.1935483871 rows/sec., 10.68 MiB/sec. | ||
| 18594 | 2025.04.15 04:11:37.992977 [ 5 ] {d2acc710-8b49-49f2-b5aa-0f5dcb2e0980} <Debug> TCPHandler: Processed in 0.001786588 sec. | ||
| 18595 | 2025.04.15 04:11:37.993107 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18596 | 2025.04.15 04:11:37.993212 [ 5 ] {5ea0b316-d022-4a9e-8b2a-313152b5a4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18597 | 2025.04.15 04:11:37.993259 [ 5 ] {5ea0b316-d022-4a9e-8b2a-313152b5a4a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18598 | 2025.04.15 04:11:37.993681 [ 5 ] {5ea0b316-d022-4a9e-8b2a-313152b5a4a8} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18599 | 2025.04.15 04:11:37.993719 [ 5 ] {5ea0b316-d022-4a9e-8b2a-313152b5a4a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18600 | 2025.04.15 04:11:37.994064 [ 5 ] {5ea0b316-d022-4a9e-8b2a-313152b5a4a8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18601 | 2025.04.15 04:11:37.994312 [ 5 ] {5ea0b316-d022-4a9e-8b2a-313152b5a4a8} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18602 | 2025.04.15 04:11:37.994517 [ 5 ] {5ea0b316-d022-4a9e-8b2a-313152b5a4a8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001327 sec., 753.5795026375282 rows/sec., 50.78 KiB/sec. | ||
| 18603 | 2025.04.15 04:11:37.994567 [ 5 ] {5ea0b316-d022-4a9e-8b2a-313152b5a4a8} <Debug> TCPHandler: Processed in 0.001510662 sec. | ||
| 18604 | 2025.04.15 04:11:37.994695 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18605 | 2025.04.15 04:11:37.994799 [ 5 ] {4d127fd3-23ea-4940-a22e-c34e032aaeb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18606 | 2025.04.15 04:11:37.994866 [ 5 ] {4d127fd3-23ea-4940-a22e-c34e032aaeb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18607 | 2025.04.15 04:11:37.996721 [ 5 ] {4d127fd3-23ea-4940-a22e-c34e032aaeb5} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18608 | 2025.04.15 04:11:37.996761 [ 5 ] {4d127fd3-23ea-4940-a22e-c34e032aaeb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18609 | 2025.04.15 04:11:37.997370 [ 5 ] {4d127fd3-23ea-4940-a22e-c34e032aaeb5} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 18610 | 2025.04.15 04:11:37.997636 [ 5 ] {4d127fd3-23ea-4940-a22e-c34e032aaeb5} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18611 | 2025.04.15 04:11:37.997805 [ 77 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 18612 | 2025.04.15 04:11:37.997837 [ 5 ] {4d127fd3-23ea-4940-a22e-c34e032aaeb5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003057 sec., 2616.9447170428525 rows/sec., 4.69 MiB/sec. | ||
| 18613 | 2025.04.15 04:11:37.997855 [ 77 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18614 | 2025.04.15 04:11:37.997898 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18615 | 2025.04.15 04:11:37.998067 [ 5 ] {4d127fd3-23ea-4940-a22e-c34e032aaeb5} <Debug> TCPHandler: Processed in 0.003421963 sec. | ||
| 18616 | 2025.04.15 04:11:37.998094 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 18617 | 2025.04.15 04:11:37.998218 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18618 | 2025.04.15 04:11:37.998373 [ 5 ] {60e59511-2134-4347-895c-e726ff0a00e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18619 | 2025.04.15 04:11:37.998383 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18620 | 2025.04.15 04:11:37.998439 [ 5 ] {60e59511-2134-4347-895c-e726ff0a00e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18621 | 2025.04.15 04:11:37.998467 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2387 rows starting from the beginning of the part | ||
| 18622 | 2025.04.15 04:11:37.999142 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 8 rows starting from the beginning of the part | ||
| 18623 | 2025.04.15 04:11:37.999658 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 32 rows starting from the beginning of the part | ||
| 18624 | 2025.04.15 04:11:38.000129 [ 5 ] {60e59511-2134-4347-895c-e726ff0a00e7} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18625 | 2025.04.15 04:11:38.000161 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 8 rows starting from the beginning of the part | ||
| 18626 | 2025.04.15 04:11:38.000203 [ 5 ] {60e59511-2134-4347-895c-e726ff0a00e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.98 GiB. | ||
| 18627 | 2025.04.15 04:11:38.001244 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 32 rows starting from the beginning of the part | ||
| 18628 | 2025.04.15 04:11:38.002106 [ 5 ] {60e59511-2134-4347-895c-e726ff0a00e7} <Trace> MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) | ||
| 18629 | 2025.04.15 04:11:38.002158 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 8 rows starting from the beginning of the part | ||
| 18630 | 2025.04.15 04:11:38.002691 [ 5 ] {60e59511-2134-4347-895c-e726ff0a00e7} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18631 | 2025.04.15 04:11:38.003113 [ 5 ] {60e59511-2134-4347-895c-e726ff0a00e7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004765 sec., 17208.81427072403 rows/sec., 1.09 MiB/sec. | ||
| 18632 | 2025.04.15 04:11:38.003192 [ 5 ] {60e59511-2134-4347-895c-e726ff0a00e7} <Debug> TCPHandler: Processed in 0.005035437 sec. | ||
| 18633 | 2025.04.15 04:11:38.011106 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2475 rows, containing 19 columns (19 merged, 0 gathered) in 0.01312032 sec., 188638.69173922588 rows/sec., 338.03 MiB/sec. | ||
| 18634 | 2025.04.15 04:11:38.013298 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 18635 | 2025.04.15 04:11:38.013713 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18636 | 2025.04.15 04:11:38.013799 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_126_25} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 18637 | 2025.04.15 04:11:38.013944 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.66 MiB. | ||
| 18638 | 2025.04.15 04:11:38.570927 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 664 | ||
| 18639 | 2025.04.15 04:11:38.595334 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18640 | 2025.04.15 04:11:38.595401 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.99 GiB. | ||
| 18641 | 2025.04.15 04:11:38.602988 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 18642 | 2025.04.15 04:11:38.603804 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18643 | 2025.04.15 04:11:38.606977 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 664 | ||
| 18644 | 2025.04.15 04:11:42.968237 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18645 | 2025.04.15 04:11:42.968439 [ 5 ] {1d9c936a-f618-432d-996b-5140f491bdc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 18646 | 2025.04.15 04:11:42.968519 [ 5 ] {1d9c936a-f618-432d-996b-5140f491bdc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18647 | 2025.04.15 04:11:42.969254 [ 5 ] {1d9c936a-f618-432d-996b-5140f491bdc0} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18648 | 2025.04.15 04:11:42.969305 [ 5 ] {1d9c936a-f618-432d-996b-5140f491bdc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18649 | 2025.04.15 04:11:42.969747 [ 5 ] {1d9c936a-f618-432d-996b-5140f491bdc0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 18650 | 2025.04.15 04:11:42.970083 [ 5 ] {1d9c936a-f618-432d-996b-5140f491bdc0} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18651 | 2025.04.15 04:11:42.970386 [ 5 ] {1d9c936a-f618-432d-996b-5140f491bdc0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001997 sec., 2003.0045067601402 rows/sec., 163.33 KiB/sec. | ||
| 18652 | 2025.04.15 04:11:42.970479 [ 5 ] {1d9c936a-f618-432d-996b-5140f491bdc0} <Debug> TCPHandler: Processed in 0.002371501 sec. | ||
| 18653 | 2025.04.15 04:11:42.971971 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18654 | 2025.04.15 04:11:42.972231 [ 5 ] {ffd9a952-ea17-4adf-aa70-001d10c5c765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18655 | 2025.04.15 04:11:42.972332 [ 5 ] {ffd9a952-ea17-4adf-aa70-001d10c5c765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18656 | 2025.04.15 04:11:42.973429 [ 5 ] {ffd9a952-ea17-4adf-aa70-001d10c5c765} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18657 | 2025.04.15 04:11:42.973496 [ 5 ] {ffd9a952-ea17-4adf-aa70-001d10c5c765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18658 | 2025.04.15 04:11:42.974016 [ 5 ] {ffd9a952-ea17-4adf-aa70-001d10c5c765} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18659 | 2025.04.15 04:11:42.974337 [ 5 ] {ffd9a952-ea17-4adf-aa70-001d10c5c765} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18660 | 2025.04.15 04:11:42.974580 [ 144 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18661 | 2025.04.15 04:11:42.974608 [ 5 ] {ffd9a952-ea17-4adf-aa70-001d10c5c765} <Debug> executeQuery: Read 122 rows, 10.59 KiB in 0.002457 sec., 49654.04965404965 rows/sec., 4.21 MiB/sec. | ||
| 18662 | 2025.04.15 04:11:42.974665 [ 144 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18663 | 2025.04.15 04:11:42.974737 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18664 | 2025.04.15 04:11:42.974795 [ 5 ] {ffd9a952-ea17-4adf-aa70-001d10c5c765} <Debug> TCPHandler: Processed in 0.003043095 sec. | ||
| 18665 | 2025.04.15 04:11:42.974937 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18666 | 2025.04.15 04:11:42.974990 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18667 | 2025.04.15 04:11:42.975065 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18668 | 2025.04.15 04:11:42.975109 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1847 rows starting from the beginning of the part | ||
| 18669 | 2025.04.15 04:11:42.975135 [ 5 ] {a5f893cb-2745-48fe-accb-4be7cc2c7609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18670 | 2025.04.15 04:11:42.975223 [ 5 ] {a5f893cb-2745-48fe-accb-4be7cc2c7609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18671 | 2025.04.15 04:11:42.975234 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1774 rows starting from the beginning of the part | ||
| 18672 | 2025.04.15 04:11:42.975509 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part | ||
| 18673 | 2025.04.15 04:11:42.975698 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 120 rows starting from the beginning of the part | ||
| 18674 | 2025.04.15 04:11:42.976180 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 633 rows starting from the beginning of the part | ||
| 18675 | 2025.04.15 04:11:42.976592 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 122 rows starting from the beginning of the part | ||
| 18676 | 2025.04.15 04:11:42.977685 [ 5 ] {a5f893cb-2745-48fe-accb-4be7cc2c7609} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18677 | 2025.04.15 04:11:42.977742 [ 5 ] {a5f893cb-2745-48fe-accb-4be7cc2c7609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18678 | 2025.04.15 04:11:42.978448 [ 5 ] {a5f893cb-2745-48fe-accb-4be7cc2c7609} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 18679 | 2025.04.15 04:11:42.978954 [ 5 ] {a5f893cb-2745-48fe-accb-4be7cc2c7609} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18680 | 2025.04.15 04:11:42.979429 [ 221 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18681 | 2025.04.15 04:11:42.979433 [ 5 ] {a5f893cb-2745-48fe-accb-4be7cc2c7609} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.004333 sec., 8308.33141010847 rows/sec., 619.79 KiB/sec. | ||
| 18682 | 2025.04.15 04:11:42.979476 [ 221 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18683 | 2025.04.15 04:11:42.980173 [ 5 ] {a5f893cb-2745-48fe-accb-4be7cc2c7609} <Debug> TCPHandler: Processed in 0.005229362 sec. | ||
| 18684 | 2025.04.15 04:11:42.981007 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18685 | 2025.04.15 04:11:42.981805 [ 5 ] {100a8d57-193b-45e5-8428-840ba4daf6d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18686 | 2025.04.15 04:11:42.981859 [ 189 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4552 rows, containing 5 columns (5 merged, 0 gathered) in 0.006991989 sec., 651030.7725026455 rows/sec., 55.33 MiB/sec. | ||
| 18687 | 2025.04.15 04:11:42.982107 [ 5 ] {100a8d57-193b-45e5-8428-840ba4daf6d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18688 | 2025.04.15 04:11:42.982693 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 18689 | 2025.04.15 04:11:42.984238 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_151_30} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18690 | 2025.04.15 04:11:42.984586 [ 188 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_151_30} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 18691 | 2025.04.15 04:11:42.984986 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 18692 | 2025.04.15 04:11:42.985320 [ 5 ] {100a8d57-193b-45e5-8428-840ba4daf6d5} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18693 | 2025.04.15 04:11:42.985385 [ 5 ] {100a8d57-193b-45e5-8428-840ba4daf6d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18694 | 2025.04.15 04:11:42.986033 [ 5 ] {100a8d57-193b-45e5-8428-840ba4daf6d5} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18695 | 2025.04.15 04:11:42.986434 [ 5 ] {100a8d57-193b-45e5-8428-840ba4daf6d5} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18696 | 2025.04.15 04:11:42.986732 [ 144 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18697 | 2025.04.15 04:11:42.986834 [ 5 ] {100a8d57-193b-45e5-8428-840ba4daf6d5} <Debug> executeQuery: Read 100 rows, 8.00 KiB in 0.005276 sec., 18953.752843062925 rows/sec., 1.48 MiB/sec. | ||
| 18698 | 2025.04.15 04:11:42.986868 [ 144 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18699 | 2025.04.15 04:11:42.986986 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18700 | 2025.04.15 04:11:42.987080 [ 5 ] {100a8d57-193b-45e5-8428-840ba4daf6d5} <Debug> TCPHandler: Processed in 0.006354786 sec. | ||
| 18701 | 2025.04.15 04:11:42.987086 [ 221 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18702 | 2025.04.15 04:11:42.987513 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18703 | 2025.04.15 04:11:42.988031 [ 5 ] {bf30f322-f847-4efc-8d80-28137acf583d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18704 | 2025.04.15 04:11:42.988428 [ 5 ] {bf30f322-f847-4efc-8d80-28137acf583d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18705 | 2025.04.15 04:11:42.988616 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18706 | 2025.04.15 04:11:42.989744 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18707 | 2025.04.15 04:11:42.989963 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 914 rows starting from the beginning of the part | ||
| 18708 | 2025.04.15 04:11:42.990863 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 848 rows starting from the beginning of the part | ||
| 18709 | 2025.04.15 04:11:42.991750 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part | ||
| 18710 | 2025.04.15 04:11:42.992446 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 96 rows starting from the beginning of the part | ||
| 18711 | 2025.04.15 04:11:42.993178 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 390 rows starting from the beginning of the part | ||
| 18712 | 2025.04.15 04:11:42.993789 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 100 rows starting from the beginning of the part | ||
| 18713 | 2025.04.15 04:11:42.995066 [ 5 ] {bf30f322-f847-4efc-8d80-28137acf583d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18714 | 2025.04.15 04:11:42.995170 [ 5 ] {bf30f322-f847-4efc-8d80-28137acf583d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18715 | 2025.04.15 04:11:42.996612 [ 5 ] {bf30f322-f847-4efc-8d80-28137acf583d} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18716 | 2025.04.15 04:11:42.997236 [ 5 ] {bf30f322-f847-4efc-8d80-28137acf583d} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18717 | 2025.04.15 04:11:42.997635 [ 5 ] {bf30f322-f847-4efc-8d80-28137acf583d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.009824 sec., 16490.22801302932 rows/sec., 1.15 MiB/sec. | ||
| 18718 | 2025.04.15 04:11:42.997819 [ 5 ] {bf30f322-f847-4efc-8d80-28137acf583d} <Debug> TCPHandler: Processed in 0.010473203 sec. | ||
| 18719 | 2025.04.15 04:11:42.998236 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18720 | 2025.04.15 04:11:42.998283 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.011047496 sec., 218330.01795157924 rows/sec., 16.72 MiB/sec. | ||
| 18721 | 2025.04.15 04:11:42.998434 [ 5 ] {1e27429b-d936-4a47-999f-abed22792a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18722 | 2025.04.15 04:11:42.998597 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 18723 | 2025.04.15 04:11:42.998642 [ 5 ] {1e27429b-d936-4a47-999f-abed22792a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18724 | 2025.04.15 04:11:42.999439 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_151_30} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18725 | 2025.04.15 04:11:42.999908 [ 188 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_151_30} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 18726 | 2025.04.15 04:11:43.000238 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 18727 | 2025.04.15 04:11:43.001783 [ 5 ] {1e27429b-d936-4a47-999f-abed22792a8d} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18728 | 2025.04.15 04:11:43.001842 [ 5 ] {1e27429b-d936-4a47-999f-abed22792a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18729 | 2025.04.15 04:11:43.002810 [ 5 ] {1e27429b-d936-4a47-999f-abed22792a8d} <Trace> MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) | ||
| 18730 | 2025.04.15 04:11:43.003176 [ 5 ] {1e27429b-d936-4a47-999f-abed22792a8d} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18731 | 2025.04.15 04:11:43.003516 [ 5 ] {1e27429b-d936-4a47-999f-abed22792a8d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.005128 sec., 6240.249609984399 rows/sec., 11.18 MiB/sec. | ||
| 18732 | 2025.04.15 04:11:43.003606 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18733 | 2025.04.15 04:11:43.003729 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18734 | 2025.04.15 04:11:43.003822 [ 5 ] {1e27429b-d936-4a47-999f-abed22792a8d} <Debug> TCPHandler: Processed in 0.005718832 sec. | ||
| 18735 | 2025.04.15 04:11:43.004051 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18736 | 2025.04.15 04:11:43.004252 [ 5 ] {b4c6da7f-9cca-4938-8334-7f5a825c5982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18737 | 2025.04.15 04:11:43.004367 [ 5 ] {b4c6da7f-9cca-4938-8334-7f5a825c5982} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18738 | 2025.04.15 04:11:43.005800 [ 5 ] {b4c6da7f-9cca-4938-8334-7f5a825c5982} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18739 | 2025.04.15 04:11:43.005866 [ 5 ] {b4c6da7f-9cca-4938-8334-7f5a825c5982} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18740 | 2025.04.15 04:11:43.006805 [ 5 ] {b4c6da7f-9cca-4938-8334-7f5a825c5982} <Trace> MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) | ||
| 18741 | 2025.04.15 04:11:43.007463 [ 5 ] {b4c6da7f-9cca-4938-8334-7f5a825c5982} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18742 | 2025.04.15 04:11:43.008071 [ 135 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 | ||
| 18743 | 2025.04.15 04:11:43.008298 [ 135 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18744 | 2025.04.15 04:11:43.008450 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18745 | 2025.04.15 04:11:43.008695 [ 5 ] {b4c6da7f-9cca-4938-8334-7f5a825c5982} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004438 sec., 13519.6034249662 rows/sec., 932.99 KiB/sec. | ||
| 18746 | 2025.04.15 04:11:43.009048 [ 5 ] {b4c6da7f-9cca-4938-8334-7f5a825c5982} <Debug> TCPHandler: Processed in 0.005088979 sec. | ||
| 18747 | 2025.04.15 04:11:43.009475 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_151_30} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full | ||
| 18748 | 2025.04.15 04:11:43.009592 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 18749 | 2025.04.15 04:11:43.009947 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_151_30} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18750 | 2025.04.15 04:11:43.010118 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 8792 rows starting from the beginning of the part | ||
| 18751 | 2025.04.15 04:11:43.010627 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 34 rows starting from the beginning of the part | ||
| 18752 | 2025.04.15 04:11:43.011144 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 48 rows starting from the beginning of the part | ||
| 18753 | 2025.04.15 04:11:43.011374 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part | ||
| 18754 | 2025.04.15 04:11:43.011991 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 82 rows starting from the beginning of the part | ||
| 18755 | 2025.04.15 04:11:43.012439 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_151_30} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part | ||
| 18756 | 2025.04.15 04:11:43.017291 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_151_30} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9076 rows, containing 4 columns (4 merged, 0 gathered) in 0.008182024 sec., 1109260.9848125598 rows/sec., 72.25 MiB/sec. | ||
| 18757 | 2025.04.15 04:11:43.017592 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_151_30} <Trace> MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) | ||
| 18758 | 2025.04.15 04:11:43.018065 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_151_30} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18759 | 2025.04.15 04:11:43.018187 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_151_30} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 | ||
| 18760 | 2025.04.15 04:11:43.018329 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. | ||
| 18761 | 2025.04.15 04:11:43.023607 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 40809 | ||
| 18762 | 2025.04.15 04:11:43.024589 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18763 | 2025.04.15 04:11:43.024659 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18764 | 2025.04.15 04:11:43.025481 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 18765 | 2025.04.15 04:11:43.025872 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18766 | 2025.04.15 04:11:43.026308 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40809 | ||
| 18767 | 2025.04.15 04:11:45.758399 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2628 | ||
| 18768 | 2025.04.15 04:11:45.761782 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18769 | 2025.04.15 04:11:45.761851 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18770 | 2025.04.15 04:11:45.763445 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18771 | 2025.04.15 04:11:45.763797 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18772 | 2025.04.15 04:11:45.764095 [ 127 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 18773 | 2025.04.15 04:11:45.764245 [ 127 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18774 | 2025.04.15 04:11:45.764338 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18775 | 2025.04.15 04:11:45.764966 [ 195 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 18776 | 2025.04.15 04:11:45.767859 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2628 | ||
| 18777 | 2025.04.15 04:11:45.768214 [ 195 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18778 | 2025.04.15 04:11:45.768454 [ 195 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2458 rows starting from the beginning of the part | ||
| 18779 | 2025.04.15 04:11:45.769262 [ 195 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 20 rows starting from the beginning of the part | ||
| 18780 | 2025.04.15 04:11:45.770037 [ 195 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 36 rows starting from the beginning of the part | ||
| 18781 | 2025.04.15 04:11:45.770774 [ 195 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 58 rows starting from the beginning of the part | ||
| 18782 | 2025.04.15 04:11:45.771529 [ 195 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 20 rows starting from the beginning of the part | ||
| 18783 | 2025.04.15 04:11:45.772259 [ 195 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 36 rows starting from the beginning of the part | ||
| 18784 | 2025.04.15 04:11:45.782924 [ 198 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2628 rows, containing 72 columns (72 merged, 0 gathered) in 0.018418423 sec., 142683.22537711292 rows/sec., 106.54 MiB/sec. | ||
| 18785 | 2025.04.15 04:11:45.785459 [ 198 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 18786 | 2025.04.15 04:11:45.786328 [ 198 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_66_13} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18787 | 2025.04.15 04:11:45.786439 [ 198 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_66_13} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 18788 | 2025.04.15 04:11:45.786858 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 18789 | 2025.04.15 04:11:46.107053 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 671 | ||
| 18790 | 2025.04.15 04:11:46.130249 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18791 | 2025.04.15 04:11:46.130296 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18792 | 2025.04.15 04:11:46.137773 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 18793 | 2025.04.15 04:11:46.138566 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18794 | 2025.04.15 04:11:46.141556 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 671 | ||
| 18795 | 2025.04.15 04:11:47.747272 [ 225 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18796 | 2025.04.15 04:11:47.747319 [ 225 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18797 | 2025.04.15 04:11:47.748932 [ 225 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18798 | 2025.04.15 04:11:47.972696 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18799 | 2025.04.15 04:11:47.972912 [ 5 ] {38cac2d2-5660-4f7f-ba8d-95629998da41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 18800 | 2025.04.15 04:11:47.972993 [ 5 ] {38cac2d2-5660-4f7f-ba8d-95629998da41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 18801 | 2025.04.15 04:11:47.973856 [ 5 ] {38cac2d2-5660-4f7f-ba8d-95629998da41} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18802 | 2025.04.15 04:11:47.973910 [ 5 ] {38cac2d2-5660-4f7f-ba8d-95629998da41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18803 | 2025.04.15 04:11:47.974357 [ 5 ] {38cac2d2-5660-4f7f-ba8d-95629998da41} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18804 | 2025.04.15 04:11:47.974611 [ 5 ] {38cac2d2-5660-4f7f-ba8d-95629998da41} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18805 | 2025.04.15 04:11:47.974808 [ 103 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 18806 | 2025.04.15 04:11:47.974858 [ 5 ] {38cac2d2-5660-4f7f-ba8d-95629998da41} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002005 sec., 105735.66084788031 rows/sec., 6.72 MiB/sec. | ||
| 18807 | 2025.04.15 04:11:47.974913 [ 103 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18808 | 2025.04.15 04:11:47.974994 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18809 | 2025.04.15 04:11:47.974997 [ 5 ] {38cac2d2-5660-4f7f-ba8d-95629998da41} <Debug> TCPHandler: Processed in 0.002441862 sec. | ||
| 18810 | 2025.04.15 04:11:47.975221 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 18811 | 2025.04.15 04:11:47.975233 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18812 | 2025.04.15 04:11:47.975487 [ 5 ] {95849011-ad9b-4681-8a93-544de63a2e9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18813 | 2025.04.15 04:11:47.975488 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18814 | 2025.04.15 04:11:47.975586 [ 5 ] {95849011-ad9b-4681-8a93-544de63a2e9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18815 | 2025.04.15 04:11:47.975587 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 212 rows starting from the beginning of the part | ||
| 18816 | 2025.04.15 04:11:47.975999 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 212 rows starting from the beginning of the part | ||
| 18817 | 2025.04.15 04:11:47.976419 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 212 rows starting from the beginning of the part | ||
| 18818 | 2025.04.15 04:11:47.976757 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 212 rows starting from the beginning of the part | ||
| 18819 | 2025.04.15 04:11:47.977141 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 212 rows starting from the beginning of the part | ||
| 18820 | 2025.04.15 04:11:47.978658 [ 5 ] {95849011-ad9b-4681-8a93-544de63a2e9a} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18821 | 2025.04.15 04:11:47.978728 [ 5 ] {95849011-ad9b-4681-8a93-544de63a2e9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18822 | 2025.04.15 04:11:47.979651 [ 5 ] {95849011-ad9b-4681-8a93-544de63a2e9a} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18823 | 2025.04.15 04:11:47.979744 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.004611548 sec., 229857.73974379103 rows/sec., 15.50 MiB/sec. | ||
| 18824 | 2025.04.15 04:11:47.980013 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 18825 | 2025.04.15 04:11:47.980038 [ 5 ] {95849011-ad9b-4681-8a93-544de63a2e9a} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18826 | 2025.04.15 04:11:47.980483 [ 5 ] {95849011-ad9b-4681-8a93-544de63a2e9a} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.005082 sec., 124557.26092089729 rows/sec., 9.80 MiB/sec. | ||
| 18827 | 2025.04.15 04:11:47.980614 [ 5 ] {95849011-ad9b-4681-8a93-544de63a2e9a} <Debug> TCPHandler: Processed in 0.005468007 sec. | ||
| 18828 | 2025.04.15 04:11:47.980733 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_65_16} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18829 | 2025.04.15 04:11:47.980794 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18830 | 2025.04.15 04:11:47.980890 [ 200 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_65_16} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 18831 | 2025.04.15 04:11:47.980958 [ 5 ] {ee7449a7-5fc6-4fa8-9ff4-4703aee667f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18832 | 2025.04.15 04:11:47.981064 [ 5 ] {ee7449a7-5fc6-4fa8-9ff4-4703aee667f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18833 | 2025.04.15 04:11:47.981067 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 18834 | 2025.04.15 04:11:47.981689 [ 5 ] {ee7449a7-5fc6-4fa8-9ff4-4703aee667f6} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18835 | 2025.04.15 04:11:47.981733 [ 5 ] {ee7449a7-5fc6-4fa8-9ff4-4703aee667f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18836 | 2025.04.15 04:11:47.982089 [ 5 ] {ee7449a7-5fc6-4fa8-9ff4-4703aee667f6} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 18837 | 2025.04.15 04:11:47.982322 [ 5 ] {ee7449a7-5fc6-4fa8-9ff4-4703aee667f6} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18838 | 2025.04.15 04:11:47.982486 [ 5 ] {ee7449a7-5fc6-4fa8-9ff4-4703aee667f6} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001564 sec., 72890.02557544757 rows/sec., 4.36 MiB/sec. | ||
| 18839 | 2025.04.15 04:11:47.982564 [ 5 ] {ee7449a7-5fc6-4fa8-9ff4-4703aee667f6} <Debug> TCPHandler: Processed in 0.00184649 sec. | ||
| 18840 | 2025.04.15 04:11:47.982705 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18841 | 2025.04.15 04:11:47.983024 [ 5 ] {7b065f96-c52b-4f69-bfde-32f188085704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 18842 | 2025.04.15 04:11:47.983157 [ 5 ] {7b065f96-c52b-4f69-bfde-32f188085704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18843 | 2025.04.15 04:11:47.984030 [ 5 ] {7b065f96-c52b-4f69-bfde-32f188085704} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18844 | 2025.04.15 04:11:47.984068 [ 5 ] {7b065f96-c52b-4f69-bfde-32f188085704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18845 | 2025.04.15 04:11:47.984416 [ 5 ] {7b065f96-c52b-4f69-bfde-32f188085704} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18846 | 2025.04.15 04:11:47.984653 [ 5 ] {7b065f96-c52b-4f69-bfde-32f188085704} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18847 | 2025.04.15 04:11:47.984843 [ 5 ] {7b065f96-c52b-4f69-bfde-32f188085704} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001934 sec., 58428.12823164426 rows/sec., 3.78 MiB/sec. | ||
| 18848 | 2025.04.15 04:11:47.984926 [ 5 ] {7b065f96-c52b-4f69-bfde-32f188085704} <Debug> TCPHandler: Processed in 0.002285339 sec. | ||
| 18849 | 2025.04.15 04:11:47.985187 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18850 | 2025.04.15 04:11:47.985311 [ 5 ] {c643bbc7-5dfe-4a35-acd1-3e02a7d01eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 18851 | 2025.04.15 04:11:47.985358 [ 5 ] {c643bbc7-5dfe-4a35-acd1-3e02a7d01eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18852 | 2025.04.15 04:11:47.985901 [ 5 ] {c643bbc7-5dfe-4a35-acd1-3e02a7d01eb4} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18853 | 2025.04.15 04:11:47.985938 [ 5 ] {c643bbc7-5dfe-4a35-acd1-3e02a7d01eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18854 | 2025.04.15 04:11:47.986284 [ 5 ] {c643bbc7-5dfe-4a35-acd1-3e02a7d01eb4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18855 | 2025.04.15 04:11:47.986514 [ 5 ] {c643bbc7-5dfe-4a35-acd1-3e02a7d01eb4} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18856 | 2025.04.15 04:11:47.986645 [ 125 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_61_15 to all_65_65_0 | ||
| 18857 | 2025.04.15 04:11:47.986681 [ 5 ] {c643bbc7-5dfe-4a35-acd1-3e02a7d01eb4} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001391 sec., 80517.6132278936 rows/sec., 4.59 MiB/sec. | ||
| 18858 | 2025.04.15 04:11:47.986685 [ 125 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18859 | 2025.04.15 04:11:47.986721 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18860 | 2025.04.15 04:11:47.986752 [ 5 ] {c643bbc7-5dfe-4a35-acd1-3e02a7d01eb4} <Debug> TCPHandler: Processed in 0.001660245 sec. | ||
| 18861 | 2025.04.15 04:11:47.986936 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18862 | 2025.04.15 04:11:47.986945 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_65_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_61_15 to all_65_65_0 into Compact with storage Full | ||
| 18863 | 2025.04.15 04:11:47.987111 [ 5 ] {022cc735-0c62-4828-bc87-914660fffc62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 18864 | 2025.04.15 04:11:47.987216 [ 5 ] {022cc735-0c62-4828-bc87-914660fffc62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18865 | 2025.04.15 04:11:47.987296 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_65_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18866 | 2025.04.15 04:11:47.987406 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_15, total 112 rows starting from the beginning of the part | ||
| 18867 | 2025.04.15 04:11:47.987734 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 112 rows starting from the beginning of the part | ||
| 18868 | 2025.04.15 04:11:47.988113 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 112 rows starting from the beginning of the part | ||
| 18869 | 2025.04.15 04:11:47.988494 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 112 rows starting from the beginning of the part | ||
| 18870 | 2025.04.15 04:11:47.988762 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_65_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 112 rows starting from the beginning of the part | ||
| 18871 | 2025.04.15 04:11:47.990089 [ 5 ] {022cc735-0c62-4828-bc87-914660fffc62} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18872 | 2025.04.15 04:11:47.990172 [ 5 ] {022cc735-0c62-4828-bc87-914660fffc62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18873 | 2025.04.15 04:11:47.991178 [ 5 ] {022cc735-0c62-4828-bc87-914660fffc62} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18874 | 2025.04.15 04:11:47.991436 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_65_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.004608368 sec., 121518.0732094312 rows/sec., 7.39 MiB/sec. | ||
| 18875 | 2025.04.15 04:11:47.991665 [ 5 ] {022cc735-0c62-4828-bc87-914660fffc62} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18876 | 2025.04.15 04:11:47.991677 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_65_16} <Trace> MergedBlockOutputStream: filled checksums all_1_65_16 (state Temporary) | ||
| 18877 | 2025.04.15 04:11:47.992080 [ 5 ] {022cc735-0c62-4828-bc87-914660fffc62} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.005008 sec., 77875.39936102236 rows/sec., 5.50 MiB/sec. | ||
| 18878 | 2025.04.15 04:11:47.992211 [ 5 ] {022cc735-0c62-4828-bc87-914660fffc62} <Debug> TCPHandler: Processed in 0.005355045 sec. | ||
| 18879 | 2025.04.15 04:11:47.992307 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_65_16} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_65_16 to all_1_65_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18880 | 2025.04.15 04:11:47.992403 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18881 | 2025.04.15 04:11:47.992446 [ 186 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_65_16} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_61_15, all_65_65_0] -> all_1_65_16 | ||
| 18882 | 2025.04.15 04:11:47.992595 [ 5 ] {68851224-de0a-4793-b165-fa9c876f11a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 18883 | 2025.04.15 04:11:47.992605 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18884 | 2025.04.15 04:11:47.992690 [ 5 ] {68851224-de0a-4793-b165-fa9c876f11a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18885 | 2025.04.15 04:11:47.993180 [ 5 ] {68851224-de0a-4793-b165-fa9c876f11a8} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18886 | 2025.04.15 04:11:47.993220 [ 5 ] {68851224-de0a-4793-b165-fa9c876f11a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18887 | 2025.04.15 04:11:47.993584 [ 5 ] {68851224-de0a-4793-b165-fa9c876f11a8} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 18888 | 2025.04.15 04:11:47.993820 [ 5 ] {68851224-de0a-4793-b165-fa9c876f11a8} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18889 | 2025.04.15 04:11:47.993947 [ 125 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 6 parts from all_1_60_13 to all_65_65_0 | ||
| 18890 | 2025.04.15 04:11:47.993988 [ 125 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18891 | 2025.04.15 04:11:47.993990 [ 5 ] {68851224-de0a-4793-b165-fa9c876f11a8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec. | ||
| 18892 | 2025.04.15 04:11:47.994011 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18893 | 2025.04.15 04:11:47.994100 [ 5 ] {68851224-de0a-4793-b165-fa9c876f11a8} <Debug> TCPHandler: Processed in 0.001772288 sec. | ||
| 18894 | 2025.04.15 04:11:47.994368 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_65_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_13 to all_65_65_0 into Compact with storage Full | ||
| 18895 | 2025.04.15 04:11:47.994436 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18896 | 2025.04.15 04:11:47.994861 [ 5 ] {7a22297c-948f-464b-94e0-d7bca5192e1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 18897 | 2025.04.15 04:11:47.994918 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_65_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18898 | 2025.04.15 04:11:47.995033 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_13, total 360 rows starting from the beginning of the part | ||
| 18899 | 2025.04.15 04:11:47.995060 [ 5 ] {7a22297c-948f-464b-94e0-d7bca5192e1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18900 | 2025.04.15 04:11:47.995531 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part | ||
| 18901 | 2025.04.15 04:11:47.995938 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
| 18902 | 2025.04.15 04:11:47.996308 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part | ||
| 18903 | 2025.04.15 04:11:47.996670 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
| 18904 | 2025.04.15 04:11:47.997044 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_65_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 6 rows starting from the beginning of the part | ||
| 18905 | 2025.04.15 04:11:47.998043 [ 5 ] {7a22297c-948f-464b-94e0-d7bca5192e1b} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18906 | 2025.04.15 04:11:47.998111 [ 5 ] {7a22297c-948f-464b-94e0-d7bca5192e1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18907 | 2025.04.15 04:11:47.999097 [ 5 ] {7a22297c-948f-464b-94e0-d7bca5192e1b} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18908 | 2025.04.15 04:11:47.999652 [ 5 ] {7a22297c-948f-464b-94e0-d7bca5192e1b} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18909 | 2025.04.15 04:11:47.999678 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_65_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.005556339 sec., 70190.10179184531 rows/sec., 3.58 MiB/sec. | ||
| 18910 | 2025.04.15 04:11:47.999870 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_147_30 to all_152_152_0 | ||
| 18911 | 2025.04.15 04:11:47.999934 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18912 | 2025.04.15 04:11:48.000003 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18913 | 2025.04.15 04:11:48.000013 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_65_14} <Trace> MergedBlockOutputStream: filled checksums all_1_65_14 (state Temporary) | ||
| 18914 | 2025.04.15 04:11:48.000059 [ 5 ] {7a22297c-948f-464b-94e0-d7bca5192e1b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005359 sec., 44224.66878148908 rows/sec., 2.96 MiB/sec. | ||
| 18915 | 2025.04.15 04:11:48.000254 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.28 MiB, peak 290.89 MiB, free memory in arenas 0.00 B, will set to 271.55 MiB (RSS), difference: -3.72 MiB | ||
| 18916 | 2025.04.15 04:11:48.000668 [ 5 ] {7a22297c-948f-464b-94e0-d7bca5192e1b} <Debug> TCPHandler: Processed in 0.006323795 sec. | ||
| 18917 | 2025.04.15 04:11:48.000709 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_152_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_147_30 to all_152_152_0 into Compact with storage Full | ||
| 18918 | 2025.04.15 04:11:48.001229 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18919 | 2025.04.15 04:11:48.001783 [ 5 ] {2e7e8dc5-3637-4692-a493-3e8c5330ff56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 18920 | 2025.04.15 04:11:48.001784 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_152_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18921 | 2025.04.15 04:11:48.001930 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_147_30, total 44101 rows starting from the beginning of the part | ||
| 18922 | 2025.04.15 04:11:48.001954 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_65_14} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_65_14 to all_1_65_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18923 | 2025.04.15 04:11:48.002032 [ 5 ] {2e7e8dc5-3637-4692-a493-3e8c5330ff56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18924 | 2025.04.15 04:11:48.002605 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_65_14} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 6 parts: [all_1_60_13, all_65_65_0] -> all_1_65_14 | ||
| 18925 | 2025.04.15 04:11:48.002934 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 128 rows starting from the beginning of the part | ||
| 18926 | 2025.04.15 04:11:48.003358 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18927 | 2025.04.15 04:11:48.004035 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part | ||
| 18928 | 2025.04.15 04:11:48.004521 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 237 rows starting from the beginning of the part | ||
| 18929 | 2025.04.15 04:11:48.005025 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 162 rows starting from the beginning of the part | ||
| 18930 | 2025.04.15 04:11:48.005417 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_152_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 237 rows starting from the beginning of the part | ||
| 18931 | 2025.04.15 04:11:48.007081 [ 5 ] {2e7e8dc5-3637-4692-a493-3e8c5330ff56} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18932 | 2025.04.15 04:11:48.007130 [ 5 ] {2e7e8dc5-3637-4692-a493-3e8c5330ff56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18933 | 2025.04.15 04:11:48.007617 [ 5 ] {2e7e8dc5-3637-4692-a493-3e8c5330ff56} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 18934 | 2025.04.15 04:11:48.007888 [ 5 ] {2e7e8dc5-3637-4692-a493-3e8c5330ff56} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18935 | 2025.04.15 04:11:48.008138 [ 5 ] {2e7e8dc5-3637-4692-a493-3e8c5330ff56} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00657 sec., 152.20700152207002 rows/sec., 10.26 KiB/sec. | ||
| 18936 | 2025.04.15 04:11:48.008226 [ 5 ] {2e7e8dc5-3637-4692-a493-3e8c5330ff56} <Debug> TCPHandler: Processed in 0.007169583 sec. | ||
| 18937 | 2025.04.15 04:11:48.008373 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18938 | 2025.04.15 04:11:48.008517 [ 5 ] {f8250b9f-a3b8-4f8d-a32f-c19570f18f92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 18939 | 2025.04.15 04:11:48.008606 [ 5 ] {f8250b9f-a3b8-4f8d-a32f-c19570f18f92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 18940 | 2025.04.15 04:11:48.009862 [ 5 ] {f8250b9f-a3b8-4f8d-a32f-c19570f18f92} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18941 | 2025.04.15 04:11:48.009909 [ 5 ] {f8250b9f-a3b8-4f8d-a32f-c19570f18f92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18942 | 2025.04.15 04:11:48.010603 [ 5 ] {f8250b9f-a3b8-4f8d-a32f-c19570f18f92} <Trace> MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) | ||
| 18943 | 2025.04.15 04:11:48.010889 [ 5 ] {f8250b9f-a3b8-4f8d-a32f-c19570f18f92} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18944 | 2025.04.15 04:11:48.011179 [ 5 ] {f8250b9f-a3b8-4f8d-a32f-c19570f18f92} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002691 sec., 2972.8725380899295 rows/sec., 5.33 MiB/sec. | ||
| 18945 | 2025.04.15 04:11:48.011303 [ 5 ] {f8250b9f-a3b8-4f8d-a32f-c19570f18f92} <Debug> TCPHandler: Processed in 0.002986784 sec. | ||
| 18946 | 2025.04.15 04:11:48.011424 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18947 | 2025.04.15 04:11:48.011536 [ 5 ] {6b2a2439-8d49-4ae0-9a2d-ab1c69f4dae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 18948 | 2025.04.15 04:11:48.011586 [ 5 ] {6b2a2439-8d49-4ae0-9a2d-ab1c69f4dae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18949 | 2025.04.15 04:11:48.012042 [ 5 ] {6b2a2439-8d49-4ae0-9a2d-ab1c69f4dae7} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18950 | 2025.04.15 04:11:48.012079 [ 5 ] {6b2a2439-8d49-4ae0-9a2d-ab1c69f4dae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.48 GiB. | ||
| 18951 | 2025.04.15 04:11:48.012507 [ 5 ] {6b2a2439-8d49-4ae0-9a2d-ab1c69f4dae7} <Trace> MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) | ||
| 18952 | 2025.04.15 04:11:48.012766 [ 5 ] {6b2a2439-8d49-4ae0-9a2d-ab1c69f4dae7} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18953 | 2025.04.15 04:11:48.012946 [ 5 ] {6b2a2439-8d49-4ae0-9a2d-ab1c69f4dae7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00143 sec., 57342.65734265734 rows/sec., 3.64 MiB/sec. | ||
| 18954 | 2025.04.15 04:11:48.012999 [ 5 ] {6b2a2439-8d49-4ae0-9a2d-ab1c69f4dae7} <Debug> TCPHandler: Processed in 0.001629665 sec. | ||
| 18955 | 2025.04.15 04:11:48.015179 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_152_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45025 rows, containing 5 columns (5 merged, 0 gathered) in 0.015063562 sec., 2989000.8750918275 rows/sec., 201.79 MiB/sec. | ||
| 18956 | 2025.04.15 04:11:48.015542 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_152_31} <Trace> MergedBlockOutputStream: filled checksums all_1_152_31 (state Temporary) | ||
| 18957 | 2025.04.15 04:11:48.015832 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_152_31 to all_1_152_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18958 | 2025.04.15 04:11:48.015910 [ 197 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_152_31} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_147_30, all_152_152_0] -> all_1_152_31 | ||
| 18959 | 2025.04.15 04:11:48.015989 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 18960 | 2025.04.15 04:11:48.575194 [ 220 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Found 5 old parts to remove. Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18961 | 2025.04.15 04:11:48.575262 [ 220 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Removing 5 parts from filesystem (serially): Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18962 | 2025.04.15 04:11:48.576846 [ 220 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Removing 5 parts from memory: Parts: [all_1_13_3, all_14_14_0, all_15_15_0, all_16_16_0, all_17_17_0] | ||
| 18963 | 2025.04.15 04:11:49.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.71 MiB, peak 290.89 MiB, free memory in arenas 0.00 B, will set to 271.55 MiB (RSS), difference: 2.84 MiB | ||
| 18964 | 2025.04.15 04:11:50.206176 [ 13 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18965 | 2025.04.15 04:11:50.206222 [ 13 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18966 | 2025.04.15 04:11:50.526494 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 41236 | ||
| 18967 | 2025.04.15 04:11:50.527145 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18968 | 2025.04.15 04:11:50.527203 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 18969 | 2025.04.15 04:11:50.527727 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 18970 | 2025.04.15 04:11:50.527968 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18971 | 2025.04.15 04:11:50.528211 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41236 | ||
| 18972 | 2025.04.15 04:11:50.890329 [ 223 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18973 | 2025.04.15 04:11:50.890384 [ 223 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18974 | 2025.04.15 04:11:50.892363 [ 223 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 18975 | 2025.04.15 04:11:52.169098 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18976 | 2025.04.15 04:11:52.169143 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18977 | 2025.04.15 04:11:52.171043 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18978 | 2025.04.15 04:11:52.740943 [ 221 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18979 | 2025.04.15 04:11:52.740990 [ 221 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18980 | 2025.04.15 04:11:52.744121 [ 221 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18981 | 2025.04.15 04:11:52.969431 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18982 | 2025.04.15 04:11:52.969632 [ 5 ] {06573612-58a6-4962-b306-1b9a13c56b61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 18983 | 2025.04.15 04:11:52.969706 [ 5 ] {06573612-58a6-4962-b306-1b9a13c56b61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18984 | 2025.04.15 04:11:52.970576 [ 5 ] {06573612-58a6-4962-b306-1b9a13c56b61} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18985 | 2025.04.15 04:11:52.970624 [ 5 ] {06573612-58a6-4962-b306-1b9a13c56b61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 18986 | 2025.04.15 04:11:52.971073 [ 5 ] {06573612-58a6-4962-b306-1b9a13c56b61} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 18987 | 2025.04.15 04:11:52.971359 [ 5 ] {06573612-58a6-4962-b306-1b9a13c56b61} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18988 | 2025.04.15 04:11:52.971585 [ 5 ] {06573612-58a6-4962-b306-1b9a13c56b61} <Debug> executeQuery: Read 142 rows, 12.52 KiB in 0.002011 sec., 70611.63600198906 rows/sec., 6.08 MiB/sec. | ||
| 18989 | 2025.04.15 04:11:52.971682 [ 5 ] {06573612-58a6-4962-b306-1b9a13c56b61} <Debug> TCPHandler: Processed in 0.002389401 sec. | ||
| 18990 | 2025.04.15 04:11:52.971726 [ 219 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18991 | 2025.04.15 04:11:52.971820 [ 219 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 18992 | 2025.04.15 04:11:52.971879 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18993 | 2025.04.15 04:11:52.972109 [ 5 ] {0a010cbd-1ec5-466f-aac2-051b4eed7fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 18994 | 2025.04.15 04:11:52.972163 [ 5 ] {0a010cbd-1ec5-466f-aac2-051b4eed7fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18995 | 2025.04.15 04:11:52.973588 [ 5 ] {0a010cbd-1ec5-466f-aac2-051b4eed7fe5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18996 | 2025.04.15 04:11:52.973630 [ 5 ] {0a010cbd-1ec5-466f-aac2-051b4eed7fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 18997 | 2025.04.15 04:11:52.974271 [ 5 ] {0a010cbd-1ec5-466f-aac2-051b4eed7fe5} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 18998 | 2025.04.15 04:11:52.974761 [ 5 ] {0a010cbd-1ec5-466f-aac2-051b4eed7fe5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18999 | 2025.04.15 04:11:52.974944 [ 5 ] {0a010cbd-1ec5-466f-aac2-051b4eed7fe5} <Debug> executeQuery: Read 43 rows, 3.23 KiB in 0.00288 sec., 14930.555555555555 rows/sec., 1.10 MiB/sec. | ||
| 19000 | 2025.04.15 04:11:52.974998 [ 5 ] {0a010cbd-1ec5-466f-aac2-051b4eed7fe5} <Debug> TCPHandler: Processed in 0.003186659 sec. | ||
| 19001 | 2025.04.15 04:11:52.975133 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19002 | 2025.04.15 04:11:52.975294 [ 5 ] {38687c73-1e90-4669-ba2e-ff04d499051a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19003 | 2025.04.15 04:11:52.975390 [ 5 ] {38687c73-1e90-4669-ba2e-ff04d499051a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19004 | 2025.04.15 04:11:52.976287 [ 5 ] {38687c73-1e90-4669-ba2e-ff04d499051a} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19005 | 2025.04.15 04:11:52.976339 [ 5 ] {38687c73-1e90-4669-ba2e-ff04d499051a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19006 | 2025.04.15 04:11:52.976392 [ 219 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19007 | 2025.04.15 04:11:52.977196 [ 5 ] {38687c73-1e90-4669-ba2e-ff04d499051a} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19008 | 2025.04.15 04:11:52.977616 [ 5 ] {38687c73-1e90-4669-ba2e-ff04d499051a} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19009 | 2025.04.15 04:11:52.977804 [ 5 ] {38687c73-1e90-4669-ba2e-ff04d499051a} <Debug> executeQuery: Read 113 rows, 9.07 KiB in 0.002553 sec., 44261.65295730513 rows/sec., 3.47 MiB/sec. | ||
| 19010 | 2025.04.15 04:11:52.977870 [ 5 ] {38687c73-1e90-4669-ba2e-ff04d499051a} <Debug> TCPHandler: Processed in 0.00278879 sec. | ||
| 19011 | 2025.04.15 04:11:52.977892 [ 223 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19012 | 2025.04.15 04:11:52.977940 [ 223 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19013 | 2025.04.15 04:11:52.978037 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19014 | 2025.04.15 04:11:52.978191 [ 5 ] {f45f6d4d-1ffd-4f6a-92af-c676914d0dd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19015 | 2025.04.15 04:11:52.978244 [ 5 ] {f45f6d4d-1ffd-4f6a-92af-c676914d0dd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19016 | 2025.04.15 04:11:52.979633 [ 5 ] {f45f6d4d-1ffd-4f6a-92af-c676914d0dd0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19017 | 2025.04.15 04:11:52.979724 [ 5 ] {f45f6d4d-1ffd-4f6a-92af-c676914d0dd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19018 | 2025.04.15 04:11:52.980662 [ 5 ] {f45f6d4d-1ffd-4f6a-92af-c676914d0dd0} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19019 | 2025.04.15 04:11:52.981187 [ 5 ] {f45f6d4d-1ffd-4f6a-92af-c676914d0dd0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19020 | 2025.04.15 04:11:52.981418 [ 5 ] {f45f6d4d-1ffd-4f6a-92af-c676914d0dd0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003242 sec., 49352.251696483654 rows/sec., 3.44 MiB/sec. | ||
| 19021 | 2025.04.15 04:11:52.981514 [ 5 ] {f45f6d4d-1ffd-4f6a-92af-c676914d0dd0} <Debug> TCPHandler: Processed in 0.003556026 sec. | ||
| 19022 | 2025.04.15 04:11:52.981682 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19023 | 2025.04.15 04:11:52.981709 [ 223 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 19024 | 2025.04.15 04:11:52.981942 [ 5 ] {567d180c-8032-4d8f-aa82-a352ed99e9f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19025 | 2025.04.15 04:11:52.982079 [ 5 ] {567d180c-8032-4d8f-aa82-a352ed99e9f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19026 | 2025.04.15 04:11:52.984869 [ 5 ] {567d180c-8032-4d8f-aa82-a352ed99e9f6} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19027 | 2025.04.15 04:11:52.984908 [ 5 ] {567d180c-8032-4d8f-aa82-a352ed99e9f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19028 | 2025.04.15 04:11:52.985582 [ 5 ] {567d180c-8032-4d8f-aa82-a352ed99e9f6} <Trace> MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) | ||
| 19029 | 2025.04.15 04:11:52.985846 [ 5 ] {567d180c-8032-4d8f-aa82-a352ed99e9f6} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19030 | 2025.04.15 04:11:52.986028 [ 5 ] {567d180c-8032-4d8f-aa82-a352ed99e9f6} <Debug> executeQuery: Read 43 rows, 78.90 KiB in 0.004196 sec., 10247.855100095328 rows/sec., 18.36 MiB/sec. | ||
| 19031 | 2025.04.15 04:11:52.986122 [ 5 ] {567d180c-8032-4d8f-aa82-a352ed99e9f6} <Debug> TCPHandler: Processed in 0.004513116 sec. | ||
| 19032 | 2025.04.15 04:11:52.986248 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19033 | 2025.04.15 04:11:52.986353 [ 5 ] {c0352678-af61-450f-bf29-8cd9298816fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 19034 | 2025.04.15 04:11:52.986401 [ 5 ] {c0352678-af61-450f-bf29-8cd9298816fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 19035 | 2025.04.15 04:11:52.986811 [ 5 ] {c0352678-af61-450f-bf29-8cd9298816fb} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19036 | 2025.04.15 04:11:52.986848 [ 5 ] {c0352678-af61-450f-bf29-8cd9298816fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19037 | 2025.04.15 04:11:52.987197 [ 5 ] {c0352678-af61-450f-bf29-8cd9298816fb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 19038 | 2025.04.15 04:11:52.987431 [ 5 ] {c0352678-af61-450f-bf29-8cd9298816fb} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19039 | 2025.04.15 04:11:52.987648 [ 5 ] {c0352678-af61-450f-bf29-8cd9298816fb} <Debug> executeQuery: Read 6 rows, 463.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 345.15 KiB/sec. | ||
| 19040 | 2025.04.15 04:11:52.987911 [ 5 ] {c0352678-af61-450f-bf29-8cd9298816fb} <Debug> TCPHandler: Processed in 0.001709246 sec. | ||
| 19041 | 2025.04.15 04:11:52.988052 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19042 | 2025.04.15 04:11:52.988156 [ 5 ] {5f26dc15-57ad-4ab4-b9ce-49306047a555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19043 | 2025.04.15 04:11:52.988202 [ 5 ] {5f26dc15-57ad-4ab4-b9ce-49306047a555} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19044 | 2025.04.15 04:11:52.988668 [ 5 ] {5f26dc15-57ad-4ab4-b9ce-49306047a555} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19045 | 2025.04.15 04:11:52.988705 [ 5 ] {5f26dc15-57ad-4ab4-b9ce-49306047a555} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19046 | 2025.04.15 04:11:52.989058 [ 5 ] {5f26dc15-57ad-4ab4-b9ce-49306047a555} <Trace> MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) | ||
| 19047 | 2025.04.15 04:11:52.989307 [ 5 ] {5f26dc15-57ad-4ab4-b9ce-49306047a555} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19048 | 2025.04.15 04:11:52.989469 [ 5 ] {5f26dc15-57ad-4ab4-b9ce-49306047a555} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001335 sec., 44943.8202247191 rows/sec., 3.03 MiB/sec. | ||
| 19049 | 2025.04.15 04:11:52.989528 [ 5 ] {5f26dc15-57ad-4ab4-b9ce-49306047a555} <Debug> TCPHandler: Processed in 0.001526973 sec. | ||
| 19050 | 2025.04.15 04:11:53.350613 [ 220 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19051 | 2025.04.15 04:11:53.350676 [ 220 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19052 | 2025.04.15 04:11:53.352907 [ 220 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19053 | 2025.04.15 04:11:53.473128 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19054 | 2025.04.15 04:11:53.473319 [ 5 ] {8659bd27-2b74-4c75-be31-5e89ffc56d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19055 | 2025.04.15 04:11:53.473392 [ 5 ] {8659bd27-2b74-4c75-be31-5e89ffc56d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19056 | 2025.04.15 04:11:53.474231 [ 5 ] {8659bd27-2b74-4c75-be31-5e89ffc56d39} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19057 | 2025.04.15 04:11:53.474285 [ 5 ] {8659bd27-2b74-4c75-be31-5e89ffc56d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19058 | 2025.04.15 04:11:53.474734 [ 5 ] {8659bd27-2b74-4c75-be31-5e89ffc56d39} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19059 | 2025.04.15 04:11:53.474980 [ 5 ] {8659bd27-2b74-4c75-be31-5e89ffc56d39} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19060 | 2025.04.15 04:11:53.475201 [ 5 ] {8659bd27-2b74-4c75-be31-5e89ffc56d39} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.001977 sec., 107233.18158826504 rows/sec., 6.82 MiB/sec. | ||
| 19061 | 2025.04.15 04:11:53.475266 [ 5 ] {8659bd27-2b74-4c75-be31-5e89ffc56d39} <Debug> TCPHandler: Processed in 0.002310609 sec. | ||
| 19062 | 2025.04.15 04:11:53.475393 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19063 | 2025.04.15 04:11:53.475500 [ 5 ] {aa6422d7-c6bb-4d50-9813-b4c5debb0513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19064 | 2025.04.15 04:11:53.475615 [ 5 ] {aa6422d7-c6bb-4d50-9813-b4c5debb0513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19065 | 2025.04.15 04:11:53.476150 [ 5 ] {aa6422d7-c6bb-4d50-9813-b4c5debb0513} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19066 | 2025.04.15 04:11:53.476192 [ 5 ] {aa6422d7-c6bb-4d50-9813-b4c5debb0513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19067 | 2025.04.15 04:11:53.476558 [ 5 ] {aa6422d7-c6bb-4d50-9813-b4c5debb0513} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 19068 | 2025.04.15 04:11:53.476803 [ 5 ] {aa6422d7-c6bb-4d50-9813-b4c5debb0513} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19069 | 2025.04.15 04:11:53.477008 [ 5 ] {aa6422d7-c6bb-4d50-9813-b4c5debb0513} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001472 sec., 6793.478260869565 rows/sec., 553.96 KiB/sec. | ||
| 19070 | 2025.04.15 04:11:53.477061 [ 5 ] {aa6422d7-c6bb-4d50-9813-b4c5debb0513} <Debug> TCPHandler: Processed in 0.001673425 sec. | ||
| 19071 | 2025.04.15 04:11:53.477177 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19072 | 2025.04.15 04:11:53.477283 [ 5 ] {f540cdcf-f545-490e-a678-4f8ebe89087f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19073 | 2025.04.15 04:11:53.477330 [ 5 ] {f540cdcf-f545-490e-a678-4f8ebe89087f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19074 | 2025.04.15 04:11:53.478780 [ 5 ] {f540cdcf-f545-490e-a678-4f8ebe89087f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19075 | 2025.04.15 04:11:53.478822 [ 5 ] {f540cdcf-f545-490e-a678-4f8ebe89087f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19076 | 2025.04.15 04:11:53.479292 [ 5 ] {f540cdcf-f545-490e-a678-4f8ebe89087f} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19077 | 2025.04.15 04:11:53.479536 [ 5 ] {f540cdcf-f545-490e-a678-4f8ebe89087f} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19078 | 2025.04.15 04:11:53.479731 [ 5 ] {f540cdcf-f545-490e-a678-4f8ebe89087f} <Debug> executeQuery: Read 1778 rows, 147.90 KiB in 0.00247 sec., 719838.056680162 rows/sec., 58.48 MiB/sec. | ||
| 19079 | 2025.04.15 04:11:53.479782 [ 5 ] {f540cdcf-f545-490e-a678-4f8ebe89087f} <Debug> TCPHandler: Processed in 0.002656836 sec. | ||
| 19080 | 2025.04.15 04:11:53.479895 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19081 | 2025.04.15 04:11:53.479998 [ 5 ] {84bf9e77-31e3-4747-a0c6-afe63c187026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19082 | 2025.04.15 04:11:53.480044 [ 5 ] {84bf9e77-31e3-4747-a0c6-afe63c187026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19083 | 2025.04.15 04:11:53.480588 [ 5 ] {84bf9e77-31e3-4747-a0c6-afe63c187026} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19084 | 2025.04.15 04:11:53.480627 [ 5 ] {84bf9e77-31e3-4747-a0c6-afe63c187026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19085 | 2025.04.15 04:11:53.480992 [ 5 ] {84bf9e77-31e3-4747-a0c6-afe63c187026} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 19086 | 2025.04.15 04:11:53.481235 [ 5 ] {84bf9e77-31e3-4747-a0c6-afe63c187026} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19087 | 2025.04.15 04:11:53.481438 [ 5 ] {84bf9e77-31e3-4747-a0c6-afe63c187026} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.001461 sec., 84873.37440109513 rows/sec., 5.14 MiB/sec. | ||
| 19088 | 2025.04.15 04:11:53.481489 [ 5 ] {84bf9e77-31e3-4747-a0c6-afe63c187026} <Debug> TCPHandler: Processed in 0.001643925 sec. | ||
| 19089 | 2025.04.15 04:11:53.481605 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19090 | 2025.04.15 04:11:53.481716 [ 5 ] {d38c4257-ebe4-4269-b4ef-a7dedf198d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19091 | 2025.04.15 04:11:53.481761 [ 5 ] {d38c4257-ebe4-4269-b4ef-a7dedf198d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19092 | 2025.04.15 04:11:53.482424 [ 5 ] {d38c4257-ebe4-4269-b4ef-a7dedf198d69} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19093 | 2025.04.15 04:11:53.482465 [ 5 ] {d38c4257-ebe4-4269-b4ef-a7dedf198d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19094 | 2025.04.15 04:11:53.482839 [ 5 ] {d38c4257-ebe4-4269-b4ef-a7dedf198d69} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19095 | 2025.04.15 04:11:53.483079 [ 5 ] {d38c4257-ebe4-4269-b4ef-a7dedf198d69} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19096 | 2025.04.15 04:11:53.483279 [ 5 ] {d38c4257-ebe4-4269-b4ef-a7dedf198d69} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001583 sec., 215413.77132027794 rows/sec., 14.37 MiB/sec. | ||
| 19097 | 2025.04.15 04:11:53.483331 [ 5 ] {d38c4257-ebe4-4269-b4ef-a7dedf198d69} <Debug> TCPHandler: Processed in 0.001777038 sec. | ||
| 19098 | 2025.04.15 04:11:53.483450 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19099 | 2025.04.15 04:11:53.483558 [ 5 ] {61a9053e-8ec4-4b9d-a276-a74c6bb3fca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19100 | 2025.04.15 04:11:53.483605 [ 5 ] {61a9053e-8ec4-4b9d-a276-a74c6bb3fca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19101 | 2025.04.15 04:11:53.484140 [ 5 ] {61a9053e-8ec4-4b9d-a276-a74c6bb3fca1} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19102 | 2025.04.15 04:11:53.484178 [ 5 ] {61a9053e-8ec4-4b9d-a276-a74c6bb3fca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19103 | 2025.04.15 04:11:53.484543 [ 5 ] {61a9053e-8ec4-4b9d-a276-a74c6bb3fca1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19104 | 2025.04.15 04:11:53.484801 [ 5 ] {61a9053e-8ec4-4b9d-a276-a74c6bb3fca1} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19105 | 2025.04.15 04:11:53.485001 [ 5 ] {61a9053e-8ec4-4b9d-a276-a74c6bb3fca1} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001464 sec., 76502.73224043715 rows/sec., 4.36 MiB/sec. | ||
| 19106 | 2025.04.15 04:11:53.485052 [ 5 ] {61a9053e-8ec4-4b9d-a276-a74c6bb3fca1} <Debug> TCPHandler: Processed in 0.001657825 sec. | ||
| 19107 | 2025.04.15 04:11:53.485174 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19108 | 2025.04.15 04:11:53.485277 [ 5 ] {cc7e56c7-d028-43dc-93f8-f3e9a16d8ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19109 | 2025.04.15 04:11:53.485324 [ 5 ] {cc7e56c7-d028-43dc-93f8-f3e9a16d8ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19110 | 2025.04.15 04:11:53.486165 [ 5 ] {cc7e56c7-d028-43dc-93f8-f3e9a16d8ba6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19111 | 2025.04.15 04:11:53.486204 [ 5 ] {cc7e56c7-d028-43dc-93f8-f3e9a16d8ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19112 | 2025.04.15 04:11:53.486612 [ 5 ] {cc7e56c7-d028-43dc-93f8-f3e9a16d8ba6} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19113 | 2025.04.15 04:11:53.486847 [ 5 ] {cc7e56c7-d028-43dc-93f8-f3e9a16d8ba6} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19114 | 2025.04.15 04:11:53.487055 [ 5 ] {cc7e56c7-d028-43dc-93f8-f3e9a16d8ba6} <Debug> executeQuery: Read 856 rows, 63.33 KiB in 0.001798 sec., 476084.53837597335 rows/sec., 34.40 MiB/sec. | ||
| 19115 | 2025.04.15 04:11:53.487107 [ 5 ] {cc7e56c7-d028-43dc-93f8-f3e9a16d8ba6} <Debug> TCPHandler: Processed in 0.001982742 sec. | ||
| 19116 | 2025.04.15 04:11:53.487219 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19117 | 2025.04.15 04:11:53.487323 [ 5 ] {801b5d2d-bed7-4e53-ad36-5f681ddff31e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19118 | 2025.04.15 04:11:53.487370 [ 5 ] {801b5d2d-bed7-4e53-ad36-5f681ddff31e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19119 | 2025.04.15 04:11:53.487792 [ 5 ] {801b5d2d-bed7-4e53-ad36-5f681ddff31e} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19120 | 2025.04.15 04:11:53.487837 [ 5 ] {801b5d2d-bed7-4e53-ad36-5f681ddff31e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19121 | 2025.04.15 04:11:53.488209 [ 5 ] {801b5d2d-bed7-4e53-ad36-5f681ddff31e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 19122 | 2025.04.15 04:11:53.488442 [ 5 ] {801b5d2d-bed7-4e53-ad36-5f681ddff31e} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19123 | 2025.04.15 04:11:53.488651 [ 5 ] {801b5d2d-bed7-4e53-ad36-5f681ddff31e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 232.72 KiB/sec. | ||
| 19124 | 2025.04.15 04:11:53.488709 [ 5 ] {801b5d2d-bed7-4e53-ad36-5f681ddff31e} <Debug> TCPHandler: Processed in 0.001539593 sec. | ||
| 19125 | 2025.04.15 04:11:53.488852 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19126 | 2025.04.15 04:11:53.488960 [ 5 ] {9e7cf0bd-0a3a-42b3-9ee2-034402b843ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19127 | 2025.04.15 04:11:53.489008 [ 5 ] {9e7cf0bd-0a3a-42b3-9ee2-034402b843ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19128 | 2025.04.15 04:11:53.489707 [ 5 ] {9e7cf0bd-0a3a-42b3-9ee2-034402b843ac} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19129 | 2025.04.15 04:11:53.489746 [ 5 ] {9e7cf0bd-0a3a-42b3-9ee2-034402b843ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19130 | 2025.04.15 04:11:53.490172 [ 5 ] {9e7cf0bd-0a3a-42b3-9ee2-034402b843ac} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19131 | 2025.04.15 04:11:53.490412 [ 5 ] {9e7cf0bd-0a3a-42b3-9ee2-034402b843ac} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19132 | 2025.04.15 04:11:53.490607 [ 5 ] {9e7cf0bd-0a3a-42b3-9ee2-034402b843ac} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.001669 sec., 575194.7273816657 rows/sec., 38.22 MiB/sec. | ||
| 19133 | 2025.04.15 04:11:53.490657 [ 5 ] {9e7cf0bd-0a3a-42b3-9ee2-034402b843ac} <Debug> TCPHandler: Processed in 0.001867619 sec. | ||
| 19134 | 2025.04.15 04:11:53.490772 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19135 | 2025.04.15 04:11:53.490875 [ 5 ] {df13d46b-bac7-448d-8bb6-fe866858103f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19136 | 2025.04.15 04:11:53.490922 [ 5 ] {df13d46b-bac7-448d-8bb6-fe866858103f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19137 | 2025.04.15 04:11:53.491311 [ 5 ] {df13d46b-bac7-448d-8bb6-fe866858103f} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19138 | 2025.04.15 04:11:53.491350 [ 5 ] {df13d46b-bac7-448d-8bb6-fe866858103f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19139 | 2025.04.15 04:11:53.491696 [ 5 ] {df13d46b-bac7-448d-8bb6-fe866858103f} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19140 | 2025.04.15 04:11:53.491951 [ 5 ] {df13d46b-bac7-448d-8bb6-fe866858103f} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19141 | 2025.04.15 04:11:53.492140 [ 5 ] {df13d46b-bac7-448d-8bb6-fe866858103f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001286 sec., 777.6049766718506 rows/sec., 52.40 KiB/sec. | ||
| 19142 | 2025.04.15 04:11:53.492187 [ 5 ] {df13d46b-bac7-448d-8bb6-fe866858103f} <Debug> TCPHandler: Processed in 0.001467201 sec. | ||
| 19143 | 2025.04.15 04:11:53.492301 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19144 | 2025.04.15 04:11:53.492415 [ 5 ] {e6faec75-144f-41d8-9e67-167448935b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19145 | 2025.04.15 04:11:53.492482 [ 5 ] {e6faec75-144f-41d8-9e67-167448935b31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19146 | 2025.04.15 04:11:53.493663 [ 5 ] {e6faec75-144f-41d8-9e67-167448935b31} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19147 | 2025.04.15 04:11:53.493702 [ 5 ] {e6faec75-144f-41d8-9e67-167448935b31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19148 | 2025.04.15 04:11:53.494318 [ 5 ] {e6faec75-144f-41d8-9e67-167448935b31} <Trace> MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) | ||
| 19149 | 2025.04.15 04:11:53.494577 [ 5 ] {e6faec75-144f-41d8-9e67-167448935b31} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19150 | 2025.04.15 04:11:53.494841 [ 5 ] {e6faec75-144f-41d8-9e67-167448935b31} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002443 sec., 3274.6623004502662 rows/sec., 5.87 MiB/sec. | ||
| 19151 | 2025.04.15 04:11:53.495027 [ 5 ] {e6faec75-144f-41d8-9e67-167448935b31} <Debug> TCPHandler: Processed in 0.00277917 sec. | ||
| 19152 | 2025.04.15 04:11:53.495348 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19153 | 2025.04.15 04:11:53.495542 [ 5 ] {6271422f-dd78-40f5-ad67-1ebafa88aaa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19154 | 2025.04.15 04:11:53.495592 [ 5 ] {6271422f-dd78-40f5-ad67-1ebafa88aaa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19155 | 2025.04.15 04:11:53.496023 [ 5 ] {6271422f-dd78-40f5-ad67-1ebafa88aaa1} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19156 | 2025.04.15 04:11:53.496062 [ 5 ] {6271422f-dd78-40f5-ad67-1ebafa88aaa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19157 | 2025.04.15 04:11:53.496415 [ 5 ] {6271422f-dd78-40f5-ad67-1ebafa88aaa1} <Trace> MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) | ||
| 19158 | 2025.04.15 04:11:53.496654 [ 5 ] {6271422f-dd78-40f5-ad67-1ebafa88aaa1} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19159 | 2025.04.15 04:11:53.496859 [ 5 ] {6271422f-dd78-40f5-ad67-1ebafa88aaa1} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001356 sec., 25073.746312684365 rows/sec., 1.46 MiB/sec. | ||
| 19160 | 2025.04.15 04:11:53.496907 [ 5 ] {6271422f-dd78-40f5-ad67-1ebafa88aaa1} <Debug> TCPHandler: Processed in 0.001671856 sec. | ||
| 19161 | 2025.04.15 04:11:53.641669 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 679 | ||
| 19162 | 2025.04.15 04:11:53.666162 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19163 | 2025.04.15 04:11:53.666223 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19164 | 2025.04.15 04:11:53.674259 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 19165 | 2025.04.15 04:11:53.675117 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19166 | 2025.04.15 04:11:53.679039 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 679 | ||
| 19167 | 2025.04.15 04:11:54.000245 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 268.93 MiB, peak 290.89 MiB, free memory in arenas 0.00 B, will set to 271.55 MiB (RSS), difference: 2.62 MiB | ||
| 19168 | 2025.04.15 04:11:55.768207 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 2688 | ||
| 19169 | 2025.04.15 04:11:55.772437 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19170 | 2025.04.15 04:11:55.772506 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19171 | 2025.04.15 04:11:55.774296 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19172 | 2025.04.15 04:11:55.774689 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19173 | 2025.04.15 04:11:55.775313 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2688 | ||
| 19174 | 2025.04.15 04:11:57.965309 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19175 | 2025.04.15 04:11:57.965497 [ 5 ] {a3bd2c33-f519-4022-8d67-57f9076adcf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19176 | 2025.04.15 04:11:57.965571 [ 5 ] {a3bd2c33-f519-4022-8d67-57f9076adcf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19177 | 2025.04.15 04:11:57.966348 [ 5 ] {a3bd2c33-f519-4022-8d67-57f9076adcf1} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19178 | 2025.04.15 04:11:57.966394 [ 5 ] {a3bd2c33-f519-4022-8d67-57f9076adcf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19179 | 2025.04.15 04:11:57.966872 [ 5 ] {a3bd2c33-f519-4022-8d67-57f9076adcf1} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19180 | 2025.04.15 04:11:57.967159 [ 5 ] {a3bd2c33-f519-4022-8d67-57f9076adcf1} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19181 | 2025.04.15 04:11:57.967349 [ 5 ] {a3bd2c33-f519-4022-8d67-57f9076adcf1} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001905 sec., 29396.325459317584 rows/sec., 2.26 MiB/sec. | ||
| 19182 | 2025.04.15 04:11:57.967422 [ 5 ] {a3bd2c33-f519-4022-8d67-57f9076adcf1} <Debug> TCPHandler: Processed in 0.002237728 sec. | ||
| 19183 | 2025.04.15 04:11:57.967568 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19184 | 2025.04.15 04:11:57.967681 [ 5 ] {1a1edbc7-734a-4617-be34-814b9c0b65bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19185 | 2025.04.15 04:11:57.967728 [ 5 ] {1a1edbc7-734a-4617-be34-814b9c0b65bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19186 | 2025.04.15 04:11:57.968287 [ 5 ] {1a1edbc7-734a-4617-be34-814b9c0b65bf} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19187 | 2025.04.15 04:11:57.968326 [ 5 ] {1a1edbc7-734a-4617-be34-814b9c0b65bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19188 | 2025.04.15 04:11:57.968696 [ 5 ] {1a1edbc7-734a-4617-be34-814b9c0b65bf} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19189 | 2025.04.15 04:11:57.968940 [ 5 ] {1a1edbc7-734a-4617-be34-814b9c0b65bf} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19190 | 2025.04.15 04:11:57.969118 [ 5 ] {1a1edbc7-734a-4617-be34-814b9c0b65bf} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00146 sec., 43835.61643835617 rows/sec., 3.42 MiB/sec. | ||
| 19191 | 2025.04.15 04:11:57.969170 [ 5 ] {1a1edbc7-734a-4617-be34-814b9c0b65bf} <Debug> TCPHandler: Processed in 0.001655245 sec. | ||
| 19192 | 2025.04.15 04:11:57.969299 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19193 | 2025.04.15 04:11:57.969405 [ 5 ] {10946db6-46be-4efb-958b-e1aa1176ba1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19194 | 2025.04.15 04:11:57.969454 [ 5 ] {10946db6-46be-4efb-958b-e1aa1176ba1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19195 | 2025.04.15 04:11:57.969944 [ 5 ] {10946db6-46be-4efb-958b-e1aa1176ba1c} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19196 | 2025.04.15 04:11:57.969981 [ 5 ] {10946db6-46be-4efb-958b-e1aa1176ba1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19197 | 2025.04.15 04:11:57.970372 [ 5 ] {10946db6-46be-4efb-958b-e1aa1176ba1c} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19198 | 2025.04.15 04:11:57.970616 [ 5 ] {10946db6-46be-4efb-958b-e1aa1176ba1c} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19199 | 2025.04.15 04:11:57.970784 [ 5 ] {10946db6-46be-4efb-958b-e1aa1176ba1c} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001402 sec., 91298.1455064194 rows/sec., 6.36 MiB/sec. | ||
| 19200 | 2025.04.15 04:11:57.970833 [ 5 ] {10946db6-46be-4efb-958b-e1aa1176ba1c} <Debug> TCPHandler: Processed in 0.001585884 sec. | ||
| 19201 | 2025.04.15 04:11:57.970952 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19202 | 2025.04.15 04:11:57.971056 [ 5 ] {7ff3d6e8-4938-4178-bf69-3f1efeca5187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19203 | 2025.04.15 04:11:57.971103 [ 5 ] {7ff3d6e8-4938-4178-bf69-3f1efeca5187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19204 | 2025.04.15 04:11:57.971517 [ 5 ] {7ff3d6e8-4938-4178-bf69-3f1efeca5187} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19205 | 2025.04.15 04:11:57.971555 [ 5 ] {7ff3d6e8-4938-4178-bf69-3f1efeca5187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19206 | 2025.04.15 04:11:57.971948 [ 5 ] {7ff3d6e8-4938-4178-bf69-3f1efeca5187} <Trace> MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) | ||
| 19207 | 2025.04.15 04:11:57.972191 [ 5 ] {7ff3d6e8-4938-4178-bf69-3f1efeca5187} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19208 | 2025.04.15 04:11:57.972354 [ 5 ] {7ff3d6e8-4938-4178-bf69-3f1efeca5187} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001321 sec., 36336.109008327025 rows/sec., 2.45 MiB/sec. | ||
| 19209 | 2025.04.15 04:11:57.972401 [ 5 ] {7ff3d6e8-4938-4178-bf69-3f1efeca5187} <Debug> TCPHandler: Processed in 0.001499322 sec. | ||
| 19210 | 2025.04.15 04:11:58.028453 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 41724 | ||
| 19211 | 2025.04.15 04:11:58.029167 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19212 | 2025.04.15 04:11:58.029222 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19213 | 2025.04.15 04:11:58.029769 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 19214 | 2025.04.15 04:11:58.030126 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19215 | 2025.04.15 04:11:58.030331 [ 140 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 19216 | 2025.04.15 04:11:58.030396 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41724 | ||
| 19217 | 2025.04.15 04:11:58.030400 [ 140 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19218 | 2025.04.15 04:11:58.030448 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19219 | 2025.04.15 04:11:58.030560 [ 188 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 19220 | 2025.04.15 04:11:58.030668 [ 188 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19221 | 2025.04.15 04:11:58.030703 [ 188 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 39406 rows starting from the beginning of the part | ||
| 19222 | 2025.04.15 04:11:58.030769 [ 188 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 488 rows starting from the beginning of the part | ||
| 19223 | 2025.04.15 04:11:58.030957 [ 188 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 427 rows starting from the beginning of the part | ||
| 19224 | 2025.04.15 04:11:58.031227 [ 188 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 488 rows starting from the beginning of the part | ||
| 19225 | 2025.04.15 04:11:58.031429 [ 188 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 427 rows starting from the beginning of the part | ||
| 19226 | 2025.04.15 04:11:58.031648 [ 188 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 488 rows starting from the beginning of the part | ||
| 19227 | 2025.04.15 04:11:58.034945 [ 189 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41724 rows, containing 4 columns (4 merged, 0 gathered) in 0.004450845 sec., 9374399.692642633 rows/sec., 134.10 MiB/sec. | ||
| 19228 | 2025.04.15 04:11:58.035272 [ 191 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 19229 | 2025.04.15 04:11:58.035764 [ 191 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_91_18} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19230 | 2025.04.15 04:11:58.035868 [ 191 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_91_18} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 19231 | 2025.04.15 04:11:58.036004 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 19232 | 2025.04.15 04:12:01.179168 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 686 | ||
| 19233 | 2025.04.15 04:12:01.201831 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19234 | 2025.04.15 04:12:01.201879 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19235 | 2025.04.15 04:12:01.209401 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 19236 | 2025.04.15 04:12:01.210198 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19237 | 2025.04.15 04:12:01.210668 [ 137 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 19238 | 2025.04.15 04:12:01.210813 [ 137 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19239 | 2025.04.15 04:12:01.210885 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19240 | 2025.04.15 04:12:01.211389 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 19241 | 2025.04.15 04:12:01.224652 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 686 | ||
| 19242 | 2025.04.15 04:12:01.226726 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19243 | 2025.04.15 04:12:01.228490 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 649 rows starting from the beginning of the part | ||
| 19244 | 2025.04.15 04:12:01.234770 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part | ||
| 19245 | 2025.04.15 04:12:01.241091 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part | ||
| 19246 | 2025.04.15 04:12:01.247149 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part | ||
| 19247 | 2025.04.15 04:12:01.253381 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part | ||
| 19248 | 2025.04.15 04:12:01.259477 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part | ||
| 19249 | 2025.04.15 04:12:01.330968 [ 191 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.119905228 sec., 5721.1850679271465 rows/sec., 29.58 MiB/sec. | ||
| 19250 | 2025.04.15 04:12:01.334381 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 19251 | 2025.04.15 04:12:01.337281 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_91_18} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19252 | 2025.04.15 04:12:01.337374 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_91_18} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 19253 | 2025.04.15 04:12:01.339738 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 19254 | 2025.04.15 04:12:02.001153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 272.61 MiB, peak 290.89 MiB, free memory in arenas 0.00 B, will set to 271.55 MiB (RSS), difference: -1.06 MiB | ||
| 19255 | 2025.04.15 04:12:02.969034 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19256 | 2025.04.15 04:12:02.969231 [ 5 ] {cb27481d-ade2-4b84-a97a-4ebb24d79aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19257 | 2025.04.15 04:12:02.969307 [ 5 ] {cb27481d-ade2-4b84-a97a-4ebb24d79aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19258 | 2025.04.15 04:12:02.970235 [ 5 ] {cb27481d-ade2-4b84-a97a-4ebb24d79aa0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19259 | 2025.04.15 04:12:02.970284 [ 5 ] {cb27481d-ade2-4b84-a97a-4ebb24d79aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19260 | 2025.04.15 04:12:02.970791 [ 5 ] {cb27481d-ade2-4b84-a97a-4ebb24d79aa0} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19261 | 2025.04.15 04:12:02.971072 [ 5 ] {cb27481d-ade2-4b84-a97a-4ebb24d79aa0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19262 | 2025.04.15 04:12:02.971309 [ 136 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 19263 | 2025.04.15 04:12:02.971321 [ 5 ] {cb27481d-ade2-4b84-a97a-4ebb24d79aa0} <Debug> executeQuery: Read 148 rows, 13.09 KiB in 0.002136 sec., 69288.38951310862 rows/sec., 5.98 MiB/sec. | ||
| 19264 | 2025.04.15 04:12:02.971396 [ 136 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19265 | 2025.04.15 04:12:02.971463 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19266 | 2025.04.15 04:12:02.971494 [ 5 ] {cb27481d-ade2-4b84-a97a-4ebb24d79aa0} <Debug> TCPHandler: Processed in 0.002593116 sec. | ||
| 19267 | 2025.04.15 04:12:02.971717 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 19268 | 2025.04.15 04:12:02.971727 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19269 | 2025.04.15 04:12:02.972035 [ 5 ] {88ffdd1f-f7d6-442e-98dd-b2241f43e488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19270 | 2025.04.15 04:12:02.972042 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19271 | 2025.04.15 04:12:02.972145 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1847 rows starting from the beginning of the part | ||
| 19272 | 2025.04.15 04:12:02.972150 [ 5 ] {88ffdd1f-f7d6-442e-98dd-b2241f43e488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19273 | 2025.04.15 04:12:02.972440 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 633 rows starting from the beginning of the part | ||
| 19274 | 2025.04.15 04:12:02.972843 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 142 rows starting from the beginning of the part | ||
| 19275 | 2025.04.15 04:12:02.973214 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1778 rows starting from the beginning of the part | ||
| 19276 | 2025.04.15 04:12:02.973550 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 56 rows starting from the beginning of the part | ||
| 19277 | 2025.04.15 04:12:02.973983 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 148 rows starting from the beginning of the part | ||
| 19278 | 2025.04.15 04:12:02.975135 [ 5 ] {88ffdd1f-f7d6-442e-98dd-b2241f43e488} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19279 | 2025.04.15 04:12:02.975213 [ 5 ] {88ffdd1f-f7d6-442e-98dd-b2241f43e488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19280 | 2025.04.15 04:12:02.976152 [ 5 ] {88ffdd1f-f7d6-442e-98dd-b2241f43e488} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 19281 | 2025.04.15 04:12:02.977081 [ 5 ] {88ffdd1f-f7d6-442e-98dd-b2241f43e488} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19282 | 2025.04.15 04:12:02.977495 [ 136 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 19283 | 2025.04.15 04:12:02.977567 [ 136 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19284 | 2025.04.15 04:12:02.977616 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19285 | 2025.04.15 04:12:02.977615 [ 5 ] {88ffdd1f-f7d6-442e-98dd-b2241f43e488} <Debug> executeQuery: Read 46 rows, 3.46 KiB in 0.00568 sec., 8098.591549295775 rows/sec., 608.98 KiB/sec. | ||
| 19286 | 2025.04.15 04:12:02.977871 [ 5 ] {88ffdd1f-f7d6-442e-98dd-b2241f43e488} <Debug> TCPHandler: Processed in 0.006239454 sec. | ||
| 19287 | 2025.04.15 04:12:02.977930 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 19288 | 2025.04.15 04:12:02.978094 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19289 | 2025.04.15 04:12:02.978171 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19290 | 2025.04.15 04:12:02.978275 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 164 rows starting from the beginning of the part | ||
| 19291 | 2025.04.15 04:12:02.978427 [ 5 ] {b564e16a-d388-46b2-98c0-0cdff9f70eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19292 | 2025.04.15 04:12:02.978674 [ 5 ] {b564e16a-d388-46b2-98c0-0cdff9f70eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19293 | 2025.04.15 04:12:02.978754 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 36 rows starting from the beginning of the part | ||
| 19294 | 2025.04.15 04:12:02.979289 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 114 rows starting from the beginning of the part | ||
| 19295 | 2025.04.15 04:12:02.979572 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4604 rows, containing 5 columns (5 merged, 0 gathered) in 0.0079663 sec., 577934.5492888794 rows/sec., 49.18 MiB/sec. | ||
| 19296 | 2025.04.15 04:12:02.979853 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 43 rows starting from the beginning of the part | ||
| 19297 | 2025.04.15 04:12:02.980354 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 124 rows starting from the beginning of the part | ||
| 19298 | 2025.04.15 04:12:02.980422 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 19299 | 2025.04.15 04:12:02.980893 [ 191 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 46 rows starting from the beginning of the part | ||
| 19300 | 2025.04.15 04:12:02.981732 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_156_31} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19301 | 2025.04.15 04:12:02.981941 [ 195 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_156_31} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 19302 | 2025.04.15 04:12:02.982222 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 19303 | 2025.04.15 04:12:02.982954 [ 5 ] {b564e16a-d388-46b2-98c0-0cdff9f70eb0} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19304 | 2025.04.15 04:12:02.983035 [ 5 ] {b564e16a-d388-46b2-98c0-0cdff9f70eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19305 | 2025.04.15 04:12:02.984016 [ 5 ] {b564e16a-d388-46b2-98c0-0cdff9f70eb0} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19306 | 2025.04.15 04:12:02.984233 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.006498748 sec., 81092.54274823396 rows/sec., 5.52 MiB/sec. | ||
| 19307 | 2025.04.15 04:12:02.984433 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 19308 | 2025.04.15 04:12:02.984539 [ 5 ] {b564e16a-d388-46b2-98c0-0cdff9f70eb0} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19309 | 2025.04.15 04:12:02.984934 [ 130 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 19310 | 2025.04.15 04:12:02.984988 [ 5 ] {b564e16a-d388-46b2-98c0-0cdff9f70eb0} <Debug> executeQuery: Read 119 rows, 9.52 KiB in 0.006735 sec., 17668.893838158874 rows/sec., 1.38 MiB/sec. | ||
| 19311 | 2025.04.15 04:12:02.985077 [ 130 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19312 | 2025.04.15 04:12:02.985266 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_131_26} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19313 | 2025.04.15 04:12:02.985276 [ 5 ] {b564e16a-d388-46b2-98c0-0cdff9f70eb0} <Debug> TCPHandler: Processed in 0.007303826 sec. | ||
| 19314 | 2025.04.15 04:12:02.985278 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19315 | 2025.04.15 04:12:02.985516 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_131_26} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 19316 | 2025.04.15 04:12:02.985616 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19317 | 2025.04.15 04:12:02.985764 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 19318 | 2025.04.15 04:12:02.985848 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 19319 | 2025.04.15 04:12:02.985920 [ 5 ] {5ddab82e-bf2d-48ab-bd98-e4228eb5cfad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19320 | 2025.04.15 04:12:02.986056 [ 5 ] {5ddab82e-bf2d-48ab-bd98-e4228eb5cfad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19321 | 2025.04.15 04:12:02.986079 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19322 | 2025.04.15 04:12:02.986174 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 914 rows starting from the beginning of the part | ||
| 19323 | 2025.04.15 04:12:02.986603 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 390 rows starting from the beginning of the part | ||
| 19324 | 2025.04.15 04:12:02.986996 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 113 rows starting from the beginning of the part | ||
| 19325 | 2025.04.15 04:12:02.987299 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 856 rows starting from the beginning of the part | ||
| 19326 | 2025.04.15 04:12:02.987500 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part | ||
| 19327 | 2025.04.15 04:12:02.987904 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 119 rows starting from the beginning of the part | ||
| 19328 | 2025.04.15 04:12:02.988614 [ 5 ] {5ddab82e-bf2d-48ab-bd98-e4228eb5cfad} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19329 | 2025.04.15 04:12:02.988695 [ 5 ] {5ddab82e-bf2d-48ab-bd98-e4228eb5cfad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19330 | 2025.04.15 04:12:02.989811 [ 5 ] {5ddab82e-bf2d-48ab-bd98-e4228eb5cfad} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19331 | 2025.04.15 04:12:02.990280 [ 5 ] {5ddab82e-bf2d-48ab-bd98-e4228eb5cfad} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19332 | 2025.04.15 04:12:02.990654 [ 5 ] {5ddab82e-bf2d-48ab-bd98-e4228eb5cfad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004796 sec., 33361.13427856547 rows/sec., 2.32 MiB/sec. | ||
| 19333 | 2025.04.15 04:12:02.991023 [ 5 ] {5ddab82e-bf2d-48ab-bd98-e4228eb5cfad} <Debug> TCPHandler: Processed in 0.005541168 sec. | ||
| 19334 | 2025.04.15 04:12:02.991098 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2456 rows, containing 5 columns (5 merged, 0 gathered) in 0.005584249 sec., 439808.46842610347 rows/sec., 33.72 MiB/sec. | ||
| 19335 | 2025.04.15 04:12:02.991194 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19336 | 2025.04.15 04:12:02.991343 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 19337 | 2025.04.15 04:12:02.991349 [ 5 ] {f103a7da-8088-4617-8cca-5b68208f3a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19338 | 2025.04.15 04:12:02.991526 [ 5 ] {f103a7da-8088-4617-8cca-5b68208f3a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19339 | 2025.04.15 04:12:02.992051 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_156_31} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19340 | 2025.04.15 04:12:02.992329 [ 191 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_156_31} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 19341 | 2025.04.15 04:12:02.992521 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 19342 | 2025.04.15 04:12:02.993467 [ 5 ] {f103a7da-8088-4617-8cca-5b68208f3a10} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19343 | 2025.04.15 04:12:02.993513 [ 5 ] {f103a7da-8088-4617-8cca-5b68208f3a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19344 | 2025.04.15 04:12:02.994270 [ 5 ] {f103a7da-8088-4617-8cca-5b68208f3a10} <Trace> MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) | ||
| 19345 | 2025.04.15 04:12:02.994539 [ 5 ] {f103a7da-8088-4617-8cca-5b68208f3a10} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19346 | 2025.04.15 04:12:02.994736 [ 130 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 | ||
| 19347 | 2025.04.15 04:12:02.994795 [ 130 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19348 | 2025.04.15 04:12:02.994791 [ 5 ] {f103a7da-8088-4617-8cca-5b68208f3a10} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.003488 sec., 13188.073394495412 rows/sec., 23.63 MiB/sec. | ||
| 19349 | 2025.04.15 04:12:02.994834 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.98 GiB. | ||
| 19350 | 2025.04.15 04:12:02.995213 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_131_26} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full | ||
| 19351 | 2025.04.15 04:12:02.995217 [ 5 ] {f103a7da-8088-4617-8cca-5b68208f3a10} <Debug> TCPHandler: Processed in 0.004083397 sec. | ||
| 19352 | 2025.04.15 04:12:02.995452 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19353 | 2025.04.15 04:12:02.995726 [ 5 ] {1bb41b6d-f581-4d53-87c7-a475eb2d040d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 19354 | 2025.04.15 04:12:02.995887 [ 5 ] {1bb41b6d-f581-4d53-87c7-a475eb2d040d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 19355 | 2025.04.15 04:12:02.995911 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_131_26} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19356 | 2025.04.15 04:12:02.996162 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2475 rows starting from the beginning of the part | ||
| 19357 | 2025.04.15 04:12:02.997007 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 32 rows starting from the beginning of the part | ||
| 19358 | 2025.04.15 04:12:02.997835 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 8 rows starting from the beginning of the part | ||
| 19359 | 2025.04.15 04:12:02.998071 [ 5 ] {1bb41b6d-f581-4d53-87c7-a475eb2d040d} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19360 | 2025.04.15 04:12:02.998219 [ 5 ] {1bb41b6d-f581-4d53-87c7-a475eb2d040d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19361 | 2025.04.15 04:12:02.998618 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 43 rows starting from the beginning of the part | ||
| 19362 | 2025.04.15 04:12:02.999225 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 8 rows starting from the beginning of the part | ||
| 19363 | 2025.04.15 04:12:02.999923 [ 190 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_131_26} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 46 rows starting from the beginning of the part | ||
| 19364 | 2025.04.15 04:12:02.999979 [ 5 ] {1bb41b6d-f581-4d53-87c7-a475eb2d040d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 19365 | 2025.04.15 04:12:03.000889 [ 5 ] {1bb41b6d-f581-4d53-87c7-a475eb2d040d} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19366 | 2025.04.15 04:12:03.001780 [ 5 ] {1bb41b6d-f581-4d53-87c7-a475eb2d040d} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.006127 sec., 1468.9081116370166 rows/sec., 103.76 KiB/sec. | ||
| 19367 | 2025.04.15 04:12:03.002101 [ 5 ] {1bb41b6d-f581-4d53-87c7-a475eb2d040d} <Debug> TCPHandler: Processed in 0.006710414 sec. | ||
| 19368 | 2025.04.15 04:12:03.002407 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19369 | 2025.04.15 04:12:03.002705 [ 5 ] {d1680835-6017-47b5-87e1-7be8b8fb02ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19370 | 2025.04.15 04:12:03.002837 [ 5 ] {d1680835-6017-47b5-87e1-7be8b8fb02ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19371 | 2025.04.15 04:12:03.003550 [ 5 ] {d1680835-6017-47b5-87e1-7be8b8fb02ef} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19372 | 2025.04.15 04:12:03.003590 [ 5 ] {d1680835-6017-47b5-87e1-7be8b8fb02ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19373 | 2025.04.15 04:12:03.003989 [ 5 ] {d1680835-6017-47b5-87e1-7be8b8fb02ef} <Trace> MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) | ||
| 19374 | 2025.04.15 04:12:03.004271 [ 5 ] {d1680835-6017-47b5-87e1-7be8b8fb02ef} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19375 | 2025.04.15 04:12:03.004485 [ 130 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 | ||
| 19376 | 2025.04.15 04:12:03.004550 [ 130 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19377 | 2025.04.15 04:12:03.004557 [ 5 ] {d1680835-6017-47b5-87e1-7be8b8fb02ef} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001951 sec., 30753.459764223473 rows/sec., 2.07 MiB/sec. | ||
| 19378 | 2025.04.15 04:12:03.004597 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19379 | 2025.04.15 04:12:03.004793 [ 5 ] {d1680835-6017-47b5-87e1-7be8b8fb02ef} <Debug> TCPHandler: Processed in 0.002467293 sec. | ||
| 19380 | 2025.04.15 04:12:03.004915 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_156_31} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full | ||
| 19381 | 2025.04.15 04:12:03.005169 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_156_31} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19382 | 2025.04.15 04:12:03.005272 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 9076 rows starting from the beginning of the part | ||
| 19383 | 2025.04.15 04:12:03.005561 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 82 rows starting from the beginning of the part | ||
| 19384 | 2025.04.15 04:12:03.005920 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part | ||
| 19385 | 2025.04.15 04:12:03.006195 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 34 rows starting from the beginning of the part | ||
| 19386 | 2025.04.15 04:12:03.006497 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 48 rows starting from the beginning of the part | ||
| 19387 | 2025.04.15 04:12:03.006834 [ 191 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_156_31} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part | ||
| 19388 | 2025.04.15 04:12:03.012315 [ 186 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_156_31} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9360 rows, containing 4 columns (4 merged, 0 gathered) in 0.007587102 sec., 1233672.619664267 rows/sec., 80.35 MiB/sec. | ||
| 19389 | 2025.04.15 04:12:03.012497 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_156_31} <Trace> MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) | ||
| 19390 | 2025.04.15 04:12:03.014179 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_156_31} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19391 | 2025.04.15 04:12:03.014274 [ 199 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_156_31} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 | ||
| 19392 | 2025.04.15 04:12:03.014361 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB. | ||
| 19393 | 2025.04.15 04:12:03.016875 [ 197 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_131_26} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2612 rows, containing 19 columns (19 merged, 0 gathered) in 0.021905698 sec., 119238.38263450906 rows/sec., 213.67 MiB/sec. | ||
| 19394 | 2025.04.15 04:12:03.019363 [ 199 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_131_26} <Trace> MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) | ||
| 19395 | 2025.04.15 04:12:03.019781 [ 199 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19396 | 2025.04.15 04:12:03.019863 [ 199 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_131_26} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 | ||
| 19397 | 2025.04.15 04:12:03.020016 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.89 MiB. | ||
| 19398 | 2025.04.15 04:12:04.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 271.71 MiB, peak 290.89 MiB, free memory in arenas 0.00 B, will set to 273.34 MiB (RSS), difference: 1.63 MiB | ||
| 19399 | 2025.04.15 04:12:04.927439 [ 134 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Selected 5 parts from all_1_37_9 to all_41_41_0 | ||
| 19400 | 2025.04.15 04:12:04.927509 [ 134 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19401 | 2025.04.15 04:12:04.927532 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19402 | 2025.04.15 04:12:04.927705 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::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 | ||
| 19403 | 2025.04.15 04:12:04.928114 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_41_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19404 | 2025.04.15 04:12:04.928186 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_37_9, total 18 rows starting from the beginning of the part | ||
| 19405 | 2025.04.15 04:12:04.928272 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part | ||
| 19406 | 2025.04.15 04:12:04.928363 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
| 19407 | 2025.04.15 04:12:04.928630 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part | ||
| 19408 | 2025.04.15 04:12:04.928808 [ 186 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_41_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 10 rows starting from the beginning of the part | ||
| 19409 | 2025.04.15 04:12:04.930008 [ 199 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_41_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002410242 sec., 14936.259512530278 rows/sec., 1.25 MiB/sec. | ||
| 19410 | 2025.04.15 04:12:04.930235 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_41_10} <Trace> MergedBlockOutputStream: filled checksums all_1_41_10 (state Temporary) | ||
| 19411 | 2025.04.15 04:12:04.930639 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_41_10} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_merge_all_1_41_10 to all_1_41_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19412 | 2025.04.15 04:12:04.930770 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_41_10} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Merged 5 parts: [all_1_37_9, all_41_41_0] -> all_1_41_10 | ||
| 19413 | 2025.04.15 04:12:04.930926 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19414 | 2025.04.15 04:12:05.206265 [ 134 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19415 | 2025.04.15 04:12:05.206319 [ 134 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19416 | 2025.04.15 04:12:05.498949 [ 221 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Found 5 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 19417 | 2025.04.15 04:12:05.499011 [ 221 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Removing 5 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 19418 | 2025.04.15 04:12:05.500959 [ 221 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Removing 5 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 19419 | 2025.04.15 04:12:05.530562 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 42151 | ||
| 19420 | 2025.04.15 04:12:05.531225 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19421 | 2025.04.15 04:12:05.531281 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19422 | 2025.04.15 04:12:05.531826 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 19423 | 2025.04.15 04:12:05.532083 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19424 | 2025.04.15 04:12:05.532324 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42151 | ||
| 19425 | 2025.04.15 04:12:05.744475 [ 221 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Found 5 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 19426 | 2025.04.15 04:12:05.744527 [ 221 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Removing 5 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 19427 | 2025.04.15 04:12:05.747195 [ 221 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Removing 5 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] | ||
| 19428 | 2025.04.15 04:12:05.775661 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 2710 | ||
| 19429 | 2025.04.15 04:12:05.778727 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19430 | 2025.04.15 04:12:05.778790 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19431 | 2025.04.15 04:12:05.780553 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19432 | 2025.04.15 04:12:05.781134 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19433 | 2025.04.15 04:12:05.782646 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2710 | ||
| 19434 | 2025.04.15 04:12:07.025319 [ 218 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19435 | 2025.04.15 04:12:07.025373 [ 218 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19436 | 2025.04.15 04:12:07.035789 [ 218 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19437 | 2025.04.15 04:12:07.264999 [ 218 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 19438 | 2025.04.15 04:12:07.265051 [ 218 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 19439 | 2025.04.15 04:12:07.268116 [ 218 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 19440 | 2025.04.15 04:12:07.973035 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19441 | 2025.04.15 04:12:07.973247 [ 5 ] {261515c1-f3d2-4dcf-a9d8-fcc57cd00de3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19442 | 2025.04.15 04:12:07.973331 [ 5 ] {261515c1-f3d2-4dcf-a9d8-fcc57cd00de3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19443 | 2025.04.15 04:12:07.974260 [ 5 ] {261515c1-f3d2-4dcf-a9d8-fcc57cd00de3} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19444 | 2025.04.15 04:12:07.974315 [ 5 ] {261515c1-f3d2-4dcf-a9d8-fcc57cd00de3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19445 | 2025.04.15 04:12:07.974971 [ 5 ] {261515c1-f3d2-4dcf-a9d8-fcc57cd00de3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19446 | 2025.04.15 04:12:07.975605 [ 5 ] {261515c1-f3d2-4dcf-a9d8-fcc57cd00de3} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19447 | 2025.04.15 04:12:07.975800 [ 5 ] {261515c1-f3d2-4dcf-a9d8-fcc57cd00de3} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002611 sec., 81194.94446572194 rows/sec., 5.16 MiB/sec. | ||
| 19448 | 2025.04.15 04:12:07.975868 [ 5 ] {261515c1-f3d2-4dcf-a9d8-fcc57cd00de3} <Debug> TCPHandler: Processed in 0.002964743 sec. | ||
| 19449 | 2025.04.15 04:12:07.975994 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19450 | 2025.04.15 04:12:07.976107 [ 5 ] {4be07a60-80b1-444f-84cc-c131d951ad25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19451 | 2025.04.15 04:12:07.976159 [ 5 ] {4be07a60-80b1-444f-84cc-c131d951ad25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19452 | 2025.04.15 04:12:07.977003 [ 5 ] {4be07a60-80b1-444f-84cc-c131d951ad25} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19453 | 2025.04.15 04:12:07.977040 [ 5 ] {4be07a60-80b1-444f-84cc-c131d951ad25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19454 | 2025.04.15 04:12:07.977572 [ 5 ] {4be07a60-80b1-444f-84cc-c131d951ad25} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19455 | 2025.04.15 04:12:07.978126 [ 5 ] {4be07a60-80b1-444f-84cc-c131d951ad25} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19456 | 2025.04.15 04:12:07.978297 [ 5 ] {4be07a60-80b1-444f-84cc-c131d951ad25} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.002218 sec., 285392.2452660054 rows/sec., 22.44 MiB/sec. | ||
| 19457 | 2025.04.15 04:12:07.978352 [ 5 ] {4be07a60-80b1-444f-84cc-c131d951ad25} <Debug> TCPHandler: Processed in 0.002409381 sec. | ||
| 19458 | 2025.04.15 04:12:07.978464 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19459 | 2025.04.15 04:12:07.978570 [ 5 ] {dbeb70b2-cf53-4f83-9418-2c8c6141e531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19460 | 2025.04.15 04:12:07.978616 [ 5 ] {dbeb70b2-cf53-4f83-9418-2c8c6141e531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19461 | 2025.04.15 04:12:07.979199 [ 5 ] {dbeb70b2-cf53-4f83-9418-2c8c6141e531} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19462 | 2025.04.15 04:12:07.979240 [ 5 ] {dbeb70b2-cf53-4f83-9418-2c8c6141e531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19463 | 2025.04.15 04:12:07.979728 [ 5 ] {dbeb70b2-cf53-4f83-9418-2c8c6141e531} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 19464 | 2025.04.15 04:12:07.980245 [ 5 ] {dbeb70b2-cf53-4f83-9418-2c8c6141e531} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19465 | 2025.04.15 04:12:07.980416 [ 5 ] {dbeb70b2-cf53-4f83-9418-2c8c6141e531} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.001868 sec., 61027.83725910064 rows/sec., 3.65 MiB/sec. | ||
| 19466 | 2025.04.15 04:12:07.980468 [ 5 ] {dbeb70b2-cf53-4f83-9418-2c8c6141e531} <Debug> TCPHandler: Processed in 0.002054654 sec. | ||
| 19467 | 2025.04.15 04:12:07.980581 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19468 | 2025.04.15 04:12:07.980688 [ 5 ] {30649011-4c89-4ffa-8db9-efd90eaaf4bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19469 | 2025.04.15 04:12:07.980734 [ 5 ] {30649011-4c89-4ffa-8db9-efd90eaaf4bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19470 | 2025.04.15 04:12:07.981263 [ 5 ] {30649011-4c89-4ffa-8db9-efd90eaaf4bb} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19471 | 2025.04.15 04:12:07.981300 [ 5 ] {30649011-4c89-4ffa-8db9-efd90eaaf4bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19472 | 2025.04.15 04:12:07.981801 [ 5 ] {30649011-4c89-4ffa-8db9-efd90eaaf4bb} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19473 | 2025.04.15 04:12:07.982322 [ 5 ] {30649011-4c89-4ffa-8db9-efd90eaaf4bb} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19474 | 2025.04.15 04:12:07.982495 [ 5 ] {30649011-4c89-4ffa-8db9-efd90eaaf4bb} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.00183 sec., 61748.63387978142 rows/sec., 4.00 MiB/sec. | ||
| 19475 | 2025.04.15 04:12:07.982546 [ 5 ] {30649011-4c89-4ffa-8db9-efd90eaaf4bb} <Debug> TCPHandler: Processed in 0.002015363 sec. | ||
| 19476 | 2025.04.15 04:12:07.982660 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19477 | 2025.04.15 04:12:07.982767 [ 5 ] {e75f2295-7235-43cc-b286-e93508e49a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19478 | 2025.04.15 04:12:07.982812 [ 5 ] {e75f2295-7235-43cc-b286-e93508e49a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19479 | 2025.04.15 04:12:07.983342 [ 5 ] {e75f2295-7235-43cc-b286-e93508e49a74} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19480 | 2025.04.15 04:12:07.983380 [ 5 ] {e75f2295-7235-43cc-b286-e93508e49a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19481 | 2025.04.15 04:12:07.983965 [ 5 ] {e75f2295-7235-43cc-b286-e93508e49a74} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19482 | 2025.04.15 04:12:07.984500 [ 5 ] {e75f2295-7235-43cc-b286-e93508e49a74} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19483 | 2025.04.15 04:12:07.984691 [ 5 ] {e75f2295-7235-43cc-b286-e93508e49a74} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.00194 sec., 57731.95876288659 rows/sec., 3.29 MiB/sec. | ||
| 19484 | 2025.04.15 04:12:07.984785 [ 5 ] {e75f2295-7235-43cc-b286-e93508e49a74} <Debug> TCPHandler: Processed in 0.002170666 sec. | ||
| 19485 | 2025.04.15 04:12:07.984974 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19486 | 2025.04.15 04:12:07.985104 [ 5 ] {4b63872c-61a5-41c8-80b2-1287490d6281} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19487 | 2025.04.15 04:12:07.985153 [ 5 ] {4b63872c-61a5-41c8-80b2-1287490d6281} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19488 | 2025.04.15 04:12:07.985814 [ 5 ] {4b63872c-61a5-41c8-80b2-1287490d6281} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19489 | 2025.04.15 04:12:07.985852 [ 5 ] {4b63872c-61a5-41c8-80b2-1287490d6281} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19490 | 2025.04.15 04:12:07.986368 [ 5 ] {4b63872c-61a5-41c8-80b2-1287490d6281} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19491 | 2025.04.15 04:12:07.986902 [ 5 ] {4b63872c-61a5-41c8-80b2-1287490d6281} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19492 | 2025.04.15 04:12:07.987075 [ 5 ] {4b63872c-61a5-41c8-80b2-1287490d6281} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001994 sec., 195586.7602808425 rows/sec., 13.82 MiB/sec. | ||
| 19493 | 2025.04.15 04:12:07.987127 [ 5 ] {4b63872c-61a5-41c8-80b2-1287490d6281} <Debug> TCPHandler: Processed in 0.002248078 sec. | ||
| 19494 | 2025.04.15 04:12:07.987242 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19495 | 2025.04.15 04:12:07.987348 [ 5 ] {6f37b9e2-5f3b-466e-b7af-d422fabde6e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19496 | 2025.04.15 04:12:07.987394 [ 5 ] {6f37b9e2-5f3b-466e-b7af-d422fabde6e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19497 | 2025.04.15 04:12:07.987807 [ 5 ] {6f37b9e2-5f3b-466e-b7af-d422fabde6e2} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19498 | 2025.04.15 04:12:07.987844 [ 5 ] {6f37b9e2-5f3b-466e-b7af-d422fabde6e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19499 | 2025.04.15 04:12:07.988344 [ 5 ] {6f37b9e2-5f3b-466e-b7af-d422fabde6e2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 19500 | 2025.04.15 04:12:07.988922 [ 5 ] {6f37b9e2-5f3b-466e-b7af-d422fabde6e2} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19501 | 2025.04.15 04:12:07.989139 [ 5 ] {6f37b9e2-5f3b-466e-b7af-d422fabde6e2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001813 sec., 3309.4318808604526 rows/sec., 172.90 KiB/sec. | ||
| 19502 | 2025.04.15 04:12:07.989203 [ 5 ] {6f37b9e2-5f3b-466e-b7af-d422fabde6e2} <Debug> TCPHandler: Processed in 0.002011573 sec. | ||
| 19503 | 2025.04.15 04:12:07.989344 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19504 | 2025.04.15 04:12:07.989474 [ 5 ] {550bff89-26ba-4e84-a375-689f78f2a713} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19505 | 2025.04.15 04:12:07.989531 [ 5 ] {550bff89-26ba-4e84-a375-689f78f2a713} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19506 | 2025.04.15 04:12:07.990042 [ 5 ] {550bff89-26ba-4e84-a375-689f78f2a713} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19507 | 2025.04.15 04:12:07.990081 [ 5 ] {550bff89-26ba-4e84-a375-689f78f2a713} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19508 | 2025.04.15 04:12:07.990648 [ 5 ] {550bff89-26ba-4e84-a375-689f78f2a713} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19509 | 2025.04.15 04:12:07.991179 [ 5 ] {550bff89-26ba-4e84-a375-689f78f2a713} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19510 | 2025.04.15 04:12:07.991321 [ 129 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_152_31 to all_157_157_0 | ||
| 19511 | 2025.04.15 04:12:07.991357 [ 5 ] {550bff89-26ba-4e84-a375-689f78f2a713} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00191 sec., 124083.76963350785 rows/sec., 8.32 MiB/sec. | ||
| 19512 | 2025.04.15 04:12:07.991361 [ 129 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19513 | 2025.04.15 04:12:07.991405 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19514 | 2025.04.15 04:12:07.991436 [ 5 ] {550bff89-26ba-4e84-a375-689f78f2a713} <Debug> TCPHandler: Processed in 0.002154986 sec. | ||
| 19515 | 2025.04.15 04:12:07.991623 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_157_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_152_31 to all_157_157_0 into Compact with storage Full | ||
| 19516 | 2025.04.15 04:12:07.991667 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19517 | 2025.04.15 04:12:07.991863 [ 5 ] {1356bbf5-581a-4548-b47a-47023d45f29a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19518 | 2025.04.15 04:12:07.991888 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_157_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19519 | 2025.04.15 04:12:07.992024 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_152_31, total 45025 rows starting from the beginning of the part | ||
| 19520 | 2025.04.15 04:12:07.992070 [ 5 ] {1356bbf5-581a-4548-b47a-47023d45f29a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19521 | 2025.04.15 04:12:07.992822 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part | ||
| 19522 | 2025.04.15 04:12:07.993605 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 960 rows starting from the beginning of the part | ||
| 19523 | 2025.04.15 04:12:07.994393 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 128 rows starting from the beginning of the part | ||
| 19524 | 2025.04.15 04:12:07.995171 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part | ||
| 19525 | 2025.04.15 04:12:07.995548 [ 193 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_157_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 237 rows starting from the beginning of the part | ||
| 19526 | 2025.04.15 04:12:07.996099 [ 5 ] {1356bbf5-581a-4548-b47a-47023d45f29a} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19527 | 2025.04.15 04:12:07.996142 [ 5 ] {1356bbf5-581a-4548-b47a-47023d45f29a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19528 | 2025.04.15 04:12:07.996747 [ 5 ] {1356bbf5-581a-4548-b47a-47023d45f29a} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19529 | 2025.04.15 04:12:07.997320 [ 5 ] {1356bbf5-581a-4548-b47a-47023d45f29a} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19530 | 2025.04.15 04:12:07.997567 [ 5 ] {1356bbf5-581a-4548-b47a-47023d45f29a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005765 sec., 173.46053772766695 rows/sec., 11.69 KiB/sec. | ||
| 19531 | 2025.04.15 04:12:07.997641 [ 5 ] {1356bbf5-581a-4548-b47a-47023d45f29a} <Debug> TCPHandler: Processed in 0.00606293 sec. | ||
| 19532 | 2025.04.15 04:12:07.997858 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19533 | 2025.04.15 04:12:07.997988 [ 5 ] {8553692b-1a2c-4e4c-acee-a9a89e52e155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19534 | 2025.04.15 04:12:07.998092 [ 5 ] {8553692b-1a2c-4e4c-acee-a9a89e52e155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19535 | 2025.04.15 04:12:07.999663 [ 5 ] {8553692b-1a2c-4e4c-acee-a9a89e52e155} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19536 | 2025.04.15 04:12:07.999707 [ 5 ] {8553692b-1a2c-4e4c-acee-a9a89e52e155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19537 | 2025.04.15 04:12:08.000180 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 281.22 MiB, peak 290.89 MiB, free memory in arenas 0.00 B, will set to 273.34 MiB (RSS), difference: -7.88 MiB | ||
| 19538 | 2025.04.15 04:12:08.001214 [ 5 ] {8553692b-1a2c-4e4c-acee-a9a89e52e155} <Trace> MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) | ||
| 19539 | 2025.04.15 04:12:08.001832 [ 5 ] {8553692b-1a2c-4e4c-acee-a9a89e52e155} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19540 | 2025.04.15 04:12:08.002092 [ 5 ] {8553692b-1a2c-4e4c-acee-a9a89e52e155} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004138 sec., 1933.301111648139 rows/sec., 3.46 MiB/sec. | ||
| 19541 | 2025.04.15 04:12:08.002166 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19542 | 2025.04.15 04:12:08.002271 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19543 | 2025.04.15 04:12:08.002512 [ 5 ] {8553692b-1a2c-4e4c-acee-a9a89e52e155} <Debug> TCPHandler: Processed in 0.00470871 sec. | ||
| 19544 | 2025.04.15 04:12:08.002817 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19545 | 2025.04.15 04:12:08.002926 [ 5 ] {c98d420e-5574-4e52-ba7c-b9e8d6b0414f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19546 | 2025.04.15 04:12:08.003023 [ 5 ] {c98d420e-5574-4e52-ba7c-b9e8d6b0414f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19547 | 2025.04.15 04:12:08.004113 [ 5 ] {c98d420e-5574-4e52-ba7c-b9e8d6b0414f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19548 | 2025.04.15 04:12:08.004195 [ 5 ] {c98d420e-5574-4e52-ba7c-b9e8d6b0414f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19549 | 2025.04.15 04:12:08.005597 [ 5 ] {c98d420e-5574-4e52-ba7c-b9e8d6b0414f} <Trace> MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) | ||
| 19550 | 2025.04.15 04:12:08.006385 [ 5 ] {c98d420e-5574-4e52-ba7c-b9e8d6b0414f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19551 | 2025.04.15 04:12:08.006592 [ 5 ] {c98d420e-5574-4e52-ba7c-b9e8d6b0414f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003689 sec., 22228.246137164544 rows/sec., 1.41 MiB/sec. | ||
| 19552 | 2025.04.15 04:12:08.006679 [ 5 ] {c98d420e-5574-4e52-ba7c-b9e8d6b0414f} <Debug> TCPHandler: Processed in 0.003908384 sec. | ||
| 19553 | 2025.04.15 04:12:08.007657 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_157_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46670 rows, containing 5 columns (5 merged, 0 gathered) in 0.016175115 sec., 2885296.333287275 rows/sec., 194.78 MiB/sec. | ||
| 19554 | 2025.04.15 04:12:08.008272 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 19555 | 2025.04.15 04:12:08.008615 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_157_32} <Trace> MergedBlockOutputStream: filled checksums all_1_157_32 (state Temporary) | ||
| 19556 | 2025.04.15 04:12:08.009324 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_157_32} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_157_32 to all_1_157_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19557 | 2025.04.15 04:12:08.009418 [ 199 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_157_32} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_152_31, all_157_157_0] -> all_1_157_32 | ||
| 19558 | 2025.04.15 04:12:08.009525 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 19559 | 2025.04.15 04:12:08.724781 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 694 | ||
| 19560 | 2025.04.15 04:12:08.748960 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19561 | 2025.04.15 04:12:08.749246 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19562 | 2025.04.15 04:12:08.757203 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 19563 | 2025.04.15 04:12:08.759092 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19564 | 2025.04.15 04:12:08.764182 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 694 | ||
| 19565 | 2025.04.15 04:12:09.000220 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 266.81 MiB, peak 290.89 MiB, free memory in arenas 0.00 B, will set to 273.34 MiB (RSS), difference: 6.54 MiB | ||
| 19566 | 2025.04.15 04:12:12.044232 [ 220 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19567 | 2025.04.15 04:12:12.044297 [ 220 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19568 | 2025.04.15 04:12:12.048347 [ 220 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19569 | 2025.04.15 04:12:12.234463 [ 220 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19570 | 2025.04.15 04:12:12.234504 [ 220 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19571 | 2025.04.15 04:12:12.238852 [ 220 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19572 | 2025.04.15 04:12:12.959279 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19573 | 2025.04.15 04:12:12.959579 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) 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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 19574 | 2025.04.15 04:12:12.960057 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 19575 | 2025.04.15 04:12:12.960125 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 19576 | 2025.04.15 04:12:12.960529 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 19577 | 2025.04.15 04:12:12.960627 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 19578 | 2025.04.15 04:12:12.960816 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Key condition: (column 0 notIn 42-element set) | ||
| 19579 | 2025.04.15 04:12:12.960863 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
| 19580 | 2025.04.15 04:12:12.960889 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <Debug> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (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 | ||
| 19581 | 2025.04.15 04:12:12.960908 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 19582 | 2025.04.15 04:12:12.960965 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <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', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 19583 | 2025.04.15 04:12:12.960991 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 42 rows starting from 0 | ||
| 19584 | 2025.04.15 04:12:12.963038 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <Debug> executeQuery: Read 42 rows, 1.60 KiB in 0.003614 sec., 11621.472053126728 rows/sec., 443.43 KiB/sec. | ||
| 19585 | 2025.04.15 04:12:12.963197 [ 5 ] {4fad44be-1c27-465a-b881-1cfd6f22631d} <Debug> TCPHandler: Processed in 0.004088768 sec. | ||
| 19586 | 2025.04.15 04:12:12.973714 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19587 | 2025.04.15 04:12:12.973899 [ 5 ] {e8fc09a7-5ed8-4d3c-84b1-d027c8202374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 19588 | 2025.04.15 04:12:12.973978 [ 5 ] {e8fc09a7-5ed8-4d3c-84b1-d027c8202374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 19589 | 2025.04.15 04:12:12.974899 [ 5 ] {e8fc09a7-5ed8-4d3c-84b1-d027c8202374} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19590 | 2025.04.15 04:12:12.974961 [ 5 ] {e8fc09a7-5ed8-4d3c-84b1-d027c8202374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19591 | 2025.04.15 04:12:12.975728 [ 5 ] {e8fc09a7-5ed8-4d3c-84b1-d027c8202374} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 19592 | 2025.04.15 04:12:12.976269 [ 5 ] {e8fc09a7-5ed8-4d3c-84b1-d027c8202374} <Trace> oximeter.timeseries_schema (9675b35c-369a-476d-a512-d03f77d290cb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19593 | 2025.04.15 04:12:12.976554 [ 5 ] {e8fc09a7-5ed8-4d3c-84b1-d027c8202374} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.002706 sec., 369.5491500369549 rows/sec., 102.85 KiB/sec. | ||
| 19594 | 2025.04.15 04:12:12.976670 [ 5 ] {e8fc09a7-5ed8-4d3c-84b1-d027c8202374} <Debug> TCPHandler: Processed in 0.003087115 sec. | ||
| 19595 | 2025.04.15 04:12:12.976806 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19596 | 2025.04.15 04:12:12.976928 [ 5 ] {648f1d7b-b6fc-4268-a516-15493a19c517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19597 | 2025.04.15 04:12:12.976981 [ 5 ] {648f1d7b-b6fc-4268-a516-15493a19c517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19598 | 2025.04.15 04:12:12.977615 [ 5 ] {648f1d7b-b6fc-4268-a516-15493a19c517} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19599 | 2025.04.15 04:12:12.977661 [ 5 ] {648f1d7b-b6fc-4268-a516-15493a19c517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19600 | 2025.04.15 04:12:12.978231 [ 5 ] {648f1d7b-b6fc-4268-a516-15493a19c517} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 19601 | 2025.04.15 04:12:12.978768 [ 5 ] {648f1d7b-b6fc-4268-a516-15493a19c517} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19602 | 2025.04.15 04:12:12.979027 [ 5 ] {648f1d7b-b6fc-4268-a516-15493a19c517} <Debug> executeQuery: Read 5 rows, 395.00 B in 0.002123 sec., 2355.1577955723033 rows/sec., 181.70 KiB/sec. | ||
| 19603 | 2025.04.15 04:12:12.979169 [ 5 ] {648f1d7b-b6fc-4268-a516-15493a19c517} <Debug> TCPHandler: Processed in 0.002414602 sec. | ||
| 19604 | 2025.04.15 04:12:12.979396 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19605 | 2025.04.15 04:12:12.979510 [ 5 ] {890c9b79-6016-4ca9-a3e8-4a774af87851} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19606 | 2025.04.15 04:12:12.979563 [ 5 ] {890c9b79-6016-4ca9-a3e8-4a774af87851} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19607 | 2025.04.15 04:12:12.980230 [ 5 ] {890c9b79-6016-4ca9-a3e8-4a774af87851} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19608 | 2025.04.15 04:12:12.980270 [ 5 ] {890c9b79-6016-4ca9-a3e8-4a774af87851} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19609 | 2025.04.15 04:12:12.980765 [ 5 ] {890c9b79-6016-4ca9-a3e8-4a774af87851} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19610 | 2025.04.15 04:12:12.981226 [ 5 ] {890c9b79-6016-4ca9-a3e8-4a774af87851} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19611 | 2025.04.15 04:12:12.981445 [ 5 ] {890c9b79-6016-4ca9-a3e8-4a774af87851} <Debug> executeQuery: Read 159 rows, 13.95 KiB in 0.001959 sec., 81163.85911179174 rows/sec., 6.95 MiB/sec. | ||
| 19612 | 2025.04.15 04:12:12.981506 [ 5 ] {890c9b79-6016-4ca9-a3e8-4a774af87851} <Debug> TCPHandler: Processed in 0.002189967 sec. | ||
| 19613 | 2025.04.15 04:12:12.981522 [ 225 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19614 | 2025.04.15 04:12:12.981564 [ 225 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19615 | 2025.04.15 04:12:12.981629 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19616 | 2025.04.15 04:12:12.981747 [ 5 ] {0fc8a757-1e2c-4287-8324-133f534a8514} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19617 | 2025.04.15 04:12:12.981795 [ 5 ] {0fc8a757-1e2c-4287-8324-133f534a8514} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19618 | 2025.04.15 04:12:12.982510 [ 5 ] {0fc8a757-1e2c-4287-8324-133f534a8514} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19619 | 2025.04.15 04:12:12.982550 [ 5 ] {0fc8a757-1e2c-4287-8324-133f534a8514} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19620 | 2025.04.15 04:12:12.983097 [ 5 ] {0fc8a757-1e2c-4287-8324-133f534a8514} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 19621 | 2025.04.15 04:12:12.983600 [ 5 ] {0fc8a757-1e2c-4287-8324-133f534a8514} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19622 | 2025.04.15 04:12:12.983891 [ 5 ] {0fc8a757-1e2c-4287-8324-133f534a8514} <Debug> executeQuery: Read 53 rows, 3.94 KiB in 0.002169 sec., 24435.22360534809 rows/sec., 1.77 MiB/sec. | ||
| 19623 | 2025.04.15 04:12:12.983950 [ 5 ] {0fc8a757-1e2c-4287-8324-133f534a8514} <Debug> TCPHandler: Processed in 0.002373831 sec. | ||
| 19624 | 2025.04.15 04:12:12.984070 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19625 | 2025.04.15 04:12:12.984178 [ 5 ] {c805a031-400b-46b5-b45e-66a40ad35238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19626 | 2025.04.15 04:12:12.984226 [ 5 ] {c805a031-400b-46b5-b45e-66a40ad35238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19627 | 2025.04.15 04:12:12.984985 [ 5 ] {c805a031-400b-46b5-b45e-66a40ad35238} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19628 | 2025.04.15 04:12:12.985027 [ 5 ] {c805a031-400b-46b5-b45e-66a40ad35238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19629 | 2025.04.15 04:12:12.985573 [ 225 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19630 | 2025.04.15 04:12:12.985645 [ 5 ] {c805a031-400b-46b5-b45e-66a40ad35238} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19631 | 2025.04.15 04:12:12.986287 [ 5 ] {c805a031-400b-46b5-b45e-66a40ad35238} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19632 | 2025.04.15 04:12:12.986520 [ 5 ] {c805a031-400b-46b5-b45e-66a40ad35238} <Debug> executeQuery: Read 135 rows, 10.60 KiB in 0.002365 sec., 57082.45243128964 rows/sec., 4.38 MiB/sec. | ||
| 19633 | 2025.04.15 04:12:12.986576 [ 5 ] {c805a031-400b-46b5-b45e-66a40ad35238} <Debug> TCPHandler: Processed in 0.002558155 sec. | ||
| 19634 | 2025.04.15 04:12:12.986699 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19635 | 2025.04.15 04:12:12.986807 [ 5 ] {8c1e77d1-b942-4efd-a808-9f3ac75a3bd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19636 | 2025.04.15 04:12:12.986859 [ 5 ] {8c1e77d1-b942-4efd-a808-9f3ac75a3bd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19637 | 2025.04.15 04:12:12.987369 [ 5 ] {8c1e77d1-b942-4efd-a808-9f3ac75a3bd5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19638 | 2025.04.15 04:12:12.987410 [ 5 ] {8c1e77d1-b942-4efd-a808-9f3ac75a3bd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19639 | 2025.04.15 04:12:12.987992 [ 5 ] {8c1e77d1-b942-4efd-a808-9f3ac75a3bd5} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19640 | 2025.04.15 04:12:12.988535 [ 5 ] {8c1e77d1-b942-4efd-a808-9f3ac75a3bd5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19641 | 2025.04.15 04:12:12.988777 [ 5 ] {8c1e77d1-b942-4efd-a808-9f3ac75a3bd5} <Debug> executeQuery: Read 164 rows, 11.67 KiB in 0.001992 sec., 82329.31726907632 rows/sec., 5.72 MiB/sec. | ||
| 19642 | 2025.04.15 04:12:12.988873 [ 5 ] {8c1e77d1-b942-4efd-a808-9f3ac75a3bd5} <Debug> TCPHandler: Processed in 0.002222497 sec. | ||
| 19643 | 2025.04.15 04:12:12.988868 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19644 | 2025.04.15 04:12:12.988950 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19645 | 2025.04.15 04:12:12.988997 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19646 | 2025.04.15 04:12:12.989239 [ 5 ] {38c81025-3543-44c0-a35a-66138408ba7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19647 | 2025.04.15 04:12:12.989310 [ 5 ] {38c81025-3543-44c0-a35a-66138408ba7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19648 | 2025.04.15 04:12:12.991947 [ 5 ] {38c81025-3543-44c0-a35a-66138408ba7b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19649 | 2025.04.15 04:12:12.991999 [ 5 ] {38c81025-3543-44c0-a35a-66138408ba7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19650 | 2025.04.15 04:12:12.993152 [ 5 ] {38c81025-3543-44c0-a35a-66138408ba7b} <Trace> MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) | ||
| 19651 | 2025.04.15 04:12:12.993809 [ 5 ] {38c81025-3543-44c0-a35a-66138408ba7b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19652 | 2025.04.15 04:12:12.994142 [ 5 ] {38c81025-3543-44c0-a35a-66138408ba7b} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.004995 sec., 9609.60960960961 rows/sec., 17.22 MiB/sec. | ||
| 19653 | 2025.04.15 04:12:12.994407 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 19654 | 2025.04.15 04:12:12.994418 [ 5 ] {38c81025-3543-44c0-a35a-66138408ba7b} <Debug> TCPHandler: Processed in 0.005474467 sec. | ||
| 19655 | 2025.04.15 04:12:12.994834 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19656 | 2025.04.15 04:12:12.995095 [ 5 ] {7782cdf0-8018-428f-b44c-e96ddc4044db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19657 | 2025.04.15 04:12:12.995230 [ 5 ] {7782cdf0-8018-428f-b44c-e96ddc4044db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19658 | 2025.04.15 04:12:12.996278 [ 5 ] {7782cdf0-8018-428f-b44c-e96ddc4044db} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19659 | 2025.04.15 04:12:12.996318 [ 5 ] {7782cdf0-8018-428f-b44c-e96ddc4044db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19660 | 2025.04.15 04:12:12.996817 [ 5 ] {7782cdf0-8018-428f-b44c-e96ddc4044db} <Trace> MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) | ||
| 19661 | 2025.04.15 04:12:12.997352 [ 5 ] {7782cdf0-8018-428f-b44c-e96ddc4044db} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19662 | 2025.04.15 04:12:12.997562 [ 5 ] {7782cdf0-8018-428f-b44c-e96ddc4044db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002581 sec., 23246.80356450988 rows/sec., 1.57 MiB/sec. | ||
| 19663 | 2025.04.15 04:12:12.997620 [ 5 ] {7782cdf0-8018-428f-b44c-e96ddc4044db} <Debug> TCPHandler: Processed in 0.002869501 sec. | ||
| 19664 | 2025.04.15 04:12:13.032501 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 42639 | ||
| 19665 | 2025.04.15 04:12:13.033168 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19666 | 2025.04.15 04:12:13.033217 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 6.97 GiB. | ||
| 19667 | 2025.04.15 04:12:13.033854 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 19668 | 2025.04.15 04:12:13.034257 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19669 | 2025.04.15 04:12:13.034485 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42639 | ||
| 19670 | 2025.04.15 04:12:15.028589 [ 219 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19671 | 2025.04.15 04:12:15.028662 [ 219 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19672 | 2025.04.15 04:12:15.031497 [ 219 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19673 | 2025.04.15 04:12:15.782901 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2750 | ||
| 19674 | 2025.04.15 04:12:15.786152 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19675 | 2025.04.15 04:12:15.786198 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19676 | 2025.04.15 04:12:15.787734 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19677 | 2025.04.15 04:12:15.788036 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19678 | 2025.04.15 04:12:15.788570 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2750 | ||
| 19679 | 2025.04.15 04:12:16.264314 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 701 | ||
| 19680 | 2025.04.15 04:12:16.288217 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19681 | 2025.04.15 04:12:16.288273 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19682 | 2025.04.15 04:12:16.296007 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 19683 | 2025.04.15 04:12:16.297313 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19684 | 2025.04.15 04:12:16.300330 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 701 | ||
| 19685 | 2025.04.15 04:12:17.972626 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19686 | 2025.04.15 04:12:17.972835 [ 5 ] {05c593a4-ba78-41f0-8c56-4d73590b2bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19687 | 2025.04.15 04:12:17.972916 [ 5 ] {05c593a4-ba78-41f0-8c56-4d73590b2bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19688 | 2025.04.15 04:12:17.973814 [ 5 ] {05c593a4-ba78-41f0-8c56-4d73590b2bfa} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19689 | 2025.04.15 04:12:17.973864 [ 5 ] {05c593a4-ba78-41f0-8c56-4d73590b2bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19690 | 2025.04.15 04:12:17.974465 [ 5 ] {05c593a4-ba78-41f0-8c56-4d73590b2bfa} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19691 | 2025.04.15 04:12:17.975037 [ 5 ] {05c593a4-ba78-41f0-8c56-4d73590b2bfa} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19692 | 2025.04.15 04:12:17.975281 [ 5 ] {05c593a4-ba78-41f0-8c56-4d73590b2bfa} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002496 sec., 84935.89743589744 rows/sec., 5.40 MiB/sec. | ||
| 19693 | 2025.04.15 04:12:17.975405 [ 5 ] {05c593a4-ba78-41f0-8c56-4d73590b2bfa} <Debug> TCPHandler: Processed in 0.002913612 sec. | ||
| 19694 | 2025.04.15 04:12:17.975666 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19695 | 2025.04.15 04:12:17.975908 [ 5 ] {10847489-7825-4635-9262-31d1113435cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19696 | 2025.04.15 04:12:17.975967 [ 5 ] {10847489-7825-4635-9262-31d1113435cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19697 | 2025.04.15 04:12:17.976935 [ 5 ] {10847489-7825-4635-9262-31d1113435cb} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19698 | 2025.04.15 04:12:17.976975 [ 5 ] {10847489-7825-4635-9262-31d1113435cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19699 | 2025.04.15 04:12:17.977502 [ 5 ] {10847489-7825-4635-9262-31d1113435cb} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19700 | 2025.04.15 04:12:17.977997 [ 5 ] {10847489-7825-4635-9262-31d1113435cb} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19701 | 2025.04.15 04:12:17.978204 [ 5 ] {10847489-7825-4635-9262-31d1113435cb} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.002368 sec., 267314.18918918923 rows/sec., 21.02 MiB/sec. | ||
| 19702 | 2025.04.15 04:12:17.978259 [ 5 ] {10847489-7825-4635-9262-31d1113435cb} <Debug> TCPHandler: Processed in 0.002712858 sec. | ||
| 19703 | 2025.04.15 04:12:17.978379 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19704 | 2025.04.15 04:12:17.978482 [ 5 ] {ad6006e3-5e9b-4105-b82c-42bd80ba82b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19705 | 2025.04.15 04:12:17.978528 [ 5 ] {ad6006e3-5e9b-4105-b82c-42bd80ba82b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19706 | 2025.04.15 04:12:17.979172 [ 5 ] {ad6006e3-5e9b-4105-b82c-42bd80ba82b4} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19707 | 2025.04.15 04:12:17.979211 [ 5 ] {ad6006e3-5e9b-4105-b82c-42bd80ba82b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19708 | 2025.04.15 04:12:17.979687 [ 5 ] {ad6006e3-5e9b-4105-b82c-42bd80ba82b4} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 19709 | 2025.04.15 04:12:17.980188 [ 5 ] {ad6006e3-5e9b-4105-b82c-42bd80ba82b4} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19710 | 2025.04.15 04:12:17.980407 [ 5 ] {ad6006e3-5e9b-4105-b82c-42bd80ba82b4} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00194 sec., 58762.886597938144 rows/sec., 3.52 MiB/sec. | ||
| 19711 | 2025.04.15 04:12:17.980501 [ 5 ] {ad6006e3-5e9b-4105-b82c-42bd80ba82b4} <Debug> TCPHandler: Processed in 0.002169516 sec. | ||
| 19712 | 2025.04.15 04:12:17.980688 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19713 | 2025.04.15 04:12:17.980938 [ 5 ] {70eb2653-d96d-40ec-9074-4a3987d6448e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19714 | 2025.04.15 04:12:17.980996 [ 5 ] {70eb2653-d96d-40ec-9074-4a3987d6448e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19715 | 2025.04.15 04:12:17.981539 [ 5 ] {70eb2653-d96d-40ec-9074-4a3987d6448e} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19716 | 2025.04.15 04:12:17.981577 [ 5 ] {70eb2653-d96d-40ec-9074-4a3987d6448e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19717 | 2025.04.15 04:12:17.982115 [ 5 ] {70eb2653-d96d-40ec-9074-4a3987d6448e} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19718 | 2025.04.15 04:12:17.982692 [ 5 ] {70eb2653-d96d-40ec-9074-4a3987d6448e} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19719 | 2025.04.15 04:12:17.982856 [ 116 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 6 parts from all_1_64_14 to all_69_69_0 | ||
| 19720 | 2025.04.15 04:12:17.982905 [ 5 ] {70eb2653-d96d-40ec-9074-4a3987d6448e} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002038 sec., 55446.51619234544 rows/sec., 3.59 MiB/sec. | ||
| 19721 | 2025.04.15 04:12:17.982946 [ 116 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19722 | 2025.04.15 04:12:17.983008 [ 5 ] {70eb2653-d96d-40ec-9074-4a3987d6448e} <Debug> TCPHandler: Processed in 0.002402611 sec. | ||
| 19723 | 2025.04.15 04:12:17.983012 [ 116 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19724 | 2025.04.15 04:12:17.983201 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19725 | 2025.04.15 04:12:17.983279 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_64_14 to all_69_69_0 into Compact with storage Full | ||
| 19726 | 2025.04.15 04:12:17.983466 [ 5 ] {b24c6061-e02a-48a1-be12-622076bad822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19727 | 2025.04.15 04:12:17.983635 [ 5 ] {b24c6061-e02a-48a1-be12-622076bad822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19728 | 2025.04.15 04:12:17.983805 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19729 | 2025.04.15 04:12:17.983956 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_14, total 342 rows starting from the beginning of the part | ||
| 19730 | 2025.04.15 04:12:17.984384 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 113 rows starting from the beginning of the part | ||
| 19731 | 2025.04.15 04:12:17.984773 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 113 rows starting from the beginning of the part | ||
| 19732 | 2025.04.15 04:12:17.985141 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 341 rows starting from the beginning of the part | ||
| 19733 | 2025.04.15 04:12:17.985530 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 113 rows starting from the beginning of the part | ||
| 19734 | 2025.04.15 04:12:17.986066 [ 196 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 113 rows starting from the beginning of the part | ||
| 19735 | 2025.04.15 04:12:17.987310 [ 5 ] {b24c6061-e02a-48a1-be12-622076bad822} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19736 | 2025.04.15 04:12:17.987371 [ 5 ] {b24c6061-e02a-48a1-be12-622076bad822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19737 | 2025.04.15 04:12:17.988363 [ 5 ] {b24c6061-e02a-48a1-be12-622076bad822} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19738 | 2025.04.15 04:12:17.989091 [ 187 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1135 rows, containing 5 columns (5 merged, 0 gathered) in 0.005948587 sec., 190801.61389587141 rows/sec., 13.31 MiB/sec. | ||
| 19739 | 2025.04.15 04:12:17.989133 [ 5 ] {b24c6061-e02a-48a1-be12-622076bad822} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19740 | 2025.04.15 04:12:17.989521 [ 5 ] {b24c6061-e02a-48a1-be12-622076bad822} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.006179 sec., 18125.910341479204 rows/sec., 1.03 MiB/sec. | ||
| 19741 | 2025.04.15 04:12:17.989573 [ 187 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 19742 | 2025.04.15 04:12:17.989805 [ 5 ] {b24c6061-e02a-48a1-be12-622076bad822} <Debug> TCPHandler: Processed in 0.006707093 sec. | ||
| 19743 | 2025.04.15 04:12:17.990200 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19744 | 2025.04.15 04:12:17.990386 [ 5 ] {de52c0ed-1f43-403e-ad15-c85b3360d38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19745 | 2025.04.15 04:12:17.990448 [ 5 ] {de52c0ed-1f43-403e-ad15-c85b3360d38e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19746 | 2025.04.15 04:12:17.990909 [ 187 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_69_15} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19747 | 2025.04.15 04:12:17.991121 [ 187 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_69_15} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 6 parts: [all_1_64_14, all_69_69_0] -> all_1_69_15 | ||
| 19748 | 2025.04.15 04:12:17.991268 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 19749 | 2025.04.15 04:12:17.991700 [ 5 ] {de52c0ed-1f43-403e-ad15-c85b3360d38e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19750 | 2025.04.15 04:12:17.991755 [ 5 ] {de52c0ed-1f43-403e-ad15-c85b3360d38e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19751 | 2025.04.15 04:12:17.992322 [ 5 ] {de52c0ed-1f43-403e-ad15-c85b3360d38e} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19752 | 2025.04.15 04:12:17.992923 [ 5 ] {de52c0ed-1f43-403e-ad15-c85b3360d38e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19753 | 2025.04.15 04:12:17.993129 [ 5 ] {de52c0ed-1f43-403e-ad15-c85b3360d38e} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.0028 sec., 139285.7142857143 rows/sec., 9.84 MiB/sec. | ||
| 19754 | 2025.04.15 04:12:17.993192 [ 5 ] {de52c0ed-1f43-403e-ad15-c85b3360d38e} <Debug> TCPHandler: Processed in 0.003131387 sec. | ||
| 19755 | 2025.04.15 04:12:17.993318 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19756 | 2025.04.15 04:12:17.993426 [ 5 ] {8e526046-19b5-4f26-b009-31287e62d8b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 19757 | 2025.04.15 04:12:17.993473 [ 5 ] {8e526046-19b5-4f26-b009-31287e62d8b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19758 | 2025.04.15 04:12:17.993893 [ 5 ] {8e526046-19b5-4f26-b009-31287e62d8b5} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19759 | 2025.04.15 04:12:17.993931 [ 5 ] {8e526046-19b5-4f26-b009-31287e62d8b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19760 | 2025.04.15 04:12:17.994485 [ 5 ] {8e526046-19b5-4f26-b009-31287e62d8b5} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 19761 | 2025.04.15 04:12:17.995003 [ 5 ] {8e526046-19b5-4f26-b009-31287e62d8b5} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19762 | 2025.04.15 04:12:17.995239 [ 5 ] {8e526046-19b5-4f26-b009-31287e62d8b5} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001829 sec., 3280.481137233461 rows/sec., 171.39 KiB/sec. | ||
| 19763 | 2025.04.15 04:12:17.995279 [ 218 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19764 | 2025.04.15 04:12:17.995314 [ 5 ] {8e526046-19b5-4f26-b009-31287e62d8b5} <Debug> TCPHandler: Processed in 0.002046274 sec. | ||
| 19765 | 2025.04.15 04:12:17.995345 [ 218 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19766 | 2025.04.15 04:12:17.995499 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19767 | 2025.04.15 04:12:17.995644 [ 5 ] {67ceb7a9-df73-4ad0-9e41-f842d3264477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19768 | 2025.04.15 04:12:17.995694 [ 5 ] {67ceb7a9-df73-4ad0-9e41-f842d3264477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19769 | 2025.04.15 04:12:17.996365 [ 5 ] {67ceb7a9-df73-4ad0-9e41-f842d3264477} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19770 | 2025.04.15 04:12:17.996440 [ 5 ] {67ceb7a9-df73-4ad0-9e41-f842d3264477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19771 | 2025.04.15 04:12:17.997285 [ 5 ] {67ceb7a9-df73-4ad0-9e41-f842d3264477} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19772 | 2025.04.15 04:12:17.998022 [ 5 ] {67ceb7a9-df73-4ad0-9e41-f842d3264477} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19773 | 2025.04.15 04:12:17.998244 [ 5 ] {67ceb7a9-df73-4ad0-9e41-f842d3264477} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002622 sec., 90389.01601830663 rows/sec., 6.06 MiB/sec. | ||
| 19774 | 2025.04.15 04:12:17.998347 [ 5 ] {67ceb7a9-df73-4ad0-9e41-f842d3264477} <Debug> TCPHandler: Processed in 0.002901712 sec. | ||
| 19775 | 2025.04.15 04:12:17.998522 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19776 | 2025.04.15 04:12:17.998915 [ 5 ] {ea0d7f04-4957-47cc-90ac-e08aa15e1e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 19777 | 2025.04.15 04:12:17.999115 [ 5 ] {ea0d7f04-4957-47cc-90ac-e08aa15e1e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19778 | 2025.04.15 04:12:18.000665 [ 5 ] {ea0d7f04-4957-47cc-90ac-e08aa15e1e49} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19779 | 2025.04.15 04:12:18.000707 [ 5 ] {ea0d7f04-4957-47cc-90ac-e08aa15e1e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19780 | 2025.04.15 04:12:18.001311 [ 218 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] | ||
| 19781 | 2025.04.15 04:12:18.001844 [ 5 ] {ea0d7f04-4957-47cc-90ac-e08aa15e1e49} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19782 | 2025.04.15 04:12:18.002636 [ 5 ] {ea0d7f04-4957-47cc-90ac-e08aa15e1e49} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19783 | 2025.04.15 04:12:18.002834 [ 114 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 6 parts from all_1_64_14 to all_69_69_0 | ||
| 19784 | 2025.04.15 04:12:18.002901 [ 114 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19785 | 2025.04.15 04:12:18.002935 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19786 | 2025.04.15 04:12:18.002943 [ 5 ] {ea0d7f04-4957-47cc-90ac-e08aa15e1e49} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004182 sec., 239.12003825920613 rows/sec., 16.11 KiB/sec. | ||
| 19787 | 2025.04.15 04:12:18.003108 [ 5 ] {ea0d7f04-4957-47cc-90ac-e08aa15e1e49} <Debug> TCPHandler: Processed in 0.00468905 sec. | ||
| 19788 | 2025.04.15 04:12:18.003128 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_64_14 to all_69_69_0 into Compact with storage Full | ||
| 19789 | 2025.04.15 04:12:18.003255 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19790 | 2025.04.15 04:12:18.003263 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19791 | 2025.04.15 04:12:18.003291 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_64_14, total 64 rows starting from the beginning of the part | ||
| 19792 | 2025.04.15 04:12:18.003411 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part | ||
| 19793 | 2025.04.15 04:12:18.003493 [ 5 ] {7f011179-cba1-43aa-ac00-2a8dd5416573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19794 | 2025.04.15 04:12:18.003599 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part | ||
| 19795 | 2025.04.15 04:12:18.003921 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1 rows starting from the beginning of the part | ||
| 19796 | 2025.04.15 04:12:18.003969 [ 5 ] {7f011179-cba1-43aa-ac00-2a8dd5416573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19797 | 2025.04.15 04:12:18.004270 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1 rows starting from the beginning of the part | ||
| 19798 | 2025.04.15 04:12:18.004578 [ 189 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1 rows starting from the beginning of the part | ||
| 19799 | 2025.04.15 04:12:18.006614 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 69 rows, containing 4 columns (4 merged, 0 gathered) in 0.003579026 sec., 19278.98819399468 rows/sec., 1.27 MiB/sec. | ||
| 19800 | 2025.04.15 04:12:18.006976 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 19801 | 2025.04.15 04:12:18.007399 [ 5 ] {7f011179-cba1-43aa-ac00-2a8dd5416573} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19802 | 2025.04.15 04:12:18.007459 [ 5 ] {7f011179-cba1-43aa-ac00-2a8dd5416573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19803 | 2025.04.15 04:12:18.007855 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_69_15} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19804 | 2025.04.15 04:12:18.008055 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_69_15} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 6 parts: [all_1_64_14, all_69_69_0] -> all_1_69_15 | ||
| 19805 | 2025.04.15 04:12:18.008216 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19806 | 2025.04.15 04:12:18.008702 [ 5 ] {7f011179-cba1-43aa-ac00-2a8dd5416573} <Trace> MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) | ||
| 19807 | 2025.04.15 04:12:18.009356 [ 5 ] {7f011179-cba1-43aa-ac00-2a8dd5416573} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19808 | 2025.04.15 04:12:18.009666 [ 5 ] {7f011179-cba1-43aa-ac00-2a8dd5416573} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006251 sec., 1279.7952327627581 rows/sec., 2.29 MiB/sec. | ||
| 19809 | 2025.04.15 04:12:18.009908 [ 5 ] {7f011179-cba1-43aa-ac00-2a8dd5416573} <Debug> TCPHandler: Processed in 0.006713743 sec. | ||
| 19810 | 2025.04.15 04:12:18.010231 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19811 | 2025.04.15 04:12:18.010368 [ 5 ] {5a2049d5-0cc1-409d-9cef-f56fb6271f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19812 | 2025.04.15 04:12:18.010419 [ 5 ] {5a2049d5-0cc1-409d-9cef-f56fb6271f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19813 | 2025.04.15 04:12:18.010872 [ 5 ] {5a2049d5-0cc1-409d-9cef-f56fb6271f70} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19814 | 2025.04.15 04:12:18.010911 [ 5 ] {5a2049d5-0cc1-409d-9cef-f56fb6271f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19815 | 2025.04.15 04:12:18.011432 [ 5 ] {5a2049d5-0cc1-409d-9cef-f56fb6271f70} <Trace> MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) | ||
| 19816 | 2025.04.15 04:12:18.011989 [ 5 ] {5a2049d5-0cc1-409d-9cef-f56fb6271f70} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19817 | 2025.04.15 04:12:18.012214 [ 5 ] {5a2049d5-0cc1-409d-9cef-f56fb6271f70} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001868 sec., 43897.21627408994 rows/sec., 2.79 MiB/sec. | ||
| 19818 | 2025.04.15 04:12:18.012311 [ 5 ] {5a2049d5-0cc1-409d-9cef-f56fb6271f70} <Debug> TCPHandler: Processed in 0.002174847 sec. | ||
| 19819 | 2025.04.15 04:12:20.206353 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19820 | 2025.04.15 04:12:20.206410 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19821 | 2025.04.15 04:12:20.534675 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43066 | ||
| 19822 | 2025.04.15 04:12:20.535309 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19823 | 2025.04.15 04:12:20.535359 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19824 | 2025.04.15 04:12:20.536096 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 19825 | 2025.04.15 04:12:20.536603 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19826 | 2025.04.15 04:12:20.536845 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43066 | ||
| 19827 | 2025.04.15 04:12:22.969817 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19828 | 2025.04.15 04:12:22.969995 [ 5 ] {f6d46e76-bb08-4018-8ee0-233416320e72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19829 | 2025.04.15 04:12:22.970063 [ 5 ] {f6d46e76-bb08-4018-8ee0-233416320e72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19830 | 2025.04.15 04:12:22.970841 [ 5 ] {f6d46e76-bb08-4018-8ee0-233416320e72} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19831 | 2025.04.15 04:12:22.970882 [ 5 ] {f6d46e76-bb08-4018-8ee0-233416320e72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19832 | 2025.04.15 04:12:22.971465 [ 5 ] {f6d46e76-bb08-4018-8ee0-233416320e72} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 19833 | 2025.04.15 04:12:22.971933 [ 5 ] {f6d46e76-bb08-4018-8ee0-233416320e72} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19834 | 2025.04.15 04:12:22.972128 [ 5 ] {f6d46e76-bb08-4018-8ee0-233416320e72} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.002181 sec., 1375.5158184319118 rows/sec., 102.09 KiB/sec. | ||
| 19835 | 2025.04.15 04:12:22.972184 [ 5 ] {f6d46e76-bb08-4018-8ee0-233416320e72} <Debug> TCPHandler: Processed in 0.002516564 sec. | ||
| 19836 | 2025.04.15 04:12:22.972323 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19837 | 2025.04.15 04:12:22.972425 [ 5 ] {e9fee42a-314a-47fa-a4a8-453a3a8dfb03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19838 | 2025.04.15 04:12:22.972468 [ 5 ] {e9fee42a-314a-47fa-a4a8-453a3a8dfb03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19839 | 2025.04.15 04:12:22.973160 [ 5 ] {e9fee42a-314a-47fa-a4a8-453a3a8dfb03} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19840 | 2025.04.15 04:12:22.973200 [ 5 ] {e9fee42a-314a-47fa-a4a8-453a3a8dfb03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19841 | 2025.04.15 04:12:22.973659 [ 5 ] {e9fee42a-314a-47fa-a4a8-453a3a8dfb03} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19842 | 2025.04.15 04:12:22.974119 [ 5 ] {e9fee42a-314a-47fa-a4a8-453a3a8dfb03} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19843 | 2025.04.15 04:12:22.974313 [ 5 ] {e9fee42a-314a-47fa-a4a8-453a3a8dfb03} <Debug> executeQuery: Read 164 rows, 14.44 KiB in 0.001899 sec., 86361.24275934702 rows/sec., 7.42 MiB/sec. | ||
| 19844 | 2025.04.15 04:12:22.974387 [ 5 ] {e9fee42a-314a-47fa-a4a8-453a3a8dfb03} <Debug> TCPHandler: Processed in 0.002111685 sec. | ||
| 19845 | 2025.04.15 04:12:22.974517 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19846 | 2025.04.15 04:12:22.974764 [ 5 ] {93a40ee0-014c-4c6a-aefb-3b8e9068534b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19847 | 2025.04.15 04:12:22.974907 [ 5 ] {93a40ee0-014c-4c6a-aefb-3b8e9068534b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19848 | 2025.04.15 04:12:22.976063 [ 5 ] {93a40ee0-014c-4c6a-aefb-3b8e9068534b} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19849 | 2025.04.15 04:12:22.976112 [ 5 ] {93a40ee0-014c-4c6a-aefb-3b8e9068534b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19850 | 2025.04.15 04:12:22.976558 [ 5 ] {93a40ee0-014c-4c6a-aefb-3b8e9068534b} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 19851 | 2025.04.15 04:12:22.977052 [ 5 ] {93a40ee0-014c-4c6a-aefb-3b8e9068534b} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19852 | 2025.04.15 04:12:22.977246 [ 5 ] {93a40ee0-014c-4c6a-aefb-3b8e9068534b} <Debug> executeQuery: Read 54 rows, 4.02 KiB in 0.002586 sec., 20881.67053364269 rows/sec., 1.52 MiB/sec. | ||
| 19853 | 2025.04.15 04:12:22.977296 [ 5 ] {93a40ee0-014c-4c6a-aefb-3b8e9068534b} <Debug> TCPHandler: Processed in 0.00282711 sec. | ||
| 19854 | 2025.04.15 04:12:22.977421 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19855 | 2025.04.15 04:12:22.977522 [ 5 ] {dfba2b1d-a39d-43a0-8b94-bb0feff7450f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 19856 | 2025.04.15 04:12:22.977565 [ 5 ] {dfba2b1d-a39d-43a0-8b94-bb0feff7450f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19857 | 2025.04.15 04:12:22.978135 [ 5 ] {dfba2b1d-a39d-43a0-8b94-bb0feff7450f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19858 | 2025.04.15 04:12:22.978172 [ 5 ] {dfba2b1d-a39d-43a0-8b94-bb0feff7450f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19859 | 2025.04.15 04:12:22.978626 [ 5 ] {dfba2b1d-a39d-43a0-8b94-bb0feff7450f} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19860 | 2025.04.15 04:12:22.979119 [ 5 ] {dfba2b1d-a39d-43a0-8b94-bb0feff7450f} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19861 | 2025.04.15 04:12:22.979315 [ 5 ] {dfba2b1d-a39d-43a0-8b94-bb0feff7450f} <Debug> executeQuery: Read 145 rows, 11.40 KiB in 0.001805 sec., 80332.40997229917 rows/sec., 6.17 MiB/sec. | ||
| 19862 | 2025.04.15 04:12:22.979394 [ 5 ] {dfba2b1d-a39d-43a0-8b94-bb0feff7450f} <Debug> TCPHandler: Processed in 0.002020183 sec. | ||
| 19863 | 2025.04.15 04:12:22.979524 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19864 | 2025.04.15 04:12:22.979787 [ 5 ] {183e7e8d-ad98-47dc-88ac-259a18487ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 19865 | 2025.04.15 04:12:22.979939 [ 5 ] {183e7e8d-ad98-47dc-88ac-259a18487ae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19866 | 2025.04.15 04:12:22.981210 [ 5 ] {183e7e8d-ad98-47dc-88ac-259a18487ae7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19867 | 2025.04.15 04:12:22.981248 [ 5 ] {183e7e8d-ad98-47dc-88ac-259a18487ae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19868 | 2025.04.15 04:12:22.981746 [ 5 ] {183e7e8d-ad98-47dc-88ac-259a18487ae7} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19869 | 2025.04.15 04:12:22.982209 [ 5 ] {183e7e8d-ad98-47dc-88ac-259a18487ae7} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19870 | 2025.04.15 04:12:22.982400 [ 5 ] {183e7e8d-ad98-47dc-88ac-259a18487ae7} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.002732 sec., 59663.25036603221 rows/sec., 4.14 MiB/sec. | ||
| 19871 | 2025.04.15 04:12:22.982448 [ 5 ] {183e7e8d-ad98-47dc-88ac-259a18487ae7} <Debug> TCPHandler: Processed in 0.002982004 sec. | ||
| 19872 | 2025.04.15 04:12:22.982556 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19873 | 2025.04.15 04:12:22.982657 [ 5 ] {a78728eb-24b7-495a-912c-8176721a24aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 19874 | 2025.04.15 04:12:22.982721 [ 5 ] {a78728eb-24b7-495a-912c-8176721a24aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 19875 | 2025.04.15 04:12:22.983896 [ 5 ] {a78728eb-24b7-495a-912c-8176721a24aa} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19876 | 2025.04.15 04:12:22.983935 [ 5 ] {a78728eb-24b7-495a-912c-8176721a24aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19877 | 2025.04.15 04:12:22.984717 [ 5 ] {a78728eb-24b7-495a-912c-8176721a24aa} <Trace> MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) | ||
| 19878 | 2025.04.15 04:12:22.985216 [ 5 ] {a78728eb-24b7-495a-912c-8176721a24aa} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19879 | 2025.04.15 04:12:22.985476 [ 5 ] {a78728eb-24b7-495a-912c-8176721a24aa} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.002839 sec., 17964.071856287424 rows/sec., 32.19 MiB/sec. | ||
| 19880 | 2025.04.15 04:12:22.985681 [ 5 ] {a78728eb-24b7-495a-912c-8176721a24aa} <Debug> TCPHandler: Processed in 0.003169688 sec. | ||
| 19881 | 2025.04.15 04:12:22.986025 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19882 | 2025.04.15 04:12:22.986223 [ 5 ] {3e5eb002-67dc-4ef6-9098-86d3caf25298} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 19883 | 2025.04.15 04:12:22.986271 [ 5 ] {3e5eb002-67dc-4ef6-9098-86d3caf25298} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 19884 | 2025.04.15 04:12:22.986686 [ 5 ] {3e5eb002-67dc-4ef6-9098-86d3caf25298} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19885 | 2025.04.15 04:12:22.986724 [ 5 ] {3e5eb002-67dc-4ef6-9098-86d3caf25298} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19886 | 2025.04.15 04:12:22.987198 [ 5 ] {3e5eb002-67dc-4ef6-9098-86d3caf25298} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 19887 | 2025.04.15 04:12:22.987660 [ 5 ] {3e5eb002-67dc-4ef6-9098-86d3caf25298} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19888 | 2025.04.15 04:12:22.987900 [ 5 ] {3e5eb002-67dc-4ef6-9098-86d3caf25298} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001713 sec., 5253.940455341506 rows/sec., 371.13 KiB/sec. | ||
| 19889 | 2025.04.15 04:12:22.988072 [ 5 ] {3e5eb002-67dc-4ef6-9098-86d3caf25298} <Debug> TCPHandler: Processed in 0.002150266 sec. | ||
| 19890 | 2025.04.15 04:12:22.988227 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19891 | 2025.04.15 04:12:22.988359 [ 5 ] {23c61201-de99-4285-b75a-9ae96e200b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 19892 | 2025.04.15 04:12:22.988503 [ 5 ] {23c61201-de99-4285-b75a-9ae96e200b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19893 | 2025.04.15 04:12:22.988978 [ 5 ] {23c61201-de99-4285-b75a-9ae96e200b4a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19894 | 2025.04.15 04:12:22.989015 [ 5 ] {23c61201-de99-4285-b75a-9ae96e200b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19895 | 2025.04.15 04:12:22.989466 [ 5 ] {23c61201-de99-4285-b75a-9ae96e200b4a} <Trace> MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) | ||
| 19896 | 2025.04.15 04:12:22.989913 [ 5 ] {23c61201-de99-4285-b75a-9ae96e200b4a} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19897 | 2025.04.15 04:12:22.990139 [ 5 ] {23c61201-de99-4285-b75a-9ae96e200b4a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001803 sec., 33277.87021630616 rows/sec., 2.24 MiB/sec. | ||
| 19898 | 2025.04.15 04:12:22.990202 [ 5 ] {23c61201-de99-4285-b75a-9ae96e200b4a} <Debug> TCPHandler: Processed in 0.002038443 sec. | ||
| 19899 | 2025.04.15 04:12:23.062956 [ 218 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19900 | 2025.04.15 04:12:23.063034 [ 218 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19901 | 2025.04.15 04:12:23.066461 [ 218 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 19902 | 2025.04.15 04:12:23.465183 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19903 | 2025.04.15 04:12:23.465360 [ 5 ] {f8262676-1796-4f31-a4aa-d9396c3c7250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 19904 | 2025.04.15 04:12:23.465430 [ 5 ] {f8262676-1796-4f31-a4aa-d9396c3c7250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 19905 | 2025.04.15 04:12:23.466277 [ 5 ] {f8262676-1796-4f31-a4aa-d9396c3c7250} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19906 | 2025.04.15 04:12:23.466322 [ 5 ] {f8262676-1796-4f31-a4aa-d9396c3c7250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19907 | 2025.04.15 04:12:23.466842 [ 5 ] {f8262676-1796-4f31-a4aa-d9396c3c7250} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 19908 | 2025.04.15 04:12:23.467280 [ 5 ] {f8262676-1796-4f31-a4aa-d9396c3c7250} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19909 | 2025.04.15 04:12:23.467476 [ 107 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 19910 | 2025.04.15 04:12:23.467501 [ 5 ] {f8262676-1796-4f31-a4aa-d9396c3c7250} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002186 sec., 96980.7868252516 rows/sec., 6.17 MiB/sec. | ||
| 19911 | 2025.04.15 04:12:23.467557 [ 107 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19912 | 2025.04.15 04:12:23.467633 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19913 | 2025.04.15 04:12:23.467647 [ 5 ] {f8262676-1796-4f31-a4aa-d9396c3c7250} <Debug> TCPHandler: Processed in 0.002565395 sec. | ||
| 19914 | 2025.04.15 04:12:23.467821 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 19915 | 2025.04.15 04:12:23.467829 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19916 | 2025.04.15 04:12:23.467987 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19917 | 2025.04.15 04:12:23.467995 [ 5 ] {37cad89d-d2fb-4a21-95e6-04b2f8eebdea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 19918 | 2025.04.15 04:12:23.468033 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 212 rows starting from the beginning of the part | ||
| 19919 | 2025.04.15 04:12:23.468057 [ 5 ] {37cad89d-d2fb-4a21-95e6-04b2f8eebdea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19920 | 2025.04.15 04:12:23.468246 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 212 rows starting from the beginning of the part | ||
| 19921 | 2025.04.15 04:12:23.468513 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 212 rows starting from the beginning of the part | ||
| 19922 | 2025.04.15 04:12:23.468918 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 212 rows starting from the beginning of the part | ||
| 19923 | 2025.04.15 04:12:23.469136 [ 201 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 212 rows starting from the beginning of the part | ||
| 19924 | 2025.04.15 04:12:23.470072 [ 5 ] {37cad89d-d2fb-4a21-95e6-04b2f8eebdea} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19925 | 2025.04.15 04:12:23.470117 [ 5 ] {37cad89d-d2fb-4a21-95e6-04b2f8eebdea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19926 | 2025.04.15 04:12:23.470822 [ 5 ] {37cad89d-d2fb-4a21-95e6-04b2f8eebdea} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 19927 | 2025.04.15 04:12:23.470986 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.003230309 sec., 328141.98270196444 rows/sec., 22.12 MiB/sec. | ||
| 19928 | 2025.04.15 04:12:23.471311 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 19929 | 2025.04.15 04:12:23.471472 [ 5 ] {37cad89d-d2fb-4a21-95e6-04b2f8eebdea} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19930 | 2025.04.15 04:12:23.471781 [ 5 ] {37cad89d-d2fb-4a21-95e6-04b2f8eebdea} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003827 sec., 522.6025607525477 rows/sec., 42.61 KiB/sec. | ||
| 19931 | 2025.04.15 04:12:23.471894 [ 5 ] {37cad89d-d2fb-4a21-95e6-04b2f8eebdea} <Debug> TCPHandler: Processed in 0.004125477 sec. | ||
| 19932 | 2025.04.15 04:12:23.472024 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19933 | 2025.04.15 04:12:23.472171 [ 5 ] {3613a1aa-ce23-4091-80da-b977e109003b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 19934 | 2025.04.15 04:12:23.472181 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_69_17} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19935 | 2025.04.15 04:12:23.472237 [ 5 ] {3613a1aa-ce23-4091-80da-b977e109003b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19936 | 2025.04.15 04:12:23.472387 [ 192 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_69_17} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 19937 | 2025.04.15 04:12:23.472567 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 19938 | 2025.04.15 04:12:23.473997 [ 5 ] {3613a1aa-ce23-4091-80da-b977e109003b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19939 | 2025.04.15 04:12:23.474040 [ 5 ] {3613a1aa-ce23-4091-80da-b977e109003b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19940 | 2025.04.15 04:12:23.474611 [ 5 ] {3613a1aa-ce23-4091-80da-b977e109003b} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 19941 | 2025.04.15 04:12:23.475052 [ 5 ] {3613a1aa-ce23-4091-80da-b977e109003b} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19942 | 2025.04.15 04:12:23.475228 [ 107 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 19943 | 2025.04.15 04:12:23.475288 [ 5 ] {3613a1aa-ce23-4091-80da-b977e109003b} <Debug> executeQuery: Read 1774 rows, 147.61 KiB in 0.003152 sec., 562817.2588832488 rows/sec., 45.73 MiB/sec. | ||
| 19944 | 2025.04.15 04:12:23.475296 [ 107 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19945 | 2025.04.15 04:12:23.475364 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19946 | 2025.04.15 04:12:23.475418 [ 5 ] {3613a1aa-ce23-4091-80da-b977e109003b} <Debug> TCPHandler: Processed in 0.003443994 sec. | ||
| 19947 | 2025.04.15 04:12:23.475544 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 19948 | 2025.04.15 04:12:23.475632 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19949 | 2025.04.15 04:12:23.475656 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19950 | 2025.04.15 04:12:23.475686 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1875 rows starting from the beginning of the part | ||
| 19951 | 2025.04.15 04:12:23.475802 [ 5 ] {34fbbc19-d666-4723-a662-02a8b89ccffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 19952 | 2025.04.15 04:12:23.475825 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 633 rows starting from the beginning of the part | ||
| 19953 | 2025.04.15 04:12:23.475896 [ 5 ] {34fbbc19-d666-4723-a662-02a8b89ccffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19954 | 2025.04.15 04:12:23.476034 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 159 rows starting from the beginning of the part | ||
| 19955 | 2025.04.15 04:12:23.476211 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 633 rows starting from the beginning of the part | ||
| 19956 | 2025.04.15 04:12:23.476409 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 164 rows starting from the beginning of the part | ||
| 19957 | 2025.04.15 04:12:23.476630 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1774 rows starting from the beginning of the part | ||
| 19958 | 2025.04.15 04:12:23.477471 [ 5 ] {34fbbc19-d666-4723-a662-02a8b89ccffa} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19959 | 2025.04.15 04:12:23.477520 [ 5 ] {34fbbc19-d666-4723-a662-02a8b89ccffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19960 | 2025.04.15 04:12:23.478166 [ 5 ] {34fbbc19-d666-4723-a662-02a8b89ccffa} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 19961 | 2025.04.15 04:12:23.478633 [ 5 ] {34fbbc19-d666-4723-a662-02a8b89ccffa} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19962 | 2025.04.15 04:12:23.478850 [ 107 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 19963 | 2025.04.15 04:12:23.478955 [ 5 ] {34fbbc19-d666-4723-a662-02a8b89ccffa} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.003194 sec., 36318.09643080777 rows/sec., 2.18 MiB/sec. | ||
| 19964 | 2025.04.15 04:12:23.478971 [ 107 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19965 | 2025.04.15 04:12:23.479072 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19966 | 2025.04.15 04:12:23.479347 [ 5 ] {34fbbc19-d666-4723-a662-02a8b89ccffa} <Debug> TCPHandler: Processed in 0.00376456 sec. | ||
| 19967 | 2025.04.15 04:12:23.479849 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 19968 | 2025.04.15 04:12:23.479878 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19969 | 2025.04.15 04:12:23.479982 [ 197 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5238 rows, containing 5 columns (5 merged, 0 gathered) in 0.004511306 sec., 1161082.8438594057 rows/sec., 98.58 MiB/sec. | ||
| 19970 | 2025.04.15 04:12:23.480323 [ 5 ] {adc56067-f34b-44dd-b2cc-88c6c10fd8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 19971 | 2025.04.15 04:12:23.480510 [ 5 ] {adc56067-f34b-44dd-b2cc-88c6c10fd8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19972 | 2025.04.15 04:12:23.480588 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19973 | 2025.04.15 04:12:23.480765 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 178 rows starting from the beginning of the part | ||
| 19974 | 2025.04.15 04:12:23.481235 [ 191 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 19975 | 2025.04.15 04:12:23.481369 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 114 rows starting from the beginning of the part | ||
| 19976 | 2025.04.15 04:12:23.482049 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 53 rows starting from the beginning of the part | ||
| 19977 | 2025.04.15 04:12:23.482634 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 114 rows starting from the beginning of the part | ||
| 19978 | 2025.04.15 04:12:23.483182 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 54 rows starting from the beginning of the part | ||
| 19979 | 2025.04.15 04:12:23.483728 [ 192 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 116 rows starting from the beginning of the part | ||
| 19980 | 2025.04.15 04:12:23.485330 [ 200 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_161_32} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19981 | 2025.04.15 04:12:23.485712 [ 200 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_161_32} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 19982 | 2025.04.15 04:12:23.485962 [ 5 ] {adc56067-f34b-44dd-b2cc-88c6c10fd8ad} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19983 | 2025.04.15 04:12:23.485987 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. | ||
| 19984 | 2025.04.15 04:12:23.486054 [ 5 ] {adc56067-f34b-44dd-b2cc-88c6c10fd8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19985 | 2025.04.15 04:12:23.487155 [ 5 ] {adc56067-f34b-44dd-b2cc-88c6c10fd8ad} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 19986 | 2025.04.15 04:12:23.487176 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 629 rows, containing 5 columns (5 merged, 0 gathered) in 0.007895378 sec., 79666.86332180676 rows/sec., 5.35 MiB/sec. | ||
| 19987 | 2025.04.15 04:12:23.487508 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 19988 | 2025.04.15 04:12:23.487938 [ 5 ] {adc56067-f34b-44dd-b2cc-88c6c10fd8ad} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19989 | 2025.04.15 04:12:23.488270 [ 5 ] {adc56067-f34b-44dd-b2cc-88c6c10fd8ad} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.008109 sec., 42052.04094216303 rows/sec., 2.81 MiB/sec. | ||
| 19990 | 2025.04.15 04:12:23.488368 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_136_27} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19991 | 2025.04.15 04:12:23.488404 [ 5 ] {adc56067-f34b-44dd-b2cc-88c6c10fd8ad} <Debug> TCPHandler: Processed in 0.008663375 sec. | ||
| 19992 | 2025.04.15 04:12:23.488545 [ 190 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_136_27} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 19993 | 2025.04.15 04:12:23.488579 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19994 | 2025.04.15 04:12:23.488709 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 19995 | 2025.04.15 04:12:23.488777 [ 5 ] {c36907bc-96d0-4a87-a7b4-e4464d4fcc4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 19996 | 2025.04.15 04:12:23.488828 [ 5 ] {c36907bc-96d0-4a87-a7b4-e4464d4fcc4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19997 | 2025.04.15 04:12:23.489433 [ 5 ] {c36907bc-96d0-4a87-a7b4-e4464d4fcc4c} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19998 | 2025.04.15 04:12:23.489472 [ 5 ] {c36907bc-96d0-4a87-a7b4-e4464d4fcc4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 19999 | 2025.04.15 04:12:23.489931 [ 5 ] {c36907bc-96d0-4a87-a7b4-e4464d4fcc4c} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 20000 | 2025.04.15 04:12:23.490429 [ 5 ] {c36907bc-96d0-4a87-a7b4-e4464d4fcc4c} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20001 | 2025.04.15 04:12:23.490586 [ 107 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_65_16 to all_69_69_0 | ||
| 20002 | 2025.04.15 04:12:23.490652 [ 107 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20003 | 2025.04.15 04:12:23.490675 [ 5 ] {c36907bc-96d0-4a87-a7b4-e4464d4fcc4c} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001929 sec., 58061.17159149819 rows/sec., 3.31 MiB/sec. | ||
| 20004 | 2025.04.15 04:12:23.490689 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20005 | 2025.04.15 04:12:23.490836 [ 5 ] {c36907bc-96d0-4a87-a7b4-e4464d4fcc4c} <Debug> TCPHandler: Processed in 0.00231907 sec. | ||
| 20006 | 2025.04.15 04:12:23.490921 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_69_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_16 to all_69_69_0 into Compact with storage Full | ||
| 20007 | 2025.04.15 04:12:23.490999 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20008 | 2025.04.15 04:12:23.491084 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_69_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20009 | 2025.04.15 04:12:23.491167 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_16, total 112 rows starting from the beginning of the part | ||
| 20010 | 2025.04.15 04:12:23.491190 [ 5 ] {2e2a47e8-9aa1-476d-b188-49291a85a759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20011 | 2025.04.15 04:12:23.491333 [ 5 ] {2e2a47e8-9aa1-476d-b188-49291a85a759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20012 | 2025.04.15 04:12:23.491442 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 112 rows starting from the beginning of the part | ||
| 20013 | 2025.04.15 04:12:23.491835 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 112 rows starting from the beginning of the part | ||
| 20014 | 2025.04.15 04:12:23.492196 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 112 rows starting from the beginning of the part | ||
| 20015 | 2025.04.15 04:12:23.492577 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_69_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 112 rows starting from the beginning of the part | ||
| 20016 | 2025.04.15 04:12:23.494632 [ 5 ] {2e2a47e8-9aa1-476d-b188-49291a85a759} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20017 | 2025.04.15 04:12:23.494748 [ 5 ] {2e2a47e8-9aa1-476d-b188-49291a85a759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20018 | 2025.04.15 04:12:23.495012 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_69_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.00419312 sec., 133552.1043995879 rows/sec., 8.12 MiB/sec. | ||
| 20019 | 2025.04.15 04:12:23.495420 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_69_17} <Trace> MergedBlockOutputStream: filled checksums all_1_69_17 (state Temporary) | ||
| 20020 | 2025.04.15 04:12:23.495922 [ 5 ] {2e2a47e8-9aa1-476d-b188-49291a85a759} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 20021 | 2025.04.15 04:12:23.496209 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_69_17} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_69_17 to all_1_69_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20022 | 2025.04.15 04:12:23.496318 [ 200 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_69_17} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_65_16, all_69_69_0] -> all_1_69_17 | ||
| 20023 | 2025.04.15 04:12:23.496404 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 20024 | 2025.04.15 04:12:23.496532 [ 5 ] {2e2a47e8-9aa1-476d-b188-49291a85a759} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20025 | 2025.04.15 04:12:23.496704 [ 107 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 20026 | 2025.04.15 04:12:23.496783 [ 107 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20027 | 2025.04.15 04:12:23.496799 [ 5 ] {2e2a47e8-9aa1-476d-b188-49291a85a759} <Debug> executeQuery: Read 848 rows, 62.68 KiB in 0.005655 sec., 149955.79133510168 rows/sec., 10.82 MiB/sec. | ||
| 20028 | 2025.04.15 04:12:23.496831 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20029 | 2025.04.15 04:12:23.496952 [ 5 ] {2e2a47e8-9aa1-476d-b188-49291a85a759} <Debug> TCPHandler: Processed in 0.006009098 sec. | ||
| 20030 | 2025.04.15 04:12:23.497115 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 20031 | 2025.04.15 04:12:23.497180 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20032 | 2025.04.15 04:12:23.497346 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20033 | 2025.04.15 04:12:23.497406 [ 5 ] {12f22562-bd57-490d-aeda-aad66c4323ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20034 | 2025.04.15 04:12:23.497415 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 931 rows starting from the beginning of the part | ||
| 20035 | 2025.04.15 04:12:23.497496 [ 5 ] {12f22562-bd57-490d-aeda-aad66c4323ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20036 | 2025.04.15 04:12:23.497662 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 390 rows starting from the beginning of the part | ||
| 20037 | 2025.04.15 04:12:23.498094 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 135 rows starting from the beginning of the part | ||
| 20038 | 2025.04.15 04:12:23.498527 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 390 rows starting from the beginning of the part | ||
| 20039 | 2025.04.15 04:12:23.498854 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 145 rows starting from the beginning of the part | ||
| 20040 | 2025.04.15 04:12:23.499080 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 848 rows starting from the beginning of the part | ||
| 20041 | 2025.04.15 04:12:23.499788 [ 5 ] {12f22562-bd57-490d-aeda-aad66c4323ee} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20042 | 2025.04.15 04:12:23.499859 [ 5 ] {12f22562-bd57-490d-aeda-aad66c4323ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20043 | 2025.04.15 04:12:23.500858 [ 5 ] {12f22562-bd57-490d-aeda-aad66c4323ee} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 20044 | 2025.04.15 04:12:23.501534 [ 5 ] {12f22562-bd57-490d-aeda-aad66c4323ee} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20045 | 2025.04.15 04:12:23.501962 [ 5 ] {12f22562-bd57-490d-aeda-aad66c4323ee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004589 sec., 1307.4743952930921 rows/sec., 68.31 KiB/sec. | ||
| 20046 | 2025.04.15 04:12:23.502378 [ 5 ] {12f22562-bd57-490d-aeda-aad66c4323ee} <Debug> TCPHandler: Processed in 0.005269703 sec. | ||
| 20047 | 2025.04.15 04:12:23.502780 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2839 rows, containing 5 columns (5 merged, 0 gathered) in 0.005794253 sec., 489968.2495741901 rows/sec., 37.34 MiB/sec. | ||
| 20048 | 2025.04.15 04:12:23.502798 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20049 | 2025.04.15 04:12:23.502994 [ 5 ] {b976ee33-6868-4a28-b7af-99f7d1f25329} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20050 | 2025.04.15 04:12:23.503049 [ 5 ] {b976ee33-6868-4a28-b7af-99f7d1f25329} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20051 | 2025.04.15 04:12:23.503165 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 20052 | 2025.04.15 04:12:23.503936 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_161_32} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20053 | 2025.04.15 04:12:23.504142 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_161_32} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 20054 | 2025.04.15 04:12:23.504294 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 20055 | 2025.04.15 04:12:23.504499 [ 5 ] {b976ee33-6868-4a28-b7af-99f7d1f25329} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20056 | 2025.04.15 04:12:23.504543 [ 5 ] {b976ee33-6868-4a28-b7af-99f7d1f25329} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20057 | 2025.04.15 04:12:23.505099 [ 5 ] {b976ee33-6868-4a28-b7af-99f7d1f25329} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 20058 | 2025.04.15 04:12:23.505554 [ 5 ] {b976ee33-6868-4a28-b7af-99f7d1f25329} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20059 | 2025.04.15 04:12:23.505764 [ 5 ] {b976ee33-6868-4a28-b7af-99f7d1f25329} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002819 sec., 339127.3501241575 rows/sec., 22.53 MiB/sec. | ||
| 20060 | 2025.04.15 04:12:23.505820 [ 5 ] {b976ee33-6868-4a28-b7af-99f7d1f25329} <Debug> TCPHandler: Processed in 0.003139307 sec. | ||
| 20061 | 2025.04.15 04:12:23.505944 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20062 | 2025.04.15 04:12:23.506050 [ 5 ] {39b6f7c6-92df-4e9a-beda-3efbe458193f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20063 | 2025.04.15 04:12:23.506097 [ 5 ] {39b6f7c6-92df-4e9a-beda-3efbe458193f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20064 | 2025.04.15 04:12:23.506490 [ 5 ] {39b6f7c6-92df-4e9a-beda-3efbe458193f} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20065 | 2025.04.15 04:12:23.506528 [ 5 ] {39b6f7c6-92df-4e9a-beda-3efbe458193f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20066 | 2025.04.15 04:12:23.506978 [ 5 ] {39b6f7c6-92df-4e9a-beda-3efbe458193f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20067 | 2025.04.15 04:12:23.507413 [ 5 ] {39b6f7c6-92df-4e9a-beda-3efbe458193f} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20068 | 2025.04.15 04:12:23.507605 [ 5 ] {39b6f7c6-92df-4e9a-beda-3efbe458193f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001578 sec., 633.7135614702155 rows/sec., 42.70 KiB/sec. | ||
| 20069 | 2025.04.15 04:12:23.507653 [ 5 ] {39b6f7c6-92df-4e9a-beda-3efbe458193f} <Debug> TCPHandler: Processed in 0.001759678 sec. | ||
| 20070 | 2025.04.15 04:12:23.507770 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20071 | 2025.04.15 04:12:23.507876 [ 5 ] {a200bb50-69d8-4d22-995f-9f9c4f3004a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20072 | 2025.04.15 04:12:23.507939 [ 5 ] {a200bb50-69d8-4d22-995f-9f9c4f3004a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20073 | 2025.04.15 04:12:23.508952 [ 5 ] {a200bb50-69d8-4d22-995f-9f9c4f3004a3} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20074 | 2025.04.15 04:12:23.508991 [ 5 ] {a200bb50-69d8-4d22-995f-9f9c4f3004a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20075 | 2025.04.15 04:12:23.509699 [ 5 ] {a200bb50-69d8-4d22-995f-9f9c4f3004a3} <Trace> MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) | ||
| 20076 | 2025.04.15 04:12:23.510179 [ 5 ] {a200bb50-69d8-4d22-995f-9f9c4f3004a3} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20077 | 2025.04.15 04:12:23.510397 [ 106 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 | ||
| 20078 | 2025.04.15 04:12:23.510432 [ 5 ] {a200bb50-69d8-4d22-995f-9f9c4f3004a3} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002576 sec., 3105.590062111801 rows/sec., 5.57 MiB/sec. | ||
| 20079 | 2025.04.15 04:12:23.510467 [ 106 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20080 | 2025.04.15 04:12:23.510541 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20081 | 2025.04.15 04:12:23.510760 [ 5 ] {a200bb50-69d8-4d22-995f-9f9c4f3004a3} <Debug> TCPHandler: Processed in 0.003038595 sec. | ||
| 20082 | 2025.04.15 04:12:23.510796 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_136_27} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full | ||
| 20083 | 2025.04.15 04:12:23.510941 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20084 | 2025.04.15 04:12:23.511097 [ 5 ] {24a14559-d984-4835-8ec4-b7dacaed5bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20085 | 2025.04.15 04:12:23.511147 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_136_27} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20086 | 2025.04.15 04:12:23.511159 [ 5 ] {24a14559-d984-4835-8ec4-b7dacaed5bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20087 | 2025.04.15 04:12:23.511285 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2612 rows starting from the beginning of the part | ||
| 20088 | 2025.04.15 04:12:23.511913 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 8 rows starting from the beginning of the part | ||
| 20089 | 2025.04.15 04:12:23.512570 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 48 rows starting from the beginning of the part | ||
| 20090 | 2025.04.15 04:12:23.512608 [ 5 ] {24a14559-d984-4835-8ec4-b7dacaed5bc3} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20091 | 2025.04.15 04:12:23.512664 [ 5 ] {24a14559-d984-4835-8ec4-b7dacaed5bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20092 | 2025.04.15 04:12:23.513100 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 8 rows starting from the beginning of the part | ||
| 20093 | 2025.04.15 04:12:23.513687 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 51 rows starting from the beginning of the part | ||
| 20094 | 2025.04.15 04:12:23.513916 [ 5 ] {24a14559-d984-4835-8ec4-b7dacaed5bc3} <Trace> MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) | ||
| 20095 | 2025.04.15 04:12:23.514115 [ 193 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_136_27} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 8 rows starting from the beginning of the part | ||
| 20096 | 2025.04.15 04:12:23.514758 [ 5 ] {24a14559-d984-4835-8ec4-b7dacaed5bc3} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20097 | 2025.04.15 04:12:23.515005 [ 106 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 | ||
| 20098 | 2025.04.15 04:12:23.515107 [ 5 ] {24a14559-d984-4835-8ec4-b7dacaed5bc3} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.004031 sec., 8434.631605060778 rows/sec., 501.24 KiB/sec. | ||
| 20099 | 2025.04.15 04:12:23.515101 [ 106 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20100 | 2025.04.15 04:12:23.515231 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20101 | 2025.04.15 04:12:23.515351 [ 5 ] {24a14559-d984-4835-8ec4-b7dacaed5bc3} <Debug> TCPHandler: Processed in 0.004458966 sec. | ||
| 20102 | 2025.04.15 04:12:23.515768 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_161_32} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full | ||
| 20103 | 2025.04.15 04:12:23.516047 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_161_32} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20104 | 2025.04.15 04:12:23.516098 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 9360 rows starting from the beginning of the part | ||
| 20105 | 2025.04.15 04:12:23.516270 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 82 rows starting from the beginning of the part | ||
| 20106 | 2025.04.15 04:12:23.516370 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part | ||
| 20107 | 2025.04.15 04:12:23.516453 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 82 rows starting from the beginning of the part | ||
| 20108 | 2025.04.15 04:12:23.516530 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part | ||
| 20109 | 2025.04.15 04:12:23.516626 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_161_32} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 34 rows starting from the beginning of the part | ||
| 20110 | 2025.04.15 04:12:23.520014 [ 188 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_161_32} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9678 rows, containing 4 columns (4 merged, 0 gathered) in 0.004600888 sec., 2103506.975175227 rows/sec., 136.96 MiB/sec. | ||
| 20111 | 2025.04.15 04:12:23.520471 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_161_32} <Trace> MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) | ||
| 20112 | 2025.04.15 04:12:23.521057 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_161_32} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20113 | 2025.04.15 04:12:23.521153 [ 187 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_161_32} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 | ||
| 20114 | 2025.04.15 04:12:23.521386 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. | ||
| 20115 | 2025.04.15 04:12:23.523479 [ 196 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_136_27} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2735 rows, containing 19 columns (19 merged, 0 gathered) in 0.012811983 sec., 213472.02849082768 rows/sec., 382.53 MiB/sec. | ||
| 20116 | 2025.04.15 04:12:23.526038 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_136_27} <Trace> MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) | ||
| 20117 | 2025.04.15 04:12:23.526695 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20118 | 2025.04.15 04:12:23.526782 [ 187 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_136_27} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 | ||
| 20119 | 2025.04.15 04:12:23.526935 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.10 MiB. | ||
| 20120 | 2025.04.15 04:12:23.800440 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 709 | ||
| 20121 | 2025.04.15 04:12:23.825135 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20122 | 2025.04.15 04:12:23.825180 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20123 | 2025.04.15 04:12:23.832926 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 20124 | 2025.04.15 04:12:23.834053 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20125 | 2025.04.15 04:12:23.838366 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 709 | ||
| 20126 | 2025.04.15 04:12:24.000207 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 275.01 MiB, peak 293.54 MiB, free memory in arenas 0.00 B, will set to 273.34 MiB (RSS), difference: -1.67 MiB | ||
| 20127 | 2025.04.15 04:12:24.649936 [ 221 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Found 5 old parts to remove. Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20128 | 2025.04.15 04:12:24.649992 [ 221 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Removing 5 parts from filesystem (serially): Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20129 | 2025.04.15 04:12:24.652624 [ 221 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Removing 5 parts from memory: Parts: [all_1_17_4, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] | ||
| 20130 | 2025.04.15 04:12:25.788890 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 2812 | ||
| 20131 | 2025.04.15 04:12:25.792963 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20132 | 2025.04.15 04:12:25.793007 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20133 | 2025.04.15 04:12:25.794696 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20134 | 2025.04.15 04:12:25.795300 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20135 | 2025.04.15 04:12:25.796263 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2812 | ||
| 20136 | 2025.04.15 04:12:27.234381 [ 222 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20137 | 2025.04.15 04:12:27.234434 [ 222 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20138 | 2025.04.15 04:12:27.236910 [ 222 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20139 | 2025.04.15 04:12:27.964615 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20140 | 2025.04.15 04:12:27.964807 [ 5 ] {64c9e2bd-3e14-4e18-a466-5c398f1860fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20141 | 2025.04.15 04:12:27.964877 [ 5 ] {64c9e2bd-3e14-4e18-a466-5c398f1860fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20142 | 2025.04.15 04:12:27.965635 [ 5 ] {64c9e2bd-3e14-4e18-a466-5c398f1860fb} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20143 | 2025.04.15 04:12:27.965683 [ 5 ] {64c9e2bd-3e14-4e18-a466-5c398f1860fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20144 | 2025.04.15 04:12:27.966260 [ 5 ] {64c9e2bd-3e14-4e18-a466-5c398f1860fb} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20145 | 2025.04.15 04:12:27.966795 [ 5 ] {64c9e2bd-3e14-4e18-a466-5c398f1860fb} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20146 | 2025.04.15 04:12:27.967001 [ 5 ] {64c9e2bd-3e14-4e18-a466-5c398f1860fb} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002244 sec., 24955.436720142603 rows/sec., 1.92 MiB/sec. | ||
| 20147 | 2025.04.15 04:12:27.967088 [ 5 ] {64c9e2bd-3e14-4e18-a466-5c398f1860fb} <Debug> TCPHandler: Processed in 0.002598226 sec. | ||
| 20148 | 2025.04.15 04:12:27.967254 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20149 | 2025.04.15 04:12:27.967525 [ 5 ] {59f2f447-4b34-49cd-bde2-88a5c71278fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20150 | 2025.04.15 04:12:27.967645 [ 5 ] {59f2f447-4b34-49cd-bde2-88a5c71278fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20151 | 2025.04.15 04:12:27.968546 [ 5 ] {59f2f447-4b34-49cd-bde2-88a5c71278fa} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20152 | 2025.04.15 04:12:27.968585 [ 5 ] {59f2f447-4b34-49cd-bde2-88a5c71278fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20153 | 2025.04.15 04:12:27.969034 [ 5 ] {59f2f447-4b34-49cd-bde2-88a5c71278fa} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20154 | 2025.04.15 04:12:27.969519 [ 5 ] {59f2f447-4b34-49cd-bde2-88a5c71278fa} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20155 | 2025.04.15 04:12:27.969719 [ 5 ] {59f2f447-4b34-49cd-bde2-88a5c71278fa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002293 sec., 27911.033580462277 rows/sec., 2.18 MiB/sec. | ||
| 20156 | 2025.04.15 04:12:27.969770 [ 5 ] {59f2f447-4b34-49cd-bde2-88a5c71278fa} <Debug> TCPHandler: Processed in 0.002588715 sec. | ||
| 20157 | 2025.04.15 04:12:27.969913 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20158 | 2025.04.15 04:12:27.970016 [ 5 ] {d89251f4-9a80-44fe-8bc3-566a77449212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20159 | 2025.04.15 04:12:27.970064 [ 5 ] {d89251f4-9a80-44fe-8bc3-566a77449212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20160 | 2025.04.15 04:12:27.970568 [ 5 ] {d89251f4-9a80-44fe-8bc3-566a77449212} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20161 | 2025.04.15 04:12:27.970607 [ 5 ] {d89251f4-9a80-44fe-8bc3-566a77449212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20162 | 2025.04.15 04:12:27.971081 [ 5 ] {d89251f4-9a80-44fe-8bc3-566a77449212} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20163 | 2025.04.15 04:12:27.971519 [ 5 ] {d89251f4-9a80-44fe-8bc3-566a77449212} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20164 | 2025.04.15 04:12:27.971688 [ 100 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 5 parts from all_1_157_32 to all_161_161_0 | ||
| 20165 | 2025.04.15 04:12:27.971727 [ 5 ] {d89251f4-9a80-44fe-8bc3-566a77449212} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001731 sec., 73945.69612940497 rows/sec., 5.15 MiB/sec. | ||
| 20166 | 2025.04.15 04:12:27.971777 [ 100 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20167 | 2025.04.15 04:12:27.971844 [ 5 ] {d89251f4-9a80-44fe-8bc3-566a77449212} <Debug> TCPHandler: Processed in 0.001974572 sec. | ||
| 20168 | 2025.04.15 04:12:27.971850 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20169 | 2025.04.15 04:12:27.972023 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_161_33} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_157_32 to all_161_161_0 into Compact with storage Full | ||
| 20170 | 2025.04.15 04:12:27.972037 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20171 | 2025.04.15 04:12:27.972305 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_161_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20172 | 2025.04.15 04:12:27.972305 [ 5 ] {5a2365d8-63a4-4bd4-817e-edc925936feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20173 | 2025.04.15 04:12:27.972382 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_157_32, total 46670 rows starting from the beginning of the part | ||
| 20174 | 2025.04.15 04:12:27.972433 [ 5 ] {5a2365d8-63a4-4bd4-817e-edc925936feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20175 | 2025.04.15 04:12:27.972703 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 164 rows starting from the beginning of the part | ||
| 20176 | 2025.04.15 04:12:27.973139 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 237 rows starting from the beginning of the part | ||
| 20177 | 2025.04.15 04:12:27.973661 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 163 rows starting from the beginning of the part | ||
| 20178 | 2025.04.15 04:12:27.974043 [ 196 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_161_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 956 rows starting from the beginning of the part | ||
| 20179 | 2025.04.15 04:12:27.974970 [ 5 ] {5a2365d8-63a4-4bd4-817e-edc925936feb} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20180 | 2025.04.15 04:12:27.975023 [ 5 ] {5a2365d8-63a4-4bd4-817e-edc925936feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20181 | 2025.04.15 04:12:27.975813 [ 5 ] {5a2365d8-63a4-4bd4-817e-edc925936feb} <Trace> MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) | ||
| 20182 | 2025.04.15 04:12:27.976481 [ 5 ] {5a2365d8-63a4-4bd4-817e-edc925936feb} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20183 | 2025.04.15 04:12:27.976926 [ 5 ] {5a2365d8-63a4-4bd4-817e-edc925936feb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00471 sec., 10191.082802547771 rows/sec., 703.29 KiB/sec. | ||
| 20184 | 2025.04.15 04:12:27.977007 [ 5 ] {5a2365d8-63a4-4bd4-817e-edc925936feb} <Debug> TCPHandler: Processed in 0.005062388 sec. | ||
| 20185 | 2025.04.15 04:12:27.983971 [ 194 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_161_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 48190 rows, containing 5 columns (5 merged, 0 gathered) in 0.012014666 sec., 4010931.306787887 rows/sec., 270.73 MiB/sec. | ||
| 20186 | 2025.04.15 04:12:27.984886 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_161_33} <Trace> MergedBlockOutputStream: filled checksums all_1_161_33 (state Temporary) | ||
| 20187 | 2025.04.15 04:12:27.985526 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_161_33} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_161_33 to all_1_161_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20188 | 2025.04.15 04:12:27.985629 [ 195 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_161_33} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 5 parts: [all_1_157_32, all_161_161_0] -> all_1_161_33 | ||
| 20189 | 2025.04.15 04:12:27.985744 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
| 20190 | 2025.04.15 04:12:28.036986 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 43554 | ||
| 20191 | 2025.04.15 04:12:28.037737 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20192 | 2025.04.15 04:12:28.037793 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.47 GiB. | ||
| 20193 | 2025.04.15 04:12:28.038657 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 20194 | 2025.04.15 04:12:28.039154 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20195 | 2025.04.15 04:12:28.039370 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43554 | ||
| 20196 | 2025.04.15 04:12:28.648770 [ 219 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20197 | 2025.04.15 04:12:28.648868 [ 219 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20198 | 2025.04.15 04:12:28.651313 [ 219 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] | ||
| 20199 | 2025.04.15 04:12:29.000250 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.36 MiB, peak 293.54 MiB, free memory in arenas 0.00 B, will set to 273.34 MiB (RSS), difference: 3.99 MiB | ||
| 20200 | 2025.04.15 04:12:31.338436 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 717 | ||
| 20201 | 2025.04.15 04:12:31.361407 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20202 | 2025.04.15 04:12:31.361468 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20203 | 2025.04.15 04:12:31.369093 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 20204 | 2025.04.15 04:12:31.370230 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20205 | 2025.04.15 04:12:31.373398 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 717 | ||
| 20206 | 2025.04.15 04:12:32.892083 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20207 | 2025.04.15 04:12:32.892141 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20208 | 2025.04.15 04:12:32.894819 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20209 | 2025.04.15 04:12:32.969600 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20210 | 2025.04.15 04:12:32.969806 [ 5 ] {cbdb0c42-85ad-4cd7-9cbd-bcbef752065a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20211 | 2025.04.15 04:12:32.969886 [ 5 ] {cbdb0c42-85ad-4cd7-9cbd-bcbef752065a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20212 | 2025.04.15 04:12:32.970709 [ 5 ] {cbdb0c42-85ad-4cd7-9cbd-bcbef752065a} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20213 | 2025.04.15 04:12:32.970753 [ 5 ] {cbdb0c42-85ad-4cd7-9cbd-bcbef752065a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20214 | 2025.04.15 04:12:32.971266 [ 5 ] {cbdb0c42-85ad-4cd7-9cbd-bcbef752065a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 20215 | 2025.04.15 04:12:32.971764 [ 5 ] {cbdb0c42-85ad-4cd7-9cbd-bcbef752065a} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20216 | 2025.04.15 04:12:32.971987 [ 5 ] {cbdb0c42-85ad-4cd7-9cbd-bcbef752065a} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.00224 sec., 1339.2857142857144 rows/sec., 99.40 KiB/sec. | ||
| 20217 | 2025.04.15 04:12:32.972041 [ 5 ] {cbdb0c42-85ad-4cd7-9cbd-bcbef752065a} <Debug> TCPHandler: Processed in 0.002571134 sec. | ||
| 20218 | 2025.04.15 04:12:32.972181 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20219 | 2025.04.15 04:12:32.972284 [ 5 ] {e379a968-0d41-4c7e-9971-ced4a946464d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20220 | 2025.04.15 04:12:32.972329 [ 5 ] {e379a968-0d41-4c7e-9971-ced4a946464d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20221 | 2025.04.15 04:12:32.972949 [ 5 ] {e379a968-0d41-4c7e-9971-ced4a946464d} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20222 | 2025.04.15 04:12:32.972988 [ 5 ] {e379a968-0d41-4c7e-9971-ced4a946464d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20223 | 2025.04.15 04:12:32.973448 [ 5 ] {e379a968-0d41-4c7e-9971-ced4a946464d} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20224 | 2025.04.15 04:12:32.973894 [ 5 ] {e379a968-0d41-4c7e-9971-ced4a946464d} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20225 | 2025.04.15 04:12:32.974105 [ 5 ] {e379a968-0d41-4c7e-9971-ced4a946464d} <Debug> executeQuery: Read 164 rows, 14.44 KiB in 0.001833 sec., 89470.8128750682 rows/sec., 7.69 MiB/sec. | ||
| 20226 | 2025.04.15 04:12:32.974180 [ 5 ] {e379a968-0d41-4c7e-9971-ced4a946464d} <Debug> TCPHandler: Processed in 0.002045654 sec. | ||
| 20227 | 2025.04.15 04:12:32.974189 [ 219 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20228 | 2025.04.15 04:12:32.974247 [ 219 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20229 | 2025.04.15 04:12:32.974323 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20230 | 2025.04.15 04:12:32.974448 [ 5 ] {5c9f3712-9e9f-4479-8e5e-7a359be31e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20231 | 2025.04.15 04:12:32.974495 [ 5 ] {5c9f3712-9e9f-4479-8e5e-7a359be31e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20232 | 2025.04.15 04:12:32.975866 [ 5 ] {5c9f3712-9e9f-4479-8e5e-7a359be31e11} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20233 | 2025.04.15 04:12:32.975926 [ 5 ] {5c9f3712-9e9f-4479-8e5e-7a359be31e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20234 | 2025.04.15 04:12:32.976459 [ 5 ] {5c9f3712-9e9f-4479-8e5e-7a359be31e11} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 20235 | 2025.04.15 04:12:32.977145 [ 5 ] {5c9f3712-9e9f-4479-8e5e-7a359be31e11} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20236 | 2025.04.15 04:12:32.977580 [ 5 ] {5c9f3712-9e9f-4479-8e5e-7a359be31e11} <Debug> executeQuery: Read 54 rows, 4.02 KiB in 0.00315 sec., 17142.85714285714 rows/sec., 1.25 MiB/sec. | ||
| 20237 | 2025.04.15 04:12:32.977589 [ 220 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20238 | 2025.04.15 04:12:32.977650 [ 5 ] {5c9f3712-9e9f-4479-8e5e-7a359be31e11} <Debug> TCPHandler: Processed in 0.003395213 sec. | ||
| 20239 | 2025.04.15 04:12:32.977658 [ 220 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20240 | 2025.04.15 04:12:32.977820 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20241 | 2025.04.15 04:12:32.977958 [ 5 ] {a6601378-4049-41db-ab37-21437370da21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20242 | 2025.04.15 04:12:32.978008 [ 5 ] {a6601378-4049-41db-ab37-21437370da21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20243 | 2025.04.15 04:12:32.979637 [ 5 ] {a6601378-4049-41db-ab37-21437370da21} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20244 | 2025.04.15 04:12:32.979699 [ 5 ] {a6601378-4049-41db-ab37-21437370da21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20245 | 2025.04.15 04:12:32.980222 [ 219 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20246 | 2025.04.15 04:12:32.981040 [ 5 ] {a6601378-4049-41db-ab37-21437370da21} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20247 | 2025.04.15 04:12:32.981826 [ 5 ] {a6601378-4049-41db-ab37-21437370da21} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20248 | 2025.04.15 04:12:32.982214 [ 5 ] {a6601378-4049-41db-ab37-21437370da21} <Debug> executeQuery: Read 136 rows, 10.67 KiB in 0.004268 sec., 31865.042174320522 rows/sec., 2.44 MiB/sec. | ||
| 20249 | 2025.04.15 04:12:32.982252 [ 224 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20250 | 2025.04.15 04:12:32.982316 [ 224 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20251 | 2025.04.15 04:12:32.982433 [ 5 ] {a6601378-4049-41db-ab37-21437370da21} <Debug> TCPHandler: Processed in 0.004660719 sec. | ||
| 20252 | 2025.04.15 04:12:32.982747 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20253 | 2025.04.15 04:12:32.982927 [ 5 ] {71dac201-c2ce-46fe-a981-9bd3a82fcba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20254 | 2025.04.15 04:12:32.983064 [ 5 ] {71dac201-c2ce-46fe-a981-9bd3a82fcba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20255 | 2025.04.15 04:12:32.983435 [ 220 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20256 | 2025.04.15 04:12:32.985108 [ 5 ] {71dac201-c2ce-46fe-a981-9bd3a82fcba5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20257 | 2025.04.15 04:12:32.985152 [ 5 ] {71dac201-c2ce-46fe-a981-9bd3a82fcba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20258 | 2025.04.15 04:12:32.985964 [ 5 ] {71dac201-c2ce-46fe-a981-9bd3a82fcba5} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20259 | 2025.04.15 04:12:32.986509 [ 5 ] {71dac201-c2ce-46fe-a981-9bd3a82fcba5} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20260 | 2025.04.15 04:12:32.986786 [ 5 ] {71dac201-c2ce-46fe-a981-9bd3a82fcba5} <Debug> executeQuery: Read 163 rows, 11.60 KiB in 0.003909 sec., 41698.64415451522 rows/sec., 2.90 MiB/sec. | ||
| 20261 | 2025.04.15 04:12:32.986917 [ 5 ] {71dac201-c2ce-46fe-a981-9bd3a82fcba5} <Debug> TCPHandler: Processed in 0.004299792 sec. | ||
| 20262 | 2025.04.15 04:12:32.987095 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20263 | 2025.04.15 04:12:32.987203 [ 5 ] {6e471626-556c-48d9-8f3e-b5adee6380fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20264 | 2025.04.15 04:12:32.987278 [ 5 ] {6e471626-556c-48d9-8f3e-b5adee6380fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20265 | 2025.04.15 04:12:32.987963 [ 224 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20266 | 2025.04.15 04:12:32.989023 [ 5 ] {6e471626-556c-48d9-8f3e-b5adee6380fd} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20267 | 2025.04.15 04:12:32.989067 [ 5 ] {6e471626-556c-48d9-8f3e-b5adee6380fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20268 | 2025.04.15 04:12:32.989853 [ 5 ] {6e471626-556c-48d9-8f3e-b5adee6380fd} <Trace> MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) | ||
| 20269 | 2025.04.15 04:12:32.990337 [ 5 ] {6e471626-556c-48d9-8f3e-b5adee6380fd} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20270 | 2025.04.15 04:12:32.990566 [ 5 ] {6e471626-556c-48d9-8f3e-b5adee6380fd} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.003386 sec., 15062.020082693443 rows/sec., 26.99 MiB/sec. | ||
| 20271 | 2025.04.15 04:12:32.990659 [ 5 ] {6e471626-556c-48d9-8f3e-b5adee6380fd} <Debug> TCPHandler: Processed in 0.003622758 sec. | ||
| 20272 | 2025.04.15 04:12:32.990778 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20273 | 2025.04.15 04:12:32.990883 [ 5 ] {bea806d5-75ef-4a84-b375-888cc6b6af5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20274 | 2025.04.15 04:12:32.990929 [ 5 ] {bea806d5-75ef-4a84-b375-888cc6b6af5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20275 | 2025.04.15 04:12:32.991363 [ 5 ] {bea806d5-75ef-4a84-b375-888cc6b6af5e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20276 | 2025.04.15 04:12:32.991402 [ 5 ] {bea806d5-75ef-4a84-b375-888cc6b6af5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20277 | 2025.04.15 04:12:32.991864 [ 5 ] {bea806d5-75ef-4a84-b375-888cc6b6af5e} <Trace> MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) | ||
| 20278 | 2025.04.15 04:12:32.992319 [ 5 ] {bea806d5-75ef-4a84-b375-888cc6b6af5e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20279 | 2025.04.15 04:12:32.992550 [ 5 ] {bea806d5-75ef-4a84-b375-888cc6b6af5e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001681 sec., 35693.03985722784 rows/sec., 2.41 MiB/sec. | ||
| 20280 | 2025.04.15 04:12:32.992611 [ 219 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20281 | 2025.04.15 04:12:32.992637 [ 5 ] {bea806d5-75ef-4a84-b375-888cc6b6af5e} <Debug> TCPHandler: Processed in 0.001909021 sec. | ||
| 20282 | 2025.04.15 04:12:32.992663 [ 219 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20283 | 2025.04.15 04:12:32.995448 [ 219 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 20284 | 2025.04.15 04:12:33.210096 [ 95 ] {} <Debug> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 20285 | 2025.04.15 04:12:33.210144 [ 95 ] {} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20286 | 2025.04.15 04:12:33.210170 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20287 | 2025.04.15 04:12:33.210341 [ 199 ] {c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1::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 | ||
| 20288 | 2025.04.15 04:12:33.210535 [ 199 ] {c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20289 | 2025.04.15 04:12:33.210580 [ 199 ] {c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1::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 | ||
| 20290 | 2025.04.15 04:12:33.210664 [ 199 ] {c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 9 rows starting from the beginning of the part | ||
| 20291 | 2025.04.15 04:12:33.210887 [ 199 ] {c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1::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 | ||
| 20292 | 2025.04.15 04:12:33.210973 [ 199 ] {c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 9 rows starting from the beginning of the part | ||
| 20293 | 2025.04.15 04:12:33.211087 [ 199 ] {c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part | ||
| 20294 | 2025.04.15 04:12:33.213600 [ 195 ] {c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.003362481 sec., 15167.371949462316 rows/sec., 1.08 MiB/sec. | ||
| 20295 | 2025.04.15 04:12:33.213896 [ 198 ] {c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 20296 | 2025.04.15 04:12:33.214476 [ 198 ] {c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1::all_1_5_1} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20297 | 2025.04.15 04:12:33.214563 [ 198 ] {c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1::all_1_5_1} <Trace> oximeter.measurements_i64 (c6e2e916-1cbd-4ff4-bf7a-5f0507a11dd1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 20298 | 2025.04.15 04:12:33.214664 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 20299 | 2025.04.15 04:12:33.595747 [ 222 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20300 | 2025.04.15 04:12:33.595783 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20301 | 2025.04.15 04:12:33.598118 [ 222 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] | ||
| 20302 | 2025.04.15 04:12:35.206452 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20303 | 2025.04.15 04:12:35.206522 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20304 | 2025.04.15 04:12:35.539540 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 43981 | ||
| 20305 | 2025.04.15 04:12:35.540141 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20306 | 2025.04.15 04:12:35.540184 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20307 | 2025.04.15 04:12:35.540845 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 20308 | 2025.04.15 04:12:35.541340 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20309 | 2025.04.15 04:12:35.541536 [ 90 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 20310 | 2025.04.15 04:12:35.541614 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43981 | ||
| 20311 | 2025.04.15 04:12:35.541624 [ 90 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20312 | 2025.04.15 04:12:35.541663 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20313 | 2025.04.15 04:12:35.541791 [ 198 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 20314 | 2025.04.15 04:12:35.541938 [ 198 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20315 | 2025.04.15 04:12:35.541985 [ 198 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 41724 rows starting from the beginning of the part | ||
| 20316 | 2025.04.15 04:12:35.542068 [ 198 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 427 rows starting from the beginning of the part | ||
| 20317 | 2025.04.15 04:12:35.542209 [ 198 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 488 rows starting from the beginning of the part | ||
| 20318 | 2025.04.15 04:12:35.542488 [ 198 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 427 rows starting from the beginning of the part | ||
| 20319 | 2025.04.15 04:12:35.542742 [ 198 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 488 rows starting from the beginning of the part | ||
| 20320 | 2025.04.15 04:12:35.542935 [ 198 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 427 rows starting from the beginning of the part | ||
| 20321 | 2025.04.15 04:12:35.546192 [ 198 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 43981 rows, containing 4 columns (4 merged, 0 gathered) in 0.004464215 sec., 9851900.054096857 rows/sec., 140.93 MiB/sec. | ||
| 20322 | 2025.04.15 04:12:35.546599 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 20323 | 2025.04.15 04:12:35.547287 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_96_19} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20324 | 2025.04.15 04:12:35.547368 [ 186 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_96_19} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 20325 | 2025.04.15 04:12:35.547446 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 20326 | 2025.04.15 04:12:35.796755 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 2834 | ||
| 20327 | 2025.04.15 04:12:35.799745 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20328 | 2025.04.15 04:12:35.799794 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20329 | 2025.04.15 04:12:35.801437 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20330 | 2025.04.15 04:12:35.801962 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20331 | 2025.04.15 04:12:35.802152 [ 90 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 20332 | 2025.04.15 04:12:35.802221 [ 90 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20333 | 2025.04.15 04:12:35.802266 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20334 | 2025.04.15 04:12:35.802952 [ 188 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 20335 | 2025.04.15 04:12:35.804385 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2834 | ||
| 20336 | 2025.04.15 04:12:35.804770 [ 188 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20337 | 2025.04.15 04:12:35.804955 [ 188 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2628 rows starting from the beginning of the part | ||
| 20338 | 2025.04.15 04:12:35.805520 [ 188 ] {f76554e5-98ae-4685-899f-2290220c40b2::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 | ||
| 20339 | 2025.04.15 04:12:35.806057 [ 188 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 22 rows starting from the beginning of the part | ||
| 20340 | 2025.04.15 04:12:35.806568 [ 188 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 40 rows starting from the beginning of the part | ||
| 20341 | 2025.04.15 04:12:35.807067 [ 188 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 62 rows starting from the beginning of the part | ||
| 20342 | 2025.04.15 04:12:35.807560 [ 188 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 22 rows starting from the beginning of the part | ||
| 20343 | 2025.04.15 04:12:35.818602 [ 195 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2834 rows, containing 72 columns (72 merged, 0 gathered) in 0.016174396 sec., 175215.1981440296 rows/sec., 130.50 MiB/sec. | ||
| 20344 | 2025.04.15 04:12:35.821291 [ 190 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 20345 | 2025.04.15 04:12:35.822330 [ 190 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_71_14} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20346 | 2025.04.15 04:12:35.822414 [ 190 ] {f76554e5-98ae-4685-899f-2290220c40b2::all_1_71_14} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 20347 | 2025.04.15 04:12:35.822761 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 20348 | 2025.04.15 04:12:36.008370 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.0079347 sec. | ||
| 20349 | 2025.04.15 04:12:36.752905 [ 89 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 5 parts from all_1_65_14 to all_69_69_0 | ||
| 20350 | 2025.04.15 04:12:36.752992 [ 89 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20351 | 2025.04.15 04:12:36.753030 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20352 | 2025.04.15 04:12:36.753204 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_69_15} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_65_14 to all_69_69_0 into Compact with storage Full | ||
| 20353 | 2025.04.15 04:12:36.753440 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_69_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20354 | 2025.04.15 04:12:36.753483 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_14, total 390 rows starting from the beginning of the part | ||
| 20355 | 2025.04.15 04:12:36.753586 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part | ||
| 20356 | 2025.04.15 04:12:36.753664 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 6 rows starting from the beginning of the part | ||
| 20357 | 2025.04.15 04:12:36.753852 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part | ||
| 20358 | 2025.04.15 04:12:36.754137 [ 192 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_69_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 6 rows starting from the beginning of the part | ||
| 20359 | 2025.04.15 04:12:36.755212 [ 191 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_69_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 414 rows, containing 4 columns (4 merged, 0 gathered) in 0.002086854 sec., 198384.7456506301 rows/sec., 10.12 MiB/sec. | ||
| 20360 | 2025.04.15 04:12:36.755541 [ 191 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_69_15} <Trace> MergedBlockOutputStream: filled checksums all_1_69_15 (state Temporary) | ||
| 20361 | 2025.04.15 04:12:36.756209 [ 191 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_69_15} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_69_15 to all_1_69_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20362 | 2025.04.15 04:12:36.756308 [ 191 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_69_15} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 5 parts: [all_1_65_14, all_69_69_0] -> all_1_69_15 | ||
| 20363 | 2025.04.15 04:12:36.756410 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 20364 | 2025.04.15 04:12:37.972620 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20365 | 2025.04.15 04:12:37.972805 [ 5 ] {0d849977-b316-431b-82a6-7f3b7e6dc984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20366 | 2025.04.15 04:12:37.972878 [ 5 ] {0d849977-b316-431b-82a6-7f3b7e6dc984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20367 | 2025.04.15 04:12:37.973869 [ 5 ] {0d849977-b316-431b-82a6-7f3b7e6dc984} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20368 | 2025.04.15 04:12:37.973960 [ 5 ] {0d849977-b316-431b-82a6-7f3b7e6dc984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20369 | 2025.04.15 04:12:37.974832 [ 5 ] {0d849977-b316-431b-82a6-7f3b7e6dc984} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20370 | 2025.04.15 04:12:37.975367 [ 5 ] {0d849977-b316-431b-82a6-7f3b7e6dc984} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20371 | 2025.04.15 04:12:37.975591 [ 5 ] {0d849977-b316-431b-82a6-7f3b7e6dc984} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002837 sec., 74726.82410997532 rows/sec., 4.75 MiB/sec. | ||
| 20372 | 2025.04.15 04:12:37.975657 [ 5 ] {0d849977-b316-431b-82a6-7f3b7e6dc984} <Debug> TCPHandler: Processed in 0.003162757 sec. | ||
| 20373 | 2025.04.15 04:12:37.975801 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20374 | 2025.04.15 04:12:37.975910 [ 5 ] {4b49f2dd-c679-40e7-bc29-3958b852dcb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20375 | 2025.04.15 04:12:37.975960 [ 5 ] {4b49f2dd-c679-40e7-bc29-3958b852dcb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20376 | 2025.04.15 04:12:37.976801 [ 5 ] {4b49f2dd-c679-40e7-bc29-3958b852dcb0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20377 | 2025.04.15 04:12:37.976840 [ 5 ] {4b49f2dd-c679-40e7-bc29-3958b852dcb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20378 | 2025.04.15 04:12:37.977344 [ 5 ] {4b49f2dd-c679-40e7-bc29-3958b852dcb0} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 20379 | 2025.04.15 04:12:37.977833 [ 5 ] {4b49f2dd-c679-40e7-bc29-3958b852dcb0} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20380 | 2025.04.15 04:12:37.978016 [ 5 ] {4b49f2dd-c679-40e7-bc29-3958b852dcb0} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.002132 sec., 296904.31519699807 rows/sec., 23.35 MiB/sec. | ||
| 20381 | 2025.04.15 04:12:37.978077 [ 5 ] {4b49f2dd-c679-40e7-bc29-3958b852dcb0} <Debug> TCPHandler: Processed in 0.00232767 sec. | ||
| 20382 | 2025.04.15 04:12:37.978190 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20383 | 2025.04.15 04:12:37.978295 [ 5 ] {517c23a2-11c3-448d-8200-182dc7e4b388} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20384 | 2025.04.15 04:12:37.978340 [ 5 ] {517c23a2-11c3-448d-8200-182dc7e4b388} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20385 | 2025.04.15 04:12:37.978873 [ 5 ] {517c23a2-11c3-448d-8200-182dc7e4b388} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20386 | 2025.04.15 04:12:37.978912 [ 5 ] {517c23a2-11c3-448d-8200-182dc7e4b388} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20387 | 2025.04.15 04:12:37.979384 [ 5 ] {517c23a2-11c3-448d-8200-182dc7e4b388} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 20388 | 2025.04.15 04:12:37.979846 [ 5 ] {517c23a2-11c3-448d-8200-182dc7e4b388} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20389 | 2025.04.15 04:12:37.980052 [ 5 ] {517c23a2-11c3-448d-8200-182dc7e4b388} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.00178 sec., 64044.943820224726 rows/sec., 3.83 MiB/sec. | ||
| 20390 | 2025.04.15 04:12:37.980102 [ 5 ] {517c23a2-11c3-448d-8200-182dc7e4b388} <Debug> TCPHandler: Processed in 0.001962232 sec. | ||
| 20391 | 2025.04.15 04:12:37.980226 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20392 | 2025.04.15 04:12:37.980329 [ 5 ] {e2682de0-b6c7-40b1-b783-8f0fca54a337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20393 | 2025.04.15 04:12:37.980372 [ 5 ] {e2682de0-b6c7-40b1-b783-8f0fca54a337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20394 | 2025.04.15 04:12:37.980916 [ 5 ] {e2682de0-b6c7-40b1-b783-8f0fca54a337} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20395 | 2025.04.15 04:12:37.980954 [ 5 ] {e2682de0-b6c7-40b1-b783-8f0fca54a337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20396 | 2025.04.15 04:12:37.981425 [ 5 ] {e2682de0-b6c7-40b1-b783-8f0fca54a337} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20397 | 2025.04.15 04:12:37.981883 [ 5 ] {e2682de0-b6c7-40b1-b783-8f0fca54a337} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20398 | 2025.04.15 04:12:37.982100 [ 5 ] {e2682de0-b6c7-40b1-b783-8f0fca54a337} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.001786 sec., 63269.87681970884 rows/sec., 4.10 MiB/sec. | ||
| 20399 | 2025.04.15 04:12:37.982191 [ 5 ] {e2682de0-b6c7-40b1-b783-8f0fca54a337} <Debug> TCPHandler: Processed in 0.002012662 sec. | ||
| 20400 | 2025.04.15 04:12:37.982422 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20401 | 2025.04.15 04:12:37.982562 [ 5 ] {6f2ea30a-68cc-4f82-94fe-3f619e52b781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20402 | 2025.04.15 04:12:37.982608 [ 5 ] {6f2ea30a-68cc-4f82-94fe-3f619e52b781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20403 | 2025.04.15 04:12:37.983162 [ 5 ] {6f2ea30a-68cc-4f82-94fe-3f619e52b781} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20404 | 2025.04.15 04:12:37.983200 [ 5 ] {6f2ea30a-68cc-4f82-94fe-3f619e52b781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20405 | 2025.04.15 04:12:37.983664 [ 5 ] {6f2ea30a-68cc-4f82-94fe-3f619e52b781} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20406 | 2025.04.15 04:12:37.984161 [ 5 ] {6f2ea30a-68cc-4f82-94fe-3f619e52b781} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20407 | 2025.04.15 04:12:37.984354 [ 5 ] {6f2ea30a-68cc-4f82-94fe-3f619e52b781} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001815 sec., 61707.988980716254 rows/sec., 3.52 MiB/sec. | ||
| 20408 | 2025.04.15 04:12:37.984404 [ 5 ] {6f2ea30a-68cc-4f82-94fe-3f619e52b781} <Debug> TCPHandler: Processed in 0.002078535 sec. | ||
| 20409 | 2025.04.15 04:12:37.984528 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20410 | 2025.04.15 04:12:37.984630 [ 5 ] {07fe8b5e-3927-4631-838c-69ead2537ba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20411 | 2025.04.15 04:12:37.984674 [ 5 ] {07fe8b5e-3927-4631-838c-69ead2537ba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20412 | 2025.04.15 04:12:37.985332 [ 5 ] {07fe8b5e-3927-4631-838c-69ead2537ba1} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20413 | 2025.04.15 04:12:37.985370 [ 5 ] {07fe8b5e-3927-4631-838c-69ead2537ba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20414 | 2025.04.15 04:12:37.985901 [ 5 ] {07fe8b5e-3927-4631-838c-69ead2537ba1} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 20415 | 2025.04.15 04:12:37.986349 [ 5 ] {07fe8b5e-3927-4631-838c-69ead2537ba1} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20416 | 2025.04.15 04:12:37.986556 [ 5 ] {07fe8b5e-3927-4631-838c-69ead2537ba1} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.001947 sec., 200308.16640986133 rows/sec., 14.16 MiB/sec. | ||
| 20417 | 2025.04.15 04:12:37.986607 [ 5 ] {07fe8b5e-3927-4631-838c-69ead2537ba1} <Debug> TCPHandler: Processed in 0.002126765 sec. | ||
| 20418 | 2025.04.15 04:12:37.986721 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20419 | 2025.04.15 04:12:37.986823 [ 5 ] {fa08b6ac-ec9c-4c22-b1a4-cccd802a7899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20420 | 2025.04.15 04:12:37.986869 [ 5 ] {fa08b6ac-ec9c-4c22-b1a4-cccd802a7899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20421 | 2025.04.15 04:12:37.987269 [ 5 ] {fa08b6ac-ec9c-4c22-b1a4-cccd802a7899} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20422 | 2025.04.15 04:12:37.987307 [ 5 ] {fa08b6ac-ec9c-4c22-b1a4-cccd802a7899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20423 | 2025.04.15 04:12:37.987763 [ 5 ] {fa08b6ac-ec9c-4c22-b1a4-cccd802a7899} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 20424 | 2025.04.15 04:12:37.988213 [ 5 ] {fa08b6ac-ec9c-4c22-b1a4-cccd802a7899} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20425 | 2025.04.15 04:12:37.988422 [ 5 ] {fa08b6ac-ec9c-4c22-b1a4-cccd802a7899} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001619 sec., 3705.9913526868436 rows/sec., 193.62 KiB/sec. | ||
| 20426 | 2025.04.15 04:12:37.988487 [ 5 ] {fa08b6ac-ec9c-4c22-b1a4-cccd802a7899} <Debug> TCPHandler: Processed in 0.001814229 sec. | ||
| 20427 | 2025.04.15 04:12:37.988632 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20428 | 2025.04.15 04:12:37.988739 [ 5 ] {b9be22c0-683b-4cea-b040-c92da0248e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20429 | 2025.04.15 04:12:37.988786 [ 5 ] {b9be22c0-683b-4cea-b040-c92da0248e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20430 | 2025.04.15 04:12:37.989297 [ 5 ] {b9be22c0-683b-4cea-b040-c92da0248e06} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20431 | 2025.04.15 04:12:37.989344 [ 5 ] {b9be22c0-683b-4cea-b040-c92da0248e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20432 | 2025.04.15 04:12:37.989838 [ 5 ] {b9be22c0-683b-4cea-b040-c92da0248e06} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 20433 | 2025.04.15 04:12:37.990285 [ 5 ] {b9be22c0-683b-4cea-b040-c92da0248e06} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20434 | 2025.04.15 04:12:37.990480 [ 5 ] {b9be22c0-683b-4cea-b040-c92da0248e06} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001761 sec., 134582.62350936967 rows/sec., 9.02 MiB/sec. | ||
| 20435 | 2025.04.15 04:12:37.990529 [ 5 ] {b9be22c0-683b-4cea-b040-c92da0248e06} <Debug> TCPHandler: Processed in 0.001961902 sec. | ||
| 20436 | 2025.04.15 04:12:37.990648 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20437 | 2025.04.15 04:12:37.990750 [ 5 ] {ae137c39-5650-4605-95f4-2626376d174d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20438 | 2025.04.15 04:12:37.990800 [ 5 ] {ae137c39-5650-4605-95f4-2626376d174d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20439 | 2025.04.15 04:12:37.991207 [ 5 ] {ae137c39-5650-4605-95f4-2626376d174d} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20440 | 2025.04.15 04:12:37.991247 [ 5 ] {ae137c39-5650-4605-95f4-2626376d174d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20441 | 2025.04.15 04:12:37.991812 [ 5 ] {ae137c39-5650-4605-95f4-2626376d174d} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20442 | 2025.04.15 04:12:37.992342 [ 5 ] {ae137c39-5650-4605-95f4-2626376d174d} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20443 | 2025.04.15 04:12:37.992617 [ 5 ] {ae137c39-5650-4605-95f4-2626376d174d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001873 sec., 533.9028296849973 rows/sec., 35.98 KiB/sec. | ||
| 20444 | 2025.04.15 04:12:37.992807 [ 5 ] {ae137c39-5650-4605-95f4-2626376d174d} <Debug> TCPHandler: Processed in 0.002202677 sec. | ||
| 20445 | 2025.04.15 04:12:37.993106 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20446 | 2025.04.15 04:12:37.993225 [ 5 ] {6b3d203a-99a7-4820-8684-e0ac01aa3ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20447 | 2025.04.15 04:12:37.993319 [ 5 ] {6b3d203a-99a7-4820-8684-e0ac01aa3ad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20448 | 2025.04.15 04:12:37.994488 [ 5 ] {6b3d203a-99a7-4820-8684-e0ac01aa3ad7} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20449 | 2025.04.15 04:12:37.994527 [ 5 ] {6b3d203a-99a7-4820-8684-e0ac01aa3ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20450 | 2025.04.15 04:12:37.995244 [ 5 ] {6b3d203a-99a7-4820-8684-e0ac01aa3ad7} <Trace> MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) | ||
| 20451 | 2025.04.15 04:12:37.995696 [ 5 ] {6b3d203a-99a7-4820-8684-e0ac01aa3ad7} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20452 | 2025.04.15 04:12:37.995928 [ 5 ] {6b3d203a-99a7-4820-8684-e0ac01aa3ad7} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002732 sec., 2928.2576866764275 rows/sec., 5.25 MiB/sec. | ||
| 20453 | 2025.04.15 04:12:37.996034 [ 5 ] {6b3d203a-99a7-4820-8684-e0ac01aa3ad7} <Debug> TCPHandler: Processed in 0.003032275 sec. | ||
| 20454 | 2025.04.15 04:12:37.996154 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20455 | 2025.04.15 04:12:37.996257 [ 5 ] {2949c5a1-43b5-4f60-b6d4-15fb996082ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20456 | 2025.04.15 04:12:37.996303 [ 5 ] {2949c5a1-43b5-4f60-b6d4-15fb996082ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20457 | 2025.04.15 04:12:37.996718 [ 5 ] {2949c5a1-43b5-4f60-b6d4-15fb996082ec} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20458 | 2025.04.15 04:12:37.996756 [ 5 ] {2949c5a1-43b5-4f60-b6d4-15fb996082ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20459 | 2025.04.15 04:12:37.997214 [ 5 ] {2949c5a1-43b5-4f60-b6d4-15fb996082ec} <Trace> MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) | ||
| 20460 | 2025.04.15 04:12:37.997659 [ 5 ] {2949c5a1-43b5-4f60-b6d4-15fb996082ec} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20461 | 2025.04.15 04:12:37.997882 [ 5 ] {2949c5a1-43b5-4f60-b6d4-15fb996082ec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001646 sec., 49817.73997569866 rows/sec., 3.16 MiB/sec. | ||
| 20462 | 2025.04.15 04:12:37.997932 [ 5 ] {2949c5a1-43b5-4f60-b6d4-15fb996082ec} <Debug> TCPHandler: Processed in 0.001825888 sec. | ||
| 20463 | 2025.04.15 04:12:38.873582 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 724 | ||
| 20464 | 2025.04.15 04:12:38.896653 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20465 | 2025.04.15 04:12:38.896703 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20466 | 2025.04.15 04:12:38.904426 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 20467 | 2025.04.15 04:12:38.905680 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20468 | 2025.04.15 04:12:38.906214 [ 86 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 20469 | 2025.04.15 04:12:38.906381 [ 86 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20470 | 2025.04.15 04:12:38.906460 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20471 | 2025.04.15 04:12:38.907081 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 20472 | 2025.04.15 04:12:38.921572 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 724 | ||
| 20473 | 2025.04.15 04:12:38.923709 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20474 | 2025.04.15 04:12:38.925510 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part | ||
| 20475 | 2025.04.15 04:12:38.931689 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part | ||
| 20476 | 2025.04.15 04:12:38.937903 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 7 rows starting from the beginning of the part | ||
| 20477 | 2025.04.15 04:12:38.945174 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part | ||
| 20478 | 2025.04.15 04:12:38.951375 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part | ||
| 20479 | 2025.04.15 04:12:38.957625 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part | ||
| 20480 | 2025.04.15 04:12:39.000232 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 287.84 MiB, peak 293.54 MiB, free memory in arenas 0.00 B, will set to 273.34 MiB (RSS), difference: -14.50 MiB | ||
| 20481 | 2025.04.15 04:12:39.023624 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 724 rows, containing 679 columns (679 merged, 0 gathered) in 0.117004187 sec., 6187.812748957437 rows/sec., 32.00 MiB/sec. | ||
| 20482 | 2025.04.15 04:12:39.026179 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 20483 | 2025.04.15 04:12:39.029219 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_96_19} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20484 | 2025.04.15 04:12:39.029334 [ 192 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_96_19} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 20485 | 2025.04.15 04:12:39.030952 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 20486 | 2025.04.15 04:12:40.000244 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 259.93 MiB, peak 293.54 MiB, free memory in arenas 0.00 B, will set to 273.34 MiB (RSS), difference: 13.41 MiB | ||
| 20487 | 2025.04.15 04:12:42.969643 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20488 | 2025.04.15 04:12:42.969882 [ 5 ] {7736e4a2-e384-4cae-8f99-7783e5d583f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20489 | 2025.04.15 04:12:42.969957 [ 5 ] {7736e4a2-e384-4cae-8f99-7783e5d583f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20490 | 2025.04.15 04:12:42.971016 [ 5 ] {7736e4a2-e384-4cae-8f99-7783e5d583f6} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20491 | 2025.04.15 04:12:42.971064 [ 5 ] {7736e4a2-e384-4cae-8f99-7783e5d583f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20492 | 2025.04.15 04:12:42.971676 [ 5 ] {7736e4a2-e384-4cae-8f99-7783e5d583f6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 20493 | 2025.04.15 04:12:42.972205 [ 5 ] {7736e4a2-e384-4cae-8f99-7783e5d583f6} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20494 | 2025.04.15 04:12:42.972351 [ 81 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Selected 6 parts from all_1_41_10 to all_46_46_0 | ||
| 20495 | 2025.04.15 04:12:42.972398 [ 5 ] {7736e4a2-e384-4cae-8f99-7783e5d583f6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002571 sec., 1555.8148580318943 rows/sec., 126.87 KiB/sec. | ||
| 20496 | 2025.04.15 04:12:42.972415 [ 81 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20497 | 2025.04.15 04:12:42.972463 [ 5 ] {7736e4a2-e384-4cae-8f99-7783e5d583f6} <Debug> TCPHandler: Processed in 0.003012984 sec. | ||
| 20498 | 2025.04.15 04:12:42.972469 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20499 | 2025.04.15 04:12:42.972593 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_46_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_10 to all_46_46_0 into Compact with storage Full | ||
| 20500 | 2025.04.15 04:12:42.972615 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20501 | 2025.04.15 04:12:42.972729 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_46_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20502 | 2025.04.15 04:12:42.972766 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_10, total 18 rows starting from the beginning of the part | ||
| 20503 | 2025.04.15 04:12:42.972767 [ 5 ] {5519ab36-d1e7-493a-8378-f0baa7e8f42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20504 | 2025.04.15 04:12:42.972835 [ 5 ] {5519ab36-d1e7-493a-8378-f0baa7e8f42d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20505 | 2025.04.15 04:12:42.972855 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part | ||
| 20506 | 2025.04.15 04:12:42.973243 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 3 rows starting from the beginning of the part | ||
| 20507 | 2025.04.15 04:12:42.973562 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 2 rows starting from the beginning of the part | ||
| 20508 | 2025.04.15 04:12:42.973794 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 3 rows starting from the beginning of the part | ||
| 20509 | 2025.04.15 04:12:42.974013 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part | ||
| 20510 | 2025.04.15 04:12:42.974938 [ 5 ] {5519ab36-d1e7-493a-8378-f0baa7e8f42d} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20511 | 2025.04.15 04:12:42.974982 [ 5 ] {5519ab36-d1e7-493a-8378-f0baa7e8f42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20512 | 2025.04.15 04:12:42.975524 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_46_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 5 columns (5 merged, 0 gathered) in 0.002990464 sec., 11703.869366091683 rows/sec., 978.04 KiB/sec. | ||
| 20513 | 2025.04.15 04:12:42.975701 [ 5 ] {5519ab36-d1e7-493a-8378-f0baa7e8f42d} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 20514 | 2025.04.15 04:12:42.975717 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_46_11} <Trace> MergedBlockOutputStream: filled checksums all_1_46_11 (state Temporary) | ||
| 20515 | 2025.04.15 04:12:42.976197 [ 5 ] {5519ab36-d1e7-493a-8378-f0baa7e8f42d} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20516 | 2025.04.15 04:12:42.976210 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_46_11} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_merge_all_1_46_11 to all_1_46_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20517 | 2025.04.15 04:12:42.976313 [ 193 ] {43c05f96-6329-4295-aa47-28813251c013::all_1_46_11} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013) (MergerMutator): Merged 6 parts: [all_1_41_10, all_46_46_0] -> all_1_46_11 | ||
| 20518 | 2025.04.15 04:12:42.976420 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 20519 | 2025.04.15 04:12:42.976453 [ 5 ] {5519ab36-d1e7-493a-8378-f0baa7e8f42d} <Debug> executeQuery: Read 160 rows, 14.18 KiB in 0.003714 sec., 43080.23694130318 rows/sec., 3.73 MiB/sec. | ||
| 20520 | 2025.04.15 04:12:42.976506 [ 5 ] {5519ab36-d1e7-493a-8378-f0baa7e8f42d} <Debug> TCPHandler: Processed in 0.003957494 sec. | ||
| 20521 | 2025.04.15 04:12:42.976640 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20522 | 2025.04.15 04:12:42.976743 [ 5 ] {97d9b73e-1cc5-40b5-bdca-69c6910507a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20523 | 2025.04.15 04:12:42.976787 [ 5 ] {97d9b73e-1cc5-40b5-bdca-69c6910507a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20524 | 2025.04.15 04:12:42.977309 [ 5 ] {97d9b73e-1cc5-40b5-bdca-69c6910507a5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20525 | 2025.04.15 04:12:42.977345 [ 5 ] {97d9b73e-1cc5-40b5-bdca-69c6910507a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20526 | 2025.04.15 04:12:42.977785 [ 5 ] {97d9b73e-1cc5-40b5-bdca-69c6910507a5} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 20527 | 2025.04.15 04:12:42.978233 [ 5 ] {97d9b73e-1cc5-40b5-bdca-69c6910507a5} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20528 | 2025.04.15 04:12:42.978415 [ 5 ] {97d9b73e-1cc5-40b5-bdca-69c6910507a5} <Debug> executeQuery: Read 55 rows, 4.11 KiB in 0.001689 sec., 32563.64712847839 rows/sec., 2.38 MiB/sec. | ||
| 20529 | 2025.04.15 04:12:42.978473 [ 5 ] {97d9b73e-1cc5-40b5-bdca-69c6910507a5} <Debug> TCPHandler: Processed in 0.00187982 sec. | ||
| 20530 | 2025.04.15 04:12:42.978619 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20531 | 2025.04.15 04:12:42.978880 [ 5 ] {10434af7-c9ac-4129-b543-16713e1b286e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20532 | 2025.04.15 04:12:42.979006 [ 5 ] {10434af7-c9ac-4129-b543-16713e1b286e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20533 | 2025.04.15 04:12:42.979877 [ 5 ] {10434af7-c9ac-4129-b543-16713e1b286e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20534 | 2025.04.15 04:12:42.979915 [ 5 ] {10434af7-c9ac-4129-b543-16713e1b286e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20535 | 2025.04.15 04:12:42.980369 [ 5 ] {10434af7-c9ac-4129-b543-16713e1b286e} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 20536 | 2025.04.15 04:12:42.980845 [ 5 ] {10434af7-c9ac-4129-b543-16713e1b286e} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20537 | 2025.04.15 04:12:42.981036 [ 5 ] {10434af7-c9ac-4129-b543-16713e1b286e} <Debug> executeQuery: Read 119 rows, 9.53 KiB in 0.002244 sec., 53030.30303030303 rows/sec., 4.15 MiB/sec. | ||
| 20538 | 2025.04.15 04:12:42.981098 [ 5 ] {10434af7-c9ac-4129-b543-16713e1b286e} <Debug> TCPHandler: Processed in 0.002546764 sec. | ||
| 20539 | 2025.04.15 04:12:42.981210 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20540 | 2025.04.15 04:12:42.981370 [ 5 ] {7859dca2-9b07-4e16-9095-2202759257f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20541 | 2025.04.15 04:12:42.981447 [ 5 ] {7859dca2-9b07-4e16-9095-2202759257f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20542 | 2025.04.15 04:12:42.982029 [ 5 ] {7859dca2-9b07-4e16-9095-2202759257f2} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20543 | 2025.04.15 04:12:42.982067 [ 5 ] {7859dca2-9b07-4e16-9095-2202759257f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20544 | 2025.04.15 04:12:42.982546 [ 5 ] {7859dca2-9b07-4e16-9095-2202759257f2} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 20545 | 2025.04.15 04:12:42.982990 [ 5 ] {7859dca2-9b07-4e16-9095-2202759257f2} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20546 | 2025.04.15 04:12:42.983172 [ 5 ] {7859dca2-9b07-4e16-9095-2202759257f2} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001844 sec., 87852.49457700651 rows/sec., 6.12 MiB/sec. | ||
| 20547 | 2025.04.15 04:12:42.983278 [ 5 ] {7859dca2-9b07-4e16-9095-2202759257f2} <Debug> TCPHandler: Processed in 0.002109835 sec. | ||
| 20548 | 2025.04.15 04:12:42.983417 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20549 | 2025.04.15 04:12:42.983795 [ 5 ] {85ec5623-42eb-4fb6-bafd-eda24c522d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20550 | 2025.04.15 04:12:42.984213 [ 5 ] {85ec5623-42eb-4fb6-bafd-eda24c522d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20551 | 2025.04.15 04:12:42.987614 [ 5 ] {85ec5623-42eb-4fb6-bafd-eda24c522d94} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20552 | 2025.04.15 04:12:42.987650 [ 5 ] {85ec5623-42eb-4fb6-bafd-eda24c522d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20553 | 2025.04.15 04:12:42.988451 [ 5 ] {85ec5623-42eb-4fb6-bafd-eda24c522d94} <Trace> MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) | ||
| 20554 | 2025.04.15 04:12:42.988905 [ 5 ] {85ec5623-42eb-4fb6-bafd-eda24c522d94} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20555 | 2025.04.15 04:12:42.989129 [ 5 ] {85ec5623-42eb-4fb6-bafd-eda24c522d94} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.00546 sec., 9340.659340659342 rows/sec., 16.74 MiB/sec. | ||
| 20556 | 2025.04.15 04:12:42.989220 [ 5 ] {85ec5623-42eb-4fb6-bafd-eda24c522d94} <Debug> TCPHandler: Processed in 0.005850715 sec. | ||
| 20557 | 2025.04.15 04:12:42.989325 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20558 | 2025.04.15 04:12:42.989425 [ 5 ] {389b674b-0080-4d88-9a41-f609ff979f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20559 | 2025.04.15 04:12:42.989470 [ 5 ] {389b674b-0080-4d88-9a41-f609ff979f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20560 | 2025.04.15 04:12:42.989873 [ 5 ] {389b674b-0080-4d88-9a41-f609ff979f2f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20561 | 2025.04.15 04:12:42.989912 [ 5 ] {389b674b-0080-4d88-9a41-f609ff979f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20562 | 2025.04.15 04:12:42.990352 [ 5 ] {389b674b-0080-4d88-9a41-f609ff979f2f} <Trace> MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) | ||
| 20563 | 2025.04.15 04:12:42.990983 [ 5 ] {389b674b-0080-4d88-9a41-f609ff979f2f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20564 | 2025.04.15 04:12:42.991181 [ 5 ] {389b674b-0080-4d88-9a41-f609ff979f2f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001772 sec., 33860.045146726865 rows/sec., 2.28 MiB/sec. | ||
| 20565 | 2025.04.15 04:12:42.991254 [ 5 ] {389b674b-0080-4d88-9a41-f609ff979f2f} <Debug> TCPHandler: Processed in 0.001976152 sec. | ||
| 20566 | 2025.04.15 04:12:43.041814 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 44469 | ||
| 20567 | 2025.04.15 04:12:43.042459 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20568 | 2025.04.15 04:12:43.042503 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20569 | 2025.04.15 04:12:43.043174 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 20570 | 2025.04.15 04:12:43.043718 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20571 | 2025.04.15 04:12:43.043984 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44469 | ||
| 20572 | 2025.04.15 04:12:45.804595 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2870 | ||
| 20573 | 2025.04.15 04:12:45.808020 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20574 | 2025.04.15 04:12:45.808060 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20575 | 2025.04.15 04:12:45.809680 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 20576 | 2025.04.15 04:12:45.810258 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20577 | 2025.04.15 04:12:45.811711 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2870 | ||
| 20578 | 2025.04.15 04:12:46.422609 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 732 | ||
| 20579 | 2025.04.15 04:12:46.446637 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20580 | 2025.04.15 04:12:46.446695 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20581 | 2025.04.15 04:12:46.454455 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 20582 | 2025.04.15 04:12:46.455623 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20583 | 2025.04.15 04:12:46.458686 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 732 | ||
| 20584 | 2025.04.15 04:12:47.905702 [ 219 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Found 6 old parts to remove. Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 20585 | 2025.04.15 04:12:47.905754 [ 219 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Removing 6 parts from filesystem (serially): Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 20586 | 2025.04.15 04:12:47.908190 [ 219 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Removing 6 parts from memory: Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 20587 | 2025.04.15 04:12:47.972913 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20588 | 2025.04.15 04:12:47.973214 [ 5 ] {90e9bfc9-a277-449a-aefc-8258d3527448} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20589 | 2025.04.15 04:12:47.973328 [ 5 ] {90e9bfc9-a277-449a-aefc-8258d3527448} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20590 | 2025.04.15 04:12:47.974312 [ 5 ] {90e9bfc9-a277-449a-aefc-8258d3527448} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20591 | 2025.04.15 04:12:47.974362 [ 5 ] {90e9bfc9-a277-449a-aefc-8258d3527448} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20592 | 2025.04.15 04:12:47.974932 [ 5 ] {90e9bfc9-a277-449a-aefc-8258d3527448} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20593 | 2025.04.15 04:12:47.975402 [ 5 ] {90e9bfc9-a277-449a-aefc-8258d3527448} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20594 | 2025.04.15 04:12:47.975651 [ 5 ] {90e9bfc9-a277-449a-aefc-8258d3527448} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002507 sec., 84563.22297566812 rows/sec., 5.38 MiB/sec. | ||
| 20595 | 2025.04.15 04:12:47.975760 [ 5 ] {90e9bfc9-a277-449a-aefc-8258d3527448} <Debug> TCPHandler: Processed in 0.003033345 sec. | ||
| 20596 | 2025.04.15 04:12:47.975992 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20597 | 2025.04.15 04:12:47.976128 [ 5 ] {6af185e1-cd0c-4e89-893d-73afdb471f33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20598 | 2025.04.15 04:12:47.976173 [ 5 ] {6af185e1-cd0c-4e89-893d-73afdb471f33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20599 | 2025.04.15 04:12:47.976930 [ 5 ] {6af185e1-cd0c-4e89-893d-73afdb471f33} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20600 | 2025.04.15 04:12:47.976969 [ 5 ] {6af185e1-cd0c-4e89-893d-73afdb471f33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20601 | 2025.04.15 04:12:47.977471 [ 5 ] {6af185e1-cd0c-4e89-893d-73afdb471f33} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 20602 | 2025.04.15 04:12:47.977939 [ 5 ] {6af185e1-cd0c-4e89-893d-73afdb471f33} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20603 | 2025.04.15 04:12:47.978144 [ 5 ] {6af185e1-cd0c-4e89-893d-73afdb471f33} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.00201 sec., 314925.37313432834 rows/sec., 24.77 MiB/sec. | ||
| 20604 | 2025.04.15 04:12:47.978155 [ 74 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 20605 | 2025.04.15 04:12:47.978204 [ 5 ] {6af185e1-cd0c-4e89-893d-73afdb471f33} <Debug> TCPHandler: Processed in 0.00230683 sec. | ||
| 20606 | 2025.04.15 04:12:47.978272 [ 74 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20607 | 2025.04.15 04:12:47.978340 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20608 | 2025.04.15 04:12:47.978371 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20609 | 2025.04.15 04:12:47.978540 [ 5 ] {7393d695-5030-49ff-95a4-9c241fcc2488} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20610 | 2025.04.15 04:12:47.978568 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 20611 | 2025.04.15 04:12:47.978593 [ 5 ] {7393d695-5030-49ff-95a4-9c241fcc2488} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20612 | 2025.04.15 04:12:47.978733 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20613 | 2025.04.15 04:12:47.978771 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1891 rows starting from the beginning of the part | ||
| 20614 | 2025.04.15 04:12:47.978982 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 56 rows starting from the beginning of the part | ||
| 20615 | 2025.04.15 04:12:47.979250 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 164 rows starting from the beginning of the part | ||
| 20616 | 2025.04.15 04:12:47.979456 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 633 rows starting from the beginning of the part | ||
| 20617 | 2025.04.15 04:12:47.979590 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 160 rows starting from the beginning of the part | ||
| 20618 | 2025.04.15 04:12:47.979824 [ 193 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 633 rows starting from the beginning of the part | ||
| 20619 | 2025.04.15 04:12:47.980707 [ 5 ] {7393d695-5030-49ff-95a4-9c241fcc2488} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20620 | 2025.04.15 04:12:47.980750 [ 5 ] {7393d695-5030-49ff-95a4-9c241fcc2488} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20621 | 2025.04.15 04:12:47.981354 [ 5 ] {7393d695-5030-49ff-95a4-9c241fcc2488} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 20622 | 2025.04.15 04:12:47.981896 [ 5 ] {7393d695-5030-49ff-95a4-9c241fcc2488} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20623 | 2025.04.15 04:12:47.982215 [ 5 ] {7393d695-5030-49ff-95a4-9c241fcc2488} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.003713 sec., 30702.93563156477 rows/sec., 1.84 MiB/sec. | ||
| 20624 | 2025.04.15 04:12:47.982401 [ 5 ] {7393d695-5030-49ff-95a4-9c241fcc2488} <Debug> TCPHandler: Processed in 0.004094717 sec. | ||
| 20625 | 2025.04.15 04:12:47.982487 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3537 rows, containing 5 columns (5 merged, 0 gathered) in 0.004035056 sec., 876567.7601500449 rows/sec., 74.33 MiB/sec. | ||
| 20626 | 2025.04.15 04:12:47.982552 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20627 | 2025.04.15 04:12:47.982699 [ 5 ] {efcc48eb-3c32-4eb5-a4e0-55c0b69eb3b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20628 | 2025.04.15 04:12:47.982752 [ 5 ] {efcc48eb-3c32-4eb5-a4e0-55c0b69eb3b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20629 | 2025.04.15 04:12:47.982961 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 20630 | 2025.04.15 04:12:47.983615 [ 5 ] {efcc48eb-3c32-4eb5-a4e0-55c0b69eb3b7} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20631 | 2025.04.15 04:12:47.983669 [ 5 ] {efcc48eb-3c32-4eb5-a4e0-55c0b69eb3b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20632 | 2025.04.15 04:12:47.983899 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_166_33} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20633 | 2025.04.15 04:12:47.984080 [ 194 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_166_33} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 20634 | 2025.04.15 04:12:47.984246 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 20635 | 2025.04.15 04:12:47.984440 [ 5 ] {efcc48eb-3c32-4eb5-a4e0-55c0b69eb3b7} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 20636 | 2025.04.15 04:12:47.984895 [ 5 ] {efcc48eb-3c32-4eb5-a4e0-55c0b69eb3b7} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20637 | 2025.04.15 04:12:47.985108 [ 5 ] {efcc48eb-3c32-4eb5-a4e0-55c0b69eb3b7} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002463 sec., 45879.00933820544 rows/sec., 2.97 MiB/sec. | ||
| 20638 | 2025.04.15 04:12:47.985139 [ 225 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Found 6 old parts to remove. Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 20639 | 2025.04.15 04:12:47.985175 [ 5 ] {efcc48eb-3c32-4eb5-a4e0-55c0b69eb3b7} <Debug> TCPHandler: Processed in 0.002680998 sec. | ||
| 20640 | 2025.04.15 04:12:47.985186 [ 225 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Removing 6 parts from filesystem (serially): Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 20641 | 2025.04.15 04:12:47.985290 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20642 | 2025.04.15 04:12:47.985401 [ 5 ] {9447ee3a-b74a-4a9a-8504-b22d7c9079a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20643 | 2025.04.15 04:12:47.985444 [ 5 ] {9447ee3a-b74a-4a9a-8504-b22d7c9079a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20644 | 2025.04.15 04:12:47.986174 [ 5 ] {9447ee3a-b74a-4a9a-8504-b22d7c9079a2} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20645 | 2025.04.15 04:12:47.986212 [ 5 ] {9447ee3a-b74a-4a9a-8504-b22d7c9079a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20646 | 2025.04.15 04:12:47.986696 [ 5 ] {9447ee3a-b74a-4a9a-8504-b22d7c9079a2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20647 | 2025.04.15 04:12:47.987244 [ 5 ] {9447ee3a-b74a-4a9a-8504-b22d7c9079a2} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20648 | 2025.04.15 04:12:47.987535 [ 5 ] {9447ee3a-b74a-4a9a-8504-b22d7c9079a2} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.002147 sec., 52165.812761993475 rows/sec., 2.97 MiB/sec. | ||
| 20649 | 2025.04.15 04:12:47.987694 [ 5 ] {9447ee3a-b74a-4a9a-8504-b22d7c9079a2} <Debug> TCPHandler: Processed in 0.002453142 sec. | ||
| 20650 | 2025.04.15 04:12:47.987846 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20651 | 2025.04.15 04:12:47.987993 [ 5 ] {6fb471ca-be53-4cd8-b840-f0376e87a80d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20652 | 2025.04.15 04:12:47.988046 [ 5 ] {6fb471ca-be53-4cd8-b840-f0376e87a80d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20653 | 2025.04.15 04:12:47.988731 [ 5 ] {6fb471ca-be53-4cd8-b840-f0376e87a80d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20654 | 2025.04.15 04:12:47.988772 [ 5 ] {6fb471ca-be53-4cd8-b840-f0376e87a80d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20655 | 2025.04.15 04:12:47.988914 [ 225 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Removing 6 parts from memory: Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 20656 | 2025.04.15 04:12:47.989443 [ 5 ] {6fb471ca-be53-4cd8-b840-f0376e87a80d} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 20657 | 2025.04.15 04:12:47.989946 [ 5 ] {6fb471ca-be53-4cd8-b840-f0376e87a80d} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20658 | 2025.04.15 04:12:47.990149 [ 74 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 20659 | 2025.04.15 04:12:47.990153 [ 5 ] {6fb471ca-be53-4cd8-b840-f0376e87a80d} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.002183 sec., 178653.22950068713 rows/sec., 12.63 MiB/sec. | ||
| 20660 | 2025.04.15 04:12:47.990236 [ 74 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20661 | 2025.04.15 04:12:47.990297 [ 5 ] {6fb471ca-be53-4cd8-b840-f0376e87a80d} <Debug> TCPHandler: Processed in 0.002511204 sec. | ||
| 20662 | 2025.04.15 04:12:47.990311 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20663 | 2025.04.15 04:12:47.990503 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20664 | 2025.04.15 04:12:47.990505 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 20665 | 2025.04.15 04:12:47.990638 [ 5 ] {bfac7403-747e-4507-8c99-dfbe8488ca29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20666 | 2025.04.15 04:12:47.990652 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20667 | 2025.04.15 04:12:47.990695 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 957 rows starting from the beginning of the part | ||
| 20668 | 2025.04.15 04:12:47.990700 [ 5 ] {bfac7403-747e-4507-8c99-dfbe8488ca29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20669 | 2025.04.15 04:12:47.991000 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 64 rows starting from the beginning of the part | ||
| 20670 | 2025.04.15 04:12:47.991426 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 136 rows starting from the beginning of the part | ||
| 20671 | 2025.04.15 04:12:47.991858 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 390 rows starting from the beginning of the part | ||
| 20672 | 2025.04.15 04:12:47.992213 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 119 rows starting from the beginning of the part | ||
| 20673 | 2025.04.15 04:12:47.992549 [ 201 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 390 rows starting from the beginning of the part | ||
| 20674 | 2025.04.15 04:12:47.993218 [ 5 ] {bfac7403-747e-4507-8c99-dfbe8488ca29} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20675 | 2025.04.15 04:12:47.993256 [ 5 ] {bfac7403-747e-4507-8c99-dfbe8488ca29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20676 | 2025.04.15 04:12:47.993956 [ 5 ] {bfac7403-747e-4507-8c99-dfbe8488ca29} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 20677 | 2025.04.15 04:12:47.994507 [ 5 ] {bfac7403-747e-4507-8c99-dfbe8488ca29} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20678 | 2025.04.15 04:12:47.994503 [ 196 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2056 rows, containing 5 columns (5 merged, 0 gathered) in 0.004054656 sec., 507071.37670865294 rows/sec., 38.78 MiB/sec. | ||
| 20679 | 2025.04.15 04:12:47.994783 [ 5 ] {bfac7403-747e-4507-8c99-dfbe8488ca29} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00418 sec., 1435.4066985645934 rows/sec., 74.99 KiB/sec. | ||
| 20680 | 2025.04.15 04:12:47.994840 [ 5 ] {bfac7403-747e-4507-8c99-dfbe8488ca29} <Debug> TCPHandler: Processed in 0.004412455 sec. | ||
| 20681 | 2025.04.15 04:12:47.994934 [ 196 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 20682 | 2025.04.15 04:12:47.994995 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20683 | 2025.04.15 04:12:47.995127 [ 5 ] {7a1438b4-649d-4fcc-b665-0481a8598ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20684 | 2025.04.15 04:12:47.995204 [ 5 ] {7a1438b4-649d-4fcc-b665-0481a8598ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20685 | 2025.04.15 04:12:47.995823 [ 196 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_166_33} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20686 | 2025.04.15 04:12:47.996023 [ 5 ] {7a1438b4-649d-4fcc-b665-0481a8598ba9} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20687 | 2025.04.15 04:12:47.996035 [ 196 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_166_33} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 20688 | 2025.04.15 04:12:47.996080 [ 5 ] {7a1438b4-649d-4fcc-b665-0481a8598ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20689 | 2025.04.15 04:12:47.996220 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 20690 | 2025.04.15 04:12:47.996693 [ 5 ] {7a1438b4-649d-4fcc-b665-0481a8598ba9} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 20691 | 2025.04.15 04:12:47.997156 [ 5 ] {7a1438b4-649d-4fcc-b665-0481a8598ba9} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20692 | 2025.04.15 04:12:47.997338 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_161_33 to all_166_166_0 | ||
| 20693 | 2025.04.15 04:12:47.997364 [ 5 ] {7a1438b4-649d-4fcc-b665-0481a8598ba9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002259 sec., 104913.6786188579 rows/sec., 7.03 MiB/sec. | ||
| 20694 | 2025.04.15 04:12:47.997392 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20695 | 2025.04.15 04:12:47.997456 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20696 | 2025.04.15 04:12:47.997503 [ 5 ] {7a1438b4-649d-4fcc-b665-0481a8598ba9} <Debug> TCPHandler: Processed in 0.002577155 sec. | ||
| 20697 | 2025.04.15 04:12:47.997617 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_166_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_33 to all_166_166_0 into Compact with storage Full | ||
| 20698 | 2025.04.15 04:12:47.997662 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20699 | 2025.04.15 04:12:47.997722 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_166_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20700 | 2025.04.15 04:12:47.997765 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_161_33, total 48190 rows starting from the beginning of the part | ||
| 20701 | 2025.04.15 04:12:47.997796 [ 5 ] {155c8a6a-db1d-48b6-9bb4-ec9d7799376e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20702 | 2025.04.15 04:12:47.997935 [ 5 ] {155c8a6a-db1d-48b6-9bb4-ec9d7799376e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20703 | 2025.04.15 04:12:47.997960 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 128 rows starting from the beginning of the part | ||
| 20704 | 2025.04.15 04:12:47.998381 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 163 rows starting from the beginning of the part | ||
| 20705 | 2025.04.15 04:12:47.998682 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 237 rows starting from the beginning of the part | ||
| 20706 | 2025.04.15 04:12:47.998928 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 162 rows starting from the beginning of the part | ||
| 20707 | 2025.04.15 04:12:47.999085 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_166_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 237 rows starting from the beginning of the part | ||
| 20708 | 2025.04.15 04:12:47.999528 [ 5 ] {155c8a6a-db1d-48b6-9bb4-ec9d7799376e} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20709 | 2025.04.15 04:12:47.999570 [ 5 ] {155c8a6a-db1d-48b6-9bb4-ec9d7799376e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20710 | 2025.04.15 04:12:48.000201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 277.22 MiB, peak 293.54 MiB, free memory in arenas 0.00 B, will set to 273.34 MiB (RSS), difference: -3.87 MiB | ||
| 20711 | 2025.04.15 04:12:48.000268 [ 5 ] {155c8a6a-db1d-48b6-9bb4-ec9d7799376e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 20712 | 2025.04.15 04:12:48.001153 [ 5 ] {155c8a6a-db1d-48b6-9bb4-ec9d7799376e} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20713 | 2025.04.15 04:12:48.001469 [ 5 ] {155c8a6a-db1d-48b6-9bb4-ec9d7799376e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003709 sec., 269.61445133459154 rows/sec., 18.17 KiB/sec. | ||
| 20714 | 2025.04.15 04:12:48.001527 [ 5 ] {155c8a6a-db1d-48b6-9bb4-ec9d7799376e} <Debug> TCPHandler: Processed in 0.003916613 sec. | ||
| 20715 | 2025.04.15 04:12:48.001653 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20716 | 2025.04.15 04:12:48.001779 [ 5 ] {ab12c8ec-9fef-4aef-a678-ace74d96c61b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20717 | 2025.04.15 04:12:48.001844 [ 5 ] {ab12c8ec-9fef-4aef-a678-ace74d96c61b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20718 | 2025.04.15 04:12:48.002998 [ 5 ] {ab12c8ec-9fef-4aef-a678-ace74d96c61b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20719 | 2025.04.15 04:12:48.003037 [ 5 ] {ab12c8ec-9fef-4aef-a678-ace74d96c61b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20720 | 2025.04.15 04:12:48.003906 [ 5 ] {ab12c8ec-9fef-4aef-a678-ace74d96c61b} <Trace> MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) | ||
| 20721 | 2025.04.15 04:12:48.004463 [ 5 ] {ab12c8ec-9fef-4aef-a678-ace74d96c61b} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20722 | 2025.04.15 04:12:48.004751 [ 5 ] {ab12c8ec-9fef-4aef-a678-ace74d96c61b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003012 sec., 2656.042496679947 rows/sec., 4.76 MiB/sec. | ||
| 20723 | 2025.04.15 04:12:48.004862 [ 5 ] {ab12c8ec-9fef-4aef-a678-ace74d96c61b} <Debug> TCPHandler: Processed in 0.00326424 sec. | ||
| 20724 | 2025.04.15 04:12:48.004991 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20725 | 2025.04.15 04:12:48.005096 [ 5 ] {6269a6b6-3ce8-47ee-83e7-531b3fb5e77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20726 | 2025.04.15 04:12:48.005142 [ 5 ] {6269a6b6-3ce8-47ee-83e7-531b3fb5e77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20727 | 2025.04.15 04:12:48.005671 [ 5 ] {6269a6b6-3ce8-47ee-83e7-531b3fb5e77d} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20728 | 2025.04.15 04:12:48.005709 [ 5 ] {6269a6b6-3ce8-47ee-83e7-531b3fb5e77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20729 | 2025.04.15 04:12:48.006209 [ 5 ] {6269a6b6-3ce8-47ee-83e7-531b3fb5e77d} <Trace> MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) | ||
| 20730 | 2025.04.15 04:12:48.006695 [ 5 ] {6269a6b6-3ce8-47ee-83e7-531b3fb5e77d} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20731 | 2025.04.15 04:12:48.006857 [ 73 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 | ||
| 20732 | 2025.04.15 04:12:48.006878 [ 5 ] {6269a6b6-3ce8-47ee-83e7-531b3fb5e77d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001805 sec., 45429.36288088643 rows/sec., 2.89 MiB/sec. | ||
| 20733 | 2025.04.15 04:12:48.006894 [ 73 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20734 | 2025.04.15 04:12:48.006941 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20735 | 2025.04.15 04:12:48.006945 [ 5 ] {6269a6b6-3ce8-47ee-83e7-531b3fb5e77d} <Debug> TCPHandler: Processed in 0.002012033 sec. | ||
| 20736 | 2025.04.15 04:12:48.007255 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_166_33} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full | ||
| 20737 | 2025.04.15 04:12:48.007803 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_166_33} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20738 | 2025.04.15 04:12:48.007928 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 9678 rows starting from the beginning of the part | ||
| 20739 | 2025.04.15 04:12:48.008522 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 48 rows starting from the beginning of the part | ||
| 20740 | 2025.04.15 04:12:48.009137 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 60 rows starting from the beginning of the part | ||
| 20741 | 2025.04.15 04:12:48.009502 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_166_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 49117 rows, containing 5 columns (5 merged, 0 gathered) in 0.011945754 sec., 4111670.138193035 rows/sec., 277.59 MiB/sec. | ||
| 20742 | 2025.04.15 04:12:48.009537 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 82 rows starting from the beginning of the part | ||
| 20743 | 2025.04.15 04:12:48.009666 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 60 rows starting from the beginning of the part | ||
| 20744 | 2025.04.15 04:12:48.009890 [ 194 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_166_33} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 82 rows starting from the beginning of the part | ||
| 20745 | 2025.04.15 04:12:48.010638 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_166_34} <Trace> MergedBlockOutputStream: filled checksums all_1_166_34 (state Temporary) | ||
| 20746 | 2025.04.15 04:12:48.011280 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_166_34} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_166_34 to all_1_166_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20747 | 2025.04.15 04:12:48.011422 [ 187 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_166_34} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_161_33, all_166_166_0] -> all_1_166_34 | ||
| 20748 | 2025.04.15 04:12:48.011617 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.45 MiB. | ||
| 20749 | 2025.04.15 04:12:48.013729 [ 200 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_166_33} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10010 rows, containing 4 columns (4 merged, 0 gathered) in 0.006657062 sec., 1503666.3320846343 rows/sec., 97.92 MiB/sec. | ||
| 20750 | 2025.04.15 04:12:48.014152 [ 190 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_166_33} <Trace> MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) | ||
| 20751 | 2025.04.15 04:12:48.014724 [ 190 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_166_33} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20752 | 2025.04.15 04:12:48.014811 [ 190 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_166_33} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 | ||
| 20753 | 2025.04.15 04:12:48.014902 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. | ||
| 20754 | 2025.04.15 04:12:49.000206 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 270.36 MiB, peak 293.54 MiB, free memory in arenas 0.00 B, will set to 273.34 MiB (RSS), difference: 2.99 MiB | ||
| 20755 | 2025.04.15 04:12:50.206799 [ 76 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20756 | 2025.04.15 04:12:50.206876 [ 76 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20757 | 2025.04.15 04:12:50.545060 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 44896 | ||
| 20758 | 2025.04.15 04:12:50.545663 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20759 | 2025.04.15 04:12:50.545702 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20760 | 2025.04.15 04:12:50.546480 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 20761 | 2025.04.15 04:12:50.547068 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20762 | 2025.04.15 04:12:50.547304 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44896 | ||
| 20763 | 2025.04.15 04:12:52.969278 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20764 | 2025.04.15 04:12:52.969483 [ 5 ] {542517bd-2f7b-403e-ad28-4d46979fa8ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20765 | 2025.04.15 04:12:52.969560 [ 5 ] {542517bd-2f7b-403e-ad28-4d46979fa8ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20766 | 2025.04.15 04:12:52.970552 [ 5 ] {542517bd-2f7b-403e-ad28-4d46979fa8ea} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20767 | 2025.04.15 04:12:52.970591 [ 5 ] {542517bd-2f7b-403e-ad28-4d46979fa8ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20768 | 2025.04.15 04:12:52.971138 [ 5 ] {542517bd-2f7b-403e-ad28-4d46979fa8ea} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 20769 | 2025.04.15 04:12:52.971593 [ 5 ] {542517bd-2f7b-403e-ad28-4d46979fa8ea} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20770 | 2025.04.15 04:12:52.971777 [ 5 ] {542517bd-2f7b-403e-ad28-4d46979fa8ea} <Debug> executeQuery: Read 158 rows, 14.03 KiB in 0.002348 sec., 67291.31175468484 rows/sec., 5.84 MiB/sec. | ||
| 20771 | 2025.04.15 04:12:52.971847 [ 5 ] {542517bd-2f7b-403e-ad28-4d46979fa8ea} <Debug> TCPHandler: Processed in 0.002698688 sec. | ||
| 20772 | 2025.04.15 04:12:52.972021 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20773 | 2025.04.15 04:12:52.972302 [ 5 ] {3bedc2ca-95b1-4e26-be95-ba6bf2098ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20774 | 2025.04.15 04:12:52.972435 [ 5 ] {3bedc2ca-95b1-4e26-be95-ba6bf2098ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20775 | 2025.04.15 04:12:52.973463 [ 5 ] {3bedc2ca-95b1-4e26-be95-ba6bf2098ac8} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20776 | 2025.04.15 04:12:52.973500 [ 5 ] {3bedc2ca-95b1-4e26-be95-ba6bf2098ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20777 | 2025.04.15 04:12:52.973938 [ 5 ] {3bedc2ca-95b1-4e26-be95-ba6bf2098ac8} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 20778 | 2025.04.15 04:12:52.974450 [ 5 ] {3bedc2ca-95b1-4e26-be95-ba6bf2098ac8} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20779 | 2025.04.15 04:12:52.974636 [ 5 ] {3bedc2ca-95b1-4e26-be95-ba6bf2098ac8} <Debug> executeQuery: Read 51 rows, 3.83 KiB in 0.002433 sec., 20961.775585696672 rows/sec., 1.54 MiB/sec. | ||
| 20780 | 2025.04.15 04:12:52.974686 [ 71 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 20781 | 2025.04.15 04:12:52.974718 [ 5 ] {3bedc2ca-95b1-4e26-be95-ba6bf2098ac8} <Debug> TCPHandler: Processed in 0.002762239 sec. | ||
| 20782 | 2025.04.15 04:12:52.974786 [ 71 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20783 | 2025.04.15 04:12:52.974842 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20784 | 2025.04.15 04:12:52.974892 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20785 | 2025.04.15 04:12:52.975195 [ 5 ] {9f2abe3e-4234-47b0-8e72-71accafebbf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20786 | 2025.04.15 04:12:52.975214 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 20787 | 2025.04.15 04:12:52.975346 [ 5 ] {9f2abe3e-4234-47b0-8e72-71accafebbf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20788 | 2025.04.15 04:12:52.976235 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20789 | 2025.04.15 04:12:52.976667 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 186 rows starting from the beginning of the part | ||
| 20790 | 2025.04.15 04:12:52.977429 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 54 rows starting from the beginning of the part | ||
| 20791 | 2025.04.15 04:12:52.977570 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 114 rows starting from the beginning of the part | ||
| 20792 | 2025.04.15 04:12:52.978011 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 55 rows starting from the beginning of the part | ||
| 20793 | 2025.04.15 04:12:52.978400 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 114 rows starting from the beginning of the part | ||
| 20794 | 2025.04.15 04:12:52.978772 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 51 rows starting from the beginning of the part | ||
| 20795 | 2025.04.15 04:12:52.979168 [ 5 ] {9f2abe3e-4234-47b0-8e72-71accafebbf0} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20796 | 2025.04.15 04:12:52.979253 [ 5 ] {9f2abe3e-4234-47b0-8e72-71accafebbf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20797 | 2025.04.15 04:12:52.980223 [ 5 ] {9f2abe3e-4234-47b0-8e72-71accafebbf0} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 20798 | 2025.04.15 04:12:52.980952 [ 200 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 574 rows, containing 5 columns (5 merged, 0 gathered) in 0.005976058 sec., 96049.93793567599 rows/sec., 6.61 MiB/sec. | ||
| 20799 | 2025.04.15 04:12:52.981016 [ 5 ] {9f2abe3e-4234-47b0-8e72-71accafebbf0} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20800 | 2025.04.15 04:12:52.981325 [ 5 ] {9f2abe3e-4234-47b0-8e72-71accafebbf0} <Debug> executeQuery: Read 115 rows, 9.20 KiB in 0.006204 sec., 18536.428110896195 rows/sec., 1.45 MiB/sec. | ||
| 20801 | 2025.04.15 04:12:52.981347 [ 198 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 20802 | 2025.04.15 04:12:52.981451 [ 5 ] {9f2abe3e-4234-47b0-8e72-71accafebbf0} <Debug> TCPHandler: Processed in 0.006623832 sec. | ||
| 20803 | 2025.04.15 04:12:52.981626 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20804 | 2025.04.15 04:12:52.981774 [ 5 ] {7ef3ea10-5378-4a5d-adcd-2883694c427f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20805 | 2025.04.15 04:12:52.981827 [ 5 ] {7ef3ea10-5378-4a5d-adcd-2883694c427f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20806 | 2025.04.15 04:12:52.982226 [ 198 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_141_28} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20807 | 2025.04.15 04:12:52.982338 [ 198 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_141_28} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 20808 | 2025.04.15 04:12:52.982523 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 20809 | 2025.04.15 04:12:52.982718 [ 5 ] {7ef3ea10-5378-4a5d-adcd-2883694c427f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20810 | 2025.04.15 04:12:52.982760 [ 5 ] {7ef3ea10-5378-4a5d-adcd-2883694c427f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20811 | 2025.04.15 04:12:52.983256 [ 5 ] {7ef3ea10-5378-4a5d-adcd-2883694c427f} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 20812 | 2025.04.15 04:12:52.983708 [ 5 ] {7ef3ea10-5378-4a5d-adcd-2883694c427f} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20813 | 2025.04.15 04:12:52.983902 [ 5 ] {7ef3ea10-5378-4a5d-adcd-2883694c427f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002172 sec., 73664.82504604053 rows/sec., 5.13 MiB/sec. | ||
| 20814 | 2025.04.15 04:12:52.983954 [ 5 ] {7ef3ea10-5378-4a5d-adcd-2883694c427f} <Debug> TCPHandler: Processed in 0.002385391 sec. | ||
| 20815 | 2025.04.15 04:12:52.984075 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20816 | 2025.04.15 04:12:52.984179 [ 5 ] {fb6a5ae5-b225-481c-8d23-87a02da399be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20817 | 2025.04.15 04:12:52.984243 [ 5 ] {fb6a5ae5-b225-481c-8d23-87a02da399be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20818 | 2025.04.15 04:12:52.985416 [ 5 ] {fb6a5ae5-b225-481c-8d23-87a02da399be} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20819 | 2025.04.15 04:12:52.985454 [ 5 ] {fb6a5ae5-b225-481c-8d23-87a02da399be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20820 | 2025.04.15 04:12:52.986224 [ 5 ] {fb6a5ae5-b225-481c-8d23-87a02da399be} <Trace> MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) | ||
| 20821 | 2025.04.15 04:12:52.986785 [ 5 ] {fb6a5ae5-b225-481c-8d23-87a02da399be} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20822 | 2025.04.15 04:12:52.987012 [ 5 ] {fb6a5ae5-b225-481c-8d23-87a02da399be} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.002849 sec., 17901.0179010179 rows/sec., 32.08 MiB/sec. | ||
| 20823 | 2025.04.15 04:12:52.987022 [ 71 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 | ||
| 20824 | 2025.04.15 04:12:52.987158 [ 71 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20825 | 2025.04.15 04:12:52.987242 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20826 | 2025.04.15 04:12:52.987254 [ 5 ] {fb6a5ae5-b225-481c-8d23-87a02da399be} <Debug> TCPHandler: Processed in 0.003226868 sec. | ||
| 20827 | 2025.04.15 04:12:52.987541 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_141_28} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full | ||
| 20828 | 2025.04.15 04:12:52.987570 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20829 | 2025.04.15 04:12:52.987745 [ 5 ] {40406f44-0653-42ed-83f7-aad7fba96b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20830 | 2025.04.15 04:12:52.987860 [ 5 ] {40406f44-0653-42ed-83f7-aad7fba96b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20831 | 2025.04.15 04:12:52.988521 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_141_28} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20832 | 2025.04.15 04:12:52.988731 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2735 rows starting from the beginning of the part | ||
| 20833 | 2025.04.15 04:12:52.989513 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 51 rows starting from the beginning of the part | ||
| 20834 | 2025.04.15 04:12:52.989857 [ 5 ] {40406f44-0653-42ed-83f7-aad7fba96b66} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20835 | 2025.04.15 04:12:52.989995 [ 5 ] {40406f44-0653-42ed-83f7-aad7fba96b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20836 | 2025.04.15 04:12:52.990313 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 8 rows starting from the beginning of the part | ||
| 20837 | 2025.04.15 04:12:52.990929 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 51 rows starting from the beginning of the part | ||
| 20838 | 2025.04.15 04:12:52.991632 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 8 rows starting from the beginning of the part | ||
| 20839 | 2025.04.15 04:12:52.991832 [ 5 ] {40406f44-0653-42ed-83f7-aad7fba96b66} <Trace> MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) | ||
| 20840 | 2025.04.15 04:12:52.992032 [ 200 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_141_28} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 51 rows starting from the beginning of the part | ||
| 20841 | 2025.04.15 04:12:52.992809 [ 5 ] {40406f44-0653-42ed-83f7-aad7fba96b66} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20842 | 2025.04.15 04:12:52.993255 [ 5 ] {40406f44-0653-42ed-83f7-aad7fba96b66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005562 sec., 10787.486515641855 rows/sec., 744.45 KiB/sec. | ||
| 20843 | 2025.04.15 04:12:52.993538 [ 5 ] {40406f44-0653-42ed-83f7-aad7fba96b66} <Debug> TCPHandler: Processed in 0.0060467 sec. | ||
| 20844 | 2025.04.15 04:12:53.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 286.54 MiB, peak 293.54 MiB, free memory in arenas 0.00 B, will set to 273.34 MiB (RSS), difference: -13.20 MiB | ||
| 20845 | 2025.04.15 04:12:53.002495 [ 198 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_141_28} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2904 rows, containing 19 columns (19 merged, 0 gathered) in 0.015132273 sec., 191907.71934923457 rows/sec., 343.89 MiB/sec. | ||
| 20846 | 2025.04.15 04:12:53.005026 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_141_28} <Trace> MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) | ||
| 20847 | 2025.04.15 04:12:53.005634 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20848 | 2025.04.15 04:12:53.005722 [ 188 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_141_28} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 | ||
| 20849 | 2025.04.15 04:12:53.005850 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.71 MiB. | ||
| 20850 | 2025.04.15 04:12:53.469529 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20851 | 2025.04.15 04:12:53.469698 [ 5 ] {ea1cabe3-b4f0-480c-b8cf-dfe89b1ee02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 20852 | 2025.04.15 04:12:53.469766 [ 5 ] {ea1cabe3-b4f0-480c-b8cf-dfe89b1ee02c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 20853 | 2025.04.15 04:12:53.470550 [ 5 ] {ea1cabe3-b4f0-480c-b8cf-dfe89b1ee02c} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20854 | 2025.04.15 04:12:53.470594 [ 5 ] {ea1cabe3-b4f0-480c-b8cf-dfe89b1ee02c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20855 | 2025.04.15 04:12:53.471116 [ 5 ] {ea1cabe3-b4f0-480c-b8cf-dfe89b1ee02c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 20856 | 2025.04.15 04:12:53.471648 [ 5 ] {ea1cabe3-b4f0-480c-b8cf-dfe89b1ee02c} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20857 | 2025.04.15 04:12:53.471868 [ 5 ] {ea1cabe3-b4f0-480c-b8cf-dfe89b1ee02c} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002211 sec., 95884.21528720036 rows/sec., 6.10 MiB/sec. | ||
| 20858 | 2025.04.15 04:12:53.472008 [ 5 ] {ea1cabe3-b4f0-480c-b8cf-dfe89b1ee02c} <Debug> TCPHandler: Processed in 0.002568205 sec. | ||
| 20859 | 2025.04.15 04:12:53.472231 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20860 | 2025.04.15 04:12:53.472558 [ 5 ] {f71b02c4-9fc6-4aa5-adae-3a6f1056a6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 20861 | 2025.04.15 04:12:53.472673 [ 5 ] {f71b02c4-9fc6-4aa5-adae-3a6f1056a6c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20862 | 2025.04.15 04:12:53.473220 [ 5 ] {f71b02c4-9fc6-4aa5-adae-3a6f1056a6c2} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20863 | 2025.04.15 04:12:53.473260 [ 5 ] {f71b02c4-9fc6-4aa5-adae-3a6f1056a6c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20864 | 2025.04.15 04:12:53.473714 [ 5 ] {f71b02c4-9fc6-4aa5-adae-3a6f1056a6c2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 20865 | 2025.04.15 04:12:53.474194 [ 5 ] {f71b02c4-9fc6-4aa5-adae-3a6f1056a6c2} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20866 | 2025.04.15 04:12:53.474463 [ 5 ] {f71b02c4-9fc6-4aa5-adae-3a6f1056a6c2} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002022 sec., 4945.598417408507 rows/sec., 403.28 KiB/sec. | ||
| 20867 | 2025.04.15 04:12:53.474677 [ 5 ] {f71b02c4-9fc6-4aa5-adae-3a6f1056a6c2} <Debug> TCPHandler: Processed in 0.002554355 sec. | ||
| 20868 | 2025.04.15 04:12:53.474912 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20869 | 2025.04.15 04:12:53.475019 [ 5 ] {e275039f-7d5c-4c7c-b127-d75d48ec35ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20870 | 2025.04.15 04:12:53.475065 [ 5 ] {e275039f-7d5c-4c7c-b127-d75d48ec35ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20871 | 2025.04.15 04:12:53.476511 [ 5 ] {e275039f-7d5c-4c7c-b127-d75d48ec35ca} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20872 | 2025.04.15 04:12:53.476551 [ 5 ] {e275039f-7d5c-4c7c-b127-d75d48ec35ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20873 | 2025.04.15 04:12:53.477126 [ 5 ] {e275039f-7d5c-4c7c-b127-d75d48ec35ca} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 20874 | 2025.04.15 04:12:53.477578 [ 5 ] {e275039f-7d5c-4c7c-b127-d75d48ec35ca} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20875 | 2025.04.15 04:12:53.477801 [ 5 ] {e275039f-7d5c-4c7c-b127-d75d48ec35ca} <Debug> executeQuery: Read 1778 rows, 147.90 KiB in 0.002806 sec., 633642.1952957948 rows/sec., 51.47 MiB/sec. | ||
| 20876 | 2025.04.15 04:12:53.477859 [ 5 ] {e275039f-7d5c-4c7c-b127-d75d48ec35ca} <Debug> TCPHandler: Processed in 0.003029345 sec. | ||
| 20877 | 2025.04.15 04:12:53.477981 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20878 | 2025.04.15 04:12:53.478086 [ 5 ] {8732914b-35c8-435c-95d0-74a0d893a970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 20879 | 2025.04.15 04:12:53.478131 [ 5 ] {8732914b-35c8-435c-95d0-74a0d893a970} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20880 | 2025.04.15 04:12:53.478711 [ 5 ] {8732914b-35c8-435c-95d0-74a0d893a970} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20881 | 2025.04.15 04:12:53.478751 [ 5 ] {8732914b-35c8-435c-95d0-74a0d893a970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20882 | 2025.04.15 04:12:53.479207 [ 5 ] {8732914b-35c8-435c-95d0-74a0d893a970} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 20883 | 2025.04.15 04:12:53.479645 [ 5 ] {8732914b-35c8-435c-95d0-74a0d893a970} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20884 | 2025.04.15 04:12:53.479849 [ 5 ] {8732914b-35c8-435c-95d0-74a0d893a970} <Debug> executeQuery: Read 124 rows, 7.69 KiB in 0.001782 sec., 69584.73625140292 rows/sec., 4.21 MiB/sec. | ||
| 20885 | 2025.04.15 04:12:53.479905 [ 5 ] {8732914b-35c8-435c-95d0-74a0d893a970} <Debug> TCPHandler: Processed in 0.001972962 sec. | ||
| 20886 | 2025.04.15 04:12:53.480015 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20887 | 2025.04.15 04:12:53.480120 [ 5 ] {8e9f8ab0-53c5-45f3-aaa6-51e7d2bf5a20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 20888 | 2025.04.15 04:12:53.480165 [ 5 ] {8e9f8ab0-53c5-45f3-aaa6-51e7d2bf5a20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 20889 | 2025.04.15 04:12:53.480801 [ 5 ] {8e9f8ab0-53c5-45f3-aaa6-51e7d2bf5a20} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20890 | 2025.04.15 04:12:53.480839 [ 5 ] {8e9f8ab0-53c5-45f3-aaa6-51e7d2bf5a20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20891 | 2025.04.15 04:12:53.481310 [ 5 ] {8e9f8ab0-53c5-45f3-aaa6-51e7d2bf5a20} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 20892 | 2025.04.15 04:12:53.481760 [ 5 ] {8e9f8ab0-53c5-45f3-aaa6-51e7d2bf5a20} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20893 | 2025.04.15 04:12:53.481979 [ 5 ] {8e9f8ab0-53c5-45f3-aaa6-51e7d2bf5a20} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001878 sec., 181576.14483493078 rows/sec., 12.12 MiB/sec. | ||
| 20894 | 2025.04.15 04:12:53.482038 [ 5 ] {8e9f8ab0-53c5-45f3-aaa6-51e7d2bf5a20} <Debug> TCPHandler: Processed in 0.002072664 sec. | ||
| 20895 | 2025.04.15 04:12:53.482178 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20896 | 2025.04.15 04:12:53.482287 [ 5 ] {3e57611a-68df-4826-a155-ff52bf5d988e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 20897 | 2025.04.15 04:12:53.482331 [ 5 ] {3e57611a-68df-4826-a155-ff52bf5d988e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 20898 | 2025.04.15 04:12:53.482870 [ 5 ] {3e57611a-68df-4826-a155-ff52bf5d988e} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20899 | 2025.04.15 04:12:53.482908 [ 5 ] {3e57611a-68df-4826-a155-ff52bf5d988e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20900 | 2025.04.15 04:12:53.483423 [ 5 ] {3e57611a-68df-4826-a155-ff52bf5d988e} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 20901 | 2025.04.15 04:12:53.483881 [ 5 ] {3e57611a-68df-4826-a155-ff52bf5d988e} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20902 | 2025.04.15 04:12:53.484126 [ 5 ] {3e57611a-68df-4826-a155-ff52bf5d988e} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001857 sec., 60312.33171782445 rows/sec., 3.44 MiB/sec. | ||
| 20903 | 2025.04.15 04:12:53.484208 [ 5 ] {3e57611a-68df-4826-a155-ff52bf5d988e} <Debug> TCPHandler: Processed in 0.002096474 sec. | ||
| 20904 | 2025.04.15 04:12:53.484454 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20905 | 2025.04.15 04:12:53.484596 [ 5 ] {7a8c2109-0d76-429f-8466-601c178bb3ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 20906 | 2025.04.15 04:12:53.484641 [ 5 ] {7a8c2109-0d76-429f-8466-601c178bb3ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20907 | 2025.04.15 04:12:53.485502 [ 5 ] {7a8c2109-0d76-429f-8466-601c178bb3ec} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20908 | 2025.04.15 04:12:53.485541 [ 5 ] {7a8c2109-0d76-429f-8466-601c178bb3ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20909 | 2025.04.15 04:12:53.486037 [ 5 ] {7a8c2109-0d76-429f-8466-601c178bb3ec} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 20910 | 2025.04.15 04:12:53.486570 [ 5 ] {7a8c2109-0d76-429f-8466-601c178bb3ec} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20911 | 2025.04.15 04:12:53.486785 [ 5 ] {7a8c2109-0d76-429f-8466-601c178bb3ec} <Debug> executeQuery: Read 856 rows, 63.33 KiB in 0.002209 sec., 387505.65866908105 rows/sec., 28.00 MiB/sec. | ||
| 20912 | 2025.04.15 04:12:53.486842 [ 5 ] {7a8c2109-0d76-429f-8466-601c178bb3ec} <Debug> TCPHandler: Processed in 0.002488893 sec. | ||
| 20913 | 2025.04.15 04:12:53.486849 [ 225 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20914 | 2025.04.15 04:12:53.486891 [ 225 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20915 | 2025.04.15 04:12:53.486986 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20916 | 2025.04.15 04:12:53.487102 [ 5 ] {7aa5b31c-61cf-48f7-98f6-9bfca33fd4d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 20917 | 2025.04.15 04:12:53.487148 [ 5 ] {7aa5b31c-61cf-48f7-98f6-9bfca33fd4d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 20918 | 2025.04.15 04:12:53.487739 [ 5 ] {7aa5b31c-61cf-48f7-98f6-9bfca33fd4d4} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20919 | 2025.04.15 04:12:53.487777 [ 5 ] {7aa5b31c-61cf-48f7-98f6-9bfca33fd4d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20920 | 2025.04.15 04:12:53.488259 [ 5 ] {7aa5b31c-61cf-48f7-98f6-9bfca33fd4d4} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 20921 | 2025.04.15 04:12:53.488799 [ 5 ] {7aa5b31c-61cf-48f7-98f6-9bfca33fd4d4} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20922 | 2025.04.15 04:12:53.489206 [ 5 ] {7aa5b31c-61cf-48f7-98f6-9bfca33fd4d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002102 sec., 2854.4243577545194 rows/sec., 149.13 KiB/sec. | ||
| 20923 | 2025.04.15 04:12:53.489618 [ 5 ] {7aa5b31c-61cf-48f7-98f6-9bfca33fd4d4} <Debug> TCPHandler: Processed in 0.002684728 sec. | ||
| 20924 | 2025.04.15 04:12:53.489980 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20925 | 2025.04.15 04:12:53.490192 [ 5 ] {152565b9-0cb9-4756-bffc-ac710968d867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 20926 | 2025.04.15 04:12:53.490259 [ 5 ] {152565b9-0cb9-4756-bffc-ac710968d867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20927 | 2025.04.15 04:12:53.491043 [ 5 ] {152565b9-0cb9-4756-bffc-ac710968d867} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20928 | 2025.04.15 04:12:53.491081 [ 5 ] {152565b9-0cb9-4756-bffc-ac710968d867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20929 | 2025.04.15 04:12:53.491621 [ 225 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20930 | 2025.04.15 04:12:53.491640 [ 5 ] {152565b9-0cb9-4756-bffc-ac710968d867} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 20931 | 2025.04.15 04:12:53.492287 [ 5 ] {152565b9-0cb9-4756-bffc-ac710968d867} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20932 | 2025.04.15 04:12:53.492531 [ 5 ] {152565b9-0cb9-4756-bffc-ac710968d867} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.002375 sec., 404210.5263157895 rows/sec., 26.86 MiB/sec. | ||
| 20933 | 2025.04.15 04:12:53.492597 [ 5 ] {152565b9-0cb9-4756-bffc-ac710968d867} <Debug> TCPHandler: Processed in 0.002736838 sec. | ||
| 20934 | 2025.04.15 04:12:53.492731 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20935 | 2025.04.15 04:12:53.492853 [ 5 ] {365e14a7-2743-4802-acb2-baabdb861f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 20936 | 2025.04.15 04:12:53.492900 [ 5 ] {365e14a7-2743-4802-acb2-baabdb861f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20937 | 2025.04.15 04:12:53.493322 [ 5 ] {365e14a7-2743-4802-acb2-baabdb861f3c} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20938 | 2025.04.15 04:12:53.493361 [ 5 ] {365e14a7-2743-4802-acb2-baabdb861f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20939 | 2025.04.15 04:12:53.493865 [ 5 ] {365e14a7-2743-4802-acb2-baabdb861f3c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 20940 | 2025.04.15 04:12:53.494334 [ 5 ] {365e14a7-2743-4802-acb2-baabdb861f3c} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20941 | 2025.04.15 04:12:53.494537 [ 5 ] {365e14a7-2743-4802-acb2-baabdb861f3c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001708 sec., 585.4800936768149 rows/sec., 39.45 KiB/sec. | ||
| 20942 | 2025.04.15 04:12:53.494587 [ 5 ] {365e14a7-2743-4802-acb2-baabdb861f3c} <Debug> TCPHandler: Processed in 0.001916991 sec. | ||
| 20943 | 2025.04.15 04:12:53.494701 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20944 | 2025.04.15 04:12:53.494806 [ 5 ] {2ba3f301-bfcd-4a10-b3bb-80fce032112e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 20945 | 2025.04.15 04:12:53.494871 [ 5 ] {2ba3f301-bfcd-4a10-b3bb-80fce032112e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 20946 | 2025.04.15 04:12:53.495916 [ 5 ] {2ba3f301-bfcd-4a10-b3bb-80fce032112e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20947 | 2025.04.15 04:12:53.495956 [ 5 ] {2ba3f301-bfcd-4a10-b3bb-80fce032112e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20948 | 2025.04.15 04:12:53.496679 [ 5 ] {2ba3f301-bfcd-4a10-b3bb-80fce032112e} <Trace> MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) | ||
| 20949 | 2025.04.15 04:12:53.497146 [ 5 ] {2ba3f301-bfcd-4a10-b3bb-80fce032112e} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20950 | 2025.04.15 04:12:53.497406 [ 5 ] {2ba3f301-bfcd-4a10-b3bb-80fce032112e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002617 sec., 3056.9354222392053 rows/sec., 5.48 MiB/sec. | ||
| 20951 | 2025.04.15 04:12:53.497460 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20952 | 2025.04.15 04:12:53.497548 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20953 | 2025.04.15 04:12:53.497619 [ 5 ] {2ba3f301-bfcd-4a10-b3bb-80fce032112e} <Debug> TCPHandler: Processed in 0.002962983 sec. | ||
| 20954 | 2025.04.15 04:12:53.497824 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20955 | 2025.04.15 04:12:53.497936 [ 5 ] {43d8cc4f-7476-4c30-9ddf-c4d0e0af1b37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 20956 | 2025.04.15 04:12:53.497984 [ 5 ] {43d8cc4f-7476-4c30-9ddf-c4d0e0af1b37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20957 | 2025.04.15 04:12:53.498763 [ 5 ] {43d8cc4f-7476-4c30-9ddf-c4d0e0af1b37} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20958 | 2025.04.15 04:12:53.498828 [ 5 ] {43d8cc4f-7476-4c30-9ddf-c4d0e0af1b37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20959 | 2025.04.15 04:12:53.499591 [ 5 ] {43d8cc4f-7476-4c30-9ddf-c4d0e0af1b37} <Trace> MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) | ||
| 20960 | 2025.04.15 04:12:53.500227 [ 5 ] {43d8cc4f-7476-4c30-9ddf-c4d0e0af1b37} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20961 | 2025.04.15 04:12:53.500612 [ 5 ] {43d8cc4f-7476-4c30-9ddf-c4d0e0af1b37} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.002677 sec., 12700.78446021666 rows/sec., 754.77 KiB/sec. | ||
| 20962 | 2025.04.15 04:12:53.500734 [ 5 ] {43d8cc4f-7476-4c30-9ddf-c4d0e0af1b37} <Debug> TCPHandler: Processed in 0.002990784 sec. | ||
| 20963 | 2025.04.15 04:12:53.501364 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20964 | 2025.04.15 04:12:53.958860 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 739 | ||
| 20965 | 2025.04.15 04:12:53.983230 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20966 | 2025.04.15 04:12:53.983281 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20967 | 2025.04.15 04:12:53.991061 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 20968 | 2025.04.15 04:12:53.992258 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20969 | 2025.04.15 04:12:53.995937 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 739 | ||
| 20970 | 2025.04.15 04:12:54.000244 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 262.04 MiB, peak 293.54 MiB, free memory in arenas 0.00 B, will set to 273.68 MiB (RSS), difference: 11.65 MiB | ||
| 20971 | 2025.04.15 04:12:54.109017 [ 222 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20972 | 2025.04.15 04:12:54.109106 [ 222 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20973 | 2025.04.15 04:12:54.112202 [ 222 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20974 | 2025.04.15 04:12:54.136142 [ 218 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20975 | 2025.04.15 04:12:54.136207 [ 218 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20976 | 2025.04.15 04:12:54.139024 [ 218 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20977 | 2025.04.15 04:12:54.263687 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20978 | 2025.04.15 04:12:54.263733 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20979 | 2025.04.15 04:12:54.266550 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] | ||
| 20980 | 2025.04.15 04:12:54.517262 [ 220 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20981 | 2025.04.15 04:12:54.517324 [ 220 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20982 | 2025.04.15 04:12:54.520265 [ 220 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] | ||
| 20983 | 2025.04.15 04:12:55.812098 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 2928 | ||
| 20984 | 2025.04.15 04:12:55.816055 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20985 | 2025.04.15 04:12:55.816094 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20986 | 2025.04.15 04:12:55.817808 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 20987 | 2025.04.15 04:12:55.818378 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20988 | 2025.04.15 04:12:55.819754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2928 | ||
| 20989 | 2025.04.15 04:12:57.965720 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20990 | 2025.04.15 04:12:57.966018 [ 5 ] {8c79c12d-ab4c-4734-8006-1e9ad11e3a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 20991 | 2025.04.15 04:12:57.966117 [ 5 ] {8c79c12d-ab4c-4734-8006-1e9ad11e3a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20992 | 2025.04.15 04:12:57.966890 [ 5 ] {8c79c12d-ab4c-4734-8006-1e9ad11e3a70} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20993 | 2025.04.15 04:12:57.966938 [ 5 ] {8c79c12d-ab4c-4734-8006-1e9ad11e3a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 20994 | 2025.04.15 04:12:57.967653 [ 5 ] {8c79c12d-ab4c-4734-8006-1e9ad11e3a70} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 20995 | 2025.04.15 04:12:57.968233 [ 5 ] {8c79c12d-ab4c-4734-8006-1e9ad11e3a70} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20996 | 2025.04.15 04:12:57.968484 [ 5 ] {8c79c12d-ab4c-4734-8006-1e9ad11e3a70} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.00254 sec., 22047.24409448819 rows/sec., 1.69 MiB/sec. | ||
| 20997 | 2025.04.15 04:12:57.968558 [ 5 ] {8c79c12d-ab4c-4734-8006-1e9ad11e3a70} <Debug> TCPHandler: Processed in 0.003020105 sec. | ||
| 20998 | 2025.04.15 04:12:57.968725 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20999 | 2025.04.15 04:12:57.969002 [ 5 ] {21bee621-9607-4798-aee2-a80af4deb219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21000 | 2025.04.15 04:12:57.969142 [ 5 ] {21bee621-9607-4798-aee2-a80af4deb219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21001 | 2025.04.15 04:12:57.970438 [ 5 ] {21bee621-9607-4798-aee2-a80af4deb219} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21002 | 2025.04.15 04:12:57.970478 [ 5 ] {21bee621-9607-4798-aee2-a80af4deb219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 21003 | 2025.04.15 04:12:57.970951 [ 5 ] {21bee621-9607-4798-aee2-a80af4deb219} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 21004 | 2025.04.15 04:12:57.971407 [ 5 ] {21bee621-9607-4798-aee2-a80af4deb219} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21005 | 2025.04.15 04:12:57.971603 [ 5 ] {21bee621-9607-4798-aee2-a80af4deb219} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002717 sec., 23555.39197644461 rows/sec., 1.84 MiB/sec. | ||
| 21006 | 2025.04.15 04:12:57.971656 [ 5 ] {21bee621-9607-4798-aee2-a80af4deb219} <Debug> TCPHandler: Processed in 0.002990674 sec. | ||
| 21007 | 2025.04.15 04:12:57.971777 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21008 | 2025.04.15 04:12:57.971882 [ 5 ] {5f29d719-7be3-4d5d-b2ff-a4831acaf247} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21009 | 2025.04.15 04:12:57.971932 [ 5 ] {5f29d719-7be3-4d5d-b2ff-a4831acaf247} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21010 | 2025.04.15 04:12:57.972422 [ 5 ] {5f29d719-7be3-4d5d-b2ff-a4831acaf247} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21011 | 2025.04.15 04:12:57.972462 [ 5 ] {5f29d719-7be3-4d5d-b2ff-a4831acaf247} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 21012 | 2025.04.15 04:12:57.972955 [ 5 ] {5f29d719-7be3-4d5d-b2ff-a4831acaf247} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 21013 | 2025.04.15 04:12:57.973402 [ 5 ] {5f29d719-7be3-4d5d-b2ff-a4831acaf247} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21014 | 2025.04.15 04:12:57.973617 [ 5 ] {5f29d719-7be3-4d5d-b2ff-a4831acaf247} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001757 sec., 72851.45133750711 rows/sec., 5.07 MiB/sec. | ||
| 21015 | 2025.04.15 04:12:57.973677 [ 5 ] {5f29d719-7be3-4d5d-b2ff-a4831acaf247} <Debug> TCPHandler: Processed in 0.001949712 sec. | ||
| 21016 | 2025.04.15 04:12:57.973825 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21017 | 2025.04.15 04:12:57.973980 [ 5 ] {072cb37d-1afa-47f2-b287-ddb9b23e6d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21018 | 2025.04.15 04:12:57.974030 [ 5 ] {072cb37d-1afa-47f2-b287-ddb9b23e6d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21019 | 2025.04.15 04:12:57.974453 [ 5 ] {072cb37d-1afa-47f2-b287-ddb9b23e6d16} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21020 | 2025.04.15 04:12:57.974491 [ 5 ] {072cb37d-1afa-47f2-b287-ddb9b23e6d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 21021 | 2025.04.15 04:12:57.974944 [ 5 ] {072cb37d-1afa-47f2-b287-ddb9b23e6d16} <Trace> MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) | ||
| 21022 | 2025.04.15 04:12:57.975437 [ 5 ] {072cb37d-1afa-47f2-b287-ddb9b23e6d16} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21023 | 2025.04.15 04:12:57.975638 [ 5 ] {072cb37d-1afa-47f2-b287-ddb9b23e6d16} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001692 sec., 28368.794326241135 rows/sec., 1.91 MiB/sec. | ||
| 21024 | 2025.04.15 04:12:57.975687 [ 5 ] {072cb37d-1afa-47f2-b287-ddb9b23e6d16} <Debug> TCPHandler: Processed in 0.001927851 sec. | ||
| 21025 | 2025.04.15 04:12:58.047564 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 45384 | ||
| 21026 | 2025.04.15 04:12:58.048227 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21027 | 2025.04.15 04:12:58.048278 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 21028 | 2025.04.15 04:12:58.048939 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 21029 | 2025.04.15 04:12:58.049428 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21030 | 2025.04.15 04:12:58.049694 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45384 | ||
| 21031 | 2025.04.15 04:13:01.496033 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 747 | ||
| 21032 | 2025.04.15 04:13:01.521436 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21033 | 2025.04.15 04:13:01.521496 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 21034 | 2025.04.15 04:13:01.529255 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 21035 | 2025.04.15 04:13:01.530465 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21036 | 2025.04.15 04:13:01.533818 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 747 | ||
| 21037 | 2025.04.15 04:13:02.969149 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21038 | 2025.04.15 04:13:02.969352 [ 5 ] {666548cf-9793-42e7-86ee-8be66185cd04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21039 | 2025.04.15 04:13:02.969431 [ 5 ] {666548cf-9793-42e7-86ee-8be66185cd04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21040 | 2025.04.15 04:13:02.970346 [ 5 ] {666548cf-9793-42e7-86ee-8be66185cd04} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21041 | 2025.04.15 04:13:02.970391 [ 5 ] {666548cf-9793-42e7-86ee-8be66185cd04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 21042 | 2025.04.15 04:13:02.970956 [ 5 ] {666548cf-9793-42e7-86ee-8be66185cd04} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 21043 | 2025.04.15 04:13:02.971484 [ 5 ] {666548cf-9793-42e7-86ee-8be66185cd04} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21044 | 2025.04.15 04:13:02.971710 [ 5 ] {666548cf-9793-42e7-86ee-8be66185cd04} <Debug> executeQuery: Read 158 rows, 14.03 KiB in 0.002409 sec., 65587.3806558738 rows/sec., 5.69 MiB/sec. | ||
| 21045 | 2025.04.15 04:13:02.971846 [ 5 ] {666548cf-9793-42e7-86ee-8be66185cd04} <Debug> TCPHandler: Processed in 0.00282603 sec. | ||
| 21046 | 2025.04.15 04:13:02.971996 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21047 | 2025.04.15 04:13:02.972167 [ 5 ] {98d6e1fb-18fa-4dae-8b71-e7ef74163861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21048 | 2025.04.15 04:13:02.972320 [ 5 ] {98d6e1fb-18fa-4dae-8b71-e7ef74163861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21049 | 2025.04.15 04:13:02.973822 [ 5 ] {98d6e1fb-18fa-4dae-8b71-e7ef74163861} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21050 | 2025.04.15 04:13:02.973861 [ 5 ] {98d6e1fb-18fa-4dae-8b71-e7ef74163861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 21051 | 2025.04.15 04:13:02.974319 [ 5 ] {98d6e1fb-18fa-4dae-8b71-e7ef74163861} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 21052 | 2025.04.15 04:13:02.974765 [ 5 ] {98d6e1fb-18fa-4dae-8b71-e7ef74163861} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21053 | 2025.04.15 04:13:02.974964 [ 5 ] {98d6e1fb-18fa-4dae-8b71-e7ef74163861} <Debug> executeQuery: Read 51 rows, 3.83 KiB in 0.002869 sec., 17776.228651097943 rows/sec., 1.31 MiB/sec. | ||
| 21054 | 2025.04.15 04:13:02.975072 [ 5 ] {98d6e1fb-18fa-4dae-8b71-e7ef74163861} <Debug> TCPHandler: Processed in 0.003137697 sec. | ||
| 21055 | 2025.04.15 04:13:02.975260 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21056 | 2025.04.15 04:13:02.975546 [ 5 ] {148a2722-07b8-41b8-8b58-2059ff0ff196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21057 | 2025.04.15 04:13:02.975599 [ 5 ] {148a2722-07b8-41b8-8b58-2059ff0ff196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21058 | 2025.04.15 04:13:02.976174 [ 5 ] {148a2722-07b8-41b8-8b58-2059ff0ff196} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21059 | 2025.04.15 04:13:02.976212 [ 5 ] {148a2722-07b8-41b8-8b58-2059ff0ff196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 21060 | 2025.04.15 04:13:02.976669 [ 5 ] {148a2722-07b8-41b8-8b58-2059ff0ff196} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 21061 | 2025.04.15 04:13:02.977146 [ 5 ] {148a2722-07b8-41b8-8b58-2059ff0ff196} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21062 | 2025.04.15 04:13:02.977334 [ 5 ] {148a2722-07b8-41b8-8b58-2059ff0ff196} <Debug> executeQuery: Read 115 rows, 9.20 KiB in 0.001871 sec., 61464.457509353284 rows/sec., 4.80 MiB/sec. | ||
| 21063 | 2025.04.15 04:13:02.977386 [ 5 ] {148a2722-07b8-41b8-8b58-2059ff0ff196} <Debug> TCPHandler: Processed in 0.002233818 sec. | ||
| 21064 | 2025.04.15 04:13:02.977504 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21065 | 2025.04.15 04:13:02.977609 [ 5 ] {de3399c1-c988-4d07-90ac-a05e5cdde42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21066 | 2025.04.15 04:13:02.977658 [ 5 ] {de3399c1-c988-4d07-90ac-a05e5cdde42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21067 | 2025.04.15 04:13:02.978167 [ 5 ] {de3399c1-c988-4d07-90ac-a05e5cdde42e} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21068 | 2025.04.15 04:13:02.978205 [ 5 ] {de3399c1-c988-4d07-90ac-a05e5cdde42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 21069 | 2025.04.15 04:13:02.978681 [ 5 ] {de3399c1-c988-4d07-90ac-a05e5cdde42e} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 21070 | 2025.04.15 04:13:02.979121 [ 5 ] {de3399c1-c988-4d07-90ac-a05e5cdde42e} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21071 | 2025.04.15 04:13:02.979309 [ 5 ] {de3399c1-c988-4d07-90ac-a05e5cdde42e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001715 sec., 93294.46064139942 rows/sec., 6.50 MiB/sec. | ||
| 21072 | 2025.04.15 04:13:02.979359 [ 5 ] {de3399c1-c988-4d07-90ac-a05e5cdde42e} <Debug> TCPHandler: Processed in 0.001903651 sec. | ||
| 21073 | 2025.04.15 04:13:02.979472 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21074 | 2025.04.15 04:13:02.979574 [ 5 ] {413758e1-e73d-4cde-9560-e1682cb74648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21075 | 2025.04.15 04:13:02.979638 [ 5 ] {413758e1-e73d-4cde-9560-e1682cb74648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21076 | 2025.04.15 04:13:02.980815 [ 5 ] {413758e1-e73d-4cde-9560-e1682cb74648} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21077 | 2025.04.15 04:13:02.980854 [ 5 ] {413758e1-e73d-4cde-9560-e1682cb74648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 21078 | 2025.04.15 04:13:02.981628 [ 5 ] {413758e1-e73d-4cde-9560-e1682cb74648} <Trace> MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) | ||
| 21079 | 2025.04.15 04:13:02.982076 [ 5 ] {413758e1-e73d-4cde-9560-e1682cb74648} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21080 | 2025.04.15 04:13:02.982290 [ 5 ] {413758e1-e73d-4cde-9560-e1682cb74648} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.002732 sec., 18667.642752562224 rows/sec., 33.45 MiB/sec. | ||
| 21081 | 2025.04.15 04:13:02.982481 [ 5 ] {413758e1-e73d-4cde-9560-e1682cb74648} <Debug> TCPHandler: Processed in 0.003056645 sec. | ||
| 21082 | 2025.04.15 04:13:02.982711 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21083 | 2025.04.15 04:13:02.983013 [ 5 ] {8ab3482f-501f-4e9c-8ce1-0729edd14a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21084 | 2025.04.15 04:13:02.983105 [ 5 ] {8ab3482f-501f-4e9c-8ce1-0729edd14a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21085 | 2025.04.15 04:13:02.983531 [ 5 ] {8ab3482f-501f-4e9c-8ce1-0729edd14a3e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21086 | 2025.04.15 04:13:02.983569 [ 5 ] {8ab3482f-501f-4e9c-8ce1-0729edd14a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.46 GiB. | ||
| 21087 | 2025.04.15 04:13:02.984017 [ 5 ] {8ab3482f-501f-4e9c-8ce1-0729edd14a3e} <Trace> MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) | ||
| 21088 | 2025.04.15 04:13:02.984460 [ 5 ] {8ab3482f-501f-4e9c-8ce1-0729edd14a3e} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21089 | 2025.04.15 04:13:02.984664 [ 5 ] {8ab3482f-501f-4e9c-8ce1-0729edd14a3e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001751 sec., 34266.133637921186 rows/sec., 2.31 MiB/sec. | ||
| 21090 | 2025.04.15 04:13:02.984743 [ 5 ] {8ab3482f-501f-4e9c-8ce1-0729edd14a3e} <Debug> TCPHandler: Processed in 0.002127176 sec. | ||
| 21091 | 2025.04.15 04:13:04.886396 [ 58 ] {} <Debug> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Selected 5 parts from all_1_69_15 to all_73_73_0 | ||
| 21092 | 2025.04.15 04:13:04.886514 [ 58 ] {} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21093 | 2025.04.15 04:13:04.886557 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21094 | 2025.04.15 04:13:04.886789 [ 197 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_73_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_15 to all_73_73_0 into Compact with storage Full | ||
| 21095 | 2025.04.15 04:13:04.887302 [ 197 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_73_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21096 | 2025.04.15 04:13:04.887407 [ 197 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 342 rows starting from the beginning of the part | ||
| 21097 | 2025.04.15 04:13:04.887535 [ 197 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 341 rows starting from the beginning of the part | ||
| 21098 | 2025.04.15 04:13:04.887762 [ 197 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 113 rows starting from the beginning of the part | ||
| 21099 | 2025.04.15 04:13:04.888028 [ 197 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 113 rows starting from the beginning of the part | ||
| 21100 | 2025.04.15 04:13:04.888162 [ 197 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 341 rows starting from the beginning of the part | ||
| 21101 | 2025.04.15 04:13:04.889401 [ 198 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_73_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 5 columns (5 merged, 0 gathered) in 0.002742989 sec., 455707.25948955683 rows/sec., 31.98 MiB/sec. | ||
| 21102 | 2025.04.15 04:13:04.889750 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_73_16} <Trace> MergedBlockOutputStream: filled checksums all_1_73_16 (state Temporary) | ||
| 21103 | 2025.04.15 04:13:04.890408 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_73_16} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_merge_all_1_73_16 to all_1_73_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21104 | 2025.04.15 04:13:04.890506 [ 192 ] {cac293b4-7cda-4c37-b65d-c00d8a55ba2c::all_1_73_16} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c) (MergerMutator): Merged 5 parts: [all_1_69_15, all_73_73_0] -> all_1_73_16 | ||
| 21105 | 2025.04.15 04:13:04.890611 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 21106 | 2025.04.15 04:13:05.206919 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 21107 | 2025.04.15 04:13:05.206959 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 21108 | 2025.04.15 04:13:05.296412 [ 218 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 21109 | 2025.04.15 04:13:05.296485 [ 218 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 21110 | 2025.04.15 04:13:05.299740 [ 218 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 21111 | 2025.04.15 04:13:05.549798 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 45811 | ||
| 21112 | 2025.04.15 04:13:05.550404 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21113 | 2025.04.15 04:13:05.550446 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21114 | 2025.04.15 04:13:05.551068 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 21115 | 2025.04.15 04:13:05.551572 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21116 | 2025.04.15 04:13:05.551816 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45811 | ||
| 21117 | 2025.04.15 04:13:05.765056 [ 221 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 21118 | 2025.04.15 04:13:05.765100 [ 221 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 21119 | 2025.04.15 04:13:05.769307 [ 221 ] {} <Debug> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 21120 | 2025.04.15 04:13:05.820177 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2948 | ||
| 21121 | 2025.04.15 04:13:05.823226 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21122 | 2025.04.15 04:13:05.823268 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21123 | 2025.04.15 04:13:05.824921 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21124 | 2025.04.15 04:13:05.825526 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21125 | 2025.04.15 04:13:05.826088 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2948 | ||
| 21126 | 2025.04.15 04:13:06.000181 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.69 MiB, peak 293.54 MiB, free memory in arenas 0.00 B, will set to 273.68 MiB (RSS), difference: 3.99 MiB | ||
| 21127 | 2025.04.15 04:13:06.080270 [ 222 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Found 5 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 21128 | 2025.04.15 04:13:06.080328 [ 222 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Removing 5 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 21129 | 2025.04.15 04:13:06.083122 [ 222 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Removing 5 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] | ||
| 21130 | 2025.04.15 04:13:06.330999 [ 224 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 21131 | 2025.04.15 04:13:06.331063 [ 224 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 21132 | 2025.04.15 04:13:06.333451 [ 224 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] | ||
| 21133 | 2025.04.15 04:13:06.917726 [ 223 ] {} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Found 5 old parts to remove. Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 21134 | 2025.04.15 04:13:06.917781 [ 223 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Removing 5 parts from filesystem (serially): Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 21135 | 2025.04.15 04:13:06.919541 [ 223 ] {} <Debug> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Removing 5 parts from memory: Parts: [all_1_9_2, all_10_10_0, all_11_11_0, all_12_12_0, all_13_13_0] | ||
| 21136 | 2025.04.15 04:13:07.000164 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.68 MiB, peak 293.54 MiB, free memory in arenas 0.00 B, will set to 273.68 MiB (RSS), difference: 4.00 MiB | ||
| 21137 | 2025.04.15 04:13:07.136316 [ 52 ] {} <Debug> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Selected 5 parts from all_1_69_15 to all_73_73_0 | ||
| 21138 | 2025.04.15 04:13:07.136393 [ 52 ] {} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21139 | 2025.04.15 04:13:07.136430 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21140 | 2025.04.15 04:13:07.136634 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_73_16} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_15 to all_73_73_0 into Compact with storage Full | ||
| 21141 | 2025.04.15 04:13:07.137036 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_73_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21142 | 2025.04.15 04:13:07.137129 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 69 rows starting from the beginning of the part | ||
| 21143 | 2025.04.15 04:13:07.137227 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1 rows starting from the beginning of the part | ||
| 21144 | 2025.04.15 04:13:07.137517 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 1 rows starting from the beginning of the part | ||
| 21145 | 2025.04.15 04:13:07.137719 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1 rows starting from the beginning of the part | ||
| 21146 | 2025.04.15 04:13:07.137890 [ 191 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_73_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1 rows starting from the beginning of the part | ||
| 21147 | 2025.04.15 04:13:07.139054 [ 198 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_73_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 73 rows, containing 4 columns (4 merged, 0 gathered) in 0.002523124 sec., 28932.38699326708 rows/sec., 1.90 MiB/sec. | ||
| 21148 | 2025.04.15 04:13:07.139400 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_73_16} <Trace> MergedBlockOutputStream: filled checksums all_1_73_16 (state Temporary) | ||
| 21149 | 2025.04.15 04:13:07.139995 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_73_16} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_merge_all_1_73_16 to all_1_73_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21150 | 2025.04.15 04:13:07.140094 [ 201 ] {6bc8b803-54c6-4016-9a4b-46bd4517edc2::all_1_73_16} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2) (MergerMutator): Merged 5 parts: [all_1_69_15, all_73_73_0] -> all_1_73_16 | ||
| 21151 | 2025.04.15 04:13:07.140196 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 21152 | 2025.04.15 04:13:07.816353 [ 218 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21153 | 2025.04.15 04:13:07.816410 [ 218 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21154 | 2025.04.15 04:13:07.818094 [ 218 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21155 | 2025.04.15 04:13:07.973075 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21156 | 2025.04.15 04:13:07.973292 [ 5 ] {1b21f748-f74e-44f6-898e-6948d8e67b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21157 | 2025.04.15 04:13:07.973377 [ 5 ] {1b21f748-f74e-44f6-898e-6948d8e67b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21158 | 2025.04.15 04:13:07.974277 [ 5 ] {1b21f748-f74e-44f6-898e-6948d8e67b9b} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21159 | 2025.04.15 04:13:07.974330 [ 5 ] {1b21f748-f74e-44f6-898e-6948d8e67b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21160 | 2025.04.15 04:13:07.974959 [ 5 ] {1b21f748-f74e-44f6-898e-6948d8e67b9b} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21161 | 2025.04.15 04:13:07.975447 [ 5 ] {1b21f748-f74e-44f6-898e-6948d8e67b9b} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21162 | 2025.04.15 04:13:07.975640 [ 50 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
| 21163 | 2025.04.15 04:13:07.975702 [ 5 ] {1b21f748-f74e-44f6-898e-6948d8e67b9b} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002467 sec., 85934.33319821645 rows/sec., 5.47 MiB/sec. | ||
| 21164 | 2025.04.15 04:13:07.975718 [ 50 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21165 | 2025.04.15 04:13:07.975788 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21166 | 2025.04.15 04:13:07.975850 [ 5 ] {1b21f748-f74e-44f6-898e-6948d8e67b9b} <Debug> TCPHandler: Processed in 0.002909102 sec. | ||
| 21167 | 2025.04.15 04:13:07.976014 [ 218 ] {} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Found 5 old parts to remove. Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21168 | 2025.04.15 04:13:07.976106 [ 218 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Removing 5 parts from filesystem (serially): Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21169 | 2025.04.15 04:13:07.976171 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21170 | 2025.04.15 04:13:07.976204 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
| 21171 | 2025.04.15 04:13:07.976491 [ 5 ] {588d863f-d375-4056-90d3-ab474e862a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21172 | 2025.04.15 04:13:07.976655 [ 5 ] {588d863f-d375-4056-90d3-ab474e862a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21173 | 2025.04.15 04:13:07.976696 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21174 | 2025.04.15 04:13:07.976831 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 212 rows starting from the beginning of the part | ||
| 21175 | 2025.04.15 04:13:07.977300 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 212 rows starting from the beginning of the part | ||
| 21176 | 2025.04.15 04:13:07.977735 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 212 rows starting from the beginning of the part | ||
| 21177 | 2025.04.15 04:13:07.978150 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 212 rows starting from the beginning of the part | ||
| 21178 | 2025.04.15 04:13:07.978533 [ 199 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 212 rows starting from the beginning of the part | ||
| 21179 | 2025.04.15 04:13:07.980602 [ 5 ] {588d863f-d375-4056-90d3-ab474e862a3e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21180 | 2025.04.15 04:13:07.980722 [ 5 ] {588d863f-d375-4056-90d3-ab474e862a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21181 | 2025.04.15 04:13:07.982524 [ 5 ] {588d863f-d375-4056-90d3-ab474e862a3e} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 21182 | 2025.04.15 04:13:07.983130 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.007213394 sec., 146948.8565299497 rows/sec., 9.91 MiB/sec. | ||
| 21183 | 2025.04.15 04:13:07.983497 [ 5 ] {588d863f-d375-4056-90d3-ab474e862a3e} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21184 | 2025.04.15 04:13:07.983537 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
| 21185 | 2025.04.15 04:13:07.983762 [ 218 ] {} <Debug> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Removing 5 parts from memory: Parts: [all_1_21_5, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] | ||
| 21186 | 2025.04.15 04:13:07.983959 [ 50 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 21187 | 2025.04.15 04:13:07.984125 [ 50 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21188 | 2025.04.15 04:13:07.984256 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21189 | 2025.04.15 04:13:07.984450 [ 5 ] {588d863f-d375-4056-90d3-ab474e862a3e} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.008056 sec., 78574.9751737835 rows/sec., 6.18 MiB/sec. | ||
| 21190 | 2025.04.15 04:13:07.984728 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 21191 | 2025.04.15 04:13:07.984981 [ 5 ] {588d863f-d375-4056-90d3-ab474e862a3e} <Debug> TCPHandler: Processed in 0.008912551 sec. | ||
| 21192 | 2025.04.15 04:13:07.985148 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_73_18} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21193 | 2025.04.15 04:13:07.985538 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21194 | 2025.04.15 04:13:07.985630 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21195 | 2025.04.15 04:13:07.985652 [ 198 ] {8e766de4-7cf4-49f6-b7f5-aa5133de22ee::all_1_73_18} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
| 21196 | 2025.04.15 04:13:07.985697 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1891 rows starting from the beginning of the part | ||
| 21197 | 2025.04.15 04:13:07.986240 [ 5 ] {1ea21d05-79ba-44b8-af0c-3a270e838ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21198 | 2025.04.15 04:13:07.986276 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 21199 | 2025.04.15 04:13:07.986443 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 158 rows starting from the beginning of the part | ||
| 21200 | 2025.04.15 04:13:07.986482 [ 5 ] {1ea21d05-79ba-44b8-af0c-3a270e838ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21201 | 2025.04.15 04:13:07.986867 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 1778 rows starting from the beginning of the part | ||
| 21202 | 2025.04.15 04:13:07.987237 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 56 rows starting from the beginning of the part | ||
| 21203 | 2025.04.15 04:13:07.987644 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 158 rows starting from the beginning of the part | ||
| 21204 | 2025.04.15 04:13:07.988070 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 633 rows starting from the beginning of the part | ||
| 21205 | 2025.04.15 04:13:07.989420 [ 5 ] {1ea21d05-79ba-44b8-af0c-3a270e838ecb} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21206 | 2025.04.15 04:13:07.989479 [ 5 ] {1ea21d05-79ba-44b8-af0c-3a270e838ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21207 | 2025.04.15 04:13:07.990598 [ 5 ] {1ea21d05-79ba-44b8-af0c-3a270e838ecb} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 21208 | 2025.04.15 04:13:07.991190 [ 5 ] {1ea21d05-79ba-44b8-af0c-3a270e838ecb} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21209 | 2025.04.15 04:13:07.991670 [ 5 ] {1ea21d05-79ba-44b8-af0c-3a270e838ecb} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.005663 sec., 20130.67278827477 rows/sec., 1.20 MiB/sec. | ||
| 21210 | 2025.04.15 04:13:07.991863 [ 5 ] {1ea21d05-79ba-44b8-af0c-3a270e838ecb} <Debug> TCPHandler: Processed in 0.006449328 sec. | ||
| 21211 | 2025.04.15 04:13:07.991862 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4674 rows, containing 5 columns (5 merged, 0 gathered) in 0.007407818 sec., 630955.0261628998 rows/sec., 53.78 MiB/sec. | ||
| 21212 | 2025.04.15 04:13:07.992026 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21213 | 2025.04.15 04:13:07.992152 [ 5 ] {b5b9704c-b905-4ac5-b82b-35ac6693ccb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21214 | 2025.04.15 04:13:07.992217 [ 5 ] {b5b9704c-b905-4ac5-b82b-35ac6693ccb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21215 | 2025.04.15 04:13:07.992266 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 21216 | 2025.04.15 04:13:07.993158 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_171_34} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21217 | 2025.04.15 04:13:07.993370 [ 190 ] {e22d1ecc-f53e-4408-a7c4-da2caf857197::all_1_171_34} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 21218 | 2025.04.15 04:13:07.993398 [ 5 ] {b5b9704c-b905-4ac5-b82b-35ac6693ccb1} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21219 | 2025.04.15 04:13:07.993488 [ 5 ] {b5b9704c-b905-4ac5-b82b-35ac6693ccb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21220 | 2025.04.15 04:13:07.993505 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 21221 | 2025.04.15 04:13:07.994119 [ 5 ] {b5b9704c-b905-4ac5-b82b-35ac6693ccb1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21222 | 2025.04.15 04:13:07.994705 [ 5 ] {b5b9704c-b905-4ac5-b82b-35ac6693ccb1} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21223 | 2025.04.15 04:13:07.994963 [ 5 ] {b5b9704c-b905-4ac5-b82b-35ac6693ccb1} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.002839 sec., 39802.7474462839 rows/sec., 2.58 MiB/sec. | ||
| 21224 | 2025.04.15 04:13:07.995062 [ 5 ] {b5b9704c-b905-4ac5-b82b-35ac6693ccb1} <Debug> TCPHandler: Processed in 0.003097136 sec. | ||
| 21225 | 2025.04.15 04:13:07.995308 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21226 | 2025.04.15 04:13:07.995448 [ 5 ] {6a6fc1ad-7c8a-4ec5-952a-a7d809c54182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21227 | 2025.04.15 04:13:07.995497 [ 5 ] {6a6fc1ad-7c8a-4ec5-952a-a7d809c54182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21228 | 2025.04.15 04:13:07.996084 [ 5 ] {6a6fc1ad-7c8a-4ec5-952a-a7d809c54182} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21229 | 2025.04.15 04:13:07.996124 [ 5 ] {6a6fc1ad-7c8a-4ec5-952a-a7d809c54182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21230 | 2025.04.15 04:13:07.996622 [ 5 ] {6a6fc1ad-7c8a-4ec5-952a-a7d809c54182} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21231 | 2025.04.15 04:13:07.997095 [ 5 ] {6a6fc1ad-7c8a-4ec5-952a-a7d809c54182} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21232 | 2025.04.15 04:13:07.997255 [ 50 ] {} <Debug> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Selected 5 parts from all_1_69_17 to all_73_73_0 | ||
| 21233 | 2025.04.15 04:13:07.997325 [ 50 ] {} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21234 | 2025.04.15 04:13:07.997347 [ 5 ] {6a6fc1ad-7c8a-4ec5-952a-a7d809c54182} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001911 sec., 58608.05860805861 rows/sec., 3.34 MiB/sec. | ||
| 21235 | 2025.04.15 04:13:07.997362 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21236 | 2025.04.15 04:13:07.997509 [ 5 ] {6a6fc1ad-7c8a-4ec5-952a-a7d809c54182} <Debug> TCPHandler: Processed in 0.002292079 sec. | ||
| 21237 | 2025.04.15 04:13:07.997598 [ 196 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_73_18} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_69_17 to all_73_73_0 into Compact with storage Full | ||
| 21238 | 2025.04.15 04:13:07.997676 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21239 | 2025.04.15 04:13:07.997866 [ 196 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_73_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21240 | 2025.04.15 04:13:07.997888 [ 5 ] {3f934a57-4821-4e0d-8d45-2cbec2fcb18a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21241 | 2025.04.15 04:13:07.998017 [ 196 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_17, total 112 rows starting from the beginning of the part | ||
| 21242 | 2025.04.15 04:13:07.998062 [ 5 ] {3f934a57-4821-4e0d-8d45-2cbec2fcb18a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21243 | 2025.04.15 04:13:07.998379 [ 196 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 112 rows starting from the beginning of the part | ||
| 21244 | 2025.04.15 04:13:07.998720 [ 196 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 112 rows starting from the beginning of the part | ||
| 21245 | 2025.04.15 04:13:07.999078 [ 196 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 112 rows starting from the beginning of the part | ||
| 21246 | 2025.04.15 04:13:07.999484 [ 196 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_73_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 112 rows starting from the beginning of the part | ||
| 21247 | 2025.04.15 04:13:08.000409 [ 5 ] {3f934a57-4821-4e0d-8d45-2cbec2fcb18a} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21248 | 2025.04.15 04:13:08.000502 [ 5 ] {3f934a57-4821-4e0d-8d45-2cbec2fcb18a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21249 | 2025.04.15 04:13:08.001962 [ 5 ] {3f934a57-4821-4e0d-8d45-2cbec2fcb18a} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 21250 | 2025.04.15 04:13:08.002505 [ 193 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_73_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.005045687 sec., 110985.8776416373 rows/sec., 6.75 MiB/sec. | ||
| 21251 | 2025.04.15 04:13:08.002658 [ 5 ] {3f934a57-4821-4e0d-8d45-2cbec2fcb18a} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21252 | 2025.04.15 04:13:08.002715 [ 193 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_73_18} <Trace> MergedBlockOutputStream: filled checksums all_1_73_18 (state Temporary) | ||
| 21253 | 2025.04.15 04:13:08.002867 [ 50 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 21254 | 2025.04.15 04:13:08.002927 [ 50 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21255 | 2025.04.15 04:13:08.002963 [ 5 ] {3f934a57-4821-4e0d-8d45-2cbec2fcb18a} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.00517 sec., 75435.20309477756 rows/sec., 5.33 MiB/sec. | ||
| 21256 | 2025.04.15 04:13:08.002982 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21257 | 2025.04.15 04:13:08.003311 [ 5 ] {3f934a57-4821-4e0d-8d45-2cbec2fcb18a} <Debug> TCPHandler: Processed in 0.005704772 sec. | ||
| 21258 | 2025.04.15 04:13:08.003408 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 21259 | 2025.04.15 04:13:08.003588 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21260 | 2025.04.15 04:13:08.003707 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21261 | 2025.04.15 04:13:08.003926 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 957 rows starting from the beginning of the part | ||
| 21262 | 2025.04.15 04:13:08.004009 [ 196 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_73_18} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_merge_all_1_73_18 to all_1_73_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21263 | 2025.04.15 04:13:08.004080 [ 5 ] {8b692f06-af03-40ec-a84e-e18e6149e660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21264 | 2025.04.15 04:13:08.004422 [ 5 ] {8b692f06-af03-40ec-a84e-e18e6149e660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21265 | 2025.04.15 04:13:08.004654 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 115 rows starting from the beginning of the part | ||
| 21266 | 2025.04.15 04:13:08.005009 [ 196 ] {dac5ca3f-b054-43bc-9789-1c97b0fce8ff::all_1_73_18} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff) (MergerMutator): Merged 5 parts: [all_1_69_17, all_73_73_0] -> all_1_73_18 | ||
| 21267 | 2025.04.15 04:13:08.005443 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 856 rows starting from the beginning of the part | ||
| 21268 | 2025.04.15 04:13:08.005847 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 21269 | 2025.04.15 04:13:08.006354 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 64 rows starting from the beginning of the part | ||
| 21270 | 2025.04.15 04:13:08.007033 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 115 rows starting from the beginning of the part | ||
| 21271 | 2025.04.15 04:13:08.007733 [ 189 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 390 rows starting from the beginning of the part | ||
| 21272 | 2025.04.15 04:13:08.008497 [ 5 ] {8b692f06-af03-40ec-a84e-e18e6149e660} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21273 | 2025.04.15 04:13:08.008538 [ 5 ] {8b692f06-af03-40ec-a84e-e18e6149e660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21274 | 2025.04.15 04:13:08.009331 [ 5 ] {8b692f06-af03-40ec-a84e-e18e6149e660} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 21275 | 2025.04.15 04:13:08.009866 [ 195 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2497 rows, containing 5 columns (5 merged, 0 gathered) in 0.006691933 sec., 373135.8338465134 rows/sec., 28.61 MiB/sec. | ||
| 21276 | 2025.04.15 04:13:08.009920 [ 5 ] {8b692f06-af03-40ec-a84e-e18e6149e660} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21277 | 2025.04.15 04:13:08.010234 [ 5 ] {8b692f06-af03-40ec-a84e-e18e6149e660} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006316 sec., 949.9683343888537 rows/sec., 49.63 KiB/sec. | ||
| 21278 | 2025.04.15 04:13:08.010252 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 21279 | 2025.04.15 04:13:08.010372 [ 5 ] {8b692f06-af03-40ec-a84e-e18e6149e660} <Debug> TCPHandler: Processed in 0.006872906 sec. | ||
| 21280 | 2025.04.15 04:13:08.010533 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21281 | 2025.04.15 04:13:08.010674 [ 5 ] {222babf4-747a-4f86-8c11-cbbc97290ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21282 | 2025.04.15 04:13:08.010752 [ 5 ] {222babf4-747a-4f86-8c11-cbbc97290ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21283 | 2025.04.15 04:13:08.011084 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_171_34} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21284 | 2025.04.15 04:13:08.011193 [ 186 ] {fcc4ab99-80d2-495d-9225-414a2460f4c3::all_1_171_34} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 21285 | 2025.04.15 04:13:08.011351 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 21286 | 2025.04.15 04:13:08.011585 [ 5 ] {222babf4-747a-4f86-8c11-cbbc97290ce0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21287 | 2025.04.15 04:13:08.011629 [ 5 ] {222babf4-747a-4f86-8c11-cbbc97290ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21288 | 2025.04.15 04:13:08.012125 [ 5 ] {222babf4-747a-4f86-8c11-cbbc97290ce0} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 21289 | 2025.04.15 04:13:08.012601 [ 5 ] {222babf4-747a-4f86-8c11-cbbc97290ce0} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21290 | 2025.04.15 04:13:08.012793 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Selected 6 parts from all_1_166_34 to all_171_171_0 | ||
| 21291 | 2025.04.15 04:13:08.012813 [ 5 ] {222babf4-747a-4f86-8c11-cbbc97290ce0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002166 sec., 109418.28254847646 rows/sec., 7.33 MiB/sec. | ||
| 21292 | 2025.04.15 04:13:08.012853 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21293 | 2025.04.15 04:13:08.012918 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21294 | 2025.04.15 04:13:08.012941 [ 5 ] {222babf4-747a-4f86-8c11-cbbc97290ce0} <Debug> TCPHandler: Processed in 0.002468833 sec. | ||
| 21295 | 2025.04.15 04:13:08.013103 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_171_35} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_34 to all_171_171_0 into Compact with storage Full | ||
| 21296 | 2025.04.15 04:13:08.013135 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21297 | 2025.04.15 04:13:08.013228 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_171_35} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21298 | 2025.04.15 04:13:08.013270 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_166_34, total 49117 rows starting from the beginning of the part | ||
| 21299 | 2025.04.15 04:13:08.013275 [ 5 ] {fade4266-dbb0-4136-9fc8-273970bb36d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21300 | 2025.04.15 04:13:08.013377 [ 5 ] {fade4266-dbb0-4136-9fc8-273970bb36d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21301 | 2025.04.15 04:13:08.013442 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 160 rows starting from the beginning of the part | ||
| 21302 | 2025.04.15 04:13:08.013848 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 960 rows starting from the beginning of the part | ||
| 21303 | 2025.04.15 04:13:08.014314 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 128 rows starting from the beginning of the part | ||
| 21304 | 2025.04.15 04:13:08.014640 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 160 rows starting from the beginning of the part | ||
| 21305 | 2025.04.15 04:13:08.015059 [ 189 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_171_35} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 237 rows starting from the beginning of the part | ||
| 21306 | 2025.04.15 04:13:08.015678 [ 5 ] {fade4266-dbb0-4136-9fc8-273970bb36d4} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21307 | 2025.04.15 04:13:08.015724 [ 5 ] {fade4266-dbb0-4136-9fc8-273970bb36d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21308 | 2025.04.15 04:13:08.016325 [ 5 ] {fade4266-dbb0-4136-9fc8-273970bb36d4} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21309 | 2025.04.15 04:13:08.016928 [ 5 ] {fade4266-dbb0-4136-9fc8-273970bb36d4} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21310 | 2025.04.15 04:13:08.017288 [ 5 ] {fade4266-dbb0-4136-9fc8-273970bb36d4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004046 sec., 247.15768660405337 rows/sec., 16.65 KiB/sec. | ||
| 21311 | 2025.04.15 04:13:08.017350 [ 5 ] {fade4266-dbb0-4136-9fc8-273970bb36d4} <Debug> TCPHandler: Processed in 0.004273461 sec. | ||
| 21312 | 2025.04.15 04:13:08.017485 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21313 | 2025.04.15 04:13:08.017590 [ 5 ] {b0b03958-f7e7-4dd4-abe9-53fb100c4762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21314 | 2025.04.15 04:13:08.017677 [ 5 ] {b0b03958-f7e7-4dd4-abe9-53fb100c4762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21315 | 2025.04.15 04:13:08.018883 [ 5 ] {b0b03958-f7e7-4dd4-abe9-53fb100c4762} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21316 | 2025.04.15 04:13:08.018923 [ 5 ] {b0b03958-f7e7-4dd4-abe9-53fb100c4762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21317 | 2025.04.15 04:13:08.019753 [ 5 ] {b0b03958-f7e7-4dd4-abe9-53fb100c4762} <Trace> MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) | ||
| 21318 | 2025.04.15 04:13:08.020257 [ 5 ] {b0b03958-f7e7-4dd4-abe9-53fb100c4762} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21319 | 2025.04.15 04:13:08.020652 [ 5 ] {b0b03958-f7e7-4dd4-abe9-53fb100c4762} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003073 sec., 2603.3192320208263 rows/sec., 4.67 MiB/sec. | ||
| 21320 | 2025.04.15 04:13:08.021031 [ 5 ] {b0b03958-f7e7-4dd4-abe9-53fb100c4762} <Debug> TCPHandler: Processed in 0.003595287 sec. | ||
| 21321 | 2025.04.15 04:13:08.021538 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21322 | 2025.04.15 04:13:08.021777 [ 5 ] {a305ce53-65cd-458f-82cf-4fa0d8a18b12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21323 | 2025.04.15 04:13:08.021829 [ 5 ] {a305ce53-65cd-458f-82cf-4fa0d8a18b12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21324 | 2025.04.15 04:13:08.022314 [ 5 ] {a305ce53-65cd-458f-82cf-4fa0d8a18b12} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21325 | 2025.04.15 04:13:08.022353 [ 5 ] {a305ce53-65cd-458f-82cf-4fa0d8a18b12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21326 | 2025.04.15 04:13:08.022882 [ 5 ] {a305ce53-65cd-458f-82cf-4fa0d8a18b12} <Trace> MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) | ||
| 21327 | 2025.04.15 04:13:08.023418 [ 5 ] {a305ce53-65cd-458f-82cf-4fa0d8a18b12} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21328 | 2025.04.15 04:13:08.023618 [ 51 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 | ||
| 21329 | 2025.04.15 04:13:08.023669 [ 5 ] {a305ce53-65cd-458f-82cf-4fa0d8a18b12} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001919 sec., 42730.58884835852 rows/sec., 2.71 MiB/sec. | ||
| 21330 | 2025.04.15 04:13:08.023676 [ 51 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21331 | 2025.04.15 04:13:08.023752 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21332 | 2025.04.15 04:13:08.023796 [ 5 ] {a305ce53-65cd-458f-82cf-4fa0d8a18b12} <Debug> TCPHandler: Processed in 0.00237437 sec. | ||
| 21333 | 2025.04.15 04:13:08.024305 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_171_34} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full | ||
| 21334 | 2025.04.15 04:13:08.024565 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_171_34} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21335 | 2025.04.15 04:13:08.024663 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 10010 rows starting from the beginning of the part | ||
| 21336 | 2025.04.15 04:13:08.025072 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 60 rows starting from the beginning of the part | ||
| 21337 | 2025.04.15 04:13:08.025489 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 34 rows starting from the beginning of the part | ||
| 21338 | 2025.04.15 04:13:08.025841 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 48 rows starting from the beginning of the part | ||
| 21339 | 2025.04.15 04:13:08.026067 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 60 rows starting from the beginning of the part | ||
| 21340 | 2025.04.15 04:13:08.026429 [ 195 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_171_34} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 82 rows starting from the beginning of the part | ||
| 21341 | 2025.04.15 04:13:08.026992 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_171_35} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50762 rows, containing 5 columns (5 merged, 0 gathered) in 0.013966018 sec., 3634679.5486014695 rows/sec., 245.37 MiB/sec. | ||
| 21342 | 2025.04.15 04:13:08.027699 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_171_35} <Trace> MergedBlockOutputStream: filled checksums all_1_171_35 (state Temporary) | ||
| 21343 | 2025.04.15 04:13:08.028534 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_171_35} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_merge_all_1_171_35 to all_1_171_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21344 | 2025.04.15 04:13:08.028789 [ 200 ] {000e7032-6459-4401-9fd3-329156da3cb3::all_1_171_35} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3) (MergerMutator): Merged 6 parts: [all_1_166_34, all_171_171_0] -> all_1_171_35 | ||
| 21345 | 2025.04.15 04:13:08.028952 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 21346 | 2025.04.15 04:13:08.030718 [ 197 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_171_34} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10294 rows, containing 4 columns (4 merged, 0 gathered) in 0.006791675 sec., 1515679.1218661082 rows/sec., 98.70 MiB/sec. | ||
| 21347 | 2025.04.15 04:13:08.031200 [ 197 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_171_34} <Trace> MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) | ||
| 21348 | 2025.04.15 04:13:08.031761 [ 197 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_171_34} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21349 | 2025.04.15 04:13:08.031846 [ 197 ] {c30712b3-7f01-47f4-9c19-d2b55898cba7::all_1_171_34} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 | ||
| 21350 | 2025.04.15 04:13:08.031934 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.03 MiB. | ||
| 21351 | 2025.04.15 04:13:09.033992 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 754 | ||
| 21352 | 2025.04.15 04:13:09.056578 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21353 | 2025.04.15 04:13:09.056625 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21354 | 2025.04.15 04:13:09.064328 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 21355 | 2025.04.15 04:13:09.065499 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21356 | 2025.04.15 04:13:09.068411 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 754 | ||
| 21357 | 2025.04.15 04:13:12.969825 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21358 | 2025.04.15 04:13:12.970024 [ 5 ] {c7348ac6-5e9b-4220-ba58-85a224f201ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 21359 | 2025.04.15 04:13:12.970095 [ 5 ] {c7348ac6-5e9b-4220-ba58-85a224f201ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 21360 | 2025.04.15 04:13:12.970871 [ 5 ] {c7348ac6-5e9b-4220-ba58-85a224f201ab} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21361 | 2025.04.15 04:13:12.970918 [ 5 ] {c7348ac6-5e9b-4220-ba58-85a224f201ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21362 | 2025.04.15 04:13:12.971504 [ 5 ] {c7348ac6-5e9b-4220-ba58-85a224f201ab} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 21363 | 2025.04.15 04:13:12.972045 [ 5 ] {c7348ac6-5e9b-4220-ba58-85a224f201ab} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21364 | 2025.04.15 04:13:12.972266 [ 5 ] {c7348ac6-5e9b-4220-ba58-85a224f201ab} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002294 sec., 871.8395815170009 rows/sec., 71.09 KiB/sec. | ||
| 21365 | 2025.04.15 04:13:12.972321 [ 5 ] {c7348ac6-5e9b-4220-ba58-85a224f201ab} <Debug> TCPHandler: Processed in 0.002629366 sec. | ||
| 21366 | 2025.04.15 04:13:12.972476 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21367 | 2025.04.15 04:13:12.972582 [ 5 ] {0d2dbb41-988b-4021-8f7f-eabfbd58d783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21368 | 2025.04.15 04:13:12.972627 [ 5 ] {0d2dbb41-988b-4021-8f7f-eabfbd58d783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21369 | 2025.04.15 04:13:12.973287 [ 5 ] {0d2dbb41-988b-4021-8f7f-eabfbd58d783} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21370 | 2025.04.15 04:13:12.973326 [ 5 ] {0d2dbb41-988b-4021-8f7f-eabfbd58d783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21371 | 2025.04.15 04:13:12.973795 [ 5 ] {0d2dbb41-988b-4021-8f7f-eabfbd58d783} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 21372 | 2025.04.15 04:13:12.974250 [ 5 ] {0d2dbb41-988b-4021-8f7f-eabfbd58d783} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21373 | 2025.04.15 04:13:12.974443 [ 5 ] {0d2dbb41-988b-4021-8f7f-eabfbd58d783} <Debug> executeQuery: Read 159 rows, 14.10 KiB in 0.001882 sec., 84484.5908607864 rows/sec., 7.32 MiB/sec. | ||
| 21374 | 2025.04.15 04:13:12.974493 [ 5 ] {0d2dbb41-988b-4021-8f7f-eabfbd58d783} <Debug> TCPHandler: Processed in 0.002069604 sec. | ||
| 21375 | 2025.04.15 04:13:12.974625 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21376 | 2025.04.15 04:13:12.974729 [ 5 ] {f55a06dc-b50c-474c-ba43-91e6faab4e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21377 | 2025.04.15 04:13:12.974774 [ 5 ] {f55a06dc-b50c-474c-ba43-91e6faab4e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21378 | 2025.04.15 04:13:12.975377 [ 5 ] {f55a06dc-b50c-474c-ba43-91e6faab4e49} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21379 | 2025.04.15 04:13:12.975416 [ 5 ] {f55a06dc-b50c-474c-ba43-91e6faab4e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21380 | 2025.04.15 04:13:12.975860 [ 5 ] {f55a06dc-b50c-474c-ba43-91e6faab4e49} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 21381 | 2025.04.15 04:13:12.976345 [ 5 ] {f55a06dc-b50c-474c-ba43-91e6faab4e49} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21382 | 2025.04.15 04:13:12.976542 [ 5 ] {f55a06dc-b50c-474c-ba43-91e6faab4e49} <Debug> executeQuery: Read 53 rows, 3.97 KiB in 0.001833 sec., 28914.348063284233 rows/sec., 2.12 MiB/sec. | ||
| 21383 | 2025.04.15 04:13:12.976594 [ 5 ] {f55a06dc-b50c-474c-ba43-91e6faab4e49} <Debug> TCPHandler: Processed in 0.002018673 sec. | ||
| 21384 | 2025.04.15 04:13:12.976724 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21385 | 2025.04.15 04:13:12.976830 [ 5 ] {cb04a872-6e2e-4dd4-9b59-2e0dddabe938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21386 | 2025.04.15 04:13:12.976873 [ 5 ] {cb04a872-6e2e-4dd4-9b59-2e0dddabe938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21387 | 2025.04.15 04:13:12.977423 [ 5 ] {cb04a872-6e2e-4dd4-9b59-2e0dddabe938} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21388 | 2025.04.15 04:13:12.977462 [ 5 ] {cb04a872-6e2e-4dd4-9b59-2e0dddabe938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21389 | 2025.04.15 04:13:12.977917 [ 5 ] {cb04a872-6e2e-4dd4-9b59-2e0dddabe938} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 21390 | 2025.04.15 04:13:12.978371 [ 5 ] {cb04a872-6e2e-4dd4-9b59-2e0dddabe938} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21391 | 2025.04.15 04:13:12.978563 [ 5 ] {cb04a872-6e2e-4dd4-9b59-2e0dddabe938} <Debug> executeQuery: Read 117 rows, 9.36 KiB in 0.001751 sec., 66818.96059394632 rows/sec., 5.22 MiB/sec. | ||
| 21392 | 2025.04.15 04:13:12.978615 [ 5 ] {cb04a872-6e2e-4dd4-9b59-2e0dddabe938} <Debug> TCPHandler: Processed in 0.001941201 sec. | ||
| 21393 | 2025.04.15 04:13:12.978736 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21394 | 2025.04.15 04:13:12.978840 [ 5 ] {b69d9892-b71b-4744-8e09-d6cb6a40f0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21395 | 2025.04.15 04:13:12.978888 [ 5 ] {b69d9892-b71b-4744-8e09-d6cb6a40f0dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21396 | 2025.04.15 04:13:12.979447 [ 5 ] {b69d9892-b71b-4744-8e09-d6cb6a40f0dc} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21397 | 2025.04.15 04:13:12.979494 [ 5 ] {b69d9892-b71b-4744-8e09-d6cb6a40f0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21398 | 2025.04.15 04:13:12.980017 [ 5 ] {b69d9892-b71b-4744-8e09-d6cb6a40f0dc} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 21399 | 2025.04.15 04:13:12.980489 [ 5 ] {b69d9892-b71b-4744-8e09-d6cb6a40f0dc} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21400 | 2025.04.15 04:13:12.980683 [ 5 ] {b69d9892-b71b-4744-8e09-d6cb6a40f0dc} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001863 sec., 86419.75308641975 rows/sec., 6.02 MiB/sec. | ||
| 21401 | 2025.04.15 04:13:12.980735 [ 5 ] {b69d9892-b71b-4744-8e09-d6cb6a40f0dc} <Debug> TCPHandler: Processed in 0.002049164 sec. | ||
| 21402 | 2025.04.15 04:13:12.980858 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21403 | 2025.04.15 04:13:12.980964 [ 5 ] {305fb90e-a930-4514-8067-b0eb4fc73938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21404 | 2025.04.15 04:13:12.981030 [ 5 ] {305fb90e-a930-4514-8067-b0eb4fc73938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21405 | 2025.04.15 04:13:12.982194 [ 5 ] {305fb90e-a930-4514-8067-b0eb4fc73938} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21406 | 2025.04.15 04:13:12.982233 [ 5 ] {305fb90e-a930-4514-8067-b0eb4fc73938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21407 | 2025.04.15 04:13:12.983008 [ 5 ] {305fb90e-a930-4514-8067-b0eb4fc73938} <Trace> MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) | ||
| 21408 | 2025.04.15 04:13:12.983467 [ 5 ] {305fb90e-a930-4514-8067-b0eb4fc73938} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21409 | 2025.04.15 04:13:12.983696 [ 5 ] {305fb90e-a930-4514-8067-b0eb4fc73938} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.00275 sec., 18545.454545454548 rows/sec., 33.23 MiB/sec. | ||
| 21410 | 2025.04.15 04:13:12.983788 [ 5 ] {305fb90e-a930-4514-8067-b0eb4fc73938} <Debug> TCPHandler: Processed in 0.002981054 sec. | ||
| 21411 | 2025.04.15 04:13:12.983917 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21412 | 2025.04.15 04:13:12.984022 [ 5 ] {623c2638-f8cc-4f7f-9062-9bbc3c7eb43c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21413 | 2025.04.15 04:13:12.984068 [ 5 ] {623c2638-f8cc-4f7f-9062-9bbc3c7eb43c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21414 | 2025.04.15 04:13:12.984509 [ 5 ] {623c2638-f8cc-4f7f-9062-9bbc3c7eb43c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21415 | 2025.04.15 04:13:12.984549 [ 5 ] {623c2638-f8cc-4f7f-9062-9bbc3c7eb43c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21416 | 2025.04.15 04:13:12.984993 [ 5 ] {623c2638-f8cc-4f7f-9062-9bbc3c7eb43c} <Trace> MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) | ||
| 21417 | 2025.04.15 04:13:12.985472 [ 5 ] {623c2638-f8cc-4f7f-9062-9bbc3c7eb43c} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21418 | 2025.04.15 04:13:12.985667 [ 5 ] {623c2638-f8cc-4f7f-9062-9bbc3c7eb43c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001666 sec., 36014.40576230492 rows/sec., 2.43 MiB/sec. | ||
| 21419 | 2025.04.15 04:13:12.985717 [ 5 ] {623c2638-f8cc-4f7f-9062-9bbc3c7eb43c} <Debug> TCPHandler: Processed in 0.00184966 sec. | ||
| 21420 | 2025.04.15 04:13:13.051990 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 46299 | ||
| 21421 | 2025.04.15 04:13:13.052661 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21422 | 2025.04.15 04:13:13.052708 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21423 | 2025.04.15 04:13:13.053505 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 21424 | 2025.04.15 04:13:13.054061 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21425 | 2025.04.15 04:13:13.054296 [ 42 ] {} <Debug> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 21426 | 2025.04.15 04:13:13.054340 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46299 | ||
| 21427 | 2025.04.15 04:13:13.054388 [ 42 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21428 | 2025.04.15 04:13:13.054421 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21429 | 2025.04.15 04:13:13.054543 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::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 | ||
| 21430 | 2025.04.15 04:13:13.054652 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21431 | 2025.04.15 04:13:13.054687 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 43981 rows starting from the beginning of the part | ||
| 21432 | 2025.04.15 04:13:13.054756 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 488 rows starting from the beginning of the part | ||
| 21433 | 2025.04.15 04:13:13.054965 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 427 rows starting from the beginning of the part | ||
| 21434 | 2025.04.15 04:13:13.055188 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 488 rows starting from the beginning of the part | ||
| 21435 | 2025.04.15 04:13:13.055287 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 427 rows starting from the beginning of the part | ||
| 21436 | 2025.04.15 04:13:13.055374 [ 200 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 488 rows starting from the beginning of the part | ||
| 21437 | 2025.04.15 04:13:13.058757 [ 195 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46299 rows, containing 4 columns (4 merged, 0 gathered) in 0.004260941 sec., 10865909.666432837 rows/sec., 155.44 MiB/sec. | ||
| 21438 | 2025.04.15 04:13:13.059181 [ 192 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 21439 | 2025.04.15 04:13:13.059748 [ 192 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_101_20} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21440 | 2025.04.15 04:13:13.059828 [ 192 ] {d89167db-8295-478d-85e6-8b2b80c8c807::all_1_101_20} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 21441 | 2025.04.15 04:13:13.059918 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 21442 | 2025.04.15 04:13:15.826346 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2984 | ||
| 21443 | 2025.04.15 04:13:15.829598 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21444 | 2025.04.15 04:13:15.829649 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21445 | 2025.04.15 04:13:15.831354 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21446 | 2025.04.15 04:13:15.831967 [ 242 ] {} <Trace> system.query_log (f76554e5-98ae-4685-899f-2290220c40b2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21447 | 2025.04.15 04:13:15.832528 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2984 | ||
| 21448 | 2025.04.15 04:13:16.568519 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 762 | ||
| 21449 | 2025.04.15 04:13:16.592518 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21450 | 2025.04.15 04:13:16.592581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21451 | 2025.04.15 04:13:16.600234 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 21452 | 2025.04.15 04:13:16.601493 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21453 | 2025.04.15 04:13:16.601886 [ 41 ] {} <Debug> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 21454 | 2025.04.15 04:13:16.602078 [ 41 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21455 | 2025.04.15 04:13:16.602153 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21456 | 2025.04.15 04:13:16.602472 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::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 | ||
| 21457 | 2025.04.15 04:13:16.610200 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 762 | ||
| 21458 | 2025.04.15 04:13:16.611506 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21459 | 2025.04.15 04:13:16.612430 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 724 rows starting from the beginning of the part | ||
| 21460 | 2025.04.15 04:13:16.617502 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part | ||
| 21461 | 2025.04.15 04:13:16.622293 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part | ||
| 21462 | 2025.04.15 04:13:16.627832 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part | ||
| 21463 | 2025.04.15 04:13:16.633838 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part | ||
| 21464 | 2025.04.15 04:13:16.639771 [ 187 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part | ||
| 21465 | 2025.04.15 04:13:16.706473 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 762 rows, containing 679 columns (679 merged, 0 gathered) in 0.104166843 sec., 7315.187616850402 rows/sec., 37.83 MiB/sec. | ||
| 21466 | 2025.04.15 04:13:16.710372 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 21467 | 2025.04.15 04:13:16.713878 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_101_20} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21468 | 2025.04.15 04:13:16.714010 [ 194 ] {3f2999c2-2fc6-4979-a675-f4668518f524::all_1_101_20} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 21469 | 2025.04.15 04:13:16.716804 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. | ||
| 21470 | 2025.04.15 04:13:17.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.76 MiB, peak 293.54 MiB, free memory in arenas 0.00 B, will set to 273.68 MiB (RSS), difference: -1.08 MiB | ||
| 21471 | 2025.04.15 04:13:17.974546 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21472 | 2025.04.15 04:13:17.974754 [ 5 ] {96116018-f99c-4b1a-b2c1-3cc96b3792a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21473 | 2025.04.15 04:13:17.974827 [ 5 ] {96116018-f99c-4b1a-b2c1-3cc96b3792a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21474 | 2025.04.15 04:13:17.975731 [ 5 ] {96116018-f99c-4b1a-b2c1-3cc96b3792a9} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21475 | 2025.04.15 04:13:17.975781 [ 5 ] {96116018-f99c-4b1a-b2c1-3cc96b3792a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21476 | 2025.04.15 04:13:17.976341 [ 5 ] {96116018-f99c-4b1a-b2c1-3cc96b3792a9} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21477 | 2025.04.15 04:13:17.976823 [ 5 ] {96116018-f99c-4b1a-b2c1-3cc96b3792a9} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21478 | 2025.04.15 04:13:17.977027 [ 5 ] {96116018-f99c-4b1a-b2c1-3cc96b3792a9} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002329 sec., 91026.19149849721 rows/sec., 5.79 MiB/sec. | ||
| 21479 | 2025.04.15 04:13:17.977119 [ 5 ] {96116018-f99c-4b1a-b2c1-3cc96b3792a9} <Debug> TCPHandler: Processed in 0.002706598 sec. | ||
| 21480 | 2025.04.15 04:13:17.977304 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21481 | 2025.04.15 04:13:17.977478 [ 5 ] {84f531e3-f24c-47b3-897d-bbf63fafdd65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21482 | 2025.04.15 04:13:17.977524 [ 5 ] {84f531e3-f24c-47b3-897d-bbf63fafdd65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21483 | 2025.04.15 04:13:17.978376 [ 5 ] {84f531e3-f24c-47b3-897d-bbf63fafdd65} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21484 | 2025.04.15 04:13:17.978414 [ 5 ] {84f531e3-f24c-47b3-897d-bbf63fafdd65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21485 | 2025.04.15 04:13:17.978915 [ 5 ] {84f531e3-f24c-47b3-897d-bbf63fafdd65} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 21486 | 2025.04.15 04:13:17.979388 [ 5 ] {84f531e3-f24c-47b3-897d-bbf63fafdd65} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21487 | 2025.04.15 04:13:17.979575 [ 5 ] {84f531e3-f24c-47b3-897d-bbf63fafdd65} <Debug> executeQuery: Read 633 rows, 50.98 KiB in 0.002113 sec., 299574.06530998583 rows/sec., 23.56 MiB/sec. | ||
| 21488 | 2025.04.15 04:13:17.979678 [ 5 ] {84f531e3-f24c-47b3-897d-bbf63fafdd65} <Debug> TCPHandler: Processed in 0.002463082 sec. | ||
| 21489 | 2025.04.15 04:13:17.979737 [ 222 ] {} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21490 | 2025.04.15 04:13:17.979811 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21491 | 2025.04.15 04:13:17.979812 [ 222 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21492 | 2025.04.15 04:13:17.979965 [ 5 ] {7b1ba620-aadc-425e-9f11-6cf3e13f894e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21493 | 2025.04.15 04:13:17.980097 [ 5 ] {7b1ba620-aadc-425e-9f11-6cf3e13f894e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21494 | 2025.04.15 04:13:17.981075 [ 5 ] {7b1ba620-aadc-425e-9f11-6cf3e13f894e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21495 | 2025.04.15 04:13:17.981129 [ 5 ] {7b1ba620-aadc-425e-9f11-6cf3e13f894e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21496 | 2025.04.15 04:13:17.981855 [ 5 ] {7b1ba620-aadc-425e-9f11-6cf3e13f894e} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 21497 | 2025.04.15 04:13:17.982482 [ 5 ] {7b1ba620-aadc-425e-9f11-6cf3e13f894e} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21498 | 2025.04.15 04:13:17.982762 [ 38 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 21499 | 2025.04.15 04:13:17.982855 [ 38 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21500 | 2025.04.15 04:13:17.982902 [ 5 ] {7b1ba620-aadc-425e-9f11-6cf3e13f894e} <Debug> executeQuery: Read 114 rows, 6.99 KiB in 0.002943 sec., 38735.98369011213 rows/sec., 2.32 MiB/sec. | ||
| 21501 | 2025.04.15 04:13:17.982923 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21502 | 2025.04.15 04:13:17.983219 [ 5 ] {7b1ba620-aadc-425e-9f11-6cf3e13f894e} <Debug> TCPHandler: Processed in 0.003462234 sec. | ||
| 21503 | 2025.04.15 04:13:17.983443 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 21504 | 2025.04.15 04:13:17.983461 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21505 | 2025.04.15 04:13:17.983817 [ 5 ] {14f7ad50-b1cc-4df4-b38a-1f491db4c3c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21506 | 2025.04.15 04:13:17.983965 [ 5 ] {14f7ad50-b1cc-4df4-b38a-1f491db4c3c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21507 | 2025.04.15 04:13:17.984022 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21508 | 2025.04.15 04:13:17.984237 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 186 rows starting from the beginning of the part | ||
| 21509 | 2025.04.15 04:13:17.984445 [ 220 ] {} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21510 | 2025.04.15 04:13:17.984552 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21511 | 2025.04.15 04:13:17.985118 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 124 rows starting from the beginning of the part | ||
| 21512 | 2025.04.15 04:13:17.985874 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 51 rows starting from the beginning of the part | ||
| 21513 | 2025.04.15 04:13:17.986488 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 114 rows starting from the beginning of the part | ||
| 21514 | 2025.04.15 04:13:17.986805 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 53 rows starting from the beginning of the part | ||
| 21515 | 2025.04.15 04:13:17.987848 [ 195 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 114 rows starting from the beginning of the part | ||
| 21516 | 2025.04.15 04:13:17.988427 [ 5 ] {14f7ad50-b1cc-4df4-b38a-1f491db4c3c5} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21517 | 2025.04.15 04:13:17.988549 [ 5 ] {14f7ad50-b1cc-4df4-b38a-1f491db4c3c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21518 | 2025.04.15 04:13:17.988686 [ 222 ] {} <Debug> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21519 | 2025.04.15 04:13:17.990395 [ 5 ] {14f7ad50-b1cc-4df4-b38a-1f491db4c3c5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21520 | 2025.04.15 04:13:17.991887 [ 5 ] {14f7ad50-b1cc-4df4-b38a-1f491db4c3c5} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21521 | 2025.04.15 04:13:17.992173 [ 220 ] {} <Debug> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21522 | 2025.04.15 04:13:17.992913 [ 5 ] {14f7ad50-b1cc-4df4-b38a-1f491db4c3c5} <Debug> executeQuery: Read 113 rows, 7.49 KiB in 0.009219 sec., 12257.294717431392 rows/sec., 812.48 KiB/sec. | ||
| 21523 | 2025.04.15 04:13:17.993281 [ 5 ] {14f7ad50-b1cc-4df4-b38a-1f491db4c3c5} <Debug> TCPHandler: Processed in 0.00987687 sec. | ||
| 21524 | 2025.04.15 04:13:17.993648 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21525 | 2025.04.15 04:13:17.994043 [ 5 ] {85a82f7e-d675-43f8-80d6-c6f7781ac3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21526 | 2025.04.15 04:13:17.994243 [ 5 ] {85a82f7e-d675-43f8-80d6-c6f7781ac3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21527 | 2025.04.15 04:13:17.996835 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 642 rows, containing 5 columns (5 merged, 0 gathered) in 0.013680162 sec., 46929.26882006222 rows/sec., 3.16 MiB/sec. | ||
| 21528 | 2025.04.15 04:13:17.996937 [ 5 ] {85a82f7e-d675-43f8-80d6-c6f7781ac3af} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21529 | 2025.04.15 04:13:17.996986 [ 5 ] {85a82f7e-d675-43f8-80d6-c6f7781ac3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21530 | 2025.04.15 04:13:17.997196 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 21531 | 2025.04.15 04:13:17.997845 [ 5 ] {85a82f7e-d675-43f8-80d6-c6f7781ac3af} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21532 | 2025.04.15 04:13:17.998105 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_146_29} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21533 | 2025.04.15 04:13:17.998232 [ 186 ] {68803d00-6d3f-46eb-a763-a3866bb8e612::all_1_146_29} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 21534 | 2025.04.15 04:13:17.998344 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 21535 | 2025.04.15 04:13:17.998600 [ 5 ] {85a82f7e-d675-43f8-80d6-c6f7781ac3af} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21536 | 2025.04.15 04:13:17.998823 [ 5 ] {85a82f7e-d675-43f8-80d6-c6f7781ac3af} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.004946 sec., 22644.561261625557 rows/sec., 1.29 MiB/sec. | ||
| 21537 | 2025.04.15 04:13:17.998895 [ 5 ] {85a82f7e-d675-43f8-80d6-c6f7781ac3af} <Debug> TCPHandler: Processed in 0.005387064 sec. | ||
| 21538 | 2025.04.15 04:13:17.999032 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21539 | 2025.04.15 04:13:17.999145 [ 5 ] {d4451c8c-cced-436b-ba74-913d42d696f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21540 | 2025.04.15 04:13:17.999189 [ 5 ] {d4451c8c-cced-436b-ba74-913d42d696f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21541 | 2025.04.15 04:13:17.999905 [ 5 ] {d4451c8c-cced-436b-ba74-913d42d696f3} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21542 | 2025.04.15 04:13:17.999943 [ 5 ] {d4451c8c-cced-436b-ba74-913d42d696f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21543 | 2025.04.15 04:13:18.000787 [ 5 ] {d4451c8c-cced-436b-ba74-913d42d696f3} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 21544 | 2025.04.15 04:13:18.001283 [ 5 ] {d4451c8c-cced-436b-ba74-913d42d696f3} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21545 | 2025.04.15 04:13:18.001517 [ 5 ] {d4451c8c-cced-436b-ba74-913d42d696f3} <Debug> executeQuery: Read 390 rows, 28.23 KiB in 0.002383 sec., 163659.25304238353 rows/sec., 11.57 MiB/sec. | ||
| 21546 | 2025.04.15 04:13:18.001588 [ 5 ] {d4451c8c-cced-436b-ba74-913d42d696f3} <Debug> TCPHandler: Processed in 0.002615776 sec. | ||
| 21547 | 2025.04.15 04:13:18.001617 [ 223 ] {} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21548 | 2025.04.15 04:13:18.001667 [ 223 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21549 | 2025.04.15 04:13:18.001741 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21550 | 2025.04.15 04:13:18.001865 [ 5 ] {8a648a64-1222-4e06-9874-0867452911f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21551 | 2025.04.15 04:13:18.001912 [ 5 ] {8a648a64-1222-4e06-9874-0867452911f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21552 | 2025.04.15 04:13:18.002938 [ 5 ] {8a648a64-1222-4e06-9874-0867452911f1} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21553 | 2025.04.15 04:13:18.003001 [ 5 ] {8a648a64-1222-4e06-9874-0867452911f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21554 | 2025.04.15 04:13:18.003611 [ 5 ] {8a648a64-1222-4e06-9874-0867452911f1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 21555 | 2025.04.15 04:13:18.004405 [ 5 ] {8a648a64-1222-4e06-9874-0867452911f1} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21556 | 2025.04.15 04:13:18.004560 [ 37 ] {} <Debug> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Selected 6 parts from all_1_69_15 to all_74_74_0 | ||
| 21557 | 2025.04.15 04:13:18.004628 [ 5 ] {8a648a64-1222-4e06-9874-0867452911f1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002778 sec., 2159.827213822894 rows/sec., 112.84 KiB/sec. | ||
| 21558 | 2025.04.15 04:13:18.004632 [ 37 ] {} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21559 | 2025.04.15 04:13:18.004694 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21560 | 2025.04.15 04:13:18.004795 [ 5 ] {8a648a64-1222-4e06-9874-0867452911f1} <Debug> TCPHandler: Processed in 0.003118466 sec. | ||
| 21561 | 2025.04.15 04:13:18.005126 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21562 | 2025.04.15 04:13:18.005138 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_74_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_69_15 to all_74_74_0 into Compact with storage Full | ||
| 21563 | 2025.04.15 04:13:18.005509 [ 5 ] {1cdf507b-9ce4-4d52-a9e5-5badf1aa8ff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21564 | 2025.04.15 04:13:18.005618 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_74_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21565 | 2025.04.15 04:13:18.005637 [ 5 ] {1cdf507b-9ce4-4d52-a9e5-5badf1aa8ff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21566 | 2025.04.15 04:13:18.005707 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_69_15, total 414 rows starting from the beginning of the part | ||
| 21567 | 2025.04.15 04:13:18.005976 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part | ||
| 21568 | 2025.04.15 04:13:18.006260 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 6 rows starting from the beginning of the part | ||
| 21569 | 2025.04.15 04:13:18.006570 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 6 rows starting from the beginning of the part | ||
| 21570 | 2025.04.15 04:13:18.006696 [ 223 ] {} <Debug> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21571 | 2025.04.15 04:13:18.006816 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 6 rows starting from the beginning of the part | ||
| 21572 | 2025.04.15 04:13:18.007675 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_74_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part | ||
| 21573 | 2025.04.15 04:13:18.009229 [ 5 ] {1cdf507b-9ce4-4d52-a9e5-5badf1aa8ff1} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21574 | 2025.04.15 04:13:18.009345 [ 5 ] {1cdf507b-9ce4-4d52-a9e5-5badf1aa8ff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21575 | 2025.04.15 04:13:18.011479 [ 5 ] {1cdf507b-9ce4-4d52-a9e5-5badf1aa8ff1} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 21576 | 2025.04.15 04:13:18.012463 [ 5 ] {1cdf507b-9ce4-4d52-a9e5-5badf1aa8ff1} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21577 | 2025.04.15 04:13:18.012488 [ 188 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_74_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 444 rows, containing 4 columns (4 merged, 0 gathered) in 0.007634932 sec., 58153.759588166606 rows/sec., 2.97 MiB/sec. | ||
| 21578 | 2025.04.15 04:13:18.012743 [ 5 ] {1cdf507b-9ce4-4d52-a9e5-5badf1aa8ff1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0074 sec., 32027.027027027027 rows/sec., 2.15 MiB/sec. | ||
| 21579 | 2025.04.15 04:13:18.012826 [ 5 ] {1cdf507b-9ce4-4d52-a9e5-5badf1aa8ff1} <Debug> TCPHandler: Processed in 0.007802757 sec. | ||
| 21580 | 2025.04.15 04:13:18.012833 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_74_16} <Trace> MergedBlockOutputStream: filled checksums all_1_74_16 (state Temporary) | ||
| 21581 | 2025.04.15 04:13:18.013022 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21582 | 2025.04.15 04:13:18.013150 [ 5 ] {7d8e9d70-3c5a-41dc-803f-9ea2399d821b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21583 | 2025.04.15 04:13:18.013207 [ 5 ] {7d8e9d70-3c5a-41dc-803f-9ea2399d821b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21584 | 2025.04.15 04:13:18.013597 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_74_16} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_merge_all_1_74_16 to all_1_74_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21585 | 2025.04.15 04:13:18.013825 [ 190 ] {c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6::all_1_74_16} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6) (MergerMutator): Merged 6 parts: [all_1_69_15, all_74_74_0] -> all_1_74_16 | ||
| 21586 | 2025.04.15 04:13:18.013994 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 21587 | 2025.04.15 04:13:18.014080 [ 5 ] {7d8e9d70-3c5a-41dc-803f-9ea2399d821b} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21588 | 2025.04.15 04:13:18.014123 [ 5 ] {7d8e9d70-3c5a-41dc-803f-9ea2399d821b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21589 | 2025.04.15 04:13:18.014582 [ 5 ] {7d8e9d70-3c5a-41dc-803f-9ea2399d821b} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21590 | 2025.04.15 04:13:18.015027 [ 5 ] {7d8e9d70-3c5a-41dc-803f-9ea2399d821b} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21591 | 2025.04.15 04:13:18.015195 [ 5 ] {7d8e9d70-3c5a-41dc-803f-9ea2399d821b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002077 sec., 481.4636494944632 rows/sec., 32.44 KiB/sec. | ||
| 21592 | 2025.04.15 04:13:18.015242 [ 5 ] {7d8e9d70-3c5a-41dc-803f-9ea2399d821b} <Debug> TCPHandler: Processed in 0.002302689 sec. | ||
| 21593 | 2025.04.15 04:13:18.015355 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21594 | 2025.04.15 04:13:18.015456 [ 5 ] {de27cf77-bd9a-4b7d-88e2-ccc079293cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21595 | 2025.04.15 04:13:18.015520 [ 5 ] {de27cf77-bd9a-4b7d-88e2-ccc079293cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21596 | 2025.04.15 04:13:18.016556 [ 5 ] {de27cf77-bd9a-4b7d-88e2-ccc079293cdc} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21597 | 2025.04.15 04:13:18.016592 [ 5 ] {de27cf77-bd9a-4b7d-88e2-ccc079293cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21598 | 2025.04.15 04:13:18.017321 [ 5 ] {de27cf77-bd9a-4b7d-88e2-ccc079293cdc} <Trace> MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) | ||
| 21599 | 2025.04.15 04:13:18.017785 [ 5 ] {de27cf77-bd9a-4b7d-88e2-ccc079293cdc} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21600 | 2025.04.15 04:13:18.017933 [ 37 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 | ||
| 21601 | 2025.04.15 04:13:18.017979 [ 37 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21602 | 2025.04.15 04:13:18.017983 [ 5 ] {de27cf77-bd9a-4b7d-88e2-ccc079293cdc} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002547 sec., 3140.950137416569 rows/sec., 5.63 MiB/sec. | ||
| 21603 | 2025.04.15 04:13:18.018005 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21604 | 2025.04.15 04:13:18.018384 [ 5 ] {de27cf77-bd9a-4b7d-88e2-ccc079293cdc} <Debug> TCPHandler: Processed in 0.003075295 sec. | ||
| 21605 | 2025.04.15 04:13:18.018408 [ 198 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_146_29} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full | ||
| 21606 | 2025.04.15 04:13:18.018578 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21607 | 2025.04.15 04:13:18.018852 [ 5 ] {59c9c5a2-7b23-4d10-a6cc-ae7b54ec0f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21608 | 2025.04.15 04:13:18.018976 [ 5 ] {59c9c5a2-7b23-4d10-a6cc-ae7b54ec0f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21609 | 2025.04.15 04:13:18.019275 [ 198 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_146_29} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 21610 | 2025.04.15 04:13:18.019550 [ 198 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2904 rows starting from the beginning of the part | ||
| 21611 | 2025.04.15 04:13:18.020271 [ 198 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 8 rows starting from the beginning of the part | ||
| 21612 | 2025.04.15 04:13:18.021087 [ 198 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 51 rows starting from the beginning of the part | ||
| 21613 | 2025.04.15 04:13:18.021191 [ 5 ] {59c9c5a2-7b23-4d10-a6cc-ae7b54ec0f9f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21614 | 2025.04.15 04:13:18.021280 [ 5 ] {59c9c5a2-7b23-4d10-a6cc-ae7b54ec0f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21615 | 2025.04.15 04:13:18.021730 [ 198 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 8 rows starting from the beginning of the part | ||
| 21616 | 2025.04.15 04:13:18.022256 [ 198 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 51 rows starting from the beginning of the part | ||
| 21617 | 2025.04.15 04:13:18.022920 [ 198 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_146_29} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 8 rows starting from the beginning of the part | ||
| 21618 | 2025.04.15 04:13:18.023194 [ 5 ] {59c9c5a2-7b23-4d10-a6cc-ae7b54ec0f9f} <Trace> MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) | ||
| 21619 | 2025.04.15 04:13:18.024138 [ 5 ] {59c9c5a2-7b23-4d10-a6cc-ae7b54ec0f9f} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21620 | 2025.04.15 04:13:18.024429 [ 5 ] {59c9c5a2-7b23-4d10-a6cc-ae7b54ec0f9f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005686 sec., 14421.385860007034 rows/sec., 937.92 KiB/sec. | ||
| 21621 | 2025.04.15 04:13:18.024480 [ 5 ] {59c9c5a2-7b23-4d10-a6cc-ae7b54ec0f9f} <Debug> TCPHandler: Processed in 0.005997977 sec. | ||
| 21622 | 2025.04.15 04:13:18.032852 [ 199 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_146_29} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3030 rows, containing 19 columns (19 merged, 0 gathered) in 0.014706794 sec., 206027.2279600843 rows/sec., 369.19 MiB/sec. | ||
| 21623 | 2025.04.15 04:13:18.035904 [ 199 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_146_29} <Trace> MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) | ||
| 21624 | 2025.04.15 04:13:18.036698 [ 199 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_146_29} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21625 | 2025.04.15 04:13:18.036791 [ 199 ] {e0f35403-da58-4c77-941d-b76bb9a9b656::all_1_146_29} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 | ||
| 21626 | 2025.04.15 04:13:18.036962 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.63 MiB. | ||
| 21627 | 2025.04.15 04:13:19.000229 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 274.16 MiB, peak 293.54 MiB, free memory in arenas 0.00 B, will set to 275.24 MiB (RSS), difference: 1.08 MiB | ||
| 21628 | 2025.04.15 04:13:19.148559 [ 224 ] {} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21629 | 2025.04.15 04:13:19.148627 [ 224 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21630 | 2025.04.15 04:13:19.151304 [ 224 ] {} <Debug> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] | ||
| 21631 | 2025.04.15 04:13:20.207198 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 21632 | 2025.04.15 04:13:20.207267 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 21633 | 2025.04.15 04:13:20.554461 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 46726 | ||
| 21634 | 2025.04.15 04:13:20.555082 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21635 | 2025.04.15 04:13:20.555139 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21636 | 2025.04.15 04:13:20.555790 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 21637 | 2025.04.15 04:13:20.556262 [ 244 ] {} <Trace> system.asynchronous_metric_log (d89167db-8295-478d-85e6-8b2b80c8c807): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21638 | 2025.04.15 04:13:20.556509 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46726 | ||
| 21639 | 2025.04.15 04:13:22.442945 [ 219 ] {} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21640 | 2025.04.15 04:13:22.443022 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21641 | 2025.04.15 04:13:22.445345 [ 219 ] {} <Debug> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21642 | 2025.04.15 04:13:22.969920 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21643 | 2025.04.15 04:13:22.970122 [ 5 ] {04e06bfb-67de-426c-ad9d-a34d15fb2103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21644 | 2025.04.15 04:13:22.970193 [ 5 ] {04e06bfb-67de-426c-ad9d-a34d15fb2103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21645 | 2025.04.15 04:13:22.971067 [ 5 ] {04e06bfb-67de-426c-ad9d-a34d15fb2103} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21646 | 2025.04.15 04:13:22.971107 [ 5 ] {04e06bfb-67de-426c-ad9d-a34d15fb2103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21647 | 2025.04.15 04:13:22.971722 [ 5 ] {04e06bfb-67de-426c-ad9d-a34d15fb2103} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 21648 | 2025.04.15 04:13:22.972175 [ 5 ] {04e06bfb-67de-426c-ad9d-a34d15fb2103} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21649 | 2025.04.15 04:13:22.972357 [ 5 ] {04e06bfb-67de-426c-ad9d-a34d15fb2103} <Debug> executeQuery: Read 158 rows, 14.03 KiB in 0.002285 sec., 69146.60831509846 rows/sec., 6.00 MiB/sec. | ||
| 21650 | 2025.04.15 04:13:22.972413 [ 5 ] {04e06bfb-67de-426c-ad9d-a34d15fb2103} <Debug> TCPHandler: Processed in 0.002671197 sec. | ||
| 21651 | 2025.04.15 04:13:22.972536 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21652 | 2025.04.15 04:13:22.972640 [ 5 ] {94fee4ca-6814-4b70-ac86-0533a54f98ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21653 | 2025.04.15 04:13:22.972685 [ 5 ] {94fee4ca-6814-4b70-ac86-0533a54f98ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21654 | 2025.04.15 04:13:22.973219 [ 5 ] {94fee4ca-6814-4b70-ac86-0533a54f98ac} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21655 | 2025.04.15 04:13:22.973256 [ 5 ] {94fee4ca-6814-4b70-ac86-0533a54f98ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21656 | 2025.04.15 04:13:22.973694 [ 5 ] {94fee4ca-6814-4b70-ac86-0533a54f98ac} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 21657 | 2025.04.15 04:13:22.974154 [ 5 ] {94fee4ca-6814-4b70-ac86-0533a54f98ac} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21658 | 2025.04.15 04:13:22.974331 [ 5 ] {94fee4ca-6814-4b70-ac86-0533a54f98ac} <Debug> executeQuery: Read 51 rows, 3.83 KiB in 0.001696 sec., 30070.754716981133 rows/sec., 2.21 MiB/sec. | ||
| 21659 | 2025.04.15 04:13:22.974399 [ 5 ] {94fee4ca-6814-4b70-ac86-0533a54f98ac} <Debug> TCPHandler: Processed in 0.0019127 sec. | ||
| 21660 | 2025.04.15 04:13:22.974438 [ 222 ] {} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21661 | 2025.04.15 04:13:22.974514 [ 222 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21662 | 2025.04.15 04:13:22.974576 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21663 | 2025.04.15 04:13:22.974847 [ 5 ] {2ab61785-815f-4fa9-be28-13c5a98900c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21664 | 2025.04.15 04:13:22.974909 [ 5 ] {2ab61785-815f-4fa9-be28-13c5a98900c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21665 | 2025.04.15 04:13:22.975930 [ 5 ] {2ab61785-815f-4fa9-be28-13c5a98900c3} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21666 | 2025.04.15 04:13:22.976000 [ 5 ] {2ab61785-815f-4fa9-be28-13c5a98900c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21667 | 2025.04.15 04:13:22.976916 [ 5 ] {2ab61785-815f-4fa9-be28-13c5a98900c3} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 21668 | 2025.04.15 04:13:22.977598 [ 5 ] {2ab61785-815f-4fa9-be28-13c5a98900c3} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21669 | 2025.04.15 04:13:22.977764 [ 5 ] {2ab61785-815f-4fa9-be28-13c5a98900c3} <Debug> executeQuery: Read 115 rows, 9.20 KiB in 0.003038 sec., 37853.85121790652 rows/sec., 2.96 MiB/sec. | ||
| 21670 | 2025.04.15 04:13:22.977840 [ 5 ] {2ab61785-815f-4fa9-be28-13c5a98900c3} <Debug> TCPHandler: Processed in 0.003352782 sec. | ||
| 21671 | 2025.04.15 04:13:22.977960 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21672 | 2025.04.15 04:13:22.978116 [ 5 ] {43a2f76a-f33f-4ede-bc0a-8e87cf5270ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21673 | 2025.04.15 04:13:22.978216 [ 5 ] {43a2f76a-f33f-4ede-bc0a-8e87cf5270ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21674 | 2025.04.15 04:13:22.978387 [ 222 ] {} <Debug> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] | ||
| 21675 | 2025.04.15 04:13:22.979731 [ 5 ] {43a2f76a-f33f-4ede-bc0a-8e87cf5270ce} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21676 | 2025.04.15 04:13:22.979775 [ 5 ] {43a2f76a-f33f-4ede-bc0a-8e87cf5270ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21677 | 2025.04.15 04:13:22.980307 [ 5 ] {43a2f76a-f33f-4ede-bc0a-8e87cf5270ce} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 21678 | 2025.04.15 04:13:22.980780 [ 5 ] {43a2f76a-f33f-4ede-bc0a-8e87cf5270ce} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21679 | 2025.04.15 04:13:22.980985 [ 5 ] {43a2f76a-f33f-4ede-bc0a-8e87cf5270ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002921 sec., 54775.761725436496 rows/sec., 3.82 MiB/sec. | ||
| 21680 | 2025.04.15 04:13:22.981039 [ 5 ] {43a2f76a-f33f-4ede-bc0a-8e87cf5270ce} <Debug> TCPHandler: Processed in 0.003132467 sec. | ||
| 21681 | 2025.04.15 04:13:22.981155 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21682 | 2025.04.15 04:13:22.981260 [ 5 ] {9a7c92e9-2699-4a86-8704-3ad263a3297c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21683 | 2025.04.15 04:13:22.981329 [ 5 ] {9a7c92e9-2699-4a86-8704-3ad263a3297c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21684 | 2025.04.15 04:13:22.982516 [ 5 ] {9a7c92e9-2699-4a86-8704-3ad263a3297c} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21685 | 2025.04.15 04:13:22.982557 [ 5 ] {9a7c92e9-2699-4a86-8704-3ad263a3297c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21686 | 2025.04.15 04:13:22.983433 [ 5 ] {9a7c92e9-2699-4a86-8704-3ad263a3297c} <Trace> MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) | ||
| 21687 | 2025.04.15 04:13:22.983923 [ 5 ] {9a7c92e9-2699-4a86-8704-3ad263a3297c} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21688 | 2025.04.15 04:13:22.984130 [ 5 ] {9a7c92e9-2699-4a86-8704-3ad263a3297c} <Debug> executeQuery: Read 51 rows, 93.58 KiB in 0.002891 sec., 17640.95468695953 rows/sec., 31.61 MiB/sec. | ||
| 21689 | 2025.04.15 04:13:22.984229 [ 5 ] {9a7c92e9-2699-4a86-8704-3ad263a3297c} <Debug> TCPHandler: Processed in 0.003123746 sec. | ||
| 21690 | 2025.04.15 04:13:22.984366 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21691 | 2025.04.15 04:13:22.984471 [ 5 ] {5605c912-b8bd-43a8-b914-eaf180a27d61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21692 | 2025.04.15 04:13:22.984519 [ 5 ] {5605c912-b8bd-43a8-b914-eaf180a27d61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21693 | 2025.04.15 04:13:22.984970 [ 5 ] {5605c912-b8bd-43a8-b914-eaf180a27d61} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21694 | 2025.04.15 04:13:22.985010 [ 5 ] {5605c912-b8bd-43a8-b914-eaf180a27d61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21695 | 2025.04.15 04:13:22.985474 [ 5 ] {5605c912-b8bd-43a8-b914-eaf180a27d61} <Trace> MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) | ||
| 21696 | 2025.04.15 04:13:22.985982 [ 5 ] {5605c912-b8bd-43a8-b914-eaf180a27d61} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21697 | 2025.04.15 04:13:22.986177 [ 5 ] {5605c912-b8bd-43a8-b914-eaf180a27d61} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001727 sec., 34742.32773595831 rows/sec., 2.34 MiB/sec. | ||
| 21698 | 2025.04.15 04:13:22.986224 [ 5 ] {5605c912-b8bd-43a8-b914-eaf180a27d61} <Debug> TCPHandler: Processed in 0.001908941 sec. | ||
| 21699 | 2025.04.15 04:13:23.470044 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21700 | 2025.04.15 04:13:23.470194 [ 5 ] {d2d84b88-014a-46b5-83a1-597c4c4de0f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 21701 | 2025.04.15 04:13:23.470253 [ 5 ] {d2d84b88-014a-46b5-83a1-597c4c4de0f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 21702 | 2025.04.15 04:13:23.470998 [ 5 ] {d2d84b88-014a-46b5-83a1-597c4c4de0f5} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21703 | 2025.04.15 04:13:23.471042 [ 5 ] {d2d84b88-014a-46b5-83a1-597c4c4de0f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21704 | 2025.04.15 04:13:23.471561 [ 5 ] {d2d84b88-014a-46b5-83a1-597c4c4de0f5} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21705 | 2025.04.15 04:13:23.472013 [ 5 ] {d2d84b88-014a-46b5-83a1-597c4c4de0f5} <Trace> oximeter.fields_i16 (8e766de4-7cf4-49f6-b7f5-aa5133de22ee): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21706 | 2025.04.15 04:13:23.472223 [ 5 ] {d2d84b88-014a-46b5-83a1-597c4c4de0f5} <Debug> executeQuery: Read 212 rows, 13.81 KiB in 0.002066 sec., 102613.7463697967 rows/sec., 6.53 MiB/sec. | ||
| 21707 | 2025.04.15 04:13:23.472276 [ 5 ] {d2d84b88-014a-46b5-83a1-597c4c4de0f5} <Debug> TCPHandler: Processed in 0.002321779 sec. | ||
| 21708 | 2025.04.15 04:13:23.472396 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21709 | 2025.04.15 04:13:23.472499 [ 5 ] {7974918f-cee7-4661-9aad-2011e43ced3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 21710 | 2025.04.15 04:13:23.472545 [ 5 ] {7974918f-cee7-4661-9aad-2011e43ced3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 21711 | 2025.04.15 04:13:23.473046 [ 5 ] {7974918f-cee7-4661-9aad-2011e43ced3f} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21712 | 2025.04.15 04:13:23.473085 [ 5 ] {7974918f-cee7-4661-9aad-2011e43ced3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21713 | 2025.04.15 04:13:23.473528 [ 5 ] {7974918f-cee7-4661-9aad-2011e43ced3f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 21714 | 2025.04.15 04:13:23.473963 [ 5 ] {7974918f-cee7-4661-9aad-2011e43ced3f} <Trace> oximeter.fields_ipaddr (43c05f96-6329-4295-aa47-28813251c013): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21715 | 2025.04.15 04:13:23.474193 [ 5 ] {7974918f-cee7-4661-9aad-2011e43ced3f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001708 sec., 1170.9601873536299 rows/sec., 95.48 KiB/sec. | ||
| 21716 | 2025.04.15 04:13:23.474284 [ 5 ] {7974918f-cee7-4661-9aad-2011e43ced3f} <Debug> TCPHandler: Processed in 0.001929521 sec. | ||
| 21717 | 2025.04.15 04:13:23.474536 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21718 | 2025.04.15 04:13:23.474645 [ 5 ] {e14be1ee-6881-4897-9b66-ee57ec6f4f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 21719 | 2025.04.15 04:13:23.474691 [ 5 ] {e14be1ee-6881-4897-9b66-ee57ec6f4f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 21720 | 2025.04.15 04:13:23.476085 [ 5 ] {e14be1ee-6881-4897-9b66-ee57ec6f4f84} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21721 | 2025.04.15 04:13:23.476124 [ 5 ] {e14be1ee-6881-4897-9b66-ee57ec6f4f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21722 | 2025.04.15 04:13:23.476676 [ 5 ] {e14be1ee-6881-4897-9b66-ee57ec6f4f84} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 21723 | 2025.04.15 04:13:23.477153 [ 5 ] {e14be1ee-6881-4897-9b66-ee57ec6f4f84} <Trace> oximeter.fields_string (e22d1ecc-f53e-4408-a7c4-da2caf857197): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21724 | 2025.04.15 04:13:23.477368 [ 5 ] {e14be1ee-6881-4897-9b66-ee57ec6f4f84} <Debug> executeQuery: Read 1774 rows, 147.61 KiB in 0.002742 sec., 646973.0123997083 rows/sec., 52.57 MiB/sec. | ||
| 21725 | 2025.04.15 04:13:23.477423 [ 5 ] {e14be1ee-6881-4897-9b66-ee57ec6f4f84} <Debug> TCPHandler: Processed in 0.002970644 sec. | ||
| 21726 | 2025.04.15 04:13:23.477553 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21727 | 2025.04.15 04:13:23.477662 [ 5 ] {8d7adfe8-a445-4a3f-b1f9-e970ff16495d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 21728 | 2025.04.15 04:13:23.477706 [ 5 ] {8d7adfe8-a445-4a3f-b1f9-e970ff16495d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 21729 | 2025.04.15 04:13:23.478247 [ 5 ] {8d7adfe8-a445-4a3f-b1f9-e970ff16495d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21730 | 2025.04.15 04:13:23.478285 [ 5 ] {8d7adfe8-a445-4a3f-b1f9-e970ff16495d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21731 | 2025.04.15 04:13:23.478728 [ 5 ] {8d7adfe8-a445-4a3f-b1f9-e970ff16495d} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 21732 | 2025.04.15 04:13:23.479156 [ 5 ] {8d7adfe8-a445-4a3f-b1f9-e970ff16495d} <Trace> oximeter.fields_u16 (68803d00-6d3f-46eb-a763-a3866bb8e612): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21733 | 2025.04.15 04:13:23.479350 [ 5 ] {8d7adfe8-a445-4a3f-b1f9-e970ff16495d} <Debug> executeQuery: Read 116 rows, 7.13 KiB in 0.001711 sec., 67796.61016949153 rows/sec., 4.07 MiB/sec. | ||
| 21734 | 2025.04.15 04:13:23.479399 [ 5 ] {8d7adfe8-a445-4a3f-b1f9-e970ff16495d} <Debug> TCPHandler: Processed in 0.00189548 sec. | ||
| 21735 | 2025.04.15 04:13:23.479514 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21736 | 2025.04.15 04:13:23.479615 [ 5 ] {bc21bee4-cd8d-4139-a6ff-669c0aa59dae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 21737 | 2025.04.15 04:13:23.479658 [ 5 ] {bc21bee4-cd8d-4139-a6ff-669c0aa59dae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 21738 | 2025.04.15 04:13:23.480292 [ 5 ] {bc21bee4-cd8d-4139-a6ff-669c0aa59dae} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21739 | 2025.04.15 04:13:23.480331 [ 5 ] {bc21bee4-cd8d-4139-a6ff-669c0aa59dae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21740 | 2025.04.15 04:13:23.480785 [ 5 ] {bc21bee4-cd8d-4139-a6ff-669c0aa59dae} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 21741 | 2025.04.15 04:13:23.481262 [ 5 ] {bc21bee4-cd8d-4139-a6ff-669c0aa59dae} <Trace> oximeter.fields_u32 (cac293b4-7cda-4c37-b65d-c00d8a55ba2c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21742 | 2025.04.15 04:13:23.481461 [ 5 ] {bc21bee4-cd8d-4139-a6ff-669c0aa59dae} <Debug> executeQuery: Read 341 rows, 23.30 KiB in 0.001867 sec., 182645.95607927156 rows/sec., 12.19 MiB/sec. | ||
| 21743 | 2025.04.15 04:13:23.481509 [ 5 ] {bc21bee4-cd8d-4139-a6ff-669c0aa59dae} <Debug> TCPHandler: Processed in 0.002042893 sec. | ||
| 21744 | 2025.04.15 04:13:23.481625 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21745 | 2025.04.15 04:13:23.481725 [ 5 ] {8c2d6f38-9d77-401f-bf9c-678fcc89325d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 21746 | 2025.04.15 04:13:23.481768 [ 5 ] {8c2d6f38-9d77-401f-bf9c-678fcc89325d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 21747 | 2025.04.15 04:13:23.482304 [ 5 ] {8c2d6f38-9d77-401f-bf9c-678fcc89325d} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21748 | 2025.04.15 04:13:23.482341 [ 5 ] {8c2d6f38-9d77-401f-bf9c-678fcc89325d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21749 | 2025.04.15 04:13:23.482869 [ 5 ] {8c2d6f38-9d77-401f-bf9c-678fcc89325d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21750 | 2025.04.15 04:13:23.483296 [ 5 ] {8c2d6f38-9d77-401f-bf9c-678fcc89325d} <Trace> oximeter.fields_u8 (dac5ca3f-b054-43bc-9789-1c97b0fce8ff): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21751 | 2025.04.15 04:13:23.483485 [ 5 ] {8c2d6f38-9d77-401f-bf9c-678fcc89325d} <Debug> executeQuery: Read 112 rows, 6.53 KiB in 0.001781 sec., 62886.01909039865 rows/sec., 3.58 MiB/sec. | ||
| 21752 | 2025.04.15 04:13:23.483534 [ 5 ] {8c2d6f38-9d77-401f-bf9c-678fcc89325d} <Debug> TCPHandler: Processed in 0.001956952 sec. | ||
| 21753 | 2025.04.15 04:13:23.483649 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21754 | 2025.04.15 04:13:23.483750 [ 5 ] {7e7f4b1d-dbb6-4372-adee-4046a6152900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 21755 | 2025.04.15 04:13:23.483793 [ 5 ] {7e7f4b1d-dbb6-4372-adee-4046a6152900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 21756 | 2025.04.15 04:13:23.484615 [ 5 ] {7e7f4b1d-dbb6-4372-adee-4046a6152900} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21757 | 2025.04.15 04:13:23.484653 [ 5 ] {7e7f4b1d-dbb6-4372-adee-4046a6152900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21758 | 2025.04.15 04:13:23.485118 [ 5 ] {7e7f4b1d-dbb6-4372-adee-4046a6152900} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 21759 | 2025.04.15 04:13:23.485547 [ 5 ] {7e7f4b1d-dbb6-4372-adee-4046a6152900} <Trace> oximeter.fields_uuid (fcc4ab99-80d2-495d-9225-414a2460f4c3): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21760 | 2025.04.15 04:13:23.485746 [ 5 ] {7e7f4b1d-dbb6-4372-adee-4046a6152900} <Debug> executeQuery: Read 848 rows, 62.68 KiB in 0.002011 sec., 421680.7558428642 rows/sec., 30.44 MiB/sec. | ||
| 21761 | 2025.04.15 04:13:23.485817 [ 5 ] {7e7f4b1d-dbb6-4372-adee-4046a6152900} <Debug> TCPHandler: Processed in 0.002216477 sec. | ||
| 21762 | 2025.04.15 04:13:23.485963 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21763 | 2025.04.15 04:13:23.486232 [ 5 ] {62338462-7954-4d9e-9fd0-ce5874b3dbb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 21764 | 2025.04.15 04:13:23.486381 [ 5 ] {62338462-7954-4d9e-9fd0-ce5874b3dbb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 21765 | 2025.04.15 04:13:23.487477 [ 5 ] {62338462-7954-4d9e-9fd0-ce5874b3dbb4} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21766 | 2025.04.15 04:13:23.487516 [ 5 ] {62338462-7954-4d9e-9fd0-ce5874b3dbb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21767 | 2025.04.15 04:13:23.487954 [ 5 ] {62338462-7954-4d9e-9fd0-ce5874b3dbb4} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 21768 | 2025.04.15 04:13:23.488382 [ 5 ] {62338462-7954-4d9e-9fd0-ce5874b3dbb4} <Trace> oximeter.measurements_bool (c8d00b22-88e0-4b8b-8744-8bf9d55cb1d6): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21769 | 2025.04.15 04:13:23.488575 [ 5 ] {62338462-7954-4d9e-9fd0-ce5874b3dbb4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002446 sec., 2452.9844644317254 rows/sec., 128.16 KiB/sec. | ||
| 21770 | 2025.04.15 04:13:23.488621 [ 5 ] {62338462-7954-4d9e-9fd0-ce5874b3dbb4} <Debug> TCPHandler: Processed in 0.002710388 sec. | ||
| 21771 | 2025.04.15 04:13:23.488736 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21772 | 2025.04.15 04:13:23.488838 [ 5 ] {af3ef3a8-09fd-453e-88e7-9294a75a9bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 21773 | 2025.04.15 04:13:23.488883 [ 5 ] {af3ef3a8-09fd-453e-88e7-9294a75a9bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 21774 | 2025.04.15 04:13:23.489570 [ 5 ] {af3ef3a8-09fd-453e-88e7-9294a75a9bad} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21775 | 2025.04.15 04:13:23.489608 [ 5 ] {af3ef3a8-09fd-453e-88e7-9294a75a9bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21776 | 2025.04.15 04:13:23.490168 [ 5 ] {af3ef3a8-09fd-453e-88e7-9294a75a9bad} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 21777 | 2025.04.15 04:13:23.490603 [ 5 ] {af3ef3a8-09fd-453e-88e7-9294a75a9bad} <Trace> oximeter.measurements_cumulativeu64 (000e7032-6459-4401-9fd3-329156da3cb3): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21778 | 2025.04.15 04:13:23.490808 [ 5 ] {af3ef3a8-09fd-453e-88e7-9294a75a9bad} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.001992 sec., 479919.6787148595 rows/sec., 31.89 MiB/sec. | ||
| 21779 | 2025.04.15 04:13:23.490856 [ 5 ] {af3ef3a8-09fd-453e-88e7-9294a75a9bad} <Debug> TCPHandler: Processed in 0.002169157 sec. | ||
| 21780 | 2025.04.15 04:13:23.490973 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21781 | 2025.04.15 04:13:23.491075 [ 5 ] {d8d6c05e-0e9a-4113-a91f-c9eefd600f45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 21782 | 2025.04.15 04:13:23.491120 [ 5 ] {d8d6c05e-0e9a-4113-a91f-c9eefd600f45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 21783 | 2025.04.15 04:13:23.491544 [ 5 ] {d8d6c05e-0e9a-4113-a91f-c9eefd600f45} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21784 | 2025.04.15 04:13:23.491582 [ 5 ] {d8d6c05e-0e9a-4113-a91f-c9eefd600f45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21785 | 2025.04.15 04:13:23.492027 [ 5 ] {d8d6c05e-0e9a-4113-a91f-c9eefd600f45} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 21786 | 2025.04.15 04:13:23.492464 [ 5 ] {d8d6c05e-0e9a-4113-a91f-c9eefd600f45} <Trace> oximeter.measurements_f64 (6bc8b803-54c6-4016-9a4b-46bd4517edc2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21787 | 2025.04.15 04:13:23.492665 [ 5 ] {d8d6c05e-0e9a-4113-a91f-c9eefd600f45} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001611 sec., 620.7324643078833 rows/sec., 41.83 KiB/sec. | ||
| 21788 | 2025.04.15 04:13:23.492712 [ 5 ] {d8d6c05e-0e9a-4113-a91f-c9eefd600f45} <Debug> TCPHandler: Processed in 0.001787648 sec. | ||
| 21789 | 2025.04.15 04:13:23.492823 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21790 | 2025.04.15 04:13:23.492924 [ 5 ] {ee33bdb0-8466-47da-8d9c-4f22bde71436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 21791 | 2025.04.15 04:13:23.492992 [ 5 ] {ee33bdb0-8466-47da-8d9c-4f22bde71436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 21792 | 2025.04.15 04:13:23.494017 [ 5 ] {ee33bdb0-8466-47da-8d9c-4f22bde71436} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21793 | 2025.04.15 04:13:23.494054 [ 5 ] {ee33bdb0-8466-47da-8d9c-4f22bde71436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21794 | 2025.04.15 04:13:23.494749 [ 5 ] {ee33bdb0-8466-47da-8d9c-4f22bde71436} <Trace> MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) | ||
| 21795 | 2025.04.15 04:13:23.495187 [ 5 ] {ee33bdb0-8466-47da-8d9c-4f22bde71436} <Trace> oximeter.measurements_histogramu64 (e0f35403-da58-4c77-941d-b76bb9a9b656): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21796 | 2025.04.15 04:13:23.495442 [ 5 ] {ee33bdb0-8466-47da-8d9c-4f22bde71436} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002536 sec., 3154.5741324921137 rows/sec., 5.65 MiB/sec. | ||
| 21797 | 2025.04.15 04:13:23.495612 [ 5 ] {ee33bdb0-8466-47da-8d9c-4f22bde71436} <Debug> TCPHandler: Processed in 0.002837371 sec. | ||
| 21798 | 2025.04.15 04:13:23.495796 [ 5 ] {} <Trace> TCP-Session: 4b81fed7-8339-403a-a3e6-02032957c7c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 21799 | 2025.04.15 04:13:23.496110 [ 5 ] {06e42539-56d5-438b-8564-a844ab9a94e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42931) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 21800 | 2025.04.15 04:13:23.496170 [ 5 ] {06e42539-56d5-438b-8564-a844ab9a94e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 21801 | 2025.04.15 04:13:23.496668 [ 5 ] {06e42539-56d5-438b-8564-a844ab9a94e7} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21802 | 2025.04.15 04:13:23.496712 [ 5 ] {06e42539-56d5-438b-8564-a844ab9a94e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21803 | 2025.04.15 04:13:23.497197 [ 5 ] {06e42539-56d5-438b-8564-a844ab9a94e7} <Trace> MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) | ||
| 21804 | 2025.04.15 04:13:23.497627 [ 5 ] {06e42539-56d5-438b-8564-a844ab9a94e7} <Trace> oximeter.measurements_u64 (c30712b3-7f01-47f4-9c19-d2b55898cba7): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21805 | 2025.04.15 04:13:23.497832 [ 5 ] {06e42539-56d5-438b-8564-a844ab9a94e7} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001825 sec., 18630.13698630137 rows/sec., 1.08 MiB/sec. | ||
| 21806 | 2025.04.15 04:13:23.497880 [ 5 ] {06e42539-56d5-438b-8564-a844ab9a94e7} <Debug> TCPHandler: Processed in 0.002194907 sec. | ||
| 21807 | 2025.04.15 04:13:24.110286 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 769 | ||
| 21808 | 2025.04.15 04:13:24.134356 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 21809 | 2025.04.15 04:13:24.134409 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.45 GiB. | ||
| 21810 | 2025.04.15 04:13:24.142090 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 21811 | 2025.04.15 04:13:24.143409 [ 243 ] {} <Trace> system.metric_log (3f2999c2-2fc6-4979-a675-f4668518f524): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 21812 | 2025.04.15 04:13:24.146506 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 769 | ||